.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01718d95-3679-4a31-a59b-b8e03518f8f8/STA_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,55,0.75); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,55,0.75); }#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); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { z-index:199999;position:fixed;top:0rem;left:0rem;right:0rem;display:block; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { background-color: transparent; background-image: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container > .video-iframe-container { display: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row > .video-iframe-container { display: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .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); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { border-width: 0; border-radius: 0; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container { background-color:rgba(255,255,255,0.9);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#Zg46VaXmQcyTWfOpJ9Ta28nbwO1mxI9M { 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:5.625rem;width:12.875rem;top:0rem;left:2.8125rem;overflow:hidden;display:block; }
#cT2ZSDeWPzUwTAJhIdBKdXCpvHheUgRW { background-color:#333332;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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:"universe lt std";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.9375rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.125rem;left:60.9375rem;display:block; }
#yndBRJNopfsaSRrasN8gvNQpreLVqRw7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp { z-index:;position:relative;display:block; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp { background-color: transparent; background-image: none; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row .container > .video-iframe-container { display: none; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row > .video-iframe-container { display: none; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .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); }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp { border-width: 0; border-radius: 0; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row .container { 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;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(90,90,90,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(90,90,90,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01718d95-3679-4a31-a59b-b8e03518f8f8/STA_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#akhve3NWSzHdINXx9iHWantxzTnrOQiR { color:#ffffff;display:block;width:39.4375rem;position:absolute;font-family:"universe lt std";font-size:8.8125rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.2);top:2.75rem;left:3.125rem;height:19.385625rem;font-style:normal;display:block; }
#XVo1pNyaWAT32QknKuwUifImO7BJg4Wl { box-sizing:content-box;height:30.3125rem;width:75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000059', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000059', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.35), rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#TvMR71FXV73x50NCJTtqf7hTSM9XWeUp { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:"universe lt std";font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.2);top:22.625rem;left:3.125rem;height:2.47425625rem;font-style:normal;display:block; }
#OhTt4shqyExTV1VWPkLAv28PiliVVOPQ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:21.125rem;top:46.3125rem;left:51.617887931034rem;overflow:hidden;display:block; }
#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 { position:relative;display:block; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 { background-color: transparent; background-image: none; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row .container > .video-iframe-container { display: none; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row > .video-iframe-container { display: none; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .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); }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 { border-width: 0; border-radius: 0; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .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; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;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; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { position:relative;display:block; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { background-color: transparent; background-image: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,50,0.4); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container > .video-iframe-container { display: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row > .video-iframe-container { display: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,50,0.4); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { border-width: 0; border-radius: 0; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .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; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b7d91ee-87b9-462a-a4a7-cbfd7d5bf955/STA_20251120_MehrwertNatura_LandingpageGrafiken_14.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:31.8125rem;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; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.adaptive-delivery-prevent-bg, #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.lazyload, #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.lazyloading { background-image: none; }#SMgV7TqEktuhxZTlNxlpKXhu1wpIKA5n { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.125rem;left:3.125rem;height:3.75rem;font-style:normal;display:block; }
#Mh1ShXXReOzuGiHenRaTFXec65Jw93uX { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:"universe lt std";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:9.375rem;left:3.125rem;height:17.072075rem;font-style:normal;display:block; }
#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF { position:relative;display:block; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF { background-color: transparent; background-image: none; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row .container > .video-iframe-container { display: none; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row > .video-iframe-container { display: none; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .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); }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF { border-width: 0; border-radius: 0; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .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; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:2.8125rem;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; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc { position:relative;display:block; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc { background-color: transparent; background-image: none; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row .container > .video-iframe-container { display: none; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row > .video-iframe-container { display: none; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .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); }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc { border-width: 0; border-radius: 0; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .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; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:177.6875rem;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; }#zOEk3TCAMZyc0EsOGrTHOxKIUAUoJBkN { 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:33.0625rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#GyUL9AeMK9MwivTV8pfy9niElUgWLX8R { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:43.6875rem;left:3.125rem;height:6.29616875rem;font-style:normal;display:block; }
#z6oxRLtZKB8L33QJU6p4JoPNxazALdTh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:20rem;top:37.4375rem;left:51.9375rem;overflow:hidden;display:block; }
#pn4TzVtO9VM0vboUFweD0HFyAEHzh5fz { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:51.8125rem;left:3.125rem;height:6.29616875rem;font-style:normal;display:block; }
#yTHDy6DulFKDevr83kAFFS4kp2UqRIDc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:38.0625rem;left:3.125rem;height:3.75rem;font-style:normal;display:block; }
#iK1u0zDX8MkTTct7RwWc0GWbOOr5KxrD { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:57.875rem;display:block; }
#soK3AnyS23L2ssrXph0uyyi1vcOt72Ll { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15013;line-height:1;letter-spacing:0;top:11.125rem;left:58.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q3u4rV4TBKn2zO4sD4pHPk6lugxyhqVT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:9.8125rem;left:58.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P5Tx8Mr0VAKcU3iWRoiRsV2V1Vf7nPm2 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:13.0625rem;left:58.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6PpUTEcfmcC2ay33dcLTUnIL9aIizu5 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:55.5rem;display:block; }
#aTJFRyvkopgqDT4iRU78UJD2CJhIl8op { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:13.5rem;left:55.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qNToCp7DXFz8W4nyoBmpPZhpPoRnZtI2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.125rem;left:8.6875rem;display:block; }
#nMlORiUPHLG1S2IFCpTBAsrDD6MCz5P2 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:26.5rem;left:8.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iPLwnzuC5pClbDkyrIAX5WQcLtHomnKT { box-sizing:content-box;height:5.6875rem;width:13.75rem;position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:4.375rem;display:block; }
#bTaVOcbUSW3DLoEzccCe2R0x8HdNvxQD { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.087890625rem;left:5.40625rem;height:4.38654375rem;font-style:normal;display:block; }
#Q0mTd6U7DPNGMPWUTduZObl0056eyduq { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:61.8125rem;left:3.125rem;overflow:hidden;display:block; }
#GMLLhHNxWOI2LC4SmcQUkvgf1GHnEUBf { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:69.6875rem;left:51.9375rem;height:11.01829375rem;font-style:normal;display:block; }
#rzQ2MdfiTSkc13aLEx7oyGblS8UQ5VdW { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:72.8125rem;left:9.9375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Ch6HsatWHOJOuIr4qovMDFRrl1b36vkN { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:72.4375rem;left:9.9375rem;display:block; }
#TTDZxNMS8uzEyrgQPMW5wLaDWaGXnPiS { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15016;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.9375rem;left:51.9375rem;display:block; }
#iBP3yWazMKAtePSCPfbHrR6Mc4deEpKc { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:82.5rem;left:52.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGWBOhizuviXguWFPllA2xVHFOF8IguN { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:83.8125rem;left:52.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sI1MSJM7vLsa5cWJfkhQMpKTNmS2WlBP { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:85.75rem;left:52.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gtSSuCfmoHPMDIsqow1AwQhlnJviAcMS { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.6875rem;width:47.5rem;top:98.625rem;left:24.375rem;overflow:hidden;display:block; }
#PVRBUuMtqUiLlPo5u1b56kQydn7do8Ez { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:107.625rem;left:3.125rem;height:11.0183125rem;font-style:normal;display:block; }
#MJSZK4V1w0lrPMcTBIvi5BX7WvK8ANBQ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:110.875rem;left:55.5rem;display:block; }
#d3B8mfKC8RVEWzqNI1OpLlaqcCohk3zz { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:111.25rem;left:55.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#TghiMTxdPM725x87CSaU9peJ2Px6OBtH { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15020;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:119.875rem;left:3.125rem;display:block; }
#ExvMp2JEDuWdIlnFsLuLMaW2HSgcchR4 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;top:120.4375rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oWRBZpTyPJEvyvkoHlQqEvuJonMrz5BO { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:121.75rem;left:3.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OnW7OSISofV93iXNvLOdwNuCHxGM9WIB { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:123.6875rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AEJGLQ9VCgvuDnR8vK9P6Mt19Pd8plP6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.75rem;top:135.4375rem;left:3.15625rem;overflow:hidden;display:block; }
#dyssmurEIT6xRmtybVuvo8m8ReanNNfk { color:rgba(var(--color-tertiary-4),1);display:block;width:68.8125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:169.6875rem;left:3.125rem;height:4.72265625rem;font-style:normal;display:block; }
#sMfAd61B5L67bpAwLUn1lVPsmTInnzug { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:137.8125rem;left:54.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zS0k3nRnEHLp8veaZvFMkWZmnSU0mQ95 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:139.125rem;left:54.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ue6v1NrTEoAz21LnQDEwSAFzukt0gdgE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;top:141.0625rem;left:54.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FF8lWF9IOC7JVGBkLM1FtUPrcPHs4EfN { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:137.25rem;left:53.8125rem;display:block; }
#TetH1VZTBI9RmnJ5yzlbSaU6tncb9rKx { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:141.0625rem;left:51.25rem;display:block; }
#ncuKRqqxczLGGDz0cf4IqvOdsxkMnIDX { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1;letter-spacing:0;top:141.4375rem;left:51.25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ZQAw0lLBnnVrqcvT2xrTGOafUb8xDuDp { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;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:32.0625rem;left:3.125rem;overflow:hidden;display:block; }
#wKu4TLB5Dd4RBCFwGFkcGC3viOZ0I8QP { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;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:91.375rem;left:3.125rem;overflow:hidden;display:block; }
#uNSQzDF22TdPb4sfn79hXGLkLLZgaOP9 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;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:128.1875rem;left:67.75rem;overflow:hidden;display:block; }
#WfXVU0zpaABTJtQw6FPioxU4PC1yzEUQ { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;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:164.3125rem;left:3.125rem;overflow:hidden;display:block; }
#CWOugBqcVVVARUxtKslTewHoi99Z27SO { position:relative;display:block; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO { background-color: transparent; background-image: none; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row .container > .video-iframe-container { display: none; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row > .video-iframe-container { display: none; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .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); }#CWOugBqcVVVARUxtKslTewHoi99Z27SO { border-width: 0; border-radius: 0; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .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; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#l99KdpzxrGnqRkAMnkU2JN5VAe5nOzRo { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#apChxHdiBgyWeMN9SEr3QgGcggqMAiS4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUwKLADFkMnfFthv0urBDHgruPaP634U { position:relative;display:block; }#cUwKLADFkMnfFthv0urBDHgruPaP634U { background-color: transparent; background-image: none; }#cUwKLADFkMnfFthv0urBDHgruPaP634U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row .container > .video-iframe-container { display: none; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row > .video-iframe-container { display: none; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .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); }#cUwKLADFkMnfFthv0urBDHgruPaP634U { border-width: 0; border-radius: 0; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .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; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:138.6875rem;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; }#T0MHF02Wti9bEbAJk7N2Qk1cSvLR6ddi { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.0625rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#a3VbSM9lqeZxFfk5pdcM7NiQILBBi4yE { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.3125rem;width:21.25rem;top:31.3125rem;left:51.25rem;overflow:hidden;display:block; }
#xmz8W2egU13t4nFtXzamm4tybuiWJC4p { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:47.5rem;left:3.125rem;height:6.29616875rem;font-style:normal;display:block; }
#fsdbS8f1Z9FTy5h3yhkGQDnDbnbiLZLS { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.125rem;left:51.875rem;height:11.25rem;font-style:normal;display:block; }
#MEXbonnycBeSCecyacURt3LuVbiKtJAe { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:15.625rem;left:51.875rem;height:13.9915rem;font-style:normal;display:block; }
#kZ4hsavf8karqmFfv8RM20pRJ6VNGcPt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:55.046875rem;left:3.125rem;height:6.29616875rem;font-style:normal;display:block; }
#e6FeCXvvnF8bBZkecmPX2ZS1BAkw8ZaZ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:9.0625rem;display:block; }
#hISN5pOaEWp3gEbB1qS2wCu5M4a8VKS0 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:30.625rem;left:9.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#SlmgDOQ5f2006vEHRlusesCZTAJrP2QE { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15020;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.375rem;left:53.625rem;display:block; }
#RsM1MvM6E2OoXoHutEkTnRfcS3DeKztx { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:37rem;left:54.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J7nkKq9zTomBfJIOyTwyKvd6eEJMvGFP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15016;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.9375rem;left:58.0625rem;display:block; }
#HiFESeFDBDZpkB1mg3XAZBfKlMimdU7V { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1;letter-spacing:0;top:34.3125rem;left:58.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qAJ6Tk0fvSZP7oHEKoab1D2OWQdh5zQ3 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:64.46875rem;left:3.125rem;overflow:hidden;display:block; }
#w5uNQnvdZJMt9TqHVSURPfpD1tSG7ine { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:103.15625rem;left:3.125rem;height:4.72265625rem;font-style:normal;display:block; }
#pS1412H4cyJ4lXmL8OMC4WvPsQo3nQWN { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1;letter-spacing:0;top:68.3125rem;left:39.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7hIrsnnznmWN0oovk05qE67fEUNhsXz { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15022;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.75rem;left:39.0625rem;display:block; }
#XrLqmhsp6nWQPiyNh1MorlTEhZgoQNsz { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:69.625rem;left:39.6875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VAMr4bPa1d3a94X1NHw1NEoB8EqxoC1Q { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:71.5625rem;left:39.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAk7ZACcfLINVETwQny2OmfK6BQaXX9t { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.5625rem;left:36.5rem;display:block; }
#N0tuev0XJ9rCvTNcAUTELh9txSb8gFsq { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:71.9375rem;left:36.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iCrfyOxOAQrXlsOqCNuORgJWzhN8vVw8 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.5625rem;width:47.875rem;top:111.62890625rem;left:1.0625rem;overflow:hidden;display:block; }
#fKpTR2tgmJCPxvzBJTRkiwGJCB3is2iz { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:25.9375rem;top:120.06640625rem;left:47.639919354839rem;overflow:hidden;display:block; }
#h5OKOwkVa7QVTvdU4VvmNWW09bL1IIri { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:111rem;left:51.875rem;height:7.87023125rem;font-style:normal;display:block; }
#y00Otio1fG7ZGPRHNEiZFav8KPUzCJCv { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:111.625rem;left:42.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZXKUnHGGBFlK0g0oc9BofCyhwP4gKMSq { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15024;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111rem;left:41.9375rem;display:block; }
#OwhFTX1G93sRH9hGmCPy9hmVZOAZ2k1i { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15020;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111rem;left:39.4375rem;display:block; }
#q57LDsUtBxzUb8uLkXtB9didvvsu7Xin { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1;letter-spacing:0;top:111.375rem;left:39.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iJonDwirSwvHpk4yL3plTNSNqTGlcJzE { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;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:42.0625rem;left:3.125rem;overflow:hidden;display:block; }
#OcuZmZgnaMwgABFd01yO35xXqQM8y66i { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;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:97.78125rem;left:67.75rem;overflow:hidden;display:block; }
#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL { position:relative;display:block; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL { background-color: transparent; background-image: none; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row .container > .video-iframe-container { display: none; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row > .video-iframe-container { display: none; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .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); }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL { border-width: 0; border-radius: 0; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .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; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#xAvwb1pLSHJcPcx1xpaKF2SIErfwyK2p { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#KvfMEIA2Mm46SwkhSS356sHxk3doStsr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK { position:relative;display:block; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK { background-color: transparent; background-image: none; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row .container > .video-iframe-container { display: none; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row > .video-iframe-container { display: none; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .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); }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK { border-width: 0; border-radius: 0; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .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; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:144.3125rem;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; }#nsU6OFGlfepUlbubTo7y837biemXEocM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26rem;width:19.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#B382EXuUPDGRuJzbqVrqnnaaL4nnzThT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:2.625rem;left:23.875rem;height:3.75rem;font-style:normal;display:block; }
#bveU01Xmt53pAw4TnuAU1J9Pc62VJ2mZ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.625rem;left:23.875rem;height:5.59659375rem;font-style:normal;display:block; }
#EE0GzgbhcvnHnzRnanDOKc8zP3Vm8Qyr { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.875rem;width:47.5rem;top:15.34765625rem;left:23.875rem;overflow:hidden;display:block; }
#RgUhykGkI3PGWCzmKPD4plq6l38GyZ3y { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:30.3125rem;left:3.125rem;height:7.87023125rem;font-style:normal;display:block; }
#oTCkwnXdxd2TeowCkfZ9AsBmpzyFQTNC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:39.43359375rem;left:3.125rem;height:7.87023125rem;font-style:normal;display:block; }
#HyikXPNzgivVZU8VKCzkpJkvkJ4015Im { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:30.1875rem;display:block; }
#T5k0ynhlTW9Bd6H3RsFUGwWtlQO6Rh4X { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:25.8125rem;left:30.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pGnQaXf9m952agEMiBHbk5Mt9LO6qwb6 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.1875rem;left:27.6875rem;display:block; }
#LBE1Aga2wHvl1XphcQ9fXbqOdGXuhZ03 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:25.5625rem;left:27.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#RmBlHvRhnPEiaoLAdxRFkeCtmXOXTFqW { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:56.875rem;display:block; }
#D92OQZrkXn8p1K3ryxQNkRuLPb3pGn1C { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:43.5rem;left:57.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xRJiJiyFXAhEOaQwUkNp0dMmZNsUB6tx { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:42.875rem;left:65.625rem;display:block; }
#Oth5TDl8Dd5x10DG5ni1g1W6AWWDf9DU { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:43.25rem;left:65.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#X5f5O9gxLIPxP7AOKzBsfaARnMJKJnEn { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:20rem;top:51.09765625rem;left:3.125rem;overflow:hidden;display:block; }
#xlVOwTFNT0NTrCsPsGaoa0IOWz1BaqtE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:77.97265625rem;left:3.125rem;height:7.87023125rem;font-style:normal;display:block; }
#zcKrmEVzOlr6IN18zCK3JLEhCtFBCNEM { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:52.3125rem;left:16.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WeC2ENbJcnTKc2n42WEnRq4gg1BlvTB2 { box-sizing:content-box;height:5.6875rem;width:6.25rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.75rem;left:16.25rem;display:block; }
#ePqL6GySxfN2zF8VxakAHbs7qTLTbVcg { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:53.625rem;left:16.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f9ExoT0mPdiWTZZcRswuQhb2bqZiTmh6 { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:55.6875rem;left:16.875rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tu1P6FdC08SFmbpzOn2eL7vhqJ3kZmT2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.625rem;left:13.75rem;display:block; }
#U8nkBtZMAQKGEvPtH2b1hu8xC69RHtrf { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:56rem;left:13.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QPp9nHUDZwgME2lL3JJ2R7Za8gtJiHwx { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31rem;width:47.5rem;top:54.84765625rem;left:23.875rem;overflow:hidden;display:block; }
#KEEZJ6LRR3FdBTfBEDuzRApV72oiqmtJ { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:87.09375rem;left:23.875rem;height:6.29616875rem;font-style:normal;display:block; }
#tRWGm2VelsFrhZqTsMpbtmw1nvSrh8MC { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.125rem;left:61.75rem;display:block; }
#fw2Dy3x6gglViioLtDtOkm7XSAVHtHTu { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:75.6875rem;left:62.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Mcd0lTDNM0TmlLBTE6dSAGQFZAJMMgg8 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:77rem;left:62.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VSLvL6ECDCQBGdrEhJt0kfZHDc2HfkBt { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:78.9375rem;left:62.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PlfJm7RaHELNERC3sODKPRTsmpuDWno3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.125rem;left:59.1875rem;display:block; }
#fuMyZbrf7xGXM1w4lva408geywys5nxA { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:75.5rem;left:59.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GTpTu7y7ebpTd98mRwFZVsO8pBr8o5Ww { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.4375rem;width:68.75rem;top:96.515625rem;left:2.6875rem;overflow:hidden;display:block; }
#dPbI8AD01T5vqIvnso94t7aBmXv4T5XD { color:rgba(var(--color-tertiary-4),1);display:block;width:68.3125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:135.203125rem;left:2.6875rem;height:6.296875rem;font-style:normal;display:block; }
#lFMC100PEPkIQ2TuUgH4S3M9ogBQKuOo { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15024;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.1875rem;left:5.6875rem;display:block; }
#oNrTHrtvpg7Q8MxF8XHMxcZKtTPJ4oBO { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:103.75rem;left:6.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iRBVSw45SCKAnw3fx6l9dL6NsfLeGyXH { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15025;line-height:1;letter-spacing:0;top:105.0625rem;left:6.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZb6EpoNzzmAM3rG6OEfb0ueFKpGkTg3 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:107rem;left:6.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t7sZPo2AIRkrG1p8oQJubwHiZl8cGdVW { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15022;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:107.0625rem;left:14.375rem;display:block; }
#fRzTrhaW4DRIow8SUbxdz5KiqgoZ7hlR { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15023;line-height:1;letter-spacing:0;top:107.4375rem;left:14.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iRizAyMUD3h0BmUuhUf3qCEAt68nMQCk { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15024;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:115.75rem;left:66.3125rem;display:block; }
#qrBHTDSuWkvSTg5zNkorzOhG2wn3HZxw { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1;letter-spacing:0;top:116.125rem;left:66.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#xkKrpBSpIZuOr8l479TQJTyQze5LTwl8 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15026;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:127.125rem;left:45.125rem;display:block; }
#uCZK3ilKuGpTQvm9HagZMmCHTHvtNDI6 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:127.5rem;left:45.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#xzR29s3zZdTv08l1uiuqfPzISV8UhpWT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:129rem;left:18.4375rem;display:block; }
#MXom3vEJS2XO8MAc7dtTnmTM91fDTBlJ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:129.375rem;left:18.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pWlCA2tOiRsDvAw0X3ZWUTdPI0SUFUNV { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;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:45.09765625rem;left:23.875rem;overflow:hidden;display:block; }
#pDiK9TT4FWO7eQuDEfBFRfJQAApVrMIA { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:72.59765625rem;left:19rem;overflow:hidden;display:block; }
#EHob24Ex2KP8k6Nzq7XvQbsdlMtTJXup { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;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:81.71875rem;left:23.875rem;overflow:hidden;display:block; }
#uIMqJCxa3ODqCwQgUevgg52JzvX0rdyJ { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:129.828125rem;left:2.6875rem;overflow:hidden;display:block; }
#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs { position:relative;display:block; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs { background-color: transparent; background-image: none; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row .container > .video-iframe-container { display: none; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row > .video-iframe-container { display: none; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .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); }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs { border-width: 0; border-radius: 0; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .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; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#OxrePQ9JGNndqLZTgr5XZC8035TtZsAT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#WkzNRr0GJgaPQVU8P5m4wcizQZCyuBsC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL { position:relative;display:block; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL { background-color: transparent; background-image: none; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row .container > .video-iframe-container { display: none; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row > .video-iframe-container { display: none; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .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); }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL { border-width: 0; border-radius: 0; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .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; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:152.25rem;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; }#u57T4DKOrJspviZ7ysfsV9SwMI5vteC7 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:3.125rem;left:3.125rem;height:7.5rem;font-style:normal;display:block; }
#TcGLGDFoFaWKcGsySnaBCx5HMXXsLVru { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:11.875rem;left:3.125rem;height:5.59659375rem;font-style:normal;display:block; }
#rEqBPdNPmOrKBwXSoo3Q8gv7ECIxAQyX { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.1875rem;width:47.5rem;top:19.59765625rem;left:3.125rem;overflow:hidden;display:block; }
#S7hPlU1i30C4Qx9p3PrIL1aLzTDptmPI { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:20rem;top:2.9375rem;left:51.25rem;overflow:hidden;display:block; }
#RqwQRyGGUcJipvi35n8wxmsJpiy87Hed { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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:20rem;top:27.0625rem;left:51.25rem;overflow:hidden;display:block; }
#lXHWp8W1cZcszcU34ThwJM3cS3GG7ECA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:19.5rem;left:51.25rem;height:6.29616875rem;font-style:normal;display:block; }
#X5NCBBsnRfb3FJnQ1e6lDz3UbqioVkhR { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:43.625rem;left:51.25rem;height:6.29616875rem;font-style:normal;display:block; }
#fN8IzTQqURk21tg711f2qGIxR2TqBzrt { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:51.03515625rem;left:3.125rem;height:3.1480875rem;font-style:normal;display:block; }
#xV8AH2itR93KbrWk6JR14o7fnWDNWZps { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.8125rem;left:51.875rem;display:block; }
#IHiHkMqQKH5nsrNhtN0I1nb0FvsKTg2T { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1;letter-spacing:0;top:16.1875rem;left:51.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#OcnpzHr4aS4CisuGvbWTZGr5yE9IFBK2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.9375rem;left:51.875rem;display:block; }
#TwasyolHGUNeM9wU8zgeWFcwa2V3GXrn { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:40.3125rem;left:51.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#WRoo0g5r18FZv02efFZTpJ9r6AIu18KI { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.75rem;left:4.375rem;display:block; }
#marEVSUphdo49WqvBIPhnmC7U5rgLKXS { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:47.125rem;left:4.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#DJ6uJxEO9ElcfUJbv7IVGQZ0ifDpzoaU { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.9375rem;width:20rem;top:57.30859375rem;left:3.125rem;overflow:hidden;display:block; }
#BbE1GudNRrXl4IRB7KMbw9IJPBBxapbt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5rem;width:47.5rem;top:57.30859375rem;left:23.75rem;overflow:hidden;display:block; }
#GSqfkmEmCmR36pTN3wLuE8vyTO9fGtyk { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:83.93359375rem;left:3.125rem;height:7.8701875rem;font-style:normal;display:block; }
#pRDkd8JMQC5aPJsqD97UwX1CH86476oT { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:93.05859375rem;left:23.75rem;height:11.01829375rem;font-style:normal;display:block; }
#o7Pd9HUhmalAd2oa8l4RqQ3DPNsavAHe { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.9375rem;left:14.4375rem;display:block; }
#PqGfv5dWPsU2hwl5TZa1dqkhBRntN878 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:58.5rem;left:15.0625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#szF86t0hnSTeBZl8kh44DyXq3poZTMsk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:59.8125rem;left:15.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WQUEvbbJloCstub83gXZ861VtqaRAC60 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:61.75rem;left:15.0625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XAKXwhAS6wRDSC6bMnhncCnkrH5IJUU6 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:57.9375rem;left:11.875rem;display:block; }
#MbTPCfZb6tBPDz8TrEueRyuDD91fa5vE { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1;letter-spacing:0;top:58.3125rem;left:11.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#J7He0BXvWv8t8I0Sr37bDpndne6tp12Q { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.9375rem;left:24.75rem;display:block; }
#m7ZD8Us6Gr2wE8grmK6TqZZKsT09UcGh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:71.5rem;left:25.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GEhm5TR23uhl8W4VgZSkfQmZdVnh0UW1 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:72.8125rem;left:25.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qQpN317DnzPTXQ8e6bHgJq3FUiuuKiRO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:74.75rem;left:25.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWDuSMmd6a1cxkEg5bIdANsScVwviFGJ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:74.8125rem;left:33.5rem;display:block; }
#ANaqyX5syicAZWHsW1hinlg9BwpttNCH { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:75.1875rem;left:33.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QJzNuTbZLHEfAf2Qf07rLLT4d38HklKR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:69.125rem;left:58.5rem;display:block; }
#IQsWaFwnND3qtTCTcKk4n4szC8VPfJ4y { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:69.5rem;left:58.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QkDcOuuCJN7nJXCOeu9vGRk4p2mnfTAR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.375rem;width:47.5rem;top:107.2021484375rem;left:3.125rem;overflow:hidden;display:block; }
#XRL5zSeUdDmlhwCz43gzO1289IMpVn21 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:107.2021484375rem;left:51.25rem;height:7.8701875rem;font-style:normal;display:block; }
#EPtf7PQUL3I9073dwfCaADiMc6WEWJWx { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:129.125rem;left:22.5rem;display:block; }
#JPUEoqxVSpNZENxJaf5xCceAwBivVKSa { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15048;line-height:1;letter-spacing:0;top:129.6875rem;left:23.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z2nlfEfIF5KELAEaTAPpQrLculg1gPxl { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:131rem;left:23.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VT3Twcgwc0XZ99HOLB2FSDFDl09PK5QB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:132.9375rem;left:23.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CRWi31argS85rwVZZ89y0aq19Z04cSQF { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:133rem;left:31.25rem;display:block; }
#SFP6Vb0GGw955lyR0daRQeRKJQNhqCOx { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:133.375rem;left:31.25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#CNyDMQO5DTGLgixTG0nuloMlFyJcgP2x { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111.75rem;left:35.3125rem;display:block; }
#s8alNhQvrpLfJZ2vhmbB93EckgCXfBuy { color:#000000;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:112.375rem;left:35.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KfASgT9JaPnQUBPd2A1LLMJCQlgHSGak { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:111.75rem;left:42.1875rem;display:block; }
#sKENkwUdklxNdroI53ukQB8HKSh3gQsM { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15033;line-height:1;letter-spacing:0;top:112.125rem;left:42.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#EVoeV9oOIRUH1X5mIatg84T0WABOuPJw { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:109.9375rem;left:16.8125rem;display:block; }
#Fpnt5FkSQ6XQspONxToTgaqKxfavsXX4 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:110.5625rem;left:17.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrLxZlMOuOGlPb3G6koxrGInSbfDV4aa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:109.9375rem;left:14.3125rem;display:block; }
#xHUTHXQfv4aG7VldxPJ11RKhAxu5R0G1 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1;letter-spacing:0;top:110.3125rem;left:14.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#XoetaZRG3OSeJfJHXkArNTHnwMZtmsqM { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:45.66015625rem;left:46.5rem;overflow:hidden;display:block; }
#y5MFTbJDWoKV5c3sEh0WTQoonnREcSzh { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:87.68359375rem;left:23.75rem;overflow:hidden;display:block; }
#IPLTEuZrSW3T3p04vcPdn2tpIZi6RiA2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:116.9482421875rem;left:51.25rem;height:9.44425rem;font-style:normal;display:block; }
#cVfHVk4xpBz2es2dqwFuy8NLofbyFEcu { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:127.6259765625rem;left:51.25rem;height:7.8701875rem;font-style:normal;display:block; }
#P1EtcODhretyGPEnFzm9GTIDUOm31LAw { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:144.4521484375rem;left:3.125rem;overflow:hidden;display:block; }
#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ { position:relative;display:block; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ { background-color: transparent; background-image: none; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row .container > .video-iframe-container { display: none; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row > .video-iframe-container { display: none; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .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); }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ { border-width: 0; border-radius: 0; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .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; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#ANVKNnnL71EuG2RvDNzd0Fru4ThxAftQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#i3MvbeTyxKvnOTebKvktT1fbEHD4Rem8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi { position:relative;display:block; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi { background-color: transparent; background-image: none; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row .container > .video-iframe-container { display: none; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row > .video-iframe-container { display: none; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .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); }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi { border-width: 0; border-radius: 0; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .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; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:212.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:block; }#DgRBVmG7Rzm4yNxSnBALac0GCkz8IHUb { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:56.375rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#iGWeQNITh8wsCK18rhy8oJkNpPz7IFUA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:22.03665rem;font-style:normal;display:block; }
#ZMfsLkygHx7K1IVCzRe8pW6B41EdHqHn { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1875rem;width:22.1875rem;top:27.25rem;left:0.8125rem;overflow:hidden;display:block; }
#MX3oW4Uk0AOTfIsoxg4IrRhRJhvqvdfB { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15034;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.5rem;left:16.9375rem;display:block; }
#zhOVoJGQyhQ3HmLPN1NKbASnhbtur6PF { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:50.125rem;left:17.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d2O6Hd0Nu0nXCu8cRfwsUOhBCzmZrPD3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15036;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.625rem;left:14.4375rem;display:block; }
#aQ9HTme1eoRoshkoVToH7LRR39OTOpNc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1;letter-spacing:0;top:50rem;left:14.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#NSXlTS0GanaPvkwpQDuHDpSzaGQT6da1 { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.8125rem;left:41.3125rem;display:block; }
#ak56qsbxhVFkuVdkCe7owiUsyUZ7OvCG { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:51.4375rem;left:41.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSLTq4pKbBu9DXKnhcN0eVtSTTa5MpFN { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15040;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:50.9375rem;left:38.8125rem;display:block; }
#eOn1TDZC8aKlZFDlJlfpk3weTtQ8TdBZ { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:51.3125rem;left:38.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#cSUToit0TNh2vS3KdXrcElV6R81Z0xLB { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.125rem;left:46.4375rem;display:block; }
#w51aklwanvCSbGeVH0J56UoLTI3eCmtB { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:12.5rem;left:46.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#RGWLEv6NTma27vIJCgcaH8uPqzVJIqlH { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15032;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.8125rem;left:48.875rem;display:block; }
#z3T6vdRtfTbWwhokM7TTsdWE0GJUhN4U { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:11.4375rem;left:49.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rwyIVm4LBUTSwTfLgcx8xrZ3wT31isnC { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:48.75rem;width:68.75rem;top:62.625rem;left:3.125rem;overflow:hidden;display:block; }
#btTlfyHbzhGrIt03l0r4l39qt1OTF7OV { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:21.875rem;top:112.625rem;left:26.5625rem;overflow:hidden;display:block; }
#T1k1vgQiP2qbdD9zk5DCnTeNpTgAnpKE { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:112.625rem;left:3.125rem;height:17.3144375rem;font-style:normal;display:block; }
#oVrxIcluoTNyoGJcwTZToWyGVAz6nAix { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:112.625rem;left:50.0625rem;height:15.74041875rem;font-style:normal;display:block; }
#oNv3RZKoGa0n7zQJ3mFMp4OVinE90dHM { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:77.5625rem;left:51.75rem;display:block; }
#l40u8L39EEWf5ZmOVKQKT7BhvibiF2Hw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:78.125rem;left:52.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KRIk4AUdtr8MQeGLRVJy7CGAb4VwcWGR { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:79.4375rem;left:52.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I29pXxaPu94e6ue1bbHJRgHHfWsoudrL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:81.375rem;left:52.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJpwCdSKMoNmooeTnzHk2StmZwZubvnI { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:83.8125rem;left:51.75rem;display:block; }
#uEGXNHuHA3h3N0wGd6DVG5MlM9SIyWG5 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15055;line-height:1;letter-spacing:0;top:84.1875rem;left:51.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#c2UT9SFbhxmQQNVbcivrcgyPHmxJXneU { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.5625rem;left:15.6875rem;display:block; }
#NR001d7UFirRLF41V1cAmzaJALzB2irh { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.5625rem;left:22.5625rem;display:block; }
#SAehTRK2NPdFK9tDonXSF94Q3KoflrFG { color:#000000;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:106.1875rem;left:16.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZmZeNLc4PVJ3lDNQbbGiFdM3atEL6rB { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15037;line-height:1;letter-spacing:0;top:105.9375rem;left:22.5625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pAXLfIakNaxLnMvzOJNtOFQbkrh0hf75 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.75rem;left:41.9375rem;display:block; }
#U8rxFvR2O6EnI1SRimxoWx8WyJWQu2Dp { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15039;line-height:1;letter-spacing:0;top:104.125rem;left:41.9375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#NzdK8TSKg4T03Cbp6gGLsWSb0pN9TTXs { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.4375rem;left:5.8125rem;display:block; }
#zQHxXF9TENW9OLl6gd0ZNERTNLcqVTpR { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:67.8125rem;left:5.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#zNro8wx0JLZX91ihKBOFd32ucokIh1E2 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.8125rem;width:47.5rem;top:135.0625rem;left:3.125rem;overflow:hidden;display:block; }
#ciZz1UeFsgmn2lkGVaNUfGmBCd5NJi2a { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:20rem;top:157.6875rem;left:51.875rem;overflow:hidden;display:block; }
#KExRx8k4tR80C9lVFz1ucKLEZfZ7TFTM { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:135.0625rem;left:51.9375rem;height:17.5461375rem;font-style:normal;display:block; }
#Jr7v71nd13q2lVN1B2vbFATL69FWKf05 { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:172.125rem;left:3.125rem;height:3.1484375rem;font-style:normal;display:block; }
#DqJ6UOZuK6VONZiBWNupFJ8CW5DZgS4c { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:146.5rem;left:38.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#sFaKsfk3S6AkebKA1Mg5tusxpIOi1d5f { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:146.125rem;left:38.8125rem;display:block; }
#L8xXblMAZMXAAhfTEJ5brLoCsK8qiRPP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:159.25rem;left:45.125rem;display:block; }
#pF9SwxKuQkd66wF71NZENLucNG6mL3ba { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15043;line-height:1;letter-spacing:0;top:159.625rem;left:45.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ksP6UlMT0817cstOVQArXTuWZ1LU7w9i { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.6875rem;left:16.5625rem;display:block; }
#RJkfhcftABflWadnTwxB70vDTE7LCXLa { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15041;line-height:1;letter-spacing:0;top:165.0625rem;left:16.5625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#JirmTASmSDpoXc3AfNy3TfcJJ0A2KJwv { color:#000000;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:165.3125rem;left:10.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c3ZZO9sSWZweLDpBno5TUnpM0NUcQQxV { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.6875rem;left:9.6875rem;display:block; }
#cMazBus7qB1TRvPFOFvSSsktX4ABxlH6 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5rem;width:47.5rem;top:178.3984375rem;left:3.125rem;overflow:hidden;display:block; }
#AJTbzTsnowTp0JPDSr8G0KFEnWUDzL2K { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:178.3984375rem;left:51.875rem;height:19.00835625rem;font-style:normal;display:block; }
#bDJxSahn9bTOJxPSHh81VlRNyKEDQtst { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:204.375rem;left:24.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#DTTfVSZ3di6U5g1ui8l6ukA6WGyCpLQC { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:204rem;left:24.75rem;display:block; }
#wWrFNcM3NSIn5QNNtOfPc7whWQ2E1U4F { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15047;line-height:1;letter-spacing:0;top:188.4375rem;left:6.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#fmK6XdARqNIuq3tOm5VH0N7QnD6gSQKR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:188.0625rem;left:6.875rem;display:block; }
#PoMefaETb3H9fK98MN3vlFS1dPCgGfg6 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:193.3125rem;left:47.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#cqWoVr8qeLGinrc02kgeErClSLAPMTdT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:192.9375rem;left:47.1875rem;display:block; }
#QPiZ3JJvnZTIUL1kIQJX0kfaiTs64CD3 { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:55.375rem;left:24.375rem;overflow:hidden;display:block; }
#ZuDV8D0tINFU4JJKEE5RB1yNIsaPKwcc { position:absolute;display:block;z-index:15038;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:107.25rem;left:3.125rem;overflow:hidden;display:block; }
#MOmcBQLmTW482kSJGKGE4puU7pWxIlLV { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;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:166.75rem;left:46.40625rem;overflow:hidden;display:block; }
#FG7fXPM9hUJEPQWK1vr3iKbwUgr76J6n { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:204.7734375rem;left:3.125rem;overflow:hidden;display:block; }
#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 { position:relative;display:block; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 { background-color: transparent; background-image: none; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row .container > .video-iframe-container { display: none; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row > .video-iframe-container { display: none; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .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); }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 { border-width: 0; border-radius: 0; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .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; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#r3T5yqAFz5wDZNguePiSPzL5JXzIUpww { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#aEr52fwh1vK7uLHAEfEOJzpRQw41qd5g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit { position:relative;display:block; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit { background-color: transparent; background-image: none; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row .container > .video-iframe-container { display: none; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row > .video-iframe-container { display: none; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .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); }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit { border-width: 0; border-radius: 0; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .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; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.125rem;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; }#x3Ts3lSqTwTrqmZf1wzklEoJ2SyAS9BS { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#qeT3lxsEteAhuFKUEIB21BoCobCfLy5z { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:3.75rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:3.125rem;left:51.875rem;height:11.25rem;font-style:normal;display:block; }
#hSsMsDGlFcBhbSIU8CeStCqv3gLxKhSp { color:rgba(var(--color-tertiary-4),1);display:block;width:20.4375rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:16.25rem;left:51.875rem;height:9.44423125rem;font-style:normal;display:block; }
#WXds9ke0FIqDvgBHSIqrZcA9mAgsBUP0 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15030;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.9375rem;left:51.875rem;display:block; }
#v5MWOI3AIhSTV0w9HlGVEWMS26V5XWGO { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15032;line-height:1;letter-spacing:0;top:27.5rem;left:52.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIwrDT9GtE7tHM1x3ymnZCM0Z6Qa8THT { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:28.8125rem;left:52.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F0C98EWXTVUZkJ0qvgdwQuTN9vOZgECZ { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:30.75rem;left:52.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Boy8OctTSrBcVtOQTvkDbdMekfiMynGJ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15028;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8125rem;left:5.8125rem;display:block; }
#HJG6GpSkkWo4VC1rcoBIdid4ogs6XRUC { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1;letter-spacing:0;top:8.1875rem;left:5.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#TlTblPRvDTIQWsNvnwivvxOHVryO9pX6 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:40.875rem;left:3.125rem;overflow:hidden;display:block; }
#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ { position:relative;display:block; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ { background-color: transparent; background-image: none; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row .container > .video-iframe-container { display: none; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row > .video-iframe-container { display: none; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .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); }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ { border-width: 0; border-radius: 0; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .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; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#ZJurznHizmPXqdvCS7RRIOn5hAbbP80T { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#WHXocgvgIwdR8ZTmKNi1aRLWNgrhx3Pv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL { position:relative;display:block; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL { background-color: transparent; background-image: none; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row .container > .video-iframe-container { display: none; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row > .video-iframe-container { display: none; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .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); }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL { border-width: 0; border-radius: 0; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .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; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:164.8125rem;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; }#vVSgHHHi59ZG6oF07I0M9kbDt87y3itm { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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.75rem;width:33.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#WWZAFDioB7snLMSPH5w8iGTXfBdzuaVC { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:22.125rem;left:3.125rem;height:4.72265625rem;display:block; }
#iSI1WAQ6TP8Vt7J4X4x8IIP5VOVkORiq { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.1875rem;width:33.75rem;top:3.125rem;left:38.125rem;overflow:hidden;display:block; }
#yCiVqXTBad89X4TUFBtNUwNVD4UAOZAW { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33rem;width:68.75rem;top:33.4375rem;left:3.125rem;overflow:hidden;display:block; }
#XUvQvOrKqr8FIOXiOlgwrv1xgwgRNNCn { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:67.6875rem;left:3.125rem;height:4.72265625rem;display:block; }
#bmBi31F9cpmnVN7vNRpWu59WeH7JSh0H { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15058;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:36.8125rem;left:8.125rem;display:block; }
#uSDbpVl1JrbaPsqKUUTNHnouWwBFSDzh { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15060;line-height:1;letter-spacing:0;top:37.375rem;left:8.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KulO7mE8mnVZkHd0yyReHADz1QKTM4CI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:38.6875rem;left:8.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nBOnT2M20x0BvKIzVHoxtC71r01JO1qu { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:40.625rem;left:8.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZrS1HxZ3XIwOydF2IbaTn4naRhS3aDhk { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:16.875rem;display:block; }
#SEr8Z8ocp0e7SlR0dyLutSKnifqwAemp { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15061;line-height:1;letter-spacing:0;top:41.0625rem;left:16.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gmTAskJdf0BOeR31rTBa3B7wFCGddiNn { color:rgba(var(--color-tertiary-4),1);display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:25.5625rem;left:38.125rem;height:4.72265625rem;display:block; }
#pLAdxPlAg3I6nEAhfhOFnDPtR0PbhTV1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.5625rem;left:25.75rem;display:block; }
#xEWfmDM7R2BN1Eu1kQ9x4NiUfRZd1OG0 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:7.9375rem;left:25.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#y3dcLP5VmzN4wUcShEHZTXc3UcTSrkGr { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1875rem;left:60.125rem;display:block; }
#VMcc7kiGtb1tI54T2RtwT1hDOC18vdAm { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:8.5625rem;left:60.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#OnLErkAciJ49Tkyhn6SKQ7EbFvZFdu4v { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.8125rem;width:47.5rem;top:75.53515625rem;left:24.4375rem;overflow:hidden;display:block; }
#TXFszdQUnezxbrWgTayQf0svUvEpLTwI { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:20rem;top:75.5625rem;left:3.125rem;overflow:hidden;display:block; }
#kOu4Zlz5fFLvUuSMKVqyTmxbBwwtQPEe { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:86.8125rem;left:3.125rem;height:1.39915rem;display:block; }
#yX17dQnHK4vda1CDn6J3RdDEE2KrcSFN { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:90rem;left:3.125rem;height:9.44423125rem;display:block; }
#BLC25TNn8BJvKIIqlL3NnCAXVWeAT2lt { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15052;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.25rem;left:49.75rem;display:block; }
#oKuAsOMXg1IgGssR8TW5akmBBH3Mw9i8 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15053;line-height:1;letter-spacing:0;top:82.625rem;left:49.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#R7HO7b61xLKppTgnlpHIeDTR96Wfp43T { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15056;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.75rem;left:28.1875rem;display:block; }
#kz3RiZ7N2LwMXGrPZFW7Qe0aisqZGc2m { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:4.3125rem;left:28.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9M7eGZzT0Nr0I19eiCMdMK4fCvFnx4b { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:5.625rem;left:28.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sckMyHMCdxIogPAdWAEDMT5R2Gl1c3uK { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:7.5625rem;left:28.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wyImdlUCuaL4TlQM7NFgeLas81VLxy4Z { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:62.5625rem;display:block; }
#y6Et8pwwTvCSunRW5oEoLb4TfhH9r7rS { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:4.9375rem;left:63.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZ2pTJiOrJfpVaMyR1otiZcHhMoxIgzE { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:6.25rem;left:63.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BoZOSyte0hrpSx91AH49zkcTtI8LCBwn { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:8.1875rem;left:63.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T0KV3Uc6ch9C8qxT04Ul3GW7rEQRASXm { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15060;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.5rem;left:52.25rem;display:block; }
#DcT8RZB5JlOehmvRH6VPMo3rfwiZOtRw { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15062;line-height:1;letter-spacing:0;top:79.0625rem;left:52.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gOrc73iwP9oHcg8qTGwoqs21GEz14cNz { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15061;line-height:1;letter-spacing:0;top:80.375rem;left:52.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Hh9cxaLaoP0BIfT40UShPQkurTBaNrIz { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:82.3125rem;left:52.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eeXL6FFGks3Wi5NJhM8WXbXkhT15gaUT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.75rem;left:3.75rem;overflow:hidden;display:block; }
#Nsxi4hGn1dSy5kuXL8V1lSiT8s8qg6p4 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.75rem;left:38.75rem;overflow:hidden;display:block; }
#TpQmfONHA0mrT86IHPg9MgwFPuTUtc9I { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:34.0625rem;left:68.1875rem;overflow:hidden;display:block; }
#x7aO3aHS9bfhSb4Z08S2Rf5JSM4o3iuD { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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:101.66015625rem;left:25.0625rem;overflow:hidden;display:block; }
#FzNRaKxEUuIA5PhERPlUA3BK51TXgyx9 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.3125rem;top:145.9375rem;left:27.5rem;overflow:hidden;display:block; }
#ECJK2FQ14guEJGn25laaI4oGi5h7XtdK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:145.9375rem;left:51.6875rem;height:9.44423125rem;display:block; }
#N6fl8sVF6ZXuwUa4OMks68ITe59SPZo6 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:68.75rem;top:108.5rem;left:3.125rem;overflow:hidden;display:block; }
#fegUk2hGHUQ9TGMxdEJwlFkItzALAwk3 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:22.5rem;top:145.9375rem;left:3.125rem;overflow:hidden;display:block; }
#uTmZz1iKc83TkbNVZQQpzb2RIkNQP9pT { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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:109.125rem;left:3.75rem;overflow:hidden;display:block; }
#U5RFOtlIoegZ5V9Tx6Us0dTOAp0C5Upo { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15064;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:112.25rem;left:16.25rem;display:block; }
#kgBS8vXmgw7LBuGJx1IUtk4Rznc7K5tp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;top:112.8125rem;left:16.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f7vHX1npZHCZprL17tw0DESEVpuZeUfG { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:114.125rem;left:16.875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BZ7cVmG5C81inKHI23WtGzW2kWco7Vkv { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:116.0625rem;left:16.875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dVDMmhIkdUM8Fa3kvaAuKXpcmu8ELS40 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:116.125rem;left:25rem;display:block; }
#rD7dgVfxeblOmBDnoGaPxgocULfhzXzS { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15067;line-height:1;letter-spacing:0;top:116.5rem;left:25rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma { position:relative;display:block; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma { background-color: transparent; background-image: none; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row .container > .video-iframe-container { display: none; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row > .video-iframe-container { display: none; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .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); }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma { border-width: 0; border-radius: 0; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .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; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#DzvH4rqN4wkSJum0rt0bhZvJgqF1XiDs { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#JoLGstxuHOCo4PxI66p3DHKaswPt1aKt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS { position:relative;display:block; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS { background-color: transparent; background-image: none; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row .container > .video-iframe-container { display: none; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row > .video-iframe-container { display: none; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .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); }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS { border-width: 0; border-radius: 0; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .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; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:272.1875rem;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; }#gd39u2ETgDbVOKllvh3TU69rOgS417Xr { 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:44.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#QXksyEOs54EpqTzuLMc4OM8TVtFzW2bv { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:58rem;height:7.310875rem;font-style:normal;display:block; }
#WmypLO2pqOLHc5TVTPcFvTp8C6t8tFiO { box-sizing:content-box;height:8.6875rem;width:13.75rem;position:absolute;display:block;z-index:15015;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:56.9375rem;display:block; }
#yFVi32QkITPUON5NJtuGU8t6fw6xcpiV { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:49.3125rem;left:3.125rem;height:4.72265625rem;display:block; }
#FnBoPJfRZ0ye7ub8KPmvuTsdsO9ZEi1e { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15066;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.0625rem;left:15.125rem;display:block; }
#TCptH9oQpfMM2QmDC9UBGMVNptlTnF2b { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15068;line-height:1;letter-spacing:0;top:13.625rem;left:15.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oxMtG6IVMyEC5RqAuT8oDRDpVdCOEdqk { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:14.9375rem;left:15.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxk6q65xAHA6S8N7KnCdUcPfxGL8piTz { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:16.875rem;left:15.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lg7JXUeMqZlzJ3qihdevPEpaifVEmtbC { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15058;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.8125rem;left:23.875rem;display:block; }
#Js4AsFiJ6TTvHha8ae7l10dtNwBQB4UI { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15059;line-height:1;letter-spacing:0;top:17.1875rem;left:23.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#fbxNLuLy16BeApGntzotBDUREuClg87G { 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:35.9375rem;width:68.75rem;top:56.5rem;left:3.125rem;overflow:hidden;display:block; }
#sxTiAdnnVWdVqGpCSEwASSkOLQxh2Qh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:93.6875rem;left:3.125rem;height:12.59235rem;display:block; }
#L9R3nk8yzIGxK14btZ2QO76aPUGG7LMT { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15069;line-height:1;letter-spacing:0;top:71.0625rem;left:9.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gfsq2m2caAgHwQqoewlnCkTSxVw30W2e { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15068;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:70.6875rem;left:9.5rem;display:block; }
#FJeLIHuTPblxWedS33bcaK3aqsqbK0Ro { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15071;line-height:1;letter-spacing:0;top:65.875rem;left:67.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#RllF7P5Lsr9R91BuT5ltMKtJCgIerZ2a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.5rem;left:67.3125rem;display:block; }
#crrnU33ZXBrsufF0kTgRR5CBpQWLilUu { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:65.1875rem;left:24.875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VRUJCQkzb4gETkoiUSPcgTomQcfro6hK { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.8125rem;left:24.875rem;display:block; }
#b1n49Ex4o8MJKEM05pOuXv9CuvHPKRF3 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;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:3.75rem;left:3.75rem;overflow:hidden;display:block; }
#FJRIF89Asv4Cv3XfTLtfuV5NLk3llroJ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:57.125rem;left:68.1875rem;overflow:hidden;display:block; }
#A2fdOARBxHMgzPXuzZGsDDfzr2pp2kKh { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.375rem;width:47.5rem;top:109.4375rem;left:3.125rem;overflow:hidden;display:block; }
#DC3cSzWfahkzrPOwZurK0adbIWPD07W6 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.125rem;width:20rem;top:109.4375rem;left:51.875rem;overflow:hidden;display:block; }
#hKGUQ3VHJboLNNTB3EfiIMv1Fx2syLB2 { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:121.1875rem;left:51.9375rem;height:1.39915rem;display:block; }
#AnTPSsqgJ77R7ln7UHGNu4HMmh0MKW2p { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:123.875rem;left:51.9375rem;height:6.29616875rem;display:block; }
#iswTKb2m0bSx9sSkxXZITo3Gp8kqCSmD { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15070;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:127.75rem;left:40rem;display:block; }
#IX4JSrRVQEq9JaZdv0WCseLMxz8AodDE { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:128.3125rem;left:40.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qqw8DF7z0TtykDAc8zlPfet2T43TrlsL { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15071;line-height:1;letter-spacing:0;top:129.625rem;left:40.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aI0OBfFHCzrsUp2LpTqpTpQ2VloibZWi { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:131.5625rem;left:40.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VB9Bm36kIP9EUNGDktvDmyoNDpNm8BOA { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15072;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:127.75rem;left:37.5625rem;display:block; }
#r203pdBVpUZltBsLytISi9N6bmCLS10N { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:128.125rem;left:37.5625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Wyy4sZ8PUEOLF6UozvKvJ56S3UAmBxkx { 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:41.1875rem;width:68.75rem;top:140.9375rem;left:3.125rem;overflow:hidden;display:block; }
#c6fzzczVGZfbfrk6mVWrxDQBdZzA3wmz { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:183.375rem;left:3.125rem;height:3.1480875rem;display:block; }
#fKSNCJnx1Ao4zOqN7skI6l0TmtxS7lBc { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:148.5rem;left:35.6875rem;display:block; }
#nZUvhcw7AKm2uQoWKFqp3QbbAzFKHvna { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15072;line-height:1;letter-spacing:0;top:149.0625rem;left:36.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bT2kT2PV1WLmKTFefNlaZRlxIbdCot1S { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15071;line-height:1;letter-spacing:0;top:150.375rem;left:36.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HqXlQg1sRTkaqponasSwRe0HDtGBf1xu { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15073;line-height:1;letter-spacing:0;top:152.3125rem;left:36.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mJCHR5e5kyoir5uEAiWBNEJ9f7Tt41rA { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15072;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:152.375rem;left:44.4375rem;display:block; }
#ubLoupdoS2kb3bWX5Di7nlSUqHatAG15 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15073;line-height:1;letter-spacing:0;top:152.75rem;left:44.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#gGg23zJosnyD3bXZDymHP6TwI7untsdh { 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:24.8125rem;width:47.5rem;top:189.625rem;left:24.375rem;overflow:hidden;display:block; }
#ZGrCRMNNKEikmJPRiDKchOcnwfvh2d3V { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;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:110.0625rem;left:3.75rem;overflow:hidden;display:block; }
#xm431C4lP3spDqSUqmDCKJhL3qh2aGKt { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:141.5625rem;left:68.1875rem;overflow:hidden;display:block; }
#OGfxqiFVi8Ip6hDTR1O72Id7BtWdpJGG { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;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:190.25rem;left:68.1875rem;overflow:hidden;display:block; }
#hPHfbGmiG43dm36b3UMmU17DrMonkdsW { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:189.625rem;left:3.125rem;height:7.8701875rem;display:block; }
#S5v5n530kZkQyB9pEC9xLE8PBpf6Tgiy { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15074;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:190.375rem;left:27.1875rem;display:block; }
#OTamWMLoFP7kJP3AVLyk9BzK3McUoPxV { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15076;line-height:1;letter-spacing:0;top:190.9375rem;left:27.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I8zwH6XHh9wJ72vmmtCk9IkMHtqdDvNH { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;top:192.25rem;left:27.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coCcWgU2P3ufcA8pGrTOXTLH0TU2UXTR { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:194.1875rem;left:27.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fxJJNOdMBaHoeol08FzZc1vdQgLLe23S { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15075;line-height:1;letter-spacing:0;top:194.5rem;left:35.9375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#Lesqp1zDTqgP5aGX2UPVKeIdDqqoLAMl { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15074;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:194.125rem;left:35.9375rem;display:block; }
#H3EMsZofw24v695BmwJwDyxsmDEOKDVs { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:261.25rem;left:3.125rem;height:7.87021875rem;display:block; }
#AoQleSQgItcR94OxKaU7pScKVVQdJ9HC { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.4375rem;width:47.5rem;top:217.5625rem;left:3.125rem;overflow:hidden;display:block; }
#hBW3ALO5N7daUloxk7UNLDM6Tm9ReTTr { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15080;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:254.375rem;left:51.875rem;display:block; }
#o7rZuDS3c5J5P7HBCMhwSSWcrXbV0pa1 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:258.1875rem;left:52.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGc9kQGVi3O06ticplXJ8iqWdvfKxdmp { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:256.25rem;left:52.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#te6ktmByg86CAHQbDSwFp6BV5i1106Wn { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15082;line-height:1;letter-spacing:0;top:254.9375rem;left:52.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yI96SbHg5T7m19HNkM0UmaBhQWzD8JLv { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1;letter-spacing:0;top:254.75rem;left:60.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#LiyRPvq7w6fpnFp6hzd6RgwqkCJQFXo2 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15080;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:254.375rem;left:60.625rem;display:block; }
#PWMPT4O598gtpIBZkPHct7adibsmFLsL { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.3125rem;width:18.75rem;top:217.5625rem;left:53.1875rem;overflow:hidden;display:block; }
#Msus1zzIs4rVmQ7MX5kvTElgekpaMn5d { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15079;line-height:1;letter-spacing:0;top:251.625rem;left:12.9375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#tIaSozO4iZar1HdcKpiDyU5Q7NWhGSPb { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:251.25rem;left:12.9375rem;display:block; }
#UJwiMBXPxxeu3UC77Bb5NTuAZDuPq7fU { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:218.1875rem;left:46.9375rem;overflow:hidden;display:block; }
#Zk8BmnO2yR6eBgxkGB4MSbfrz5ln5nJw { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:251.25rem;left:4.1875rem;display:block; }
#H0CVyStiNxl36NykG3EX4Ky4ElBgcPtm { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15078;line-height:1;letter-spacing:0;top:251.8125rem;left:4.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kz3aqr3uqdSc7vToftHAK2A6IroPCmhk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15077;line-height:1;letter-spacing:0;top:253.125rem;left:4.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#honlrK2rwZNTBoOBMAuVHfhXHTSBr9nT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15079;line-height:1;letter-spacing:0;top:255.0625rem;left:4.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D6hB4RObDO9Q4osTANUO175wRT2vsoXu { position:relative;display:block; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu { background-color: transparent; background-image: none; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row .container > .video-iframe-container { display: none; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row > .video-iframe-container { display: none; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .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); }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu { border-width: 0; border-radius: 0; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .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; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#uLVAOthOeWTpHyzqLEK7Vvl69CEEeyvK { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#FOgIbeMZGOBDDoS8hoGOHZKmXNkxZFhU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq { position:relative;display:block; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq { background-color: transparent; background-image: none; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row .container > .video-iframe-container { display: none; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row > .video-iframe-container { display: none; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .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); }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq { border-width: 0; border-radius: 0; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .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; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:204.6875rem;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; }#fGU2BtS05lhotdcWBA3DTkL6TJezCCMZ { 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:37.4375rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#sT98vKaMRAGWO7TDmHN08btbwfG2IPTl { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.125rem;left:3.125rem;height:18.888525rem;display:block; }
#ZRsZlIUXzGky133n0AVlEFkvtpaC47W3 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:35.1875rem;left:25.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQXHQDyKzwLXqx5qEKXb5icLWqBEuDOx { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.3125rem;left:25rem;display:block; }
#MBgmVIESq85BWNnWNl8KfFB4ysMseTXt { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15080;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.3125rem;left:33.75rem;display:block; }
#TVJNBTgZFQWckf7tOCTg4AIUkyPoq3HB { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1;letter-spacing:0;top:34.6875rem;left:33.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#uuKanHUIzVJrprqnWPT2fei05qnJSbtx { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15074;line-height:1;letter-spacing:0;top:37.0625rem;left:25.625rem;height:2.12535625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LxUIOEPwEBMdwONtRLxw5z534JOwFwhw { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.5625rem;left:25.625rem;display:block; }
#DZ3DqHrfP0hwO1qR1A7wJRJqqUIIkZcT { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:12.1875rem;left:26.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dEBZPObrn44ytyhd0bzsVTqmhXIQBIDt { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:15.6875rem;left:25.625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#LIBl5WzJLf7IxrZnZKcXLnvgtmoil5aI { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.3125rem;left:25.625rem;display:block; }
#mJZ0QteVfUeqQnPh0z0XgNbPoBi8T7wN { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15082;line-height:1;letter-spacing:0;top:27rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uw87Hv0gV9g8boE047J5hJigCZ0UOOlU { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15081;line-height:1;letter-spacing:0;top:28.3125rem;left:3.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#b5EVoBLHTcEdLol6r47Ji8bAFBJIyXHT { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:30.25rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElR5Zqv21ut6UES7R4rGbym9h6dSqlU8 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15080;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.4375rem;left:3.125rem;display:block; }
#OCvqm7T9dg9S00OTnPlBQfwQtnMPZS9I { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15075;line-height:1;letter-spacing:0;top:23.75rem;left:3.125rem;height:2.12535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vhqm9he1fXC8Eg1CgSWZlCaFrPyTQkZp { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.75rem;left:68.1875rem;overflow:hidden;display:block; }
#OAMRndCs1hJhTb75AdMCqGabIy13eS7g { 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:42.5rem;width:68.75rem;top:43.6875rem;left:3.125rem;overflow:hidden;display:block; }
#FpE66iulQUJkwQ0EBGzyVMQqrLyszNVU { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:87.4375rem;left:3.125rem;height:9.44423125rem;display:block; }
#ghzffkXtILoQ3tlu8GTaO4Jon9SOlGkG { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:87.4375rem;left:27.5rem;height:7.87023125rem;display:block; }
#odzo0FabP9eWqXuAEi3bExOPwElZGk6y { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:87.4375rem;left:51.9375rem;height:6.29616875rem;display:block; }
#tyUSkdMuCRZMAhXxQnMz9lQCLGW7bTO1 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:51.25rem;left:7.0625rem;display:block; }
#WER2uBLTyR3KmsM7lmnM1xZxZLlgBfHw { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:51.8125rem;left:7.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c4CtC4WnSetWoXd6wgmVCbt6ZzKiDIeB { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:53.125rem;left:7.6875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VolIdW6n3muRRSBM7xQwbmpum1w4waFp { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:55.0625rem;left:7.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tO6FN5VMZt2im9Ui02ZfzmRFdOdRDdOQ { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1;letter-spacing:0;top:55.4375rem;left:15.8125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#pM7v4sotnCEhH2yf84f38rM6ZzfBLeOF { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:55.0625rem;left:15.8125rem;display:block; }
#JOL7TyUWgttfNQTZP8GWdzb0Ox1LZ6SK { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1;letter-spacing:0;top:69.0625rem;left:37.1875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#x5yP1Umk3DtLmUZLANV0O04Q2THbxHmT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.6875rem;left:37.1875rem;display:block; }
#s2zp4xDmleixfxM0kDluHtVOFMk9LAId { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1;letter-spacing:0;top:54.6875rem;left:67rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#fLcrbP17wo1k9OffDkTNTqdGC1Cbs1Wm { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:54.3125rem;left:67rem;display:block; }
#NbIdkEttxQAXBRXgaNM1WVUwmiJXUF8J { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:47.5rem;top:100rem;left:3.125rem;overflow:hidden;display:block; }
#ael8sEMzBShWWQ87n4AwHhlWXreu2Jui { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:44.3125rem;left:68.1875rem;overflow:hidden;display:block; }
#SGPUG4T227rGnKb4lcT52eTEZhB95JaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:100rem;left:51.875rem;height:7.87023125rem;display:block; }
#bA9ZOL82kJw0FNLhTnNXFN9g9c6W0Bmd { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:17.5rem;top:111.1875rem;left:55.6875rem;overflow:hidden;display:block; }
#bwEF3OP48lyaPrcxfD3SekEssWP2nTza { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15083;line-height:1;letter-spacing:0;top:122.3125rem;left:58.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#KvsDJOpR7uSAr0n2d4RPBvGG7S3g5fOM { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15082;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:121.9375rem;left:58.75rem;display:block; }
#sTivDONTP2MyVQ5Tc6FsJZmPsHEOlTSP { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1;letter-spacing:0;top:125.125rem;left:9.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#w5lLmIWQXEizsNA0zIW5NlRLykC9XkiS { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15084;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:124.75rem;left:9.4375rem;display:block; }
#xRSNcTQ6ktHdtFhb5EizXn8q0vQlOWxl { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1;letter-spacing:0;top:123.3125rem;left:43.5625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#TDCIPRz9btc4DUpv3UZTSugQAPaTMVP1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15086;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:122.9375rem;left:43.5625rem;display:block; }
#copWi4gkyVtypdltfT0Te0NmaCQJiLrM { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1;letter-spacing:0;top:107.3125rem;left:41.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#tgr00wJeQvKDER7rIbwn6AdQw9iPgb5a { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15088;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:106.9375rem;left:41.3125rem;display:block; }
#KuTKVpPwHTyTqWCXsZkT2HvLeA5GacKA { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.4375rem;width:33.75rem;top:131.25rem;left:3.125rem;overflow:hidden;display:block; }
#EOUSeGimq48KXP0FbloWCAuqPp4bho19 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.0625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:131.25rem;left:37.8125rem;height:17.3144625rem;display:block; }
#b3mahJI1VuB92TevZHzArZIfvM70IeJc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15088;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:149.375rem;left:24.375rem;display:block; }
#Iht0h8ZnJ3eCnmkiliekBBO2zkZAXHWH { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1;letter-spacing:0;top:149.75rem;left:24.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#VcPLNBcGszvknkbTsONgOzZC61rMKV9Q { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15036;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:149.375rem;left:26.875rem;display:block; }
#unrl8krZ2aQqxKbGBEzkJGQubRUn3Jtf { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:150rem;left:27.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kuHThMAc1K0K9mE2sBQheDi7OHB5aanE { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:122.625rem;left:52.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FXpsc7MTTmIrUuHJ7F0BpCc5dIINwsQf { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15038;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:122rem;left:51.875rem;display:block; }
#kRqQUuoqiwcMEZLu4Rv5IHF0LPwDt6k8 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15086;line-height:1;letter-spacing:0;top:101.1875rem;left:41.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5BanmFhc8XxoQBCVg9nJICs525WCy9Z { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:102.5rem;left:41.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TX15Mu98Xm8ORtBKJR7LTwiUHBtxrdOR { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15084;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:100.625rem;left:41.3125rem;display:block; }
#umTTqvUm1ounSpx4MHgXaTFbE6GH4mry { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:104.4375rem;left:41.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dugv4wR3ZNQI6mc5xBWPFOJIQNpwi2Bf { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:100.625rem;left:3.75rem;overflow:hidden;display:block; }
#QGZrox8nhWWTWxfAVpbxdvWd1wiCe2Ey { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44.875rem;width:47.375rem;top:155.75rem;left:24.5rem;overflow:hidden;display:block; }
#EJvpcdqRP7nWEGSB0aXNi0pxK9uMisTb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:155.75rem;left:3.125rem;height:6.29616875rem;display:block; }
#JrIeQWgB4X0haxXG1IT58iyHwTDFiKGn { box-sizing:content-box;height:7.1875rem;width:13.75rem;position:absolute;display:block;z-index:15017;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:163.3125rem;left:3.125rem;display:block; }
#iIVlzlNfvCryK9kki8ZXB6lIcbVE3DZH { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:164rem;left:4.1875rem;height:5.84871875rem;font-style:normal;display:block; }
#kCMWhGadTSz5KX0ts0wTK0BmreAF2wWx { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.4;letter-spacing:0;top:171.75rem;left:3.125rem;height:6.29616875rem;display:block; }
#B2KachDukBex4WlvAl810pAIrAsxhhQd { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15085;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:183.5625rem;left:3.125rem;display:block; }
#rxGhfw4uqDTxqNhtcAB4OpI3iSFt980p { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15088;line-height:1;letter-spacing:0;top:187.375rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l4sP1kvNSy2BxA3UbTzt69fTSQ9uVFrA { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15086;line-height:1;letter-spacing:0;top:185.4375rem;left:3.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vl1fDoiJlnUvTXcLf2dbJoWU6ZaUNRz7 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15087;line-height:1;letter-spacing:0;top:184.125rem;left:3.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M674TxPB2Ig8TaxQc3wLZlNcUpFZfdZk { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15080;line-height:1;letter-spacing:0;top:180.875rem;left:3.125rem;height:2.12535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EH6sbmood6d4N0lXX4NX9wn3UebsxvUk { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15052;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:160.375rem;left:44.0625rem;display:block; }
#M5xVvkgMTPPyV9wH8A9ROOTqB12lR0yW { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:161rem;left:44.6875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBSreD0S8LvueVIqTcabUIA9NBDP2i1Z { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15049;line-height:1;letter-spacing:0;top:164.5rem;left:44.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#GUTVIkK0KGEcduBnJA9sgxon1p99zMn4 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:164.125rem;left:44.0625rem;display:block; }
#IhaAZ2FWHUTTGUfcZKEkACylR0PKokJE { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:195.4375rem;left:35.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#PMxnOhT0NyspXG6WtnZJMGJmoKiuVLFT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:195.0625rem;left:35.0625rem;display:block; }
#oZExvTzzfs5DEEJNCciWtOTFfUFaipiU { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:195.625rem;left:26.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kx2mxFP0Z6zSEmnM0lhtHglzzwb22nHC { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:195rem;left:26.3125rem;display:block; }
#xQvmnNuAD5IiF5x6IF7RqB2vr6VI3HEn { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:156.375rem;left:68.1875rem;overflow:hidden;display:block; }
#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh { position:relative;display:block; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh { background-color: transparent; background-image: none; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row .container > .video-iframe-container { display: none; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row > .video-iframe-container { display: none; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .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); }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh { border-width: 0; border-radius: 0; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .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; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#ZxxVMIo3qlPLMqVdpeWM99Tme1zlzPyA { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#K3mwEkQqmxhNMtD53DgQJNpUH1uyHa33 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qCNJEWIK2gm3zRMir39plqTqmStI4tiA { position:relative;display:block; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA { background-color: transparent; background-image: none; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row .container > .video-iframe-container { display: none; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row > .video-iframe-container { display: none; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .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); }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA { border-width: 0; border-radius: 0; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .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; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:217.6875rem;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; }#H4IUPBy8GRzJ64mRdSkS9Dkf5IWvfi4M { 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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#ns0uXakEGf1mH7QK8Eafvupq3MoITaL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:54.25rem;left:3.125rem;height:4.72265625rem;display:block; }
#T0rhfDpGMmNNeVpcUCb2SBLchigPxtep { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15090;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:9.25rem;left:39.125rem;display:block; }
#beB43EucDATr8aroDlRcuivVtAsWRNi8 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1;letter-spacing:0;top:9.8125rem;left:39.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DGVAzF6TiZQ8bwd1PKWXpTXiJ4i2SPX0 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:11.125rem;left:39.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmXwe140C0CTJShScX6Ke752D6HSuOyN { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:13.0625rem;left:39.75rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cafv2CF7BrHe0CO0x9UswhA4RhyqC9Hl { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1;letter-spacing:0;top:15.9375rem;left:39.125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#iHN0dgBB0ya5aJ7pLiSXMEUPzw4cr7G1 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15094;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5625rem;left:39.125rem;display:block; }
#JXMrBFLe8U9npsTQXHN1Df1gaCeqQtFT { 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:44.9375rem;width:68.75rem;top:62.09765625rem;left:3.125rem;overflow:hidden;display:block; }
#AUoqqFg1QU4EyJX45GIZLAF3UoedDhPS { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:108.28515625rem;left:3.125rem;height:11.0183125rem;display:block; }
#SbnXwSnVRAqD3Im43yC5UcTM9lyCpPhT { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.5625rem;left:41rem;display:block; }
#dpXhdzP0e1zGHOtT0dTfNi4hkmvu5rLy { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15090;line-height:1;letter-spacing:0;top:96.125rem;left:41.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lC8ilmIPrkkIP7bgMtsn6tzJpvb0NnpL { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15089;line-height:1;letter-spacing:0;top:97.4375rem;left:41.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8zEauoydTu1nFAqCRcGXaTXaD3zD2hI { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:99.375rem;left:41.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UBAWvTMHI2qwWMUibUy1KEKgq8VLALXH { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95.5625rem;left:49.75rem;display:block; }
#vykHHu1dHauZUNKb4byLtM8b47DZe2DH { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1;letter-spacing:0;top:95.9375rem;left:49.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#FtWMZ7n6rlHn1TxT1eDGpkUP5k09t8nu { box-sizing:content-box;height:7.875rem;width:8.125rem;position:absolute;display:block;z-index:15092;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.5rem;left:33.4375rem;display:block; }
#oBBpk3M7UWonBG74pzmldxSSGoiOI0lC { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15094;line-height:1;letter-spacing:0;top:64.0625rem;left:34.0625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lPoOxh5EBKVWi8LIAJ72k0H2Je7EZ3WM { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:65.375rem;left:34.0625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ktdIzi6TTR0Emtd6Walit6Z8zNMS5pTT { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:67.3125rem;left:34.0625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E879fGxATMHoEdDHdgpAwX8kl6hUkfXi { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:68.6875rem;left:34.0625rem;height:2.12535625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIEgpv6lN2Po6G0xxpkTOeEB6QmayTCr { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15092;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.5rem;left:31rem;display:block; }
#OAJgKDPV5GdWrawAvQhhBrxzZAvfCXpC { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15093;line-height:1;letter-spacing:0;top:63.875rem;left:31rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#b5ckxbSwpLODV7hIlPy5TtM0phMQRTXy { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:94.3125rem;left:68rem;display:block; }
#JSacsCRXifFknz8vdAAUop8UfB9emShm { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15093;line-height:1;letter-spacing:0;top:94.6875rem;left:68rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#U2e30ScZi1eExQVT0r5Ab8s7dk7ZSZ41 { 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:31.25rem;width:47.5rem;top:128.75rem;left:3.125rem;overflow:hidden;display:block; }
#EsGnV610IpHZ0zApi9TT2mFC79bDz3qv { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:20rem;top:145.75rem;left:51.875rem;overflow:hidden;display:block; }
#rWBe77ItKirDP2dGoSAqTl25cNqgCKmE { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:161.25rem;left:3.125rem;height:15.740425rem;display:block; }
#lE4PFR73iufhInAiXfMH04UQRauXhUIA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:161.25rem;left:51.9375rem;height:7.8701875rem;display:block; }
#M78Xb2d2MoOqBTvewH7VzZ0uBuLQOOHi { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15084;line-height:1;letter-spacing:0;top:133.5625rem;left:8.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NHMcSTKcqmXTF7ftrpN9HWwT2avibUhT { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15083;line-height:1;letter-spacing:0;top:134.875rem;left:8.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vss3kvR2pWW2X2oS2m61wf9ZOAMu2t81 { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:136.8125rem;left:8.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0FSWzz4alu4g5TLd0A219qGoQvEoiDg { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:133rem;left:8.3125rem;display:block; }
#srUtSvtTgBrdTQ09T2lRQZkeW8GLdhTu { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15085;line-height:1;letter-spacing:0;top:137.1875rem;left:17.0625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#LLTJrcQsVv4TxE9T48hVehZM8w64HzWS { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15084;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:136.8125rem;left:17.0625rem;display:block; }
#l4nagEdSirZDfQwIzsI7MQwTnRPhTMsb { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1;letter-spacing:0;top:148.75rem;left:45.4375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#ds9w3xmFFJyTsUwxmbV3OEhTC2ezua5w { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:148.375rem;left:45.4375rem;display:block; }
#zt190iGLbgJ3xmfkmD4hpEg4EE33wPJB { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15089;line-height:1;letter-spacing:0;top:151.6875rem;left:4.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#MIccghqNILfDnAMVtwgd3TGBS6NinawE { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15088;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:151.3125rem;left:4.375rem;display:block; }
#ZAColrkNJxK0c4B01inWGg0NecDF3xHc { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1;letter-spacing:0;top:147.75rem;left:56.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#G4V9IMI52K0G9q8IiZ13MsALdZJTcSML { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:147.375rem;left:56.75rem;display:block; }
#qpnCrQudyk4Teue9Ko7Ic86xobIyAZqv { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.75rem;left:3.75rem;overflow:hidden;display:block; }
#FlmMveT7elltqb1852THkkTIvTPxtFIm { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:62.72265625rem;left:68.1875rem;overflow:hidden;display:block; }
#vKUwuNTkzRhoa2OO7PLeskdUEHpwUO8k { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:156.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#Oh4FPLyJhEczex7WtVCurMPd4PPDTqRI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:47.5rem;top:180.0625rem;left:3.125rem;overflow:hidden;display:block; }
#olR4uwhIt8fuDCetF1JT4fZ27bEghwSe { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:180.0625rem;left:51.875rem;height:14.166375rem;display:block; }
#TLedzdVEHrscBeUv7LhU3yBwOVsJNJsN { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15096;line-height:1;letter-spacing:0;top:181.3125rem;left:4.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MzDvBuHsokTwZ6eGTEmDkKu8hpJJnK64 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15095;line-height:1;letter-spacing:0;top:182.625rem;left:4.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCMw1JJJPLE1T32DG9ZIUUuoTzsNhaPU { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15097;line-height:1;letter-spacing:0;top:184.5625rem;left:4.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NFxzFrtKTQhQvziR1mKUmOborkf86ybQ { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15094;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:180.75rem;left:3.75rem;display:block; }
#hvKcxLBfdhpEuR8xTSTqR3ErAgZlQz7W { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1;letter-spacing:0;top:185rem;left:12.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#X08yHSPRVXNguAFhVnOhDlRHJyEtMGFP { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15096;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:184.625rem;left:12.5rem;display:block; }
#iuacntfcvyUCe68vGmGe9TkRsWwqxbeh { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:180.6875rem;left:46.9375rem;overflow:hidden;display:block; }
#PRX3Qvx5uS8eTOzd4rTLFsE901AWIHW2 { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:120.5537109375rem;left:3.125rem;height:4.72265625rem;display:block; }
#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU { position:relative;display:block; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU { background-color: transparent; background-image: none; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row .container > .video-iframe-container { display: none; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row > .video-iframe-container { display: none; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .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); }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU { border-width: 0; border-radius: 0; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .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; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#h74rRMsfsbTRasmXlqEM3AC9ordFWw3a { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#uUXteXuVNZTghWL5opMmG79P0IJe30it { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ { position:relative;display:block; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ { background-color: transparent; background-image: none; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row .container > .video-iframe-container { display: none; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row > .video-iframe-container { display: none; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .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); }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ { border-width: 0; border-radius: 0; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .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; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:232.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vXGyKPn93rNLhi2urmT7CpGGauUApqCy { 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:49.875rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#DEX3cbRcS8dSpISNOgfzIh76ldgz3Lso { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:54.875rem;left:3.125rem;height:15.74044375rem;display:block; }
#I2L6h54mSM56DTUUgCUygFyAbiIfUxks { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:22.5rem;top:54.65234375rem;left:51.4375rem;overflow:hidden;display:block; }
#qKZEen7Dann2Qvdkn2tNTCbQveTtQBUw { box-sizing:content-box;height:7.875rem;width:8.125rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:11.78125rem;display:block; }
#xeDUc4fFeSwnmv87oJcPk8uLsbaOMW7D { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15101;line-height:1;letter-spacing:0;top:44rem;left:12.40625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#si1VAeXkdBOyaX6tR08T7pGiOMbhcB0J { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15100;line-height:1;letter-spacing:0;top:45.3125rem;left:12.40625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Luk9ggJeoaUtzfxcpMvqnD6qhMZINCON { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15102;line-height:1;letter-spacing:0;top:47.25rem;left:12.40625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TWyh8pxgEpqd4FRlXemz3xsJ00kHTcGQ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15103;line-height:1;letter-spacing:0;top:48.625rem;left:12.40625rem;height:2.12535625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZMDbTKLJfwhzVwNviwCQWSvGXMJvUhak { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:43.4375rem;left:20.5rem;display:block; }
#J3v5eR0aIhI1aKAJHmQ3gy91tNS1Wqra { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15100;line-height:1;letter-spacing:0;top:43.8125rem;left:20.5rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#dt1Eq29hegNt7yCtrDX02e56QIdGkDZ2 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.0625rem;width:39.125rem;top:69.75rem;left:8.5625rem;overflow:hidden;display:block; }
#LIFO1n5XWMymPGpCrhmRaeifkWcWDSVu { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15042;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.1875rem;left:3.125rem;display:block; }
#tck6qUeJR3ZGfHsCNWEGGMwOaByoek4g { color:#ffffff;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:84.8125rem;left:3.75rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NzfXGGpuqUkdTrgwkTMUg5v6HFNTyxUR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15086;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.125rem;left:10rem;display:block; }
#Tn23ZZcnAJQhDVNE9i3OwNxUpn5r6K8b { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15087;line-height:1;letter-spacing:0;top:84.5rem;left:10rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#kD6CcViJKB3TlxBsKRGTCXWhrHeQ4ogb { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:75.875rem;left:51.9375rem;height:6.29616875rem;display:block; }
#xmgXo8mGfDd5lxyRZoJ7kot5CiFZbgRs { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15046;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.375rem;left:51.9375rem;display:block; }
#bcbwlITwr16srd0DM15FrTD7021SAP2D { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:72rem;left:52.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5xnD3e2x0ZWGVBFgpz6DDSLHWrhmPEl { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15090;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:71.3125rem;left:60.6875rem;display:block; }
#JTLvBPLXdqTEWHiwOlfq9EcmQfdZaowF { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15091;line-height:1;letter-spacing:0;top:71.6875rem;left:60.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#mvDUKT4bivh9qsT4hwtU8Ay1ev0ou7u2 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.6875rem;width:68.75rem;top:92.1875rem;left:3.125rem;overflow:hidden;display:block; }
#nhedxlu1NmReViVSPly1iSCRZE60K00s { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:137.125rem;left:3.125rem;height:4.72265625rem;display:block; }
#v5qHNuP3CEGak2Tcy7E6m7JJIPzbcO9e { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15100;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:98.3125rem;left:13rem;display:block; }
#uAK58423w5lwFOBhi4VaeR4faaQzrZur { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15102;line-height:1;letter-spacing:0;top:98.875rem;left:13.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUURsAmgECXHRoUBGWF0R70kV7TVKxr7 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15101;line-height:1;letter-spacing:0;top:100.1875rem;left:13.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FkqwDSWhP8TmpyShH7RrxRytfnindrFr { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15103;line-height:1;letter-spacing:0;top:102.125rem;left:13.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k6LubS7ZQEsTPibTR4V3yObtsKbKPaHA { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15102;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:102.1875rem;left:21.75rem;display:block; }
#eFHVs7RBBmmQU3ua6NdmLID1BtG5vrUg { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15103;line-height:1;letter-spacing:0;top:102.5625rem;left:21.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#QPWTproRR2t2wUufTZAOL10ZCp4q47T9 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.125rem;width:68.75rem;top:145rem;left:3.125rem;overflow:hidden;display:block; }
#GxCT57nzoF1WZ8xeQTIwXCAb2pHRizeE { box-sizing:content-box;height:43.125rem;width:32.4375rem;position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ffffffcc' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(255,255,255,0.8));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:145rem;left:39.5rem;display:block; }
#VKRPT4LkF4gagtv2qeh5SOtBLQxw6yl6 { color:rgba(var(--color-tertiary-4),1);display:block;width:24rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15029;line-height:1.4;letter-spacing:0;top:157.6875rem;left:45rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#x4wExf0Nd0SreVS6WTHTNMl6iuD8qUMI { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:"universe lt std";font-size:2.8125rem;font-weight:normal;z-index:15031;line-height:1;letter-spacing:0;top:146.5625rem;left:34.25rem;height:5.625rem;display:block; }
#rXCTkquOmRVGy83qEd0zcUz3wmRtzwQC { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15030;line-height:1.4;letter-spacing:0;top:163.6875rem;left:49.0625rem;height:4.72265625rem;text-align:left;text-align-last:left;display:block; }
#bOqE3NmCEOFAz2ngaXnz40XvAlPTfgWS { box-sizing:content-box;height:4.375rem;width:7.625rem;position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:146.25rem;left:4.375rem;display:block; }
#qlhr7eQhvnZkdvesWCgPJGT3BVxiKWZc { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;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:20rem;top:182.5rem;left:50.6875rem;overflow:hidden;display:block; }
#W1W0cyFgZsTdaWcbCpzBiJLyFbQX8CM7 { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15069;line-height:1;letter-spacing:0;top:146.75rem;left:5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#foFFKrlWHkfUuVM3dKG8L0tUfJMfvCzx { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:700;z-index:15070;line-height:1;letter-spacing:0;top:148.125rem;left:5rem;height:1.9992875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zVimULe1LNfyhdfx5pbIJ29TuiiCfxDx { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15104;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:157.0625rem;left:33.75rem;display:block; }
#Sw9FfTH5ZvUIVoDEhT76NsSZMZzbaNQO { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15105;line-height:1;letter-spacing:0;top:157.4375rem;left:33.75rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#bcrpmoSHZVn7iPGpLsRx4zdTCyHn7tsc { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15106;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:176.1875rem;left:8.5625rem;display:block; }
#VtrQH0Cr5vpA5uREsyVDqm2tTTsTS3kH { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15107;line-height:1;letter-spacing:0;top:176.5625rem;left:8.5625rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#lxUQbFzAyP8JTtKoPE89BL6qh7z9ih6g { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15090;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:174.1875rem;left:62.5625rem;display:block; }
#Qnb4u21Cqqq60d1BwUfJf8lPNPf0oLCZ { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15093;line-height:1;letter-spacing:0;top:178rem;left:63.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#enxXHruCHTJwtc3GHh1u0HmOthmxSwyh { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15091;line-height:1;letter-spacing:0;top:176.0625rem;left:63.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GL7dlPdrUpi68ukcrQe7I76xkIxCS9JL { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15092;line-height:1;letter-spacing:0;top:174.75rem;left:63.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kyiu6KXkyqWlZVVqRwuOOmx6sMPiZs1J { color:rgba(var(--color-tertiary-4),1);display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.0625rem;font-weight:700;z-index:15085;line-height:1;letter-spacing:0;top:172.5625rem;left:62.5625rem;height:1.062675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kug1NmLTokLkhQW4TeUaNPWbb9h8hSsO { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:3.75rem;left:3.75rem;overflow:hidden;display:block; }
#zO8mKGwWQDiHs9WBUfWr6hVr2OSXWOzl { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:92.8125rem;left:68.1875rem;overflow:hidden;display:block; }
#wdv2kf8hpK2Vn1yAzFrPh4QnHkBFlwAz { position:absolute;display:block;z-index:15108;border-bottom:0;border-left:0;border-right:0;border-top:0;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:145.625rem;left:68.1875rem;overflow:hidden;display:block; }
#xOkpW1dFJ0pn3ELZttUuHEBVFrqle01e { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;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.5rem;width:20rem;top:208rem;left:51.9375rem;overflow:hidden;display:block; }
#fOpbJMLXPUueskrE6yu7dD3FpDO7pk5Q { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.25rem;width:47.5rem;top:191.25rem;left:3.125rem;overflow:hidden;display:block; }
#CfrUaV6USbZl8AKODtnuQIwbxCVpO5uc { color:rgba(var(--color-tertiary-4),1);display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:224.75rem;left:3.125rem;height:4.722125rem;display:block; }
#LiAERslfTRf98KboeEWFyBzsNbTiapMX { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5rem;width:20rem;top:191.25rem;left:51.875rem;overflow:hidden;display:block; }
#xTuWXykm7fxzlDo59uUVCKTzfJq7UACE { position:absolute;display:block;z-index:15109;border-bottom:0;border-left:0;border-right:0;border-top:0;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:191.875rem;left:3.75rem;overflow:hidden;display:block; }
#GyJb9sKg5AqM2JMoSc59asASSwUFOleO { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15094;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:217.9375rem;left:28.3125rem;display:block; }
#N6qfhA1vq8EZToeZGmUbHpAqxJI4e2cf { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15095;line-height:1;letter-spacing:0;top:218.3125rem;left:28.3125rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#fHPGt3Sho8ltMgXeTEMFDOAMSgawrnBk { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:217.9375rem;left:30.8125rem;display:block; }
#Ic4AnaqEby1rXAQAThgiAy9FATTPXadT { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:218.5625rem;left:31.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g { position:relative;display:block; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g { background-color: transparent; background-image: none; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row .container > .video-iframe-container { display: none; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row > .video-iframe-container { display: none; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .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); }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g { border-width: 0; border-radius: 0; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .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; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#bdRhwo2bRPvfN5xKmKshTkV7FntCmZXB { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#U0GgdOOP2S5c8Ol0KRSq49nA3oyA6Vcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz { position:relative;display:block; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz { background-color: transparent; background-image: none; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row .container > .video-iframe-container { display: none; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row > .video-iframe-container { display: none; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .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); }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz { border-width: 0; border-radius: 0; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .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; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:169.25rem;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; }#xeQ8yUT0P1PzgO2Jib1qgGTBNfkOfvVH { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54.375rem;width:33.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#sH6TLgQRvPvElnlEnEtnhRnNfnFzKZXM { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:58.75rem;left:3.125rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8f0thEFTcI2FTDNCAahSpJgJMpE9LOi { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.125rem;width:33.75rem;top:3.125rem;left:38.125rem;overflow:hidden;display:block; }
#HhtWcrZvFCslILM60P0L2MNyAmr8XrlM { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:33.75rem;top:27.5625rem;left:38.125rem;overflow:hidden;display:block; }
#rCxOnwVIxrTTKE5IyTk3Tat1qILrwmek { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:58.75rem;left:38.125rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nm8Uw6hB2nzBqyC0kIFDbxVF3Fvot7rt { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15108;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.6875rem;left:9.0625rem;display:block; }
#ufSgGn3cL565ystuTzVcN0xAbyIAAqU5 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15109;line-height:1;letter-spacing:0;top:8.0625rem;left:9.0625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#MSnS97A9Dep7fEbiECRL7P3wTnmQe2s4 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15097;line-height:1;letter-spacing:0;top:21.875rem;left:49.375rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#kKhw2XLs4VebzWmE5ISqTmtJ1oZXpcOa { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15096;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:49.375rem;display:block; }
#m84qFTiTzOv2JELuTgVJFCftOebFKtXI { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:7.125rem;left:12.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uGqTz9DPtorJcPG4K97D6MbcPZflp1sx { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15046;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.5rem;left:11.5625rem;display:block; }
#ihGqOtBeRAXPl7XntTC7so5Xk5uVgyGL { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.5rem;top:54.375rem;left:3.75rem;overflow:hidden;display:block; }
#PnSqsMmPfJ7WuJvGZflzzGv8L4LcBWWE { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:22.125rem;left:41.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wntOs4dTAT0ldKr0DEdAdmhPlyO6sNP2 { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15048;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5rem;left:40.625rem;display:block; }
#HAQP7G5pWMZe2O21K0tDtzHtbMTpC8GT { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:49.375rem;width:68.75rem;top:65.9228515625rem;left:3.125rem;overflow:hidden;display:block; }
#aboWwVzZWEUSlheqMbfSIy8Rtcy81tcL { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:106.125rem;left:40.375rem;height:7.310875rem;font-style:normal;display:block; }
#CxLd7LzEohp8smAK7xTJfI314B27Oebp { box-sizing:content-box;height:8.6875rem;width:31.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:105.4375rem;left:39.3125rem;display:block; }
#WvLThRrZ99D3QqzhIIAHEO71nBmbPp2O { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:116.5478515625rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FlmsV93TXtXKTLNXwZCNuHFALTLlC1W9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15113;line-height:1;letter-spacing:0;top:82.5625rem;left:51.875rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#hvqP8X3pdkUZeRezT0zrN5ShaTyqlCIf { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15112;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:82.1875rem;left:51.875rem;display:block; }
#wFIT8FfZwHmdXmaFB89PFamUVJ9gIlXt { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:33.75rem;top:123.75rem;left:3.125rem;overflow:hidden;display:block; }
#HvJHZem2s35JXTv1QwuX2GHFsEqyMsFt { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:33.75rem;top:123.75rem;left:38.1875rem;overflow:hidden;display:block; }
#cpdiQAg1rfTGRCN7r1p9NPAbdNbGmxDM { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:161.1875rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KMJbcC08mFXekF2dhezQMP7Hm8BH5K8M { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:161.1875rem;left:38.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uzB5dpeOfRgieJMTQShbLWnFgr82rTOT { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15116;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:132.25rem;left:19.6875rem;display:block; }
#S7ACTxyd4TAA5vdHByApBJHyyTTV3C5C { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1;letter-spacing:0;top:132.625rem;left:19.6875rem;height:1.125rem;text-align:center;text-align-last:center;display:block; }
#qVTBbDeXXnR7ZGBeUhg3S97XO0hH9kxw { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15120;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:154.625rem;left:59.4375rem;display:block; }
#s4TrPSAlCB6BHmU3zvIrKJaixQqdzFmT { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1;letter-spacing:0;top:155rem;left:59.4375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#GvngrlpZwiUKAVUD5fR2T7gzUn2QnJT5 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.5rem;top:112.1728515625rem;left:3.75rem;overflow:hidden;display:block; }
#xE4Zsd2NHrLncxQsxoI9sehnxdyBCZTR { position:absolute;display:block;z-index:15122;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.5rem;top:156.8125rem;left:28.8125rem;overflow:hidden;display:block; }
#r12CH5DT0s80JKMingn3XrPMBVeOWPIF { position:absolute;display:block;z-index:15123;border-bottom:0;border-left:0;border-right:0;border-top:0;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:7.5rem;top:124.375rem;left:38.75rem;overflow:hidden;display:block; }
#l8yLc89J8Ae4PUfetXUoOKmfpwZ3w64s { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15028;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:78.375rem;left:54.375rem;display:block; }
#hEDt0414XvG7JCPyZhci3xtDfqRQPE2f { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1;letter-spacing:0;top:78.9375rem;left:55rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZaoekOn0uMNDS7Qq9tUON7a1XXuxDD8O { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15029;line-height:1;letter-spacing:0;top:80.25rem;left:55rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W56GUS4GL4M29IATE26mZ9cQo9cSFBy7 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:82.1875rem;left:55rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JCpfIetLRqHxix78dlxrsxzBOTIiCxBD { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:128.5rem;left:22.1875rem;display:block; }
#EG49wT242ybsp7hFTUvdZvXUsxPiiGTh { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:129.0625rem;left:22.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FadttJPWwvLn427Ttm2xTK6oRCTlGXZp { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:130.375rem;left:22.8125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wXdaJ4xpTNZ6Q5PSpM1h7G2plrd2Gzcx { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:132.3125rem;left:22.8125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CdhFEzEc3OSmhqyz7AJ2FNKXS8iNOy73 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15032;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:150.8125rem;left:62rem;display:block; }
#ePzW9Rdnp5fMH4mmsKawbxHpEAfM5DoB { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:151.375rem;left:62.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VE3X82OIryPeEPUosHc7iu3AlFFOvrMo { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15033;line-height:1;letter-spacing:0;top:152.6875rem;left:62.625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZaEc424eCfroqE2KMZWU0RdTfo2ye9Dp { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15035;line-height:1;letter-spacing:0;top:154.625rem;left:62.625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA { position:relative;display:block; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA { background-color: transparent; background-image: none; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row .container > .video-iframe-container { display: none; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row > .video-iframe-container { display: none; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .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); }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA { border-width: 0; border-radius: 0; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .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; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#zyiin1nlAQNFuDH18B5SBhTWt1DvlCJx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#sLibDuTcZJaWDweJkGXfv6oD3oayRITO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D { position:relative;display:block; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D { background-color: transparent; background-image: none; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row .container > .video-iframe-container { display: none; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row > .video-iframe-container { display: none; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .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); }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D { border-width: 0; border-radius: 0; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .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; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:183.375rem;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; }#F1aKlPOG2Ni0S6OCF3JG0H2A0Vq0eBcx { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:47.5rem;top:3.125rem;left:24.375rem;overflow:hidden;display:block; }
#dmnsRZH8lOWpB0Z4dCRIzdx0ouulQZ4N { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;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:20rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#uxlPqHBfoU99p788R6iC96WRqsampCbE { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:15.8125rem;left:4.6875rem;height:1.46218125rem;font-style:normal;display:block; }
#xo6zyrWqWXtFTt6gVZLicuAw67rTA62I { box-sizing:content-box;height:2.5625rem;width:8.125rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.1875rem;left:3.75rem;display:block; }
#TVoTW2R0ciVguRAlxcyM79gU1R7M0da8 { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:19.6875rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#f42Q57Z80yIpucSmqJ63sx2z0Q8QgUiP { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8119375rem;width:20rem;top:31.676998138427rem;left:3.125rem;overflow:hidden;display:block; }
#JTZlBFVBINh5NJJiafADFcp3Sr1TyqST { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.4;letter-spacing:0;top:40.5625rem;left:24.375rem;height:7.87023125rem;font-style:normal;display:block; }
#TmzGItc75Q3Q1zTD1LOOlCB1v2t31Qru { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1;letter-spacing:0;top:33.9375rem;left:57.4375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#HShTV1qMJZ6MqQtQ72hwvaBhhgWVtMJf { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15120;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5625rem;left:57.4375rem;display:block; }
#kOXTv7SuGTmi1TkTUV3gQM3K3BgkexTT { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:2.9375rem;overflow:hidden;display:block; }
#ovE5nvFQqhqs1wUTJayXNN4ABi4bC7Fh { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:15.75rem;overflow:hidden;display:block; }
#me3q9JaOBxuhe6tucr5WGF416LlaK8C4 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:27.3125rem;overflow:hidden;display:block; }
#UPMh7ElZ0JyPP7BRaaHw5TmpJ6aNyDPS { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:38rem;overflow:hidden;display:block; }
#PJHSzblS8rVgtaeiHOJxldUpR1JOLaV6 { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:49rem;overflow:hidden;display:block; }
#tN0mixeWmOitvmOfixRa8NRNDDqQ1DQT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:11.25rem;top:50.375rem;left:60.8125rem;overflow:hidden;display:block; }
#A7k7uxngNfuSrqbKoCmhVFUzbLgAXEz5 { color:#000000;display:block;width:9.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:68.0625rem;left:3.125rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FD8cQq0EZ9dve8y5xMZNEq1ehRFH13Wp { color:#000000;display:block;width:12.3125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:68.0625rem;left:15.0625rem;height:7.8701875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZfgWEwO9L9In3oHvkgnK2hIurZJymUm { color:#000000;display:block;width:17.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:68.0625rem;left:30.5625rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ceztB8AMyuL7yJM1Azrf9koTiG05JQap { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:68.0625rem;left:51.5625rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cv38D4N54TI8N48iQqfOFRZy6szTgM5v { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:68.75rem;top:79.683062553406rem;left:3.125rem;overflow:hidden;display:block; }
#xqUMEGbFGThUCoV2efhnNR7mFFghANLP { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:121.55714416504rem;left:38.181818008423rem;height:10.23524375rem;font-style:normal;display:block; }
#ipWL8MmfOyJOVeutkrs7QlxzwOHZSbKJ { color:#000000;display:block;width:31rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:121.55715942382rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QX4fvodzynIJsNPFfuO4LKE81T53RmEV { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:17.5rem;top:133.625rem;left:40.625rem;overflow:hidden;display:block; }
#wbEBRSmvBhKQat30zCzn48tUTuWzEJdB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:137.4375rem;left:59.375rem;height:2.9243625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Md1vbBsTraDhsSPCwT21GWOnn99ylkHr { background-color:#333332;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius: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:"universe lt std";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.9375rem;height:2.8125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:142.0625rem;left:62.6875rem;display:block; }
#t4HPCr9nX2R9TI0fls4DKCHw8NbDitxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TAsQKu07esS6zyVa6H1DJtXHQHSS1VHZ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:17.5rem;top:133.625rem;left:22rem;overflow:hidden;display:block; }
#A3GDnPrZkOiDUpDriDZxBTXr6wAIXq0M { color:#000000;display:block;width:34.375rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15021;line-height:1;letter-spacing:0;top:130.5rem;left:3.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MOPgnsK23LvHsxTxa839189eL3DItC8i { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.1875rem;width:17.5rem;top:133.625rem;left:3.1875rem;overflow:hidden;display:block; }
#tQyFbWJaO5sQur6OzMV9DNZH9hdQTBXn { box-sizing:content-box;height:2.3125rem;width:17.5rem;position:absolute;display:block;z-index:15025;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:146.5rem;left:3.1875rem;display:block; }
#uQgSamtVrLbUS7GyWmPCJxBZ6iucke6X { box-sizing:content-box;height:2.3125rem;width:17.5rem;position:absolute;display:block;z-index:15027;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:146.5rem;left:22rem;display:block; }
#EQIv0PQ4bBCZKPRbU1kiX5PWnG3ydZTT { box-sizing:content-box;height:2.3125rem;width:17.5rem;position:absolute;display:block;z-index:15029;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:146.5rem;left:40.625rem;display:block; }
#Sw0UlAaXG49f9Nlx8WWVg5PQTqwCtDaH { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:147.0625rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q5Q4h0goVWNWWuywnqxTz43wAzdCOOz4 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:147.0625rem;left:22rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kcT5xJUgxVIdEBP54K6ivxonwxKP93DX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:147.0625rem;left:40.625rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WpPGni5uVXTvIQ6SXQLpVHsKohLJCC4L { position:absolute;display:block;z-index:15123;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56214375rem;width:7.5rem;top:3.75rem;left:24.998224258423rem;overflow:hidden;display:block; }
#gxSloGoWEAifM127cqOiCCaUgsN583BB { position:absolute;display:block;z-index:15124;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56214375rem;width:7.5rem;top:117.17861557007rem;left:3.75rem;overflow:hidden;display:block; }
#iQA0VqJ0LTrtpTvNdombd7UN88XWQl2B { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15123;line-height:1;letter-spacing:0;top:90.1875rem;left:41.8125rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#lyEg9xUGGeA69NNZPy2ohr4RTqdDs0Rw { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15122;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:89.8125rem;left:41.8125rem;display:block; }
#M8iJBkQOSreD5K9z9AwFy23t6mg1H78r { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15125;line-height:1;letter-spacing:0;top:103.5625rem;left:8.4375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#RMkkAaMUkwnFw3c3BINTNsHshg48FuIv { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15124;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:103.1875rem;left:8.4375rem;display:block; }
#et8Nprgy538CTrCgenmGHhuFpM05Imh7 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.8125rem;width:26.25rem;top:151.93714618683rem;left:3.125rem;overflow:hidden;display:block; }
#CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:157.5625rem;left:30.625rem;height:8.560875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd li:before{  }
#vEW9Czi7PFNdJPFMtmv64WxSM1p9Iiqr { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:151.9375rem;left:30.625rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XtSd0AttPXOmm1mpVtxDPxyeWhDSanBA { color:#000000;display:block;width:24.9369375rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:168rem;left:30.75rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qvqw5WcitCSETulRKPLykWfaCGSmWFts { color:#000000;display:block;width:5rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:170.125rem;left:22.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rb0GXxLTMeSla0sMDR9E7oTg6BRsqdG3 { box-sizing:content-box;height:3.125rem;width:6.25rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:169.5rem;left:21.875rem;display:block; }
#wOSVU86poQNrWmz0kDVhPoEDPnwZw0il { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15045;line-height:1;letter-spacing:0;top:169.875rem;left:19.4375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#I8AIwLhAAroKfhXb3bUeqJL22mTfB3Zd { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:169.5rem;left:19.4375rem;display:block; }
#HiWyBe0LL3OcisEIEEUH73wLsL7V4yqs { position:absolute;display:block;z-index:15125;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56125625rem;width:7.5rem;top:176.62122344971rem;left:3.75rem;overflow:hidden;display:block; }
#AaaNTGqAmiwZnKgXIX4WZpFiZsZfofJg { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:30.3125rem;left:60.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uoctobAK0XafK8bU2f2yXZFlOqVTySS0 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:31.625rem;left:60.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UGMLuUV4sV7PbM7xB9W787JRDOpUh98Q { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:33.5625rem;left:60.5625rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pskHUEwukZ9Nb8TLMGelbHIgkpfvOfgX { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.75rem;left:59.9375rem;display:block; }
#AFldOIpStkNTDt2CVZhPUAtSfanaNpAG { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:86.5625rem;left:44.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcH1CxMdF2TvMZo1lvcBHTFJK1My3PQo { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:87.875rem;left:44.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDdn2OhpwTNG1Rtl0wIXfg4gzThp34iQ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:89.8125rem;left:44.9375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yM9PukqgnycdKnf9yO3NXTF5ksT7Mprv { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15040;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:86rem;left:44.3125rem;display:block; }
#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp { position:relative;display:block; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp { background-color: transparent; background-image: none; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row .container > .video-iframe-container { display: none; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row > .video-iframe-container { display: none; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .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); }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp { border-width: 0; border-radius: 0; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .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; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#RT601ltTsIf3IPi2FUp3cCINEmQSoMBZ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#yVEcFdQTwv76fDKgRXJUZtooK8s1TAff { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS { position:relative;display:block; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS { background-color: transparent; background-image: none; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row .container > .video-iframe-container { display: none; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row > .video-iframe-container { display: none; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .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); }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS { border-width: 0; border-radius: 0; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .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; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:116.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; }#zeUmF4tnFvU77abV6ut1MzdTirT3XtPJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#M6EgWPDZaykCIUGFarTf2CqSWWvl3FsR { color:#000000;display:block;width:24.25rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:5.0625rem;left:45.625rem;height:4.38654375rem;font-style:normal;display:block; }
#dpmNqx7lxMdsxD05RTmkZPKOoCxF10ZJ { box-sizing:content-box;height:6rem;width:26.1875rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:44.5625rem;display:block; }
#vPTVT9lqtSTxuRe8gxR10UEpbJr4Bt1t { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:40.312499046326rem;left:50.4375rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#woz8JFfxi104cbXwTtOiO8aeCeNSa7Rt { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:47.858613967896rem;left:50.369314193726rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S38rymcqinTcKTI3ENcGOmAkJFytJRZw { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:40.3125rem;left:38.5625rem;overflow:hidden;display:block; }
#p6Tpo2oiKl0ICPasZvlm1DL9sHgWFk2R { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:40.3125rem;left:26.75rem;overflow:hidden;display:block; }
#DJKRM8Qt7mcSvzhJLGdA1O6uEE9UL7qT { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:40.3125rem;left:14.9375rem;overflow:hidden;display:block; }
#GdiyFf4KqLiHq3RxyOwSiXbKW2EgAktb { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:40.3125rem;left:3.125rem;overflow:hidden;display:block; }
#uT6DbLvLUZpC3H9t4xzo6TztRmnGXL4I { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:51.5625rem;left:3.125rem;height:8.7730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RkSXQOtuPKfxmfLQFpfA89D8vrhipcZJ { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:51.9375rem;left:14.9375rem;height:2.9243625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qB0EmLeouL28azEyQdQsXl1sCTqz3Mzm { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:51.9375rem;left:26.8125rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZ6VBETVPZBQlsxJQJt2IUNwKdCNTbuV { color:#000000;display:block;width:10.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:51.9375rem;left:38.5625rem;height:8.7730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HVr1d6NuIessD9fcuVTGgurp2Xqq9HTk { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:14.375rem;left:34rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FWMoFrRIk2lRl7KS1XCNDW7hGlGkDEiQ { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15062;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.8125rem;left:33.375rem;display:block; }
#XXnbxTfAH6r5tyRrgIKfUw1uB9MBJREK { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15125;line-height:1;letter-spacing:0;top:15.375rem;left:30.875rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#s3VuVpL8DdfcfamuIXeTCtiSXC6tOcu5 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15124;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:30.875rem;display:block; }
#Oab0LkTC0NLiffQ6v1A8qNtHBkLThoyA { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15067;line-height:1;letter-spacing:0;top:32.25rem;left:40.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIPOuB6Gh5xZbh5Zq3g95nF0uXLuUG7V { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.625rem;left:39.75rem;display:block; }
#L9HRCVwpk6IybUyUPuZ8LvpfZKT7QkX2 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15129;line-height:1;letter-spacing:0;top:33.3125rem;left:48.5rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#ToSb0CrXUUIxOy3XOnlzlpyeITwzHgrW { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15128;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.9375rem;left:48.5rem;display:block; }
#VEAvql3Pth1IybZTxsdlE3wcire0Uw8M { position:absolute;display:block;z-index:15126;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56125625rem;width:7.5rem;top:35.933947563171rem;left:3.75rem;overflow:hidden;display:block; }
#e31C7ZKnRDWLeiPKqzCSF4wTm3pH1ZzJ { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:47.5rem;top:63.5625rem;left:3rem;overflow:hidden;display:block; }
#wrT62DJR8Sy0V2UVHnar8cU1xTZx8eH9 { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:63.4375rem;left:51.9375rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vpNC1TlomsCuxOzsnIiatD2ZtoUJH0aG { 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:19.875rem;width:20rem;top:70.75rem;left:51.9375rem;overflow:hidden;display:block; }
#M0GUtAc0pAb3dUaq8VdrDvvtPX7EirvQ { color:#ffffff;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:88.9375rem;left:51.9375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VBLqt4o7t1eLMAqBBZBTr3NXHc4lpfNh { box-sizing:content-box;height:2.3125rem;width:20rem;position:absolute;display:block;z-index:15031;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:88.4375rem;left:51.9375rem;display:block; }
#oyaxfKJHHl8aXkVhDV27zdQeXRSIHKoq { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:84.625rem;left:3rem;height:5.848725rem;font-style:normal;display:block; }
#n5sKc5BLKkTdPPX8wWEc8Es2HLdV7r7q { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15125;line-height:1;letter-spacing:0;top:69.3125rem;left:36.0625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#Q7TwgTZIMXLA37Gx7N1aVI0GTPmn4Sr5 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15124;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.9375rem;left:36.0625rem;display:block; }
#WEKt7047pM0cc5rKIZf1Wo00elpqblJs { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.8125rem;width:47.5rem;top:93.747330665587rem;left:24.43092918396rem;overflow:hidden;display:block; }
#HR0HgxPfhX2urcP4Igib7UAOkZRL3t6I { position:absolute;display:block;z-index:15127;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56036875rem;width:7.5rem;top:80.245025634762rem;left:42.368604660034rem;overflow:hidden;display:block; }
#E5Pe41V6E4OXvVRp4hQluH583bQ4Nzq0 { position:absolute;display:block;z-index:15128;border-bottom:0;border-left:0;border-right:0;border-top:0;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.56036875rem;width:7.5rem;top:94.369667053225rem;left:63.806814193725rem;overflow:hidden;display:block; }
#GnFTDHcJQHK8kb3pQ21STkE5sCyCxwIS { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:93.744667053225rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#reNHtR7tBZZsHkvPJeGOQsUwUUBQPtdm { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:109.22762298584rem;left:3.125rem;height:4.38654375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TLqJHU2O6XMXKKzfH8WMJNPLxxeIDsva { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15129;line-height:1;letter-spacing:0;top:99.124641418456rem;left:34.437143325806rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#Cx9aiBcSrmOPbXXqUPZxXph3rRIGVBJM { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15128;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:98.7499961853rem;left:34.437143325806rem;display:block; }
#gtOSpZOxMERae6iUhyIVfbCTO5doV2P7 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15036;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.1875rem;left:38.5625rem;display:block; }
#m2NFRdbAIyB3oUKlk4XVTZehxOyNfgzf { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15038;line-height:1;letter-spacing:0;top:65.75rem;left:39.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nl7IpHsgyKRV7k7PEWlXAJ7q9wG59iNd { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15037;line-height:1;letter-spacing:0;top:67.0625rem;left:39.1875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o9E8ed6oST6tvgEsbCH5tBn3fLikl2fM { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15039;line-height:1;letter-spacing:0;top:69rem;left:39.1875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DISocrlkFBgND1TLn133AEoHtp7219Ta { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:95.5625rem;left:26.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uc42iGpOB06PLqKeJaMsG7EVLVp8oP5P { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:96.875rem;left:26.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WDQolrqmiSFi9480zrkw0XaEzGUW8pBQ { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:98.8125rem;left:26.3125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uz8gvV7wCc8K3yghZnzIomRGN50lBmFg { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:95rem;left:25.6875rem;display:block; }
#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo { position:relative;display:block; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo { background-color: transparent; background-image: none; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row .container > .video-iframe-container { display: none; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row > .video-iframe-container { display: none; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .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); }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo { border-width: 0; border-radius: 0; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .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; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#X410UcJeZliTRW5SlxlzDOFNTKM3s71Z { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#MUINXQeWqLOVafaJNtt1aDxPrcmFTkTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB { position:relative;display:block; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB { background-color: transparent; background-image: none; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row .container > .video-iframe-container { display: none; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row > .video-iframe-container { display: none; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .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); }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB { border-width: 0; border-radius: 0; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .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; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:203.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; }#C9VQTOEBMiJKaMvkLzBV7ZC0RG5vezfh { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.625rem;width:68.75rem;top:3.1278626918792rem;left:3.125rem;overflow:hidden;display:block; }
#NtIZauTTTgxXbbpCyXAs3dILUaXRaQ8M { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.75rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:45rem;left:38.1875rem;height:1.749825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:48rem;left:38.1875rem;height:12.0454375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 li:before{  }
#v7v9GSif1b22RGKEzOEBIET40cpxdNZ8 { color:#000000;display:block;width:32.25rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:45.002655029297rem;left:3.125rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t0VCoRPg0VnwMBVNsIWI4X77s2DtiF45 { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9369375rem;width:33.75rem;top:62.3125rem;left:3.125rem;overflow:hidden;display:block; }
#UJIERzeLgQt1Bus9gd6wRqpyeJcOsA6y { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:83.5rem;left:3.125rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#cFiRzOEkvUL1M1NNREwlPo3KwK3dLcz0 { position:absolute;display:block;z-index:15129;border-bottom:0;border-left:0;border-right:0;border-top:0;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.55948125rem;width:7.5rem;top:3.7519299983978rem;left:63.806814193725rem;overflow:hidden;display:block; }
#lleSxKJI4RkVH78zd6QZx2y0EypyX0mM { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.9369375rem;width:16.875rem;top:51.125rem;left:3.125rem;overflow:hidden;display:block; }
#Ib80KnMpUOdQ5elEhES0bAxgCLOceTfM { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:51rem;left:21.875rem;height:10.2352625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#GkuNcJRG6Rtsa6JNaZEOzaOo3zDbvWWJ { 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:25.625rem;width:33.75rem;top:62.625rem;left:38.1875rem;overflow:hidden;display:block; }
#an8UnNoPfEJy5ZKB71wVp2Likr8ANuQs { color:#000000;display:block;width:10.1243125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:82.374820709231rem;left:59.055395126343rem;height:4.38654375rem;font-style:normal;text-align:left;text-align-last:left;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; }
#HF5AOyeUUSqX8Kk8aIVNubT2uXE1OoOc { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15129;line-height:1;letter-spacing:0;top:12.0625rem;left:30rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#Pk87lExFieg3crHX9ebZVOgF7qFIGsTH { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15128;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6875rem;left:30rem;display:block; }
#iJBJ0E14sQBJmtaNeFfB8De1cOUtOAPi { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15133;line-height:1;letter-spacing:0;top:62.4375rem;left:61.3125rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#ZGHCPQDz8EOXf1p9AFnXA1hR33sTTHT0 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15132;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.0625rem;left:61.3125rem;display:block; }
#SUzV3kFxvyfilefWpJuvNppyy73ShoCc { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:89.261470794675rem;left:38.181818008423rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nVqFroltDJ5WN2nD6838J3VIg1z5GzLl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.1869375rem;width:68.75rem;top:95.53355407715rem;left:3.125rem;overflow:hidden;display:block; }
#ibTifR9ioLtXFAxcNpJvzIQSObPXSZLh { color:#000000;display:block;width:68.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:127.96874427796rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UHQ2m88AidtV8XsZWSPne2MbBO2fnKJh { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.9369375rem;width:47.5rem;top:135.8125rem;left:24.375rem;overflow:hidden;display:block; }
#FDQXNEpHqzQK4UOv813PMgs2GULKlDkB { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:135.8125rem;left:3.125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m8NPCHaNbAR87PiKOJ9caWfwb6N4b1AV { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.4;letter-spacing:0;top:156.0625rem;left:3.125rem;height:4.722125rem;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; }
#opwWykCLfqXM7RwWRhi8sKQTSbQRe0Vf { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.9375rem;width:47.5rem;top:163.875rem;left:3.125rem;overflow:hidden;display:block; }
#nUtEhxBAZt8Thz2CrRStFJLqGG683QNp { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:163.875rem;left:51.875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tv36STfiU0IS6Vy3grktwDAk5nlBMtuH { position:absolute;display:block;z-index:15130;border-bottom:0;border-left:0;border-right:0;border-top:0;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.55859375rem;width:7.5rem;top:123.59197235108rem;left:3.75rem;overflow:hidden;display:block; }
#bbR8CMwM66dd49P4HZ0NuaEsIagOH5ur { position:absolute;display:block;z-index:15131;border-bottom:0;border-left:0;border-right:0;border-top:0;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.55859375rem;width:7.5rem;top:157.625rem;left:63.75rem;overflow:hidden;display:block; }
#cZ8c8TqHzKHin46780uBE9T0tLd7SWZ4 { position:absolute;display:block;z-index:15132;border-bottom:0;border-left:0;border-right:0;border-top:0;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.55859375rem;width:7.5rem;top:164.5rem;left:3.75rem;overflow:hidden;display:block; }
#TIT2kXitmiVlzqM2KEJi0Ndhl9f5ZyiQ { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15136;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:101.625rem;left:38.875rem;display:block; }
#hb71frVkhuIDrIO4lbBNPZTN9RUTMhnI { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15137;line-height:1;letter-spacing:0;top:102rem;left:38.875rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#BlbOhvHcu2e3LvpqT2NkJ57fFi5cCqPX { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15140;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:140.5rem;left:45rem;display:block; }
#qVbuJ49zvzks4z1rnLvTp2QwnLpfikC1 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15141;line-height:1;letter-spacing:0;top:140.875rem;left:45rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#ReN9xlOe8cbirHVAgDHXvP89RpFnN52Q { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15144;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:172.125rem;left:24.375rem;display:block; }
#NWpTbgANXhUGzypWipe3wDVdlZ3bLlq6 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15145;line-height:1;letter-spacing:0;top:172.5625rem;left:24.375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#rVul2Cy562X0yMPQKIpTwRbECpkoWyDm { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:8.4375rem;left:33.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dma18ZW0aorpavKlgeg8DSq9o30aWwuz { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:9.75rem;left:33.125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mTbaRELfUDcH471ykF64I2LfB0M1oE4G { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:11.6875rem;left:33.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yGp7xrprrpEpm7Z2kg5gAuEIMuR21iAe { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15040;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.875rem;left:32.5rem;display:block; }
#aaOIuwGfrVMOQJWriSmC5rcWd89hasRH { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15044;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:58.25rem;left:63.8125rem;display:block; }
#Tk3kVItpZtEaezUqUSNkHd2n7NgF0w7X { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1;letter-spacing:0;top:58.8125rem;left:64.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qs5E5pGg4VlOG15pTw70yzA7Hq1TfHA1 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:60.125rem;left:64.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GCwaio2vAnp3SnFGenytQJHKRcKypVMs { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15047;line-height:1;letter-spacing:0;top:62.0625rem;left:64.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bl9PUfKAQFUvG4EeM3JX1i8VeI8VK2W4 { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15048;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:97.875rem;left:41.375rem;display:block; }
#HuJXdQnLp8nEA5hcAMZzuNufuh30wqwa { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:98.4375rem;left:42rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FoHXReKAu1u05xt5avvzrP4fPCcixXTB { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:99.75rem;left:42rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u2SykTtHVUg52J5H68evRTbI1ibVnfxd { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:101.6875rem;left:42rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HmZ54nnSdSfDpCKU8mTPo5bDxOe0FNyL { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15052;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:142.125rem;left:13.8125rem;display:block; }
#Pqffw7JrPT3EiKuRnk6AuuLQbdL6LQi5 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15054;line-height:1;letter-spacing:0;top:142.6875rem;left:14.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3LCiZPkLMmeoomObQ9KLPEsOpnMdtTQ { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:144rem;left:14.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gMD1wKguV7m5MZyQaopTn9OP4kB3wXBc { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:145.9375rem;left:14.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VJVfb99zsLeVkMIQqXyFfPlhdHUHbuEk { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:168.375rem;left:26.875rem;display:block; }
#rBLnbRh0Vysla5EHCko9A3N3xwXAk5iG { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;top:168.9375rem;left:27.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i3KaUNko0TbpAEb31dXpXsEo6ULUJ3Ja { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15049;line-height:1;letter-spacing:0;top:170.25rem;left:27.5rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iDA5nWsk97aOFm7TL3UPNDAl0KUmumiF { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:172.1875rem;left:27.5rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 { position:relative;display:block; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 { background-color: transparent; background-image: none; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row .container > .video-iframe-container { display: none; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row > .video-iframe-container { display: none; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .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); }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 { border-width: 0; border-radius: 0; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .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; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#sKNyoWqQCIBSu64WRM20Q3squCkFnmTg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#ZEDpRs2NGcttETFqyBgQUrwh2XcMvIDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd { position:relative;display:block; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd { background-color: transparent; background-image: none; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row .container > .video-iframe-container { display: none; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row > .video-iframe-container { display: none; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .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); }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd { border-width: 0; border-radius: 0; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .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; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:191.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:block; }#rU2I78v2oUXCfq6g7HV7IQN4qcb4WZZ0 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53.812125rem;width:47.5rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#u54n3pqdgHxbV4VlgasV1myppZ9vvIsg { 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:26.875rem;width:20rem;top:3.125rem;left:51.874998092651rem;overflow:hidden;display:block; }
#nybfzFTByTEcy3Z51ik2LZPsWwoGEHci { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:31.249111056328rem;left:51.874998092651rem;height:7.310875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MsWv5LlspmMytW1deITE0FgUiSz8DZfs { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:41.885652542114rem;left:51.874998092651rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#evV0684cnPDKgxN98mguqORTh2Lc7UaI { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:33.75rem;top:60.0625rem;left:3.125rem;overflow:hidden;display:block; }
#THnKRpbhkHPNzTPRP7BSFehSopRSDBxM { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30rem;width:33.75rem;top:60.0625rem;left:38.125rem;overflow:hidden;display:block; }
#duSho17EGQu8dJ0vOOrC4DX3lIXlWECu { box-sizing:content-box;height:2.3117875rem;width:33.75rem;position:absolute;display:block;z-index:15031;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.807170867919rem;left:3.125rem;display:block; }
#GZTTtNEycqNTlUwgCf9iE9g7yZUszzna { box-sizing:content-box;height:2.3117875rem;width:33.75rem;position:absolute;display:block;z-index:15032;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:87.807170867919rem;left:38.119318008423rem;display:block; }
#IMK2c3DQsBQDZ2UeUokqGgWya2hpsP0O { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:88.312320709231rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o2hmbD0sCKb34gAXKZOt6QqNXzo7T35S { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:88.312320709231rem;left:38.119318008423rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOWiFivTnE5icx558ATRBbT50HPmCKTE { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:91.3671836853rem;left:3.125rem;height:4.04829375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QMW4T7fQCvnqTBTiKJIKAPQhT1WNdDuO { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1.4;letter-spacing:0;top:91.3671836853rem;left:38.181818008423rem;height:7.8701875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ELsLHH7pLOUix7ihJDzfSP0w1MkL9tgP { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;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.625rem;width:46.25rem;top:102.375rem;left:3.0625rem;overflow:hidden;display:block; }
#kQ2sKlrkTIW1kIrNztE6L7bMLTtAT9xN { 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:27.625rem;width:20rem;top:102.375rem;left:50.5625rem;overflow:hidden;display:block; }
#ZsNRntZNPtkm8fSFIiBqkt64QFgGWWUm { color:#000000;display:block;width:46.25rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:142.25rem;left:3.0625rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TcJCcnRLRwLWRgZzkGuBLEwIdg6K397z { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:142.25rem;left:50.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WvUFCT89kw3xvcJRdUiEJIf0b1n6ThD3 { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:131.25rem;left:50.5625rem;height:9.44425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZVqc0cPqNt7QypKBR6fA6cz5NnelRCUO { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:33.75rem;top:153.1875rem;left:38.125rem;overflow:hidden;display:block; }
#KlDet6N93krce9BT0mFx4dbiMxoebOS6 { color:#ffffff;display:block;width:14.1868125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:160.6875rem;left:54.0625rem;height:2.24964375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxwTFfBqu2NJmKW7Nt5hGGZVJ8yZ4Le9 { box-sizing:content-box;height:33.75rem;width:35rem;position:absolute;display:block;z-index:15007;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:153.1875rem;left:3.125rem;display:block; }
#tCnJEcOr7bZAsm1kgzxEkiHkmvdgHiiT { position:absolute;display:block;z-index:15031;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.9375rem;width:30.9375rem;top:153.1875rem;left:5rem;overflow:hidden;display:block; }
#V17NTpvoyeGkA562ixe3cxipR3fi1ifv { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"universe lt std";font-size:0.9375rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:172.25rem;left:20.625rem;height:13.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VQIB4duZ9wEzZ8CryIhscQetUKSS6eos { color:#ffffff;display:block;width:15rem;position:absolute;font-family:"universe lt std";font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:168.5rem;left:5rem;height:17.0525625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KmRGM6Ub99qKEKs4ZTHlEUPf8xGoiGEl { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:155rem;left:56.8125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwL6010AEHRRQoiS57dTzrklrAoIxSiz { color:#ffffff;display:block;width:17.625rem;position:absolute;font-family:"universe lt std";font-size:3.4375rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:156.875rem;left:52.375rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NRXKvHq2LKbfMmKcCKkhCdm7h9Jd5ImD { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:182.25rem;left:40.375rem;height:2.9243625rem;font-style:normal;display:block; }
#phHWU7QLP2eDTTRRdINkNkd109Bn6hxW { box-sizing:content-box;height:4.25rem;width:19.6875rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:181.5625rem;left:39.3125rem;display:block; }
#bHJA9eOKeAWExs10yHvm04V56GiwTxg8 { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15050;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15rem;left:11.3125rem;display:block; }
#X6iLGOH7h0OTrSgpGgXcBCl6mML9fFiT { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:15.625rem;left:11.9375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EhcZivNHLdUuohM4wyRiJ6Fvp3khk7VR { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15112;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3125rem;left:20.0625rem;display:block; }
#wfaGwsfeEbFiT6BnZKwsJbWFZ0aeCmP9 { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15113;line-height:1;letter-spacing:0;top:16.6875rem;left:20.0625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#muXUxmmiGpCtie59clWgpTZNWGAZmVGd { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.1875rem;left:7.625rem;display:block; }
#hwPDSxGRp9P37zkUqM86T0cvz16rTxbe { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:64.8125rem;left:8.25rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tQ7Tw5qdxHJR9tKecL7edaTNhMmEToMD { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15116;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:65.4375rem;left:5.0625rem;display:block; }
#cJyDvRIIVzrE7NKW8QtgJhe9rWvdGNnw { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15117;line-height:1;letter-spacing:0;top:65.875rem;left:5.0625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#OAUISyCqRn4dgz5gOcXilws80ig0Vk6d { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15050;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:81.125rem;left:38.8125rem;display:block; }
#DeKxSyOu55wd1uh8sQlTv9A0QDQHnwSR { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15052;line-height:1;letter-spacing:0;top:81.6875rem;left:39.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IAIBOu3HGLQshTNk3TdIMKAwXOybqD7q { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15051;line-height:1;letter-spacing:0;top:83rem;left:39.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UeayZqSIaudstF9gpnJ9upc5dskHfFZh { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15053;line-height:1;letter-spacing:0;top:84.9375rem;left:39.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x9N5cC7pTGvivXIxfKAI7sn1MaESPVU0 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15135;line-height:1;letter-spacing:0;top:85.25rem;left:47.5625rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#E9tnaQpRDDN0GFMHb8nvPB9yQoNzfFWo { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15134;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:84.875rem;left:47.5625rem;display:block; }
#vQBxdFhlEL9a63h7trocxkDrmVIx5CDr { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15054;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:106.625rem;left:28.8125rem;display:block; }
#x8xJhNBmka1dBksWT7wT6BWhkTLU7nG1 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15056;line-height:1;letter-spacing:0;top:107.1875rem;left:29.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbOQbrfgpXnrTdC72vrPTDdUP5lBnHs9 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15055;line-height:1;letter-spacing:0;top:108.5rem;left:29.4375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PF65KfttVNTSVwQyGHwheXHKGHfPwZ5T { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:110.4375rem;left:29.4375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dy4UnHIN1v7EH6VKuuo03EzAg4rCRmPA { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15143;line-height:1;letter-spacing:0;top:110.75rem;left:26.3125rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#xbOTVnndKMI6qs7gRFz95UhK8TzAi9ol { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15142;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:110.375rem;left:26.3125rem;display:block; }
#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea { position:relative;display:block; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea { background-color: transparent; background-image: none; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row .container > .video-iframe-container { display: none; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row > .video-iframe-container { display: none; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .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); }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea { border-width: 0; border-radius: 0; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .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; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#uVnTJp4UkX54rcmTOSvavgMdnlEQQ0m7 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#fkACuHwAA63HUdCIon9c5gtlI4A0PPSE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 { position:relative;display:block; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 { background-color: transparent; background-image: none; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row .container > .video-iframe-container { display: none; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row > .video-iframe-container { display: none; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .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); }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 { border-width: 0; border-radius: 0; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .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; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:86.375rem;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; }#b7LkVTzAkutmHbf7UzK1W4voTucxBTu4 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.0619375rem;width:68.75rem;top:3.125rem;left:3.125rem;overflow:hidden;display:block; }
#i7vKO1CrsHmShR2ovWLgIu0paQs1BuTy { color:#000000;display:block;width:47.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:32.434303998947rem;left:3.125rem;height:6.2961875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttHiR9qES9gyT8oFcqhPPo0mebCUSWMC { color:#000000;display:block;width:20rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:32.434303998947rem;left:51.931814193726rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xXAeR4Aaf9KxJXQGU63mLy1kOUxbF9C8 { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:33.75rem;top:41.875rem;left:3.125rem;overflow:hidden;display:block; }
#bHvUaaV1BlV9TAUunQTK8UhhtH5WV31I { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.375rem;width:33.75rem;top:41.875rem;left:38.125rem;overflow:hidden;display:block; }
#Ax5DGum7QI0Le9bCrB5EIU5KOVclyiPs { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:64.8125rem;left:12.375rem;height:4.722125rem;font-style:normal;display:block; }
#e8tmUKNHRKQQIiWKJwT5e4CH4i77ooIy { box-sizing:content-box;height:6rem;width:24.375rem;position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:64.125rem;left:11.3125rem;display:block; }
#etTT2A1cQQeL7NZgskg9haJA4amUMEOD { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:72.49999809265rem;left:3.1178970336914rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yJ6blas8TdbDTUlXUeBmlGNR4viwVNfJ { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:78.471988677981rem;left:3.125rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUXCVtKD763QD4IGbvzzoOLRwBUcP0Qb { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:72.4999961853rem;left:38.181818008423rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XlT6ZV2rndsbCFXTWwvqMdTIJDXBa3a0 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:78.472122192381rem;left:38.124998092651rem;height:4.722125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q2LghWa1JhfITUxVDc2b8zv4nXPBTA1w { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15056;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:5.125rem;left:19.75rem;display:block; }
#soVJZBZwROlHm3oDqS6saoA6K2Rfw3Tl { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;top:5.6875rem;left:20.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PXLIiKquJMX48Q9i5cxhtAaTwphWhDtv { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15057;line-height:1;letter-spacing:0;top:7rem;left:20.375rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ODLeSDy4imvsrngDTqiJ6OtQzFGxKVLW { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:8.9375rem;left:20.375rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fACpC7oHqoMhI6KT1AtebHs7CpGfTeye { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15141;line-height:1;letter-spacing:0;top:9.25rem;left:28.5rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#BKLBogBvEkPN0m6piqygpHIqK2DDSIy3 { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15140;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.875rem;left:28.5rem;display:block; }
#aH2ZOKZrhyuWbQ4ofmhGFvm1W2es4JEi { box-sizing:content-box;height:3.125rem;width:8.125rem;position:absolute;display:block;z-index:15058;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.5rem;left:6.6875rem;display:block; }
#LPQkz4GMITETopKVOTfDhp90vET8lTvv { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15059;line-height:1;letter-spacing:0;top:45.125rem;left:7.3125rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Iot1BmDD028Upi5W3zT0faz4THa24ZGO { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15120;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.8125rem;left:15.4375rem;display:block; }
#PLbLK7X8t9q6pB0fHzm94mkkG2UpV47u { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15121;line-height:1;letter-spacing:0;top:46.25rem;left:15.4375rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#DaILG5645VaKFifxBaRDSqVkbLTimo4A { box-sizing:content-box;height:5.6875rem;width:8.125rem;position:absolute;display:block;z-index:15062;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:63.9375rem;left:40.0625rem;display:block; }
#tewO09TL56rXUsyvTftkyyycDcUE8wS5 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15064;line-height:1;letter-spacing:0;top:64.5rem;left:40.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E06A1kAR2rUNwxHZ2EPAhdEc0UU0CTT0 { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.875rem;font-weight:700;z-index:15063;line-height:1;letter-spacing:0;top:65.8125rem;left:40.6875rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lfn9qyLdHTbAe5GQWDHnmPRH4v6ErmJo { color:#ffffff;display:block;width:6.875rem;position:absolute;font-family:"universe lt std";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1;letter-spacing:0;top:67.75rem;left:40.6875rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#prEGmFqaaEKbtSFMcxI3o6ZeLDpyppSB { color:#ffffff;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15147;line-height:1;letter-spacing:0;top:68.0625rem;left:48.8125rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#KJhHcDnnbZ07285DZoUkqT92Xoa6KkxF { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15146;background-color:#333332;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:67.6875rem;left:48.8125rem;display:block; }
#Tdt0F0cOo2WxoVeBJZEyeQEZgilPGn6h { box-sizing:content-box;height:1.875rem;width:1.875rem;position:absolute;display:block;z-index:15122;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:59.125rem;left:6.6875rem;display:block; }
#yN1cp6zlTXvKocAA8DSsO6yIMKMbADU2 { color:#000000;display:block;width:1.875rem;position:absolute;font-family:"universe lt std";font-size:1.125rem;font-weight:normal;z-index:15123;line-height:1;letter-spacing:0;top:59.5625rem;left:6.6875rem;height:1.124825rem;text-align:center;text-align-last:center;display:block; }
#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb { position:relative;display:block; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb { background-color: transparent; background-image: none; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row .container > .video-iframe-container { display: none; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row > .video-iframe-container { display: none; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .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); }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb { border-width: 0; border-radius: 0; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .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; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(51,51,50,0.75);background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;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; }#TLuQnVMTFT5bAIk0UMRbKKomz6b51gKw { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"universe lt std";font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:26.25rem;height:5rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:3.125rem;left:24.375rem;display:block; }
#x4sqDD9KcOdPpPV1dyofPKRw1ww7tNlu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { position:relative;display:block; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { background-color: transparent; background-image: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container > .video-iframe-container { display: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row > .video-iframe-container { display: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { border-width: 0; border-radius: 0; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .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; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.375rem;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; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container.adaptive-delivery-prevent-bg, #ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container.lazyload, #ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container.lazyloading { background-image: none; }#UEuQTfnft4NBorUK9f8Td6IvTzsEGlRa { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1868125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:3.3123226165771rem;left:58.748220443726rem;height:6.74895rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#L015VkO0m729nSL3LdSfk44SIXc6veEK { color:rgba(var(--color-tertiary-4),1);display:block;width:8.6248125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:3.3123226165771rem;left:30.686254501342rem;height:5.624125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vRaUZ5CCuPzPV3LUpBMtSZrd3upx46Rz { color:rgba(var(--color-tertiary-4),1);display:block;width:11.1248125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:3.3123226165771rem;left:43.560899734497rem;height:5.624125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SUPIu1Ip4lEsQdwgPiWUv82QBTpPNpfs { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.9375rem;width:24.9369375rem;top:1.2171516418457rem;left:4.4371452331543rem;overflow:hidden;display:block; }
#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 { position:relative;display:block; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 { background-color: transparent; background-image: none; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row .container > .video-iframe-container { display: none; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row > .video-iframe-container { display: none; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .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); }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 { border-width: 0; border-radius: 0; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .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; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.25rem;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; }#R3WO1bs5tms2CiC7iOd80XaXMgi5tmbK { color:#000000;display:block;width:46.1869375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:0.99964523315431rem;left:14.405183792114rem;height:2.24964375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { position:relative;display:block; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { background-color: transparent; background-image: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333332; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container > .video-iframe-container { display: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row > .video-iframe-container { display: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #333332; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { border-width: 0; border-radius: 0; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .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; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/904f690e-cefe-44fb-916e-7668701f70f2/HG_beige_Struktur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:4.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:block; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container.adaptive-delivery-prevent-bg, #kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container.lazyload, #kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container.lazyloading { background-image: none; }#pHVm1r3i7LhTzvNTH6UGdV0Xo09IN306 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:1.53125rem;left:24.8125rem;height:1.593575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { display:block; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zg46VaXmQcyTWfOpJ9Ta28nbwO1mxI9M { top:0rem;left:0rem;width:12.875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2ZSDeWPzUwTAJhIdBKdXCpvHheUgRW { width:10.9375rem;height:3.4375rem;top:1.125rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yndBRJNopfsaSRrasN8gvNQpreLVqRw7 { display:block; }
 }@media only screen and (max-width: 763px) { #mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp { display:block; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #akhve3NWSzHdINXx9iHWantxzTnrOQiR { top:2.75rem;left:0rem;width:39.4375rem;height:19.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVo1pNyaWAT32QknKuwUifImO7BJg4Wl { top:0rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvMR71FXV73x50NCJTtqf7hTSM9XWeUp { top:22.625rem;left:0rem;width:34.75rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTt4shqyExTV1VWPkLAv28PiliVVOPQ { top:46.3125rem;left:22.75rem;width:21.125rem;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 { display:block; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { display:block; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SMgV7TqEktuhxZTlNxlpKXhu1wpIKA5n { top:3.125rem;left:0rem;width:35.0625rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1ShXXReOzuGiHenRaTFXec65Jw93uX { top:9.375rem;left:0rem;width:40.6875rem;height:18.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF { display:block; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc { display:block; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOEk3TCAMZyc0EsOGrTHOxKIUAUoJBkN { top:3.125rem;left:0rem;width:47.75rem;height:22.963409090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyUL9AeMK9MwivTV8pfy9niElUgWLX8R { top:43.6875rem;left:0rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oxRLtZKB8L33QJU6p4JoPNxazALdTh { top:37.4375rem;left:27.75rem;width:20rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4TzVtO9VM0vboUFweD0HFyAEHzh5fz { top:51.8125rem;left:0rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHDy6DulFKDevr83kAFFS4kp2UqRIDc { top:38.0625rem;left:0rem;width:47.5rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1u0zDX8MkTTct7RwWc0GWbOOr5KxrD { top:9.25rem;left:39.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #soK3AnyS23L2ssrXph0uyyi1vcOt72Ll { top:11.125rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3u4rV4TBKn2zO4sD4pHPk6lugxyhqVT { top:9.8125rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5Tx8Mr0VAKcU3iWRoiRsV2V1Vf7nPm2 { top:13.0625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6PpUTEcfmcC2ay33dcLTUnIL9aIizu5 { top:13.125rem;left:41.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFRyvkopgqDT4iRU78UJD2CJhIl8op { top:13.5rem;left:41.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNToCp7DXFz8W4nyoBmpPZhpPoRnZtI2 { top:26.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMlORiUPHLG1S2IFCpTBAsrDD6MCz5P2 { top:26.5rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLwnzuC5pClbDkyrIAX5WQcLtHomnKT { top:4.375rem;left:0rem;width:13.75rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTaVOcbUSW3DLoEzccCe2R0x8HdNvxQD { top:5.0625rem;left:0rem;width:11.6875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mTd6U7DPNGMPWUTduZObl0056eyduq { top:61.8125rem;left:0rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLLhHNxWOI2LC4SmcQUkvgf1GHnEUBf { top:69.6875rem;left:27.75rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzQ2MdfiTSkc13aLEx7oyGblS8UQ5VdW { top:72.8125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6HsatWHOJOuIr4qovMDFRrl1b36vkN { top:72.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDZxNMS8uzEyrgQPMW5wLaDWaGXnPiS { top:81.9375rem;left:38.3125rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBP3yWazMKAtePSCPfbHrR6Mc4deEpKc { top:82.5rem;left:38.9375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGWBOhizuviXguWFPllA2xVHFOF8IguN { top:83.8125rem;left:38.9375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1MSJM7vLsa5cWJfkhQMpKTNmS2WlBP { top:85.75rem;left:38.9375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtSSuCfmoHPMDIsqow1AwQhlnJviAcMS { top:98.625rem;left:0.25rem;width:47.5rem;height:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVRBUuMtqUiLlPo5u1b56kQydn7do8Ez { top:107.625rem;left:0rem;width:20rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJSZK4V1w0lrPMcTBIvi5BX7WvK8ANBQ { top:110.875rem;left:41.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3B8mfKC8RVEWzqNI1OpLlaqcCohk3zz { top:111.25rem;left:41.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghiMTxdPM725x87CSaU9peJ2Px6OBtH { top:119.875rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExvMp2JEDuWdIlnFsLuLMaW2HSgcchR4 { top:120.4375rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWRBZpTyPJEvyvkoHlQqEvuJonMrz5BO { top:121.75rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnW7OSISofV93iXNvLOdwNuCHxGM9WIB { top:123.6875rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJGLQ9VCgvuDnR8vK9P6Mt19Pd8plP6 { top:135.4375rem;left:0rem;width:47.75rem;height:22.92rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyssmurEIT6xRmtybVuvo8m8ReanNNfk { top:169.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfAd61B5L67bpAwLUn1lVPsmTInnzug { top:137.8125rem;left:40.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zS0k3nRnEHLp8veaZvFMkWZmnSU0mQ95 { top:139.125rem;left:40.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue6v1NrTEoAz21LnQDEwSAFzukt0gdgE { top:141.0625rem;left:40.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF8lWF9IOC7JVGBkLM1FtUPrcPHs4EfN { top:137.25rem;left:39.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TetH1VZTBI9RmnJ5yzlbSaU6tncb9rKx { top:141.0625rem;left:37.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncuKRqqxczLGGDz0cf4IqvOdsxkMnIDX { top:141.4375rem;left:37.625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAw0lLBnnVrqcvT2xrTGOafUb8xDuDp { top:32.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKu4TLB5Dd4RBCFwGFkcGC3viOZ0I8QP { top:91.375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSQzDF22TdPb4sfn79hXGLkLLZgaOP9 { top:128.1875rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXVU0zpaABTJtQw6FPioxU4PC1yzEUQ { top:164.3125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOugBqcVVVARUxtKslTewHoi99Z27SO { display:block; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l99KdpzxrGnqRkAMnkU2JN5VAe5nOzRo { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #apChxHdiBgyWeMN9SEr3QgGcggqMAiS4 { display:block; }
 }@media only screen and (max-width: 763px) { #cUwKLADFkMnfFthv0urBDHgruPaP634U { display:block; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0MHF02Wti9bEbAJk7N2Qk1cSvLR6ddi { top:3.125rem;left:0rem;width:47.5rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3VbSM9lqeZxFfk5pdcM7NiQILBBi4yE { top:31.3125rem;left:26.5rem;width:21.25rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmz8W2egU13t4nFtXzamm4tybuiWJC4p { top:47.5rem;left:0rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdbS8f1Z9FTy5h3yhkGQDnDbnbiLZLS { top:3.125rem;left:27.75rem;width:20rem;height:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXbonnycBeSCecyacURt3LuVbiKtJAe { top:15.625rem;left:27.75rem;width:20rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ4hsavf8karqmFfv8RM20pRJ6VNGcPt { top:55rem;left:0rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6FeCXvvnF8bBZkecmPX2ZS1BAkw8ZaZ { top:30.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hISN5pOaEWp3gEbB1qS2wCu5M4a8VKS0 { top:30.625rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlmgDOQ5f2006vEHRlusesCZTAJrP2QE { top:36.375rem;left:40rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsM1MvM6E2OoXoHutEkTnRfcS3DeKztx { top:37rem;left:40.625rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nkKq9zTomBfJIOyTwyKvd6eEJMvGFP { top:33.9375rem;left:44.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFESeFDBDZpkB1mg3XAZBfKlMimdU7V { top:34.3125rem;left:44.4375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJ6Tk0fvSZP7oHEKoab1D2OWQdh5zQ3 { top:64.4375rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5uNQnvdZJMt9TqHVSURPfpD1tSG7ine { top:103.125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1412H4cyJ4lXmL8OMC4WvPsQo3nQWN { top:68.3125rem;left:26.0625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hIrsnnznmWN0oovk05qE67fEUNhsXz { top:67.75rem;left:25.4375rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrLqmhsp6nWQPiyNh1MorlTEhZgoQNsz { top:69.625rem;left:26.0625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAMr4bPa1d3a94X1NHw1NEoB8EqxoC1Q { top:71.5625rem;left:26.0625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAk7ZACcfLINVETwQny2OmfK6BQaXX9t { top:71.5625rem;left:22.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0tuev0XJ9rCvTNcAUTELh9txSb8gFsq { top:71.9375rem;left:22.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrfyOxOAQrXlsOqCNuORgJWzhN8vVw8 { top:111.625rem;left:0rem;width:47.75rem;height:24.498368146214rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKpTR2tgmJCPxvzBJTRkiwGJCB3is2iz { top:120.0625rem;left:21.8125rem;width:25.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5OKOwkVa7QVTvdU4VvmNWW09bL1IIri { top:111rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00Otio1fG7ZGPRHNEiZFav8KPUzCJCv { top:111.625rem;left:28.9375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKUnHGGBFlK0g0oc9BofCyhwP4gKMSq { top:111rem;left:28.3125rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhFTX1G93sRH9hGmCPy9hmVZOAZ2k1i { top:111rem;left:25.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57LDsUtBxzUb8uLkXtB9didvvsu7Xin { top:111.375rem;left:25.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJonDwirSwvHpk4yL3plTNSNqTGlcJzE { top:42.0625rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcuZmZgnaMwgABFd01yO35xXqQM8y66i { top:97.75rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL { display:block; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvwb1pLSHJcPcx1xpaKF2SIErfwyK2p { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfMEIA2Mm46SwkhSS356sHxk3doStsr { display:block; }
 }@media only screen and (max-width: 763px) { #RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK { display:block; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsU6OFGlfepUlbubTo7y837biemXEocM { top:3.125rem;left:0rem;width:19.5rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #B382EXuUPDGRuJzbqVrqnnaaL4nnzThT { top:2.625rem;left:0.25rem;width:47.5rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveU01Xmt53pAw4TnuAU1J9Pc62VJ2mZ { top:7.625rem;left:0.25rem;width:47.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE0GzgbhcvnHnzRnanDOKc8zP3Vm8Qyr { top:15.3125rem;left:0.25rem;width:47.5rem;height:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUhykGkI3PGWCzmKPD4plq6l38GyZ3y { top:30.3125rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCkwnXdxd2TeowCkfZ9AsBmpzyFQTNC { top:39.375rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyikXPNzgivVZU8VKCzkpJkvkJ4015Im { top:25.1875rem;left:16.5625rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5k0ynhlTW9Bd6H3RsFUGwWtlQO6Rh4X { top:25.8125rem;left:17.1875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGnQaXf9m952agEMiBHbk5Mt9LO6qwb6 { top:25.1875rem;left:14.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBE1Aga2wHvl1XphcQ9fXbqOdGXuhZ03 { top:25.5625rem;left:14.0625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmBlHvRhnPEiaoLAdxRFkeCtmXOXTFqW { top:42.875rem;left:39.625rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D92OQZrkXn8p1K3ryxQNkRuLPb3pGn1C { top:43.5rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRJiJiyFXAhEOaQwUkNp0dMmZNsUB6tx { top:42.875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oth5TDl8Dd5x10DG5ni1g1W6AWWDf9DU { top:43.25rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5f5O9gxLIPxP7AOKzBsfaARnMJKJnEn { top:51.0625rem;left:0rem;width:20rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVOwTFNT0NTrCsPsGaoa0IOWz1BaqtE { top:77.9375rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKrmEVzOlr6IN18zCK3JLEhCtFBCNEM { top:52.3125rem;left:3.25rem;width:5rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeC2ENbJcnTKc2n42WEnRq4gg1BlvTB2 { top:51.75rem;left:2.625rem;width:6.25rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePqL6GySxfN2zF8VxakAHbs7qTLTbVcg { top:53.625rem;left:3.25rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ExoT0mPdiWTZZcRswuQhb2bqZiTmh6 { top:55.6875rem;left:3.25rem;width:5rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu1P6FdC08SFmbpzOn2eL7vhqJ3kZmT2 { top:55.625rem;left:0.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8nkBtZMAQKGEvPtH2b1hu8xC69RHtrf { top:56rem;left:0.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp9nHUDZwgME2lL3JJ2R7Za8gtJiHwx { top:54.8125rem;left:0.25rem;width:47.5rem;height:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEEZJ6LRR3FdBTfBEDuzRApV72oiqmtJ { top:87.0625rem;left:0.25rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWGm2VelsFrhZqTsMpbtmw1nvSrh8MC { top:75.125rem;left:39.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw2Dy3x6gglViioLtDtOkm7XSAVHtHTu { top:75.6875rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcd0lTDNM0TmlLBTE6dSAGQFZAJMMgg8 { top:77rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSLvL6ECDCQBGdrEhJt0kfZHDc2HfkBt { top:78.9375rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlfJm7RaHELNERC3sODKPRTsmpuDWno3 { top:75.125rem;left:45.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMyZbrf7xGXM1w4lva408geywys5nxA { top:75.5rem;left:45.5625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpTu7y7ebpTd98mRwFZVsO8pBr8o5Ww { top:96.5rem;left:0rem;width:47.75rem;height:26.002045454545rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPbI8AD01T5vqIvnso94t7aBmXv4T5XD { top:135.1875rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFMC100PEPkIQ2TuUgH4S3M9ogBQKuOo { top:103.1875rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNrTHrtvpg7Q8MxF8XHMxcZKtTPJ4oBO { top:103.75rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRBVSw45SCKAnw3fx6l9dL6NsfLeGyXH { top:105.0625rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZb6EpoNzzmAM3rG6OEfb0ueFKpGkTg3 { top:107rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sZPo2AIRkrG1p8oQJubwHiZl8cGdVW { top:107.0625rem;left:0.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzTrhaW4DRIow8SUbxdz5KiqgoZ7hlR { top:107.4375rem;left:0.75rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRizAyMUD3h0BmUuhUf3qCEAt68nMQCk { top:115.75rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrBHTDSuWkvSTg5zNkorzOhG2wn3HZxw { top:116.125rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKrpBSpIZuOr8l479TQJTyQze5LTwl8 { top:127.125rem;left:31.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZK3ilKuGpTQvm9HagZMmCHTHvtNDI6 { top:127.5rem;left:31.5rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzR29s3zZdTv08l1uiuqfPzISV8UhpWT { top:129rem;left:4.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXom3vEJS2XO8MAc7dtTnmTM91fDTBlJ { top:129.375rem;left:4.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWlCA2tOiRsDvAw0X3ZWUTdPI0SUFUNV { top:45.0625rem;left:10.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDiK9TT4FWO7eQuDEfBFRfJQAApVrMIA { top:72.5625rem;left:5.375rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHob24Ex2KP8k6Nzq7XvQbsdlMtTJXup { top:81.6875rem;left:10.25rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIMqJCxa3ODqCwQgUevgg52JzvX0rdyJ { top:129.8125rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs { display:block; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxrePQ9JGNndqLZTgr5XZC8035TtZsAT { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzNRr0GJgaPQVU8P5m4wcizQZCyuBsC { display:block; }
 }@media only screen and (max-width: 763px) { #XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL { display:block; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u57T4DKOrJspviZ7ysfsV9SwMI5vteC7 { top:3.125rem;left:0rem;width:47.5rem;height:7.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGLGDFoFaWKcGsySnaBCx5HMXXsLVru { top:11.875rem;left:0rem;width:47.5rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEqBPdNPmOrKBwXSoo3Q8gv7ECIxAQyX { top:19.5625rem;left:0rem;width:47.5rem;height:30.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hPlU1i30C4Qx9p3PrIL1aLzTDptmPI { top:2.9375rem;left:27.75rem;width:20rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqwQRyGGUcJipvi35n8wxmsJpiy87Hed { top:27.0625rem;left:27.75rem;width:20rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHWp8W1cZcszcU34ThwJM3cS3GG7ECA { top:19.5rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5NCBBsnRfb3FJnQ1e6lDz3UbqioVkhR { top:43.625rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN8IzTQqURk21tg711f2qGIxR2TqBzrt { top:51rem;left:0rem;width:47.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV8AH2itR93KbrWk6JR14o7fnWDNWZps { top:15.8125rem;left:38.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHiHkMqQKH5nsrNhtN0I1nb0FvsKTg2T { top:16.1875rem;left:38.25rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnpzHr4aS4CisuGvbWTZGr5yE9IFBK2 { top:39.9375rem;left:38.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwasyolHGUNeM9wU8zgeWFcwa2V3GXrn { top:40.3125rem;left:38.25rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoo0g5r18FZv02efFZTpJ9r6AIu18KI { top:46.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #marEVSUphdo49WqvBIPhnmC7U5rgLKXS { top:47.125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6uJxEO9ElcfUJbv7IVGQZ0ifDpzoaU { top:57.25rem;left:0rem;width:20rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbE1GudNRrXl4IRB7KMbw9IJPBBxapbt { top:57.25rem;left:0.25rem;width:47.5rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSqfkmEmCmR36pTN3wLuE8vyTO9fGtyk { top:83.875rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRDkd8JMQC5aPJsqD97UwX1CH86476oT { top:93rem;left:0.25rem;width:47.5rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Pd9HUhmalAd2oa8l4RqQ3DPNsavAHe { top:57.9375rem;left:0.8125rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGfv5dWPsU2hwl5TZa1dqkhBRntN878 { top:58.5rem;left:1.4375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szF86t0hnSTeBZl8kh44DyXq3poZTMsk { top:59.8125rem;left:1.4375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQUEvbbJloCstub83gXZ861VtqaRAC60 { top:61.75rem;left:1.4375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKXwhAS6wRDSC6bMnhncCnkrH5IJUU6 { top:57.9375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTPCfZb6tBPDz8TrEueRyuDD91fa5vE { top:58.3125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7He0BXvWv8t8I0Sr37bDpndne6tp12Q { top:70.9375rem;left:11.125rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZD8Us6Gr2wE8grmK6TqZZKsT09UcGh { top:71.5rem;left:11.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEhm5TR23uhl8W4VgZSkfQmZdVnh0UW1 { top:72.8125rem;left:11.75rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQpN317DnzPTXQ8e6bHgJq3FUiuuKiRO { top:74.75rem;left:11.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWDuSMmd6a1cxkEg5bIdANsScVwviFGJ { top:74.8125rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANaqyX5syicAZWHsW1hinlg9BwpttNCH { top:75.1875rem;left:19.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJzNuTbZLHEfAf2Qf07rLLT4d38HklKR { top:69.125rem;left:44.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsWaFwnND3qtTCTcKk4n4szC8VPfJ4y { top:69.5rem;left:44.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDcOuuCJN7nJXCOeu9vGRk4p2mnfTAR { top:107.1875rem;left:0rem;width:47.5rem;height:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRL5zSeUdDmlhwCz43gzO1289IMpVn21 { top:107.1875rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPtf7PQUL3I9073dwfCaADiMc6WEWJWx { top:129.125rem;left:8.875rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPUEoqxVSpNZENxJaf5xCceAwBivVKSa { top:129.6875rem;left:9.5rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2nlfEfIF5KELAEaTAPpQrLculg1gPxl { top:131rem;left:9.5rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT3Twcgwc0XZ99HOLB2FSDFDl09PK5QB { top:132.9375rem;left:9.5rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRWi31argS85rwVZZ89y0aq19Z04cSQF { top:133rem;left:17.625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFP6Vb0GGw955lyR0daRQeRKJQNhqCOx { top:133.375rem;left:17.625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNyDMQO5DTGLgixTG0nuloMlFyJcgP2x { top:111.75rem;left:21.6875rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8alNhQvrpLfJZ2vhmbB93EckgCXfBuy { top:112.375rem;left:22.3125rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfASgT9JaPnQUBPd2A1LLMJCQlgHSGak { top:111.75rem;left:28.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKENkwUdklxNdroI53ukQB8HKSh3gQsM { top:112.125rem;left:28.5625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVoeV9oOIRUH1X5mIatg84T0WABOuPJw { top:109.9375rem;left:3.1875rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpnt5FkSQ6XQspONxToTgaqKxfavsXX4 { top:110.5625rem;left:3.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrLxZlMOuOGlPb3G6koxrGInSbfDV4aa { top:109.9375rem;left:0.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHUTHXQfv4aG7VldxPJ11RKhAxu5R0G1 { top:110.3125rem;left:0.6875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoetaZRG3OSeJfJHXkArNTHnwMZtmsqM { top:45.625rem;left:32.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MFTbJDWoKV5c3sEh0WTQoonnREcSzh { top:87.625rem;left:10.125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLTEuZrSW3T3p04vcPdn2tpIZi6RiA2 { top:116.9375rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVfHVk4xpBz2es2dqwFuy8NLofbyFEcu { top:127.625rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1EtcODhretyGPEnFzm9GTIDUOm31LAw { top:144.4375rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ { display:block; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANVKNnnL71EuG2RvDNzd0Fru4ThxAftQ { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MvbeTyxKvnOTebKvktT1fbEHD4Rem8 { display:block; }
 }@media only screen and (max-width: 763px) { #qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi { display:block; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgRBVmG7Rzm4yNxSnBALac0GCkz8IHUb { top:3.125rem;left:0.25rem;width:47.5rem;height:56.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGWeQNITh8wsCK18rhy8oJkNpPz7IFUA { top:3.125rem;left:0rem;width:20rem;height:23.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfsLkygHx7K1IVCzRe8pW6B41EdHqHn { top:27.25rem;left:0rem;width:22.1875rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX3oW4Uk0AOTfIsoxg4IrRhRJhvqvdfB { top:49.5rem;left:3.3125rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOVoJGQyhQ3HmLPN1NKbASnhbtur6PF { top:50.125rem;left:3.9375rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2O6Hd0Nu0nXCu8cRfwsUOhBCzmZrPD3 { top:49.625rem;left:0.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ9HTme1eoRoshkoVToH7LRR39OTOpNc { top:50rem;left:0.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXlTS0GanaPvkwpQDuHDpSzaGQT6da1 { top:50.8125rem;left:27.6875rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak56qsbxhVFkuVdkCe7owiUsyUZ7OvCG { top:51.4375rem;left:28.3125rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSLTq4pKbBu9DXKnhcN0eVtSTTa5MpFN { top:50.9375rem;left:25.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOn1TDZC8aKlZFDlJlfpk3weTtQ8TdBZ { top:51.3125rem;left:25.1875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSUToit0TNh2vS3KdXrcElV6R81Z0xLB { top:12.125rem;left:32.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51aklwanvCSbGeVH0J56UoLTI3eCmtB { top:12.5rem;left:32.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGWLEv6NTma27vIJCgcaH8uPqzVJIqlH { top:10.8125rem;left:35.25rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3T6vdRtfTbWwhokM7TTsdWE0GJUhN4U { top:11.4375rem;left:35.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwyIVm4LBUTSwTfLgcx8xrZ3wT31isnC { top:62.625rem;left:0rem;width:47.75rem;height:33.859090909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTlfyHbzhGrIt03l0r4l39qt1OTF7OV { top:112.625rem;left:12.9375rem;width:21.875rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1k1vgQiP2qbdD9zk5DCnTeNpTgAnpKE { top:112.625rem;left:0rem;width:21.875rem;height:22rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVrxIcluoTNyoGJcwTZToWyGVAz6nAix { top:112.625rem;left:25.875rem;width:21.875rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNv3RZKoGa0n7zQJ3mFMp4OVinE90dHM { top:77.5625rem;left:38.125rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l40u8L39EEWf5ZmOVKQKT7BhvibiF2Hw { top:78.125rem;left:38.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRIk4AUdtr8MQeGLRVJy7CGAb4VwcWGR { top:79.4375rem;left:38.75rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I29pXxaPu94e6ue1bbHJRgHHfWsoudrL { top:81.375rem;left:38.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJpwCdSKMoNmooeTnzHk2StmZwZubvnI { top:83.8125rem;left:38.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEGXNHuHA3h3N0wGd6DVG5MlM9SIyWG5 { top:84.1875rem;left:38.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2UT9SFbhxmQQNVbcivrcgyPHmxJXneU { top:105.5625rem;left:2.0625rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR001d7UFirRLF41V1cAmzaJALzB2irh { top:105.5625rem;left:8.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAehTRK2NPdFK9tDonXSF94Q3KoflrFG { top:106.1875rem;left:2.6875rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZmZeNLc4PVJ3lDNQbbGiFdM3atEL6rB { top:105.9375rem;left:8.9375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAXLfIakNaxLnMvzOJNtOFQbkrh0hf75 { top:103.75rem;left:28.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8rxFvR2O6EnI1SRimxoWx8WyJWQu2Dp { top:104.125rem;left:28.3125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdK8TSKg4T03Cbp6gGLsWSb0pN9TTXs { top:67.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQHxXF9TENW9OLl6gd0ZNERTNLcqVTpR { top:67.8125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNro8wx0JLZX91ihKBOFd32ucokIh1E2 { top:135.0625rem;left:0rem;width:47.5rem;height:35.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZz1UeFsgmn2lkGVaNUfGmBCd5NJi2a { top:157.6875rem;left:27.75rem;width:20rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExRx8k4tR80C9lVFz1ucKLEZfZ7TFTM { top:135.0625rem;left:27.75rem;width:20rem;height:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7v71nd13q2lVN1B2vbFATL69FWKf05 { top:172.125rem;left:0rem;width:47.5rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJ6UOZuK6VONZiBWNupFJ8CW5DZgS4c { top:146.5rem;left:25.1875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaKsfk3S6AkebKA1Mg5tusxpIOi1d5f { top:146.125rem;left:25.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xXblMAZMXAAhfTEJ5brLoCsK8qiRPP { top:159.25rem;left:31.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9SwxKuQkd66wF71NZENLucNG6mL3ba { top:159.625rem;left:31.5rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksP6UlMT0817cstOVQArXTuWZ1LU7w9i { top:164.6875rem;left:2.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkfhcftABflWadnTwxB70vDTE7LCXLa { top:165.0625rem;left:2.9375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JirmTASmSDpoXc3AfNy3TfcJJ0A2KJwv { top:165.3125rem;left:0rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3ZZO9sSWZweLDpBno5TUnpM0NUcQQxV { top:164.6875rem;left:0rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMazBus7qB1TRvPFOFvSSsktX4ABxlH6 { top:178.375rem;left:0rem;width:47.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTbzTsnowTp0JPDSr8G0KFEnWUDzL2K { top:178.375rem;left:27.75rem;width:20rem;height:19rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDJxSahn9bTOJxPSHh81VlRNyKEDQtst { top:204.375rem;left:11.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTfVSZ3di6U5g1ui8l6ukA6WGyCpLQC { top:204rem;left:11.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWrFNcM3NSIn5QNNtOfPc7whWQ2E1U4F { top:188.4375rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmK6XdARqNIuq3tOm5VH0N7QnD6gSQKR { top:188.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMefaETb3H9fK98MN3vlFS1dPCgGfg6 { top:193.3125rem;left:33.5625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWoVr8qeLGinrc02kgeErClSLAPMTdT { top:192.9375rem;left:33.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPiZ3JJvnZTIUL1kIQJX0kfaiTs64CD3 { top:55.375rem;left:10.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuDV8D0tINFU4JJKEE5RB1yNIsaPKwcc { top:107.25rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmcBQLmTW482kSJGKGE4puU7pWxIlLV { top:166.75rem;left:32.78125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG7fXPM9hUJEPQWK1vr3iKbwUgr76J6n { top:204.75rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 { display:block; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3T5yqAFz5wDZNguePiSPzL5JXzIUpww { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEr52fwh1vK7uLHAEfEOJzpRQw41qd5g { display:block; }
 }@media only screen and (max-width: 763px) { #RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit { display:block; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3Ts3lSqTwTrqmZf1wzklEoJ2SyAS9BS { top:3.125rem;left:0rem;width:47.5rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeT3lxsEteAhuFKUEIB21BoCobCfLy5z { top:3.125rem;left:27.75rem;width:20rem;height:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSsMsDGlFcBhbSIU8CeStCqv3gLxKhSp { top:16.25rem;left:27.3125rem;width:20.4375rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXds9ke0FIqDvgBHSIqrZcA9mAgsBUP0 { top:26.9375rem;left:38.25rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MWOI3AIhSTV0w9HlGVEWMS26V5XWGO { top:27.5rem;left:38.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwrDT9GtE7tHM1x3ymnZCM0Z6Qa8THT { top:28.8125rem;left:38.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0C98EWXTVUZkJ0qvgdwQuTN9vOZgECZ { top:30.75rem;left:38.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boy8OctTSrBcVtOQTvkDbdMekfiMynGJ { top:7.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJG6GpSkkWo4VC1rcoBIdid4ogs6XRUC { top:8.1875rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTblPRvDTIQWsNvnwivvxOHVryO9pX6 { top:40.875rem;left:0rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ { display:block; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJurznHizmPXqdvCS7RRIOn5hAbbP80T { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHXocgvgIwdR8ZTmKNi1aRLWNgrhx3Pv { display:block; }
 }@media only screen and (max-width: 763px) { #vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL { display:block; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVSgHHHi59ZG6oF07I0M9kbDt87y3itm { top:3.125rem;left:0rem;width:33.75rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWZAFDioB7snLMSPH5w8iGTXfBdzuaVC { top:22.125rem;left:0rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSI1WAQ6TP8Vt7J4X4x8IIP5VOVkORiq { top:3.125rem;left:14rem;width:33.75rem;height:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCiVqXTBad89X4TUFBtNUwNVD4UAOZAW { top:33.4375rem;left:0rem;width:47.75rem;height:22.92rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvQvOrKqr8FIOXiOlgwrv1xgwgRNNCn { top:67.6875rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmBi31F9cpmnVN7vNRpWu59WeH7JSh0H { top:36.8125rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSDbpVl1JrbaPsqKUUTNHnouWwBFSDzh { top:37.375rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KulO7mE8mnVZkHd0yyReHADz1QKTM4CI { top:38.6875rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBOnT2M20x0BvKIzVHoxtC71r01JO1qu { top:40.625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS1HxZ3XIwOydF2IbaTn4naRhS3aDhk { top:40.6875rem;left:3.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEr8Z8ocp0e7SlR0dyLutSKnifqwAemp { top:41.0625rem;left:3.25rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTAskJdf0BOeR31rTBa3B7wFCGddiNn { top:25.5625rem;left:14rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAdxPlAg3I6nEAhfhOFnDPtR0PbhTV1 { top:7.5625rem;left:12.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWfmDM7R2BN1Eu1kQ9x4NiUfRZd1OG0 { top:7.9375rem;left:12.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3dcLP5VmzN4wUcShEHZTXc3UcTSrkGr { top:8.1875rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMcc7kiGtb1tI54T2RtwT1hDOC18vdAm { top:8.5625rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLErkAciJ49Tkyhn6SKQ7EbFvZFdu4v { top:75.5rem;left:0.25rem;width:47.5rem;height:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFszdQUnezxbrWgTayQf0svUvEpLTwI { top:75.5625rem;left:0rem;width:20rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOu4Zlz5fFLvUuSMKVqyTmxbBwwtQPEe { top:86.8125rem;left:0rem;width:20rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX17dQnHK4vda1CDn6J3RdDEE2KrcSFN { top:90rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLC25TNn8BJvKIIqlL3NnCAXVWeAT2lt { top:82.25rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKuAsOMXg1IgGssR8TW5akmBBH3Mw9i8 { top:82.625rem;left:36.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7HO7b61xLKppTgnlpHIeDTR96Wfp43T { top:3.75rem;left:14.5625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz3RiZ7N2LwMXGrPZFW7Qe0aisqZGc2m { top:4.3125rem;left:15.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9M7eGZzT0Nr0I19eiCMdMK4fCvFnx4b { top:5.625rem;left:15.1875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sckMyHMCdxIogPAdWAEDMT5R2Gl1c3uK { top:7.5625rem;left:15.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyImdlUCuaL4TlQM7NFgeLas81VLxy4Z { top:4.375rem;left:39.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6Et8pwwTvCSunRW5oEoLb4TfhH9r7rS { top:4.9375rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2pTJiOrJfpVaMyR1otiZcHhMoxIgzE { top:6.25rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoZOSyte0hrpSx91AH49zkcTtI8LCBwn { top:8.1875rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0KV3Uc6ch9C8qxT04Ul3GW7rEQRASXm { top:78.5rem;left:38.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcT8RZB5JlOehmvRH6VPMo3rfwiZOtRw { top:79.0625rem;left:39.25rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOrc73iwP9oHcg8qTGwoqs21GEz14cNz { top:80.375rem;left:39.25rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9cxaLaoP0BIfT40UShPQkurTBaNrIz { top:82.3125rem;left:39.25rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeXL6FFGks3Wi5NJhM8WXbXkhT15gaUT { top:3.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsxi4hGn1dSy5kuXL8V1lSiT8s8qg6p4 { top:3.75rem;left:25.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQmfONHA0mrT86IHPg9MgwFPuTUtc9I { top:34.0625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7aO3aHS9bfhSb4Z08S2Rf5JSM4o3iuD { top:101.625rem;left:11.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNRaKxEUuIA5PhERPlUA3BK51TXgyx9 { top:145.9375rem;left:13.875rem;width:22.3125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJK2FQ14guEJGn25laaI4oGi5h7XtdK { top:145.9375rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fl8sVF6ZXuwUa4OMks68ITe59SPZo6 { top:108.5rem;left:0rem;width:47.75rem;height:25.133863636364rem;display:block; }
 }@media only screen and (max-width: 763px) { #fegUk2hGHUQ9TGMxdEJwlFkItzALAwk3 { top:145.9375rem;left:0rem;width:22.5rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTmZz1iKc83TkbNVZQQpzb2RIkNQP9pT { top:109.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5RFOtlIoegZ5V9Tx6Us0dTOAp0C5Upo { top:112.25rem;left:2.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgBS8vXmgw7LBuGJx1IUtk4Rznc7K5tp { top:112.8125rem;left:3.25rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7vHX1npZHCZprL17tw0DESEVpuZeUfG { top:114.125rem;left:3.25rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ7cVmG5C81inKHI23WtGzW2kWco7Vkv { top:116.0625rem;left:3.25rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVDMmhIkdUM8Fa3kvaAuKXpcmu8ELS40 { top:116.125rem;left:11.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7dgVfxeblOmBDnoGaPxgocULfhzXzS { top:116.5rem;left:11.375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma { display:block; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzvH4rqN4wkSJum0rt0bhZvJgqF1XiDs { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLGstxuHOCo4PxI66p3DHKaswPt1aKt { display:block; }
 }@media only screen and (max-width: 763px) { #cNmoTNRLiJgLlf3rDR7chU5USgphPvRS { display:block; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd39u2ETgDbVOKllvh3TU69rOgS417Xr { top:3.125rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXksyEOs54EpqTzuLMc4OM8TVtFzW2bv { top:5.0625rem;left:36.0625rem;width:11.6875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmypLO2pqOLHc5TVTPcFvTp8C6t8tFiO { top:4.375rem;left:34rem;width:13.75rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFVi32QkITPUON5NJtuGU8t6fw6xcpiV { top:49.3125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnBoPJfRZ0ye7ub8KPmvuTsdsO9ZEi1e { top:13.0625rem;left:1.5rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCptH9oQpfMM2QmDC9UBGMVNptlTnF2b { top:13.625rem;left:2.125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxMtG6IVMyEC5RqAuT8oDRDpVdCOEdqk { top:14.9375rem;left:2.125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxk6q65xAHA6S8N7KnCdUcPfxGL8piTz { top:16.875rem;left:2.125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lg7JXUeMqZlzJ3qihdevPEpaifVEmtbC { top:16.8125rem;left:10.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4AsFiJ6TTvHha8ae7l10dtNwBQB4UI { top:17.1875rem;left:10.25rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxNLuLy16BeApGntzotBDUREuClg87G { top:56.5rem;left:0rem;width:47.75rem;height:24.960227272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTiAdnnVWdVqGpCSEwASSkOLQxh2Qh9 { top:93.6875rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9R3nk8yzIGxK14btZ2QO76aPUGG7LMT { top:71.0625rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsq2m2caAgHwQqoewlnCkTSxVw30W2e { top:70.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeLIHuTPblxWedS33bcaK3aqsqbK0Ro { top:65.875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RllF7P5Lsr9R91BuT5ltMKtJCgIerZ2a { top:65.5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crrnU33ZXBrsufF0kTgRR5CBpQWLilUu { top:65.1875rem;left:11.25rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUJCQkzb4gETkoiUSPcgTomQcfro6hK { top:64.8125rem;left:11.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1n49Ex4o8MJKEM05pOuXv9CuvHPKRF3 { top:3.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJRIF89Asv4Cv3XfTLtfuV5NLk3llroJ { top:57.125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fdOARBxHMgzPXuzZGsDDfzr2pp2kKh { top:109.4375rem;left:0rem;width:47.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3cSzWfahkzrPOwZurK0adbIWPD07W6 { top:109.4375rem;left:27.75rem;width:20rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGUQ3VHJboLNNTB3EfiIMv1Fx2syLB2 { top:121.1875rem;left:27.75rem;width:20rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTPSsqgJ77R7ln7UHGNu4HMmh0MKW2p { top:123.875rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswTKb2m0bSx9sSkxXZITo3Gp8kqCSmD { top:127.75rem;left:26.375rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IX4JSrRVQEq9JaZdv0WCseLMxz8AodDE { top:128.3125rem;left:27rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqw8DF7z0TtykDAc8zlPfet2T43TrlsL { top:129.625rem;left:27rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0OBfFHCzrsUp2LpTqpTpQ2VloibZWi { top:131.5625rem;left:27rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB9Bm36kIP9EUNGDktvDmyoNDpNm8BOA { top:127.75rem;left:23.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r203pdBVpUZltBsLytISi9N6bmCLS10N { top:128.125rem;left:23.9375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyy4sZ8PUEOLF6UozvKvJ56S3UAmBxkx { top:140.9375rem;left:0rem;width:47.75rem;height:28.606590909091rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6fzzczVGZfbfrk6mVWrxDQBdZzA3wmz { top:183.375rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSNCJnx1Ao4zOqN7skI6l0TmtxS7lBc { top:148.5rem;left:22.0625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZUvhcw7AKm2uQoWKFqp3QbbAzFKHvna { top:149.0625rem;left:22.6875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bT2kT2PV1WLmKTFefNlaZRlxIbdCot1S { top:150.375rem;left:22.6875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqXlQg1sRTkaqponasSwRe0HDtGBf1xu { top:152.3125rem;left:22.6875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJCHR5e5kyoir5uEAiWBNEJ9f7Tt41rA { top:152.375rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLoupdoS2kb3bWX5Di7nlSUqHatAG15 { top:152.75rem;left:30.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGg23zJosnyD3bXZDymHP6TwI7untsdh { top:189.625rem;left:0.25rem;width:47.5rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrCRMNNKEikmJPRiDKchOcnwfvh2d3V { top:110.0625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm431C4lP3spDqSUqmDCKJhL3qh2aGKt { top:141.5625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfxqiFVi8Ip6hDTR1O72Id7BtWdpJGG { top:190.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHfbGmiG43dm36b3UMmU17DrMonkdsW { top:189.625rem;left:0rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v5n530kZkQyB9pEC9xLE8PBpf6Tgiy { top:190.375rem;left:13.5625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTamWMLoFP7kJP3AVLyk9BzK3McUoPxV { top:190.9375rem;left:14.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8zwH6XHh9wJ72vmmtCk9IkMHtqdDvNH { top:192.25rem;left:14.1875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #coCcWgU2P3ufcA8pGrTOXTLH0TU2UXTR { top:194.1875rem;left:14.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxJJNOdMBaHoeol08FzZc1vdQgLLe23S { top:194.5rem;left:22.3125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lesqp1zDTqgP5aGX2UPVKeIdDqqoLAMl { top:194.125rem;left:22.3125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3EMsZofw24v695BmwJwDyxsmDEOKDVs { top:261.25rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoQleSQgItcR94OxKaU7pScKVVQdJ9HC { top:217.5625rem;left:0rem;width:47.5rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBW3ALO5N7daUloxk7UNLDM6Tm9ReTTr { top:254.375rem;left:38.25rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7rZuDS3c5J5P7HBCMhwSSWcrXbV0pa1 { top:258.1875rem;left:38.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGc9kQGVi3O06ticplXJ8iqWdvfKxdmp { top:256.25rem;left:38.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #te6ktmByg86CAHQbDSwFp6BV5i1106Wn { top:254.9375rem;left:38.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yI96SbHg5T7m19HNkM0UmaBhQWzD8JLv { top:254.75rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiyRPvq7w6fpnFp6hzd6RgwqkCJQFXo2 { top:254.375rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMPT4O598gtpIBZkPHct7adibsmFLsL { top:217.5625rem;left:29rem;width:18.75rem;height:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msus1zzIs4rVmQ7MX5kvTElgekpaMn5d { top:251.625rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIaSozO4iZar1HdcKpiDyU5Q7NWhGSPb { top:251.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwiMBXPxxeu3UC77Bb5NTuAZDuPq7fU { top:218.1875rem;left:33.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8BmnO2yR6eBgxkGB4MSbfrz5ln5nJw { top:251.25rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0CVyStiNxl36NykG3EX4Ky4ElBgcPtm { top:251.8125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz3aqr3uqdSc7vToftHAK2A6IroPCmhk { top:253.125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #honlrK2rwZNTBoOBMAuVHfhXHTSBr9nT { top:255.0625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6hB4RObDO9Q4osTANUO175wRT2vsoXu { display:block; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLVAOthOeWTpHyzqLEK7Vvl69CEEeyvK { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgIbeMZGOBDDoS8hoGOHZKmXNkxZFhU { display:block; }
 }@media only screen and (max-width: 763px) { #cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq { display:block; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGU2BtS05lhotdcWBA3DTkL6TJezCCMZ { top:3.125rem;left:0.25rem;width:47.5rem;height:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT98vKaMRAGWO7TDmHN08btbwfG2IPTl { top:3.125rem;left:0rem;width:20rem;height:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRsZlIUXzGky133n0AVlEFkvtpaC47W3 { top:35.1875rem;left:12rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQXHQDyKzwLXqx5qEKXb5icLWqBEuDOx { top:34.3125rem;left:11.375rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBgmVIESq85BWNnWNl8KfFB4ysMseTXt { top:34.3125rem;left:20.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJNBTgZFQWckf7tOCTg4AIUkyPoq3HB { top:34.6875rem;left:20.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKanHUIzVJrprqnWPT2fei05qnJSbtx { top:37.0625rem;left:12rem;width:6.875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxUIOEPwEBMdwONtRLxw5z534JOwFwhw { top:11.5625rem;left:12rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ3DqHrfP0hwO1qR1A7wJRJqqUIIkZcT { top:12.1875rem;left:12.625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEBZPObrn44ytyhd0bzsVTqmhXIQBIDt { top:15.6875rem;left:12rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBl5WzJLf7IxrZnZKcXLnvgtmoil5aI { top:15.3125rem;left:12rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJZ0QteVfUeqQnPh0z0XgNbPoBi8T7wN { top:27rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uw87Hv0gV9g8boE047J5hJigCZ0UOOlU { top:28.3125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5EVoBLHTcEdLol6r47Ji8bAFBJIyXHT { top:30.25rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElR5Zqv21ut6UES7R4rGbym9h6dSqlU8 { top:26.4375rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCvqm7T9dg9S00OTnPlBQfwQtnMPZS9I { top:23.75rem;left:0rem;width:6.875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhqm9he1fXC8Eg1CgSWZlCaFrPyTQkZp { top:3.75rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMRndCs1hJhTb75AdMCqGabIy13eS7g { top:43.6875rem;left:0rem;width:47.75rem;height:29.518181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpE66iulQUJkwQ0EBGzyVMQqrLyszNVU { top:87.4375rem;left:0rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghzffkXtILoQ3tlu8GTaO4Jon9SOlGkG { top:87.4375rem;left:13.875rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odzo0FabP9eWqXuAEi3bExOPwElZGk6y { top:87.4375rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyUSkdMuCRZMAhXxQnMz9lQCLGW7bTO1 { top:51.25rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WER2uBLTyR3KmsM7lmnM1xZxZLlgBfHw { top:51.8125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4CtC4WnSetWoXd6wgmVCbt6ZzKiDIeB { top:53.125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VolIdW6n3muRRSBM7xQwbmpum1w4waFp { top:55.0625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tO6FN5VMZt2im9Ui02ZfzmRFdOdRDdOQ { top:55.4375rem;left:2.1875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM7v4sotnCEhH2yf84f38rM6ZzfBLeOF { top:55.0625rem;left:2.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOL7TyUWgttfNQTZP8GWdzb0Ox1LZ6SK { top:69.0625rem;left:23.5625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yP1Umk3DtLmUZLANV0O04Q2THbxHmT { top:68.6875rem;left:23.5625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2zp4xDmleixfxM0kDluHtVOFMk9LAId { top:54.6875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLcrbP17wo1k9OffDkTNTqdGC1Cbs1Wm { top:54.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIdkEttxQAXBRXgaNM1WVUwmiJXUF8J { top:100rem;left:0rem;width:47.5rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #ael8sEMzBShWWQ87n4AwHhlWXreu2Jui { top:44.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGPUG4T227rGnKb4lcT52eTEZhB95JaZ { top:100rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9ZOL82kJw0FNLhTnNXFN9g9c6W0Bmd { top:111.1875rem;left:30.25rem;width:17.5rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwEF3OP48lyaPrcxfD3SekEssWP2nTza { top:122.3125rem;left:45.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvsDJOpR7uSAr0n2d4RPBvGG7S3g5fOM { top:121.9375rem;left:45.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTivDONTP2MyVQ5Tc6FsJZmPsHEOlTSP { top:125.125rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lLmIWQXEizsNA0zIW5NlRLykC9XkiS { top:124.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSNcTQ6ktHdtFhb5EizXn8q0vQlOWxl { top:123.3125rem;left:29.9375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCIPRz9btc4DUpv3UZTSugQAPaTMVP1 { top:122.9375rem;left:29.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #copWi4gkyVtypdltfT0Te0NmaCQJiLrM { top:107.3125rem;left:27.6875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgr00wJeQvKDER7rIbwn6AdQw9iPgb5a { top:106.9375rem;left:27.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTKVpPwHTyTqWCXsZkT2HvLeA5GacKA { top:131.25rem;left:0rem;width:33.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOUSeGimq48KXP0FbloWCAuqPp4bho19 { top:131.25rem;left:13.6875rem;width:34.0625rem;height:17.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3mahJI1VuB92TevZHzArZIfvM70IeJc { top:149.375rem;left:10.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iht0h8ZnJ3eCnmkiliekBBO2zkZAXHWH { top:149.75rem;left:10.75rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPLNBcGszvknkbTsONgOzZC61rMKV9Q { top:149.375rem;left:13.25rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unrl8krZ2aQqxKbGBEzkJGQubRUn3Jtf { top:150rem;left:13.875rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuHThMAc1K0K9mE2sBQheDi7OHB5aanE { top:122.625rem;left:38.875rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXpsc7MTTmIrUuHJ7F0BpCc5dIINwsQf { top:122rem;left:38.25rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRqQUuoqiwcMEZLu4Rv5IHF0LPwDt6k8 { top:101.1875rem;left:28.3125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5BanmFhc8XxoQBCVg9nJICs525WCy9Z { top:102.5rem;left:28.3125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TX15Mu98Xm8ORtBKJR7LTwiUHBtxrdOR { top:100.625rem;left:27.6875rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umTTqvUm1ounSpx4MHgXaTFbE6GH4mry { top:104.4375rem;left:28.3125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dugv4wR3ZNQI6mc5xBWPFOJIQNpwi2Bf { top:100.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGZrox8nhWWTWxfAVpbxdvWd1wiCe2Ey { top:155.75rem;left:0.375rem;width:47.375rem;height:44.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJvpcdqRP7nWEGSB0aXNi0pxK9uMisTb { top:155.75rem;left:0rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIeQWgB4X0haxXG1IT58iyHwTDFiKGn { top:163.3125rem;left:0rem;width:13.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIVlzlNfvCryK9kki8ZXB6lIcbVE3DZH { top:164rem;left:0rem;width:11.6875rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCMWhGadTSz5KX0ts0wTK0BmreAF2wWx { top:171.75rem;left:0rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2KachDukBex4WlvAl810pAIrAsxhhQd { top:183.5625rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxGhfw4uqDTxqNhtcAB4OpI3iSFt980p { top:187.375rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4sP1kvNSy2BxA3UbTzt69fTSQ9uVFrA { top:185.4375rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl1fDoiJlnUvTXcLf2dbJoWU6ZaUNRz7 { top:184.125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M674TxPB2Ig8TaxQc3wLZlNcUpFZfdZk { top:180.875rem;left:0rem;width:6.875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH6sbmood6d4N0lXX4NX9wn3UebsxvUk { top:160.375rem;left:30.4375rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5xVvkgMTPPyV9wH8A9ROOTqB12lR0yW { top:161rem;left:31.0625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBSreD0S8LvueVIqTcabUIA9NBDP2i1Z { top:164.5rem;left:30.4375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUTVIkK0KGEcduBnJA9sgxon1p99zMn4 { top:164.125rem;left:30.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaAZ2FWHUTTGUfcZKEkACylR0PKokJE { top:195.4375rem;left:21.4375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMxnOhT0NyspXG6WtnZJMGJmoKiuVLFT { top:195.0625rem;left:21.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZExvTzzfs5DEEJNCciWtOTFfUFaipiU { top:195.625rem;left:13.3125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kx2mxFP0Z6zSEmnM0lhtHglzzwb22nHC { top:195rem;left:12.6875rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQvmnNuAD5IiF5x6IF7RqB2vr6VI3HEn { top:156.375rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBizFh6TS1sxcDAe2LixwwNgTEWklpzh { display:block; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxxVMIo3qlPLMqVdpeWM99Tme1zlzPyA { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mwEkQqmxhNMtD53DgQJNpUH1uyHa33 { display:block; }
 }@media only screen and (max-width: 763px) { #qCNJEWIK2gm3zRMir39plqTqmStI4tiA { display:block; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4IUPBy8GRzJ64mRdSkS9Dkf5IWvfi4M { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0uXakEGf1mH7QK8Eafvupq3MoITaL0 { top:54.25rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rhfDpGMmNNeVpcUCb2SBLchigPxtep { top:9.25rem;left:25.5rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beB43EucDATr8aroDlRcuivVtAsWRNi8 { top:9.8125rem;left:26.125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGVAzF6TiZQ8bwd1PKWXpTXiJ4i2SPX0 { top:11.125rem;left:26.125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmXwe140C0CTJShScX6Ke752D6HSuOyN { top:13.0625rem;left:26.125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cafv2CF7BrHe0CO0x9UswhA4RhyqC9Hl { top:15.9375rem;left:25.5rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHN0dgBB0ya5aJ7pLiSXMEUPzw4cr7G1 { top:15.5625rem;left:25.5rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXMrBFLe8U9npsTQXHN1Df1gaCeqQtFT { top:62.0625rem;left:0rem;width:47.75rem;height:31.211136363636rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUoqqFg1QU4EyJX45GIZLAF3UoedDhPS { top:108.25rem;left:0rem;width:47.75rem;height:11rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbnXwSnVRAqD3Im43yC5UcTM9lyCpPhT { top:95.5625rem;left:27.375rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpXhdzP0e1zGHOtT0dTfNi4hkmvu5rLy { top:96.125rem;left:28rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC8ilmIPrkkIP7bgMtsn6tzJpvb0NnpL { top:97.4375rem;left:28rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8zEauoydTu1nFAqCRcGXaTXaD3zD2hI { top:99.375rem;left:28rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBAWvTMHI2qwWMUibUy1KEKgq8VLALXH { top:95.5625rem;left:36.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vykHHu1dHauZUNKb4byLtM8b47DZe2DH { top:95.9375rem;left:36.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtWMZ7n6rlHn1TxT1eDGpkUP5k09t8nu { top:63.5rem;left:19.8125rem;width:8.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBBpk3M7UWonBG74pzmldxSSGoiOI0lC { top:64.0625rem;left:20.4375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPoOxh5EBKVWi8LIAJ72k0H2Je7EZ3WM { top:65.375rem;left:20.4375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktdIzi6TTR0Emtd6Walit6Z8zNMS5pTT { top:67.3125rem;left:20.4375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E879fGxATMHoEdDHdgpAwX8kl6hUkfXi { top:68.6875rem;left:20.4375rem;width:6.875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIEgpv6lN2Po6G0xxpkTOeEB6QmayTCr { top:63.5rem;left:17.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJgKDPV5GdWrawAvQhhBrxzZAvfCXpC { top:63.875rem;left:17.375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ckxbSwpLODV7hIlPy5TtM0phMQRTXy { top:94.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSacsCRXifFknz8vdAAUop8UfB9emShm { top:94.6875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2e30ScZi1eExQVT0r5Ab8s7dk7ZSZ41 { top:128.75rem;left:0rem;width:47.5rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsGnV610IpHZ0zApi9TT2mFC79bDz3qv { top:145.75rem;left:27.75rem;width:20rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBe77ItKirDP2dGoSAqTl25cNqgCKmE { top:161.25rem;left:0rem;width:47.5rem;height:15.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4PFR73iufhInAiXfMH04UQRauXhUIA { top:161.25rem;left:27.75rem;width:20rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78Xb2d2MoOqBTvewH7VzZ0uBuLQOOHi { top:133.5625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHMcSTKcqmXTF7ftrpN9HWwT2avibUhT { top:134.875rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vss3kvR2pWW2X2oS2m61wf9ZOAMu2t81 { top:136.8125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0FSWzz4alu4g5TLd0A219qGoQvEoiDg { top:133rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #srUtSvtTgBrdTQ09T2lRQZkeW8GLdhTu { top:137.1875rem;left:3.4375rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTJrcQsVv4TxE9T48hVehZM8w64HzWS { top:136.8125rem;left:3.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4nagEdSirZDfQwIzsI7MQwTnRPhTMsb { top:148.75rem;left:31.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds9w3xmFFJyTsUwxmbV3OEhTC2ezua5w { top:148.375rem;left:31.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt190iGLbgJ3xmfkmD4hpEg4EE33wPJB { top:151.6875rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIccghqNILfDnAMVtwgd3TGBS6NinawE { top:151.3125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAColrkNJxK0c4B01inWGg0NecDF3xHc { top:147.75rem;left:43.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4V9IMI52K0G9q8IiZ13MsALdZJTcSML { top:147.375rem;left:43.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnCrQudyk4Teue9Ko7Ic86xobIyAZqv { top:3.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmMveT7elltqb1852THkkTIvTPxtFIm { top:62.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKUwuNTkzRhoa2OO7PLeskdUEHpwUO8k { top:156.3125rem;left:33.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4FPLyJhEczex7WtVCurMPd4PPDTqRI { top:180.0625rem;left:0rem;width:47.5rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR4uwhIt8fuDCetF1JT4fZ27bEghwSe { top:180.0625rem;left:27.75rem;width:20rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLedzdVEHrscBeUv7LhU3yBwOVsJNJsN { top:181.3125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzDvBuHsokTwZ6eGTEmDkKu8hpJJnK64 { top:182.625rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCMw1JJJPLE1T32DG9ZIUUuoTzsNhaPU { top:184.5625rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFxzFrtKTQhQvziR1mKUmOborkf86ybQ { top:180.75rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvKcxLBfdhpEuR8xTSTqR3ErAgZlQz7W { top:185rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08yHSPRVXNguAFhVnOhDlRHJyEtMGFP { top:184.625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuacntfcvyUCe68vGmGe9TkRsWwqxbeh { top:180.6875rem;left:33.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRX3Qvx5uS8eTOzd4rTLFsE901AWIHW2 { top:120.5rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU { display:block; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h74rRMsfsbTRasmXlqEM3AC9ordFWw3a { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUXteXuVNZTghWL5opMmG79P0IJe30it { display:block; }
 }@media only screen and (max-width: 763px) { #fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ { display:block; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXGyKPn93rNLhi2urmT7CpGGauUApqCy { top:3.125rem;left:0rem;width:47.75rem;height:34.640454545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEX3cbRcS8dSpISNOgfzIh76ldgz3Lso { top:54.875rem;left:0rem;width:47.5rem;height:15.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2L6h54mSM56DTUUgCUygFyAbiIfUxks { top:54.625rem;left:25.25rem;width:22.5rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZEen7Dann2Qvdkn2tNTCbQveTtQBUw { top:43.4375rem;left:0rem;width:8.125rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeDUc4fFeSwnmv87oJcPk8uLsbaOMW7D { top:44rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #si1VAeXkdBOyaX6tR08T7pGiOMbhcB0J { top:45.3125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Luk9ggJeoaUtzfxcpMvqnD6qhMZINCON { top:47.25rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWyh8pxgEpqd4FRlXemz3xsJ00kHTcGQ { top:48.625rem;left:0rem;width:6.875rem;height:2.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDbTKLJfwhzVwNviwCQWSvGXMJvUhak { top:43.4375rem;left:6.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3v5eR0aIhI1aKAJHmQ3gy91tNS1Wqra { top:43.8125rem;left:6.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1Eq29hegNt7yCtrDX02e56QIdGkDZ2 { top:69.75rem;left:0rem;width:39.125rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFO1n5XWMymPGpCrhmRaeifkWcWDSVu { top:84.1875rem;left:0rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tck6qUeJR3ZGfHsCNWEGGMwOaByoek4g { top:84.8125rem;left:0rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzfXGGpuqUkdTrgwkTMUg5v6HFNTyxUR { top:84.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn23ZZcnAJQhDVNE9i3OwNxUpn5r6K8b { top:84.5rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD6CcViJKB3TlxBsKRGTCXWhrHeQ4ogb { top:75.875rem;left:27.75rem;width:20rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmgXo8mGfDd5lxyRZoJ7kot5CiFZbgRs { top:71.375rem;left:38.3125rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcbwlITwr16srd0DM15FrTD7021SAP2D { top:72rem;left:38.9375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5xnD3e2x0ZWGVBFgpz6DDSLHWrhmPEl { top:71.3125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLvBPLXdqTEWHiwOlfq9EcmQfdZaowF { top:71.6875rem;left:45.875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvDUKT4bivh9qsT4hwtU8Ay1ev0ou7u2 { top:92.1875rem;left:0rem;width:47.75rem;height:30.342954545455rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhedxlu1NmReViVSPly1iSCRZE60K00s { top:137.125rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qHNuP3CEGak2Tcy7E6m7JJIPzbcO9e { top:98.3125rem;left:0rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAK58423w5lwFOBhi4VaeR4faaQzrZur { top:98.875rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUURsAmgECXHRoUBGWF0R70kV7TVKxr7 { top:100.1875rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkqwDSWhP8TmpyShH7RrxRytfnindrFr { top:102.125rem;left:0rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6LubS7ZQEsTPibTR4V3yObtsKbKPaHA { top:102.1875rem;left:8.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHVs7RBBmmQU3ua6NdmLID1BtG5vrUg { top:102.5625rem;left:8.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWTproRR2t2wUufTZAOL10ZCp4q47T9 { top:145rem;left:0rem;width:47.75rem;height:29.952272727273rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxCT57nzoF1WZ8xeQTIwXCAb2pHRizeE { top:145rem;left:15.3125rem;width:32.4375rem;height:43.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKRPT4LkF4gagtv2qeh5SOtBLQxw6yl6 { top:157.6875rem;left:23.75rem;width:24rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4wExf0Nd0SreVS6WTHTNMl6iuD8qUMI { top:146.5625rem;left:20.625rem;width:15.125rem;height:5.6875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCTkquOmRVGy83qEd0zcUz3wmRtzwQC { top:163.6875rem;left:27.75rem;width:20rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqE3NmCEOFAz2ngaXnz40XvAlPTfgWS { top:146.25rem;left:0rem;width:7.625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhr7eQhvnZkdvesWCgPJGT3BVxiKWZc { top:182.5rem;left:27.75rem;width:20rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W0cyFgZsTdaWcbCpzBiJLyFbQX8CM7 { top:146.75rem;left:0rem;width:6.25rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foFFKrlWHkfUuVM3dKG8L0tUfJMfvCzx { top:148.125rem;left:0rem;width:6.4375rem;height:2.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVimULe1LNfyhdfx5pbIJ29TuiiCfxDx { top:157.0625rem;left:20.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9FfTH5ZvUIVoDEhT76NsSZMZzbaNQO { top:157.4375rem;left:20.125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcrpmoSHZVn7iPGpLsRx4zdTCyHn7tsc { top:176.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtrQH0Cr5vpA5uREsyVDqm2tTTsTS3kH { top:176.5625rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUQbFzAyP8JTtKoPE89BL6qh7z9ih6g { top:174.1875rem;left:39.625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qnb4u21Cqqq60d1BwUfJf8lPNPf0oLCZ { top:178rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #enxXHruCHTJwtc3GHh1u0HmOthmxSwyh { top:176.0625rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL7dlPdrUpi68ukcrQe7I76xkIxCS9JL { top:174.75rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kyiu6KXkyqWlZVVqRwuOOmx6sMPiZs1J { top:172.5625rem;left:40.875rem;width:6.875rem;height:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kug1NmLTokLkhQW4TeUaNPWbb9h8hSsO { top:3.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO8mKGwWQDiHs9WBUfWr6hVr2OSXWOzl { top:92.8125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdv2kf8hpK2Vn1yAzFrPh4QnHkBFlwAz { top:145.625rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpW1dFJ0pn3ELZttUuHEBVFrqle01e { top:208rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOpbJMLXPUueskrE6yu7dD3FpDO7pk5Q { top:191.25rem;left:0rem;width:47.5rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfrUaV6USbZl8AKODtnuQIwbxCVpO5uc { top:224.75rem;left:0rem;width:47.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAERslfTRf98KboeEWFyBzsNbTiapMX { top:191.25rem;left:27.75rem;width:20rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuWXykm7fxzlDo59uUVCKTzfJq7UACE { top:191.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyJb9sKg5AqM2JMoSc59asASSwUFOleO { top:217.9375rem;left:14.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qfhA1vq8EZToeZGmUbHpAqxJI4e2cf { top:218.3125rem;left:14.6875rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHPGt3Sho8ltMgXeTEMFDOAMSgawrnBk { top:217.9375rem;left:17.1875rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic4AnaqEby1rXAQAThgiAy9FATTPXadT { top:218.5625rem;left:17.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #giod9JN1HlhbT4aC0zS5K8L9bIO28V7g { display:block; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdRhwo2bRPvfN5xKmKshTkV7FntCmZXB { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GgdOOP2S5c8Ol0KRSq49nA3oyA6Vcr { display:block; }
 }@media only screen and (max-width: 763px) { #dIASrbSZukxmun0NerFDyhXL4HT4Ggxz { display:block; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeQ8yUT0P1PzgO2Jib1qgGTBNfkOfvVH { top:3.125rem;left:0rem;width:33.75rem;height:54.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6TLgQRvPvElnlEnEtnhRnNfnFzKZXM { top:58.75rem;left:0rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f0thEFTcI2FTDNCAahSpJgJMpE9LOi { top:3.125rem;left:14rem;width:33.75rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhtWcrZvFCslILM60P0L2MNyAmr8XrlM { top:27.5625rem;left:14rem;width:33.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCxOnwVIxrTTKE5IyTk3Tat1qILrwmek { top:58.75rem;left:14rem;width:33.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8Uw6hB2nzBqyC0kIFDbxVF3Fvot7rt { top:7.6875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSgGn3cL565ystuTzVcN0xAbyIAAqU5 { top:8.0625rem;left:0rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSnS97A9Dep7fEbiECRL7P3wTnmQe2s4 { top:21.875rem;left:35.75rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhw2XLs4VebzWmE5ISqTmtJ1oZXpcOa { top:21.5rem;left:35.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84qFTiTzOv2JELuTgVJFCftOebFKtXI { top:7.125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGqTz9DPtorJcPG4K97D6MbcPZflp1sx { top:6.5rem;left:0rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGqOtBeRAXPl7XntTC7so5Xk5uVgyGL { top:54.375rem;left:0rem;width:7.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSqsMmPfJ7WuJvGZflzzGv8L4LcBWWE { top:22.125rem;left:27.625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wntOs4dTAT0ldKr0DEdAdmhPlyO6sNP2 { top:21.5rem;left:27rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAQP7G5pWMZe2O21K0tDtzHtbMTpC8GT { top:65.875rem;left:0rem;width:47.75rem;height:34.293181818182rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboWwVzZWEUSlheqMbfSIy8Rtcy81tcL { top:106.125rem;left:18.0625rem;width:29.6875rem;height:7.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxLd7LzEohp8smAK7xTJfI314B27Oebp { top:105.4375rem;left:16.375rem;width:31.375rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvLThRrZ99D3QqzhIIAHEO71nBmbPp2O { top:116.5rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmsV93TXtXKTLNXwZCNuHFALTLlC1W9 { top:82.5rem;left:38.249998092651rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqP8X3pdkUZeRezT0zrN5ShaTyqlCIf { top:82.1875rem;left:38.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIT8FfZwHmdXmaFB89PFamUVJ9gIlXt { top:123.75rem;left:0rem;width:33.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvJHZem2s35JXTv1QwuX2GHFsEqyMsFt { top:123.75rem;left:14rem;width:33.75rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdiQAg1rfTGRCN7r1p9NPAbdNbGmxDM { top:161.125rem;left:0rem;width:32.875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJbcC08mFXekF2dhezQMP7Hm8BH5K8M { top:161.125rem;left:16.1875rem;width:31.5625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzB5dpeOfRgieJMTQShbLWnFgr82rTOT { top:132.25rem;left:6.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ACTxyd4TAA5vdHByApBJHyyTTV3C5C { top:132.625rem;left:6.0625rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVTBbDeXXnR7ZGBeUhg3S97XO0hH9kxw { top:154.625rem;left:45.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TrPSAlCB6BHmU3zvIrKJaixQqdzFmT { top:155rem;left:45.8125rem;width:1.875rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvngrlpZwiUKAVUD5fR2T7gzUn2QnJT5 { top:112.125rem;left:0rem;width:7.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4Zsd2NHrLncxQsxoI9sehnxdyBCZTR { top:156.8125rem;left:15.1875rem;width:7.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r12CH5DT0s80JKMingn3XrPMBVeOWPIF { top:124.375rem;left:25.125rem;width:7.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yLc89J8Ae4PUfetXUoOKmfpwZ3w64s { top:78.375rem;left:39.625rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEDt0414XvG7JCPyZhci3xtDfqRQPE2f { top:78.9375rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoekOn0uMNDS7Qq9tUON7a1XXuxDD8O { top:80.25rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56GUS4GL4M29IATE26mZ9cQo9cSFBy7 { top:82.1875rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCpfIetLRqHxix78dlxrsxzBOTIiCxBD { top:128.5rem;left:8.5625rem;width:8.125rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG49wT242ybsp7hFTUvdZvXUsxPiiGTh { top:129.0625rem;left:9.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FadttJPWwvLn427Ttm2xTK6oRCTlGXZp { top:130.375rem;left:9.1875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXdaJ4xpTNZ6Q5PSpM1h7G2plrd2Gzcx { top:132.3125rem;left:9.1875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdhFEzEc3OSmhqyz7AJ2FNKXS8iNOy73 { top:150.8125rem;left:39.625rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePzW9Rdnp5fMH4mmsKawbxHpEAfM5DoB { top:151.375rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3X82OIryPeEPUosHc7iu3AlFFOvrMo { top:152.6875rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEc424eCfroqE2KMZWU0RdTfo2ye9Dp { top:154.625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA { display:block; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyiin1nlAQNFuDH18B5SBhTWt1DvlCJx { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLibDuTcZJaWDweJkGXfv6oD3oayRITO { display:block; }
 }@media only screen and (max-width: 763px) { #PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D { display:block; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1aKlPOG2Ni0S6OCF3JG0H2A0Vq0eBcx { top:3.125rem;left:0.25rem;width:47.5rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmnsRZH8lOWpB0Z4dCRIzdx0ouulQZ4N { top:3.125rem;left:0rem;width:20rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxlPqHBfoU99p788R6iC96WRqsampCbE { top:15.8125rem;left:0rem;width:6.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo6zyrWqWXtFTt6gVZLicuAw67rTA62I { top:15.1875rem;left:0rem;width:8.125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVoTW2R0ciVguRAlxcyM79gU1R7M0da8 { top:19.6875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42Q57Z80yIpucSmqJ63sx2z0Q8QgUiP { top:31.625rem;left:0rem;width:20rem;height:16.8119375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZlBFVBINh5NJJiafADFcp3Sr1TyqST { top:40.5rem;left:0.25rem;width:47.5rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmzGItc75Q3Q1zTD1LOOlCB1v2t31Qru { top:33.9375rem;left:43.8125rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HShTV1qMJZ6MqQtQ72hwvaBhhgWVtMJf { top:33.5625rem;left:43.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXTv7SuGTmi1TkTUV3gQM3K3BgkexTT { top:50.375rem;left:0rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovE5nvFQqhqs1wUTJayXNN4ABi4bC7Fh { top:50.375rem;left:2.125rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3q9JaOBxuhe6tucr5WGF416LlaK8C4 { top:50.375rem;left:13.6875rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPMh7ElZ0JyPP7BRaaHw5TmpJ6aNyDPS { top:50.375rem;left:24.375rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJHSzblS8rVgtaeiHOJxldUpR1JOLaV6 { top:50.375rem;left:35.375rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0mixeWmOitvmOfixRa8NRNDDqQ1DQT { top:50.375rem;left:36.5rem;width:11.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7k7uxngNfuSrqbKoCmhVFUzbLgAXEz5 { top:68.0625rem;left:0rem;width:9.75rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD8cQq0EZ9dve8y5xMZNEq1ehRFH13Wp { top:68.0625rem;left:1.4375rem;width:12.3125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfgWEwO9L9In3oHvkgnK2hIurZJymUm { top:68.0625rem;left:16.9375rem;width:17.625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceztB8AMyuL7yJM1Azrf9koTiG05JQap { top:68.0625rem;left:29rem;width:18.75rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv38D4N54TI8N48iQqfOFRZy6szTgM5v { top:79.625rem;left:0rem;width:47.75rem;height:28.215909090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUMEGbFGThUCoV2efhnNR7mFFghANLP { top:121.5rem;left:14rem;width:33.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWL8MmfOyJOVeutkrs7QlxzwOHZSbKJ { top:121.5rem;left:0rem;width:30.9375rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX4fvodzynIJsNPFfuO4LKE81T53RmEV { top:133.625rem;left:27rem;width:17.5rem;height:15.1873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbEBRSmvBhKQat30zCzn48tUTuWzEJdB { top:137.4375rem;left:35.25rem;width:12.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1vbBsTraDhsSPCwT21GWOnn99ylkHr { width:5.9375rem;height:2.8125rem;top:142.0625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4HPCr9nX2R9TI0fls4DKCHw8NbDitxo { display:block; }
 }@media only screen and (max-width: 763px) { #TAsQKu07esS6zyVa6H1DJtXHQHSS1VHZ { top:133.625rem;left:8.375rem;width:17.5rem;height:15.1873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GDnPrZkOiDUpDriDZxBTXr6wAIXq0M { top:130.5rem;left:0rem;width:34.375rem;height:1.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPgnsK23LvHsxTxa839189eL3DItC8i { top:133.625rem;left:0rem;width:17.5rem;height:15.1873125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQyFbWJaO5sQur6OzMV9DNZH9hdQTBXn { top:146.5rem;left:0rem;width:17.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgSamtVrLbUS7GyWmPCJxBZ6iucke6X { top:146.5rem;left:8.375rem;width:17.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQIv0PQ4bBCZKPRbU1kiX5PWnG3ydZTT { top:146.5rem;left:27rem;width:17.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0UlAaXG49f9Nlx8WWVg5PQTqwCtDaH { top:147.0625rem;left:0rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Q4h0goVWNWWuywnqxTz43wAzdCOOz4 { top:147.0625rem;left:8.375rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcT5xJUgxVIdEBP54K6ivxonwxKP93DX { top:147.0625rem;left:27rem;width:17.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPGni5uVXTvIQ6SXQLpVHsKohLJCC4L { top:3.75rem;left:11.373224258423rem;width:7.5rem;height:2.56214375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxSloGoWEAifM127cqOiCCaUgsN583BB { top:117.125rem;left:0rem;width:7.5rem;height:2.56214375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQA0VqJ0LTrtpTvNdombd7UN88XWQl2B { top:90.1875rem;left:28.1875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEg9xUGGeA69NNZPy2ohr4RTqdDs0Rw { top:89.8125rem;left:28.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8iJBkQOSreD5K9z9AwFy23t6mg1H78r { top:103.5625rem;left:0rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkkAaMUkwnFw3c3BINTNsHshg48FuIv { top:103.1875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #et8Nprgy538CTrCgenmGHhuFpM05Imh7 { top:151.875rem;left:0rem;width:26.25rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd { top:157.5625rem;left:14rem;width:33.75rem;height:8.5rem;font-size:1.125rem;display:block; }#CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd li:before{  }
 }@media only screen and (max-width: 763px) { #vEW9Czi7PFNdJPFMtmv64WxSM1p9Iiqr { top:151.9375rem;left:14rem;width:33.75rem;height:3.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSd0AttPXOmm1mpVtxDPxyeWhDSanBA { top:168rem;left:17.125rem;width:24.875rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvqw5WcitCSETulRKPLykWfaCGSmWFts { top:170.0625rem;left:8.8749980926512rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rb0GXxLTMeSla0sMDR9E7oTg6BRsqdG3 { top:169.5rem;left:8.25rem;width:6.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOSVU86poQNrWmz0kDVhPoEDPnwZw0il { top:169.875rem;left:5.8125rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8AIwLhAAroKfhXb3bUeqJL22mTfB3Zd { top:169.5rem;left:5.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWyBe0LL3OcisEIEEUH73wLsL7V4yqs { top:176.5625rem;left:0rem;width:7.5rem;height:2.56125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaNTGqAmiwZnKgXIX4WZpFiZsZfofJg { top:30.3125rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoctobAK0XafK8bU2f2yXZFlOqVTySS0 { top:31.625rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGMLuUV4sV7PbM7xB9W787JRDOpUh98Q { top:33.5625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pskHUEwukZ9Nb8TLMGelbHIgkpfvOfgX { top:29.75rem;left:39.625rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFldOIpStkNTDt2CVZhPUAtSfanaNpAG { top:86.5625rem;left:31.311964035034rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcH1CxMdF2TvMZo1lvcBHTFJK1My3PQo { top:87.875rem;left:31.3125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDdn2OhpwTNG1Rtl0wIXfg4gzThp34iQ { top:89.8125rem;left:31.3125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM9PukqgnycdKnf9yO3NXTF5ksT7Mprv { top:86rem;left:30.6875rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp { display:block; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT601ltTsIf3IPi2FUp3cCINEmQSoMBZ { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVEcFdQTwv76fDKgRXJUZtooK8s1TAff { display:block; }
 }@media only screen and (max-width: 763px) { #QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS { display:block; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeUmF4tnFvU77abV6ut1MzdTirT3XtPJ { top:3.125rem;left:0rem;width:47.75rem;height:24.960227272727rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EgWPDZaykCIUGFarTf2CqSWWvl3FsR { top:5.0625rem;left:23.5625rem;width:24.1875rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpmNqx7lxMdsxD05RTmkZPKOoCxF10ZJ { top:4.375rem;left:21.625rem;width:26.125rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPTVT9lqtSTxuRe8gxR10UEpbJr4Bt1t { top:40.25rem;left:26.1875rem;width:21.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz8JFfxi104cbXwTtOiO8aeCeNSa7Rt { top:47.8125rem;left:26.1875rem;width:21.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S38rymcqinTcKTI3ENcGOmAkJFytJRZw { top:40.3125rem;left:24.9375rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Tpo2oiKl0ICPasZvlm1DL9sHgWFk2R { top:40.3125rem;left:13.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKRM8Qt7mcSvzhJLGdA1O6uEE9UL7qT { top:40.3125rem;left:1.3125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdiyFf4KqLiHq3RxyOwSiXbKW2EgAktb { top:40.3125rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6DbLvLUZpC3H9t4xzo6TztRmnGXL4I { top:51.5625rem;left:0rem;width:10.625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkSXQOtuPKfxmfLQFpfA89D8vrhipcZJ { top:51.9375rem;left:1.3125rem;width:10.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0EmLeouL28azEyQdQsXl1sCTqz3Mzm { top:51.9375rem;left:13.1875rem;width:10.625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6VBETVPZBQlsxJQJt2IUNwKdCNTbuV { top:51.9375rem;left:24.9375rem;width:10.625rem;height:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr1d6NuIessD9fcuVTGgurp2Xqq9HTk { top:14.375rem;left:20.375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWMoFrRIk2lRl7KS1XCNDW7hGlGkDEiQ { top:13.8125rem;left:19.75rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXnbxTfAH6r5tyRrgIKfUw1uB9MBJREK { top:15.375rem;left:17.25rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3VuVpL8DdfcfamuIXeTCtiSXC6tOcu5 { top:15rem;left:17.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oab0LkTC0NLiffQ6v1A8qNtHBkLThoyA { top:32.25rem;left:26.75rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIPOuB6Gh5xZbh5Zq3g95nF0uXLuUG7V { top:31.625rem;left:26.125rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9HRCVwpk6IybUyUPuZ8LvpfZKT7QkX2 { top:33.3125rem;left:34.875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSb0CrXUUIxOy3XOnlzlpyeITwzHgrW { top:32.9375rem;left:34.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEAvql3Pth1IybZTxsdlE3wcire0Uw8M { top:35.875rem;left:0rem;width:7.5rem;height:2.56125625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31C7ZKnRDWLeiPKqzCSF4wTm3pH1ZzJ { top:63.5625rem;left:0rem;width:47.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT62DJR8Sy0V2UVHnar8cU1xTZx8eH9 { top:63.4375rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNC1TlomsCuxOzsnIiatD2ZtoUJH0aG { top:70.75rem;left:27.75rem;width:20rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0GUtAc0pAb3dUaq8VdrDvvtPX7EirvQ { top:88.9375rem;left:27.75rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqt4o7t1eLMAqBBZBTr3NXHc4lpfNh { top:88.4375rem;left:27.75rem;width:20rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyaxfKJHHl8aXkVhDV27zdQeXRSIHKoq { top:84.625rem;left:0rem;width:47.5rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5sKc5BLKkTdPPX8wWEc8Es2HLdV7r7q { top:69.3125rem;left:22.4375rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TwgTZIMXLA37Gx7N1aVI0GTPmn4Sr5 { top:68.9375rem;left:22.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEKt7047pM0cc5rKIZf1Wo00elpqblJs { top:93.6875rem;left:0.25rem;width:47.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR0HgxPfhX2urcP4Igib7UAOkZRL3t6I { top:80.1875rem;left:28.743604660034rem;width:7.5rem;height:2.56036875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Pe41V6E4OXvVRp4hQluH583bQ4Nzq0 { top:94.3125rem;left:40.25rem;width:7.5rem;height:2.56036875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFTDHcJQHK8kb3pQ21STkE5sCyCxwIS { top:93.6875rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNHtR7tBZZsHkvPJeGOQsUwUUBQPtdm { top:109.1875rem;left:0rem;width:20rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLqJHU2O6XMXKKzfH8WMJNPLxxeIDsva { top:99.0625rem;left:20.812143325806rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx9aiBcSrmOPbXXqUPZxXph3rRIGVBJM { top:98.6875rem;left:20.812143325806rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOSpZOxMERae6iUhyIVfbCTO5doV2P7 { top:65.1875rem;left:24.9375rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2NFRdbAIyB3oUKlk4XVTZehxOyNfgzf { top:65.75rem;left:25.5625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7IpHsgyKRV7k7PEWlXAJ7q9wG59iNd { top:67.0625rem;left:25.5625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9E8ed6oST6tvgEsbCH5tBn3fLikl2fM { top:69rem;left:25.5625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DISocrlkFBgND1TLn133AEoHtp7219Ta { top:95.5rem;left:12.687143325806rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uc42iGpOB06PLqKeJaMsG7EVLVp8oP5P { top:96.875rem;left:12.6875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDQolrqmiSFi9480zrkw0XaEzGUW8pBQ { top:98.8125rem;left:12.6875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uz8gvV7wCc8K3yghZnzIomRGN50lBmFg { top:95rem;left:12.0625rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzGkOuxWlXu78asPkIrEeENm6mlkeCgo { display:block; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X410UcJeZliTRW5SlxlzDOFNTKM3s71Z { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUINXQeWqLOVafaJNtt1aDxPrcmFTkTv { display:block; }
 }@media only screen and (max-width: 763px) { #DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB { display:block; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9VQTOEBMiJKaMvkLzBV7ZC0RG5vezfh { top:3.125rem;left:0rem;width:47.75rem;height:28.215909090909rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIZauTTTgxXbbpCyXAs3dILUaXRaQ8M { top:45rem;left:14rem;width:33.75rem;height:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 { top:48rem;left:14rem;width:33.75rem;height:12rem;font-size:1.125rem;display:block; }#I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 li:before{  }
 }@media only screen and (max-width: 763px) { #v7v9GSif1b22RGKEzOEBIET40cpxdNZ8 { top:45rem;left:0rem;width:32.25rem;height:4.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VCoRPg0VnwMBVNsIWI4X77s2DtiF45 { top:62.3125rem;left:0rem;width:33.75rem;height:19.9360625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJIERzeLgQt1Bus9gd6wRqpyeJcOsA6y { top:83.5rem;left:0rem;width:33.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiRzOEkvUL1M1NNREwlPo3KwK3dLcz0 { top:3.75rem;left:40.25rem;width:7.5rem;height:2.55948125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleSxKJI4RkVH78zd6QZx2y0EypyX0mM { top:51.125rem;left:0rem;width:16.875rem;height:9.9360625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib80KnMpUOdQ5elEhES0bAxgCLOceTfM { top:51rem;left:8.25rem;width:15.625rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkuNcJRG6Rtsa6JNaZEOzaOo3zDbvWWJ { top:62.625rem;left:14rem;width:33.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8UnNoPfEJy5ZKB71wVp2Likr8ANuQs { top:82.3125rem;left:37.6875rem;width:10.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5AOyeUUSqX8Kk8aIVNubT2uXE1OoOc { top:12.0625rem;left:16.375rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk87lExFieg3crHX9ebZVOgF7qFIGsTH { top:11.6875rem;left:16.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBJ0E14sQBJmtaNeFfB8De1cOUtOAPi { top:62.4375rem;left:45.875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGHCPQDz8EOXf1p9AFnXA1hR33sTTHT0 { top:62.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUzV3kFxvyfilefWpJuvNppyy73ShoCc { top:89.25rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVqFroltDJ5WN2nD6838J3VIg1z5GzLl { top:95.5rem;left:0rem;width:47.75rem;height:21.660745681818rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTifR9ioLtXFAxcNpJvzIQSObPXSZLh { top:127.9375rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHQ2m88AidtV8XsZWSPne2MbBO2fnKJh { top:135.8125rem;left:0.25rem;width:47.5rem;height:24.9360625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDQXNEpHqzQK4UOv813PMgs2GULKlDkB { top:135.8125rem;left:0rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NPCHaNbAR87PiKOJ9caWfwb6N4b1AV { top:156.0625rem;left:0rem;width:20rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #opwWykCLfqXM7RwWRhi8sKQTSbQRe0Vf { top:163.875rem;left:0rem;width:47.5rem;height:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtEhxBAZt8Thz2CrRStFJLqGG683QNp { top:163.8125rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv36STfiU0IS6Vy3grktwDAk5nlBMtuH { top:123.5625rem;left:0rem;width:7.5rem;height:2.55859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbR8CMwM66dd49P4HZ0NuaEsIagOH5ur { top:157.625rem;left:40.25rem;width:7.5rem;height:2.55859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ8c8TqHzKHin46780uBE9T0tLd7SWZ4 { top:164.5rem;left:0rem;width:7.5rem;height:2.55859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIT2kXitmiVlzqM2KEJi0Ndhl9f5ZyiQ { top:101.625rem;left:25.25rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb71frVkhuIDrIO4lbBNPZTN9RUTMhnI { top:102rem;left:25.25rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbOhvHcu2e3LvpqT2NkJ57fFi5cCqPX { top:140.5rem;left:31.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVbuJ49zvzks4z1rnLvTp2QwnLpfikC1 { top:140.8125rem;left:31.374998092651rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReN9xlOe8cbirHVAgDHXvP89RpFnN52Q { top:172.125rem;left:10.75rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpTbgANXhUGzypWipe3wDVdlZ3bLlq6 { top:172.5rem;left:10.749998092651rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVul2Cy562X0yMPQKIpTwRbECpkoWyDm { top:8.4375rem;left:19.5rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dma18ZW0aorpavKlgeg8DSq9o30aWwuz { top:9.75rem;left:19.5rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTbaRELfUDcH471ykF64I2LfB0M1oE4G { top:11.6875rem;left:19.5rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGp7xrprrpEpm7Z2kg5gAuEIMuR21iAe { top:7.875rem;left:18.875rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOIuwGfrVMOQJWriSmC5rcWd89hasRH { top:58.25rem;left:39.625rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3kVItpZtEaezUqUSNkHd2n7NgF0w7X { top:58.8125rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5E5pGg4VlOG15pTw70yzA7Hq1TfHA1 { top:60.125rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwaio2vAnp3SnFGenytQJHKRcKypVMs { top:62.0625rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl9PUfKAQFUvG4EeM3JX1i8VeI8VK2W4 { top:97.875rem;left:27.75rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuJXdQnLp8nEA5hcAMZzuNufuh30wqwa { top:98.4375rem;left:28.375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHXReKAu1u05xt5avvzrP4fPCcixXTB { top:99.75rem;left:28.375rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2SykTtHVUg52J5H68evRTbI1ibVnfxd { top:101.6875rem;left:28.375rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmZ54nnSdSfDpCKU8mTPo5bDxOe0FNyL { top:142.125rem;left:0.1875rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqffw7JrPT3EiKuRnk6AuuLQbdL6LQi5 { top:142.6875rem;left:0.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3LCiZPkLMmeoomObQ9KLPEsOpnMdtTQ { top:144rem;left:0.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMD1wKguV7m5MZyQaopTn9OP4kB3wXBc { top:145.9375rem;left:0.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJVfb99zsLeVkMIQqXyFfPlhdHUHbuEk { top:168.375rem;left:13.25rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBLnbRh0Vysla5EHCko9A3N3xwXAk5iG { top:168.9375rem;left:13.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3KaUNko0TbpAEb31dXpXsEo6ULUJ3Ja { top:170.25rem;left:13.875rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDA5nWsk97aOFm7TL3UPNDAl0KUmumiF { top:172.1875rem;left:13.875rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 { display:block; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKNyoWqQCIBSu64WRM20Q3squCkFnmTg { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDpRs2NGcttETFqyBgQUrwh2XcMvIDA { display:block; }
 }@media only screen and (max-width: 763px) { #VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd { display:block; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rU2I78v2oUXCfq6g7HV7IQN4qcb4WZZ0 { top:3.125rem;left:0rem;width:47.5rem;height:53.812125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54n3pqdgHxbV4VlgasV1myppZ9vvIsg { top:3.125rem;left:27.75rem;width:20rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nybfzFTByTEcy3Z51ik2LZPsWwoGEHci { top:31.1875rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWv5LlspmMytW1deITE0FgUiSz8DZfs { top:41.875rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evV0684cnPDKgxN98mguqORTh2Lc7UaI { top:60.0625rem;left:0rem;width:33.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnKRpbhkHPNzTPRP7BSFehSopRSDBxM { top:60.0625rem;left:14rem;width:33.75rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSho17EGQu8dJ0vOOrC4DX3lIXlWECu { top:87.75rem;left:0rem;width:33.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZTTtNEycqNTlUwgCf9iE9g7yZUszzna { top:87.75rem;left:14rem;width:33.75rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMK2c3DQsBQDZ2UeUokqGgWya2hpsP0O { top:88.25rem;left:0rem;width:33.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2hmbD0sCKb34gAXKZOt6QqNXzo7T35S { top:88.25rem;left:14rem;width:33.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOWiFivTnE5icx558ATRBbT50HPmCKTE { top:91.3125rem;left:0rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMW4T7fQCvnqTBTiKJIKAPQhT1WNdDuO { top:91.3125rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELsLHH7pLOUix7ihJDzfSP0w1MkL9tgP { top:102.375rem;left:0rem;width:46.25rem;height:38.6248125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ2sKlrkTIW1kIrNztE6L7bMLTtAT9xN { top:102.375rem;left:27.75rem;width:20rem;height:27.6243125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNRntZNPtkm8fSFIiBqkt64QFgGWWUm { top:142.25rem;left:0rem;width:46.25rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJCcnRLRwLWRgZzkGuBLEwIdg6K397z { top:142.25rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUFCT89kw3xvcJRdUiEJIf0b1n6ThD3 { top:131.25rem;left:27.75rem;width:20rem;height:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqc0cPqNt7QypKBR6fA6cz5NnelRCUO { top:153.1875rem;left:14rem;width:33.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlDet6N93krce9BT0mFx4dbiMxoebOS6 { top:160.6875rem;left:33.625rem;width:14.125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxwTFfBqu2NJmKW7Nt5hGGZVJ8yZ4Le9 { top:153.1875rem;left:0rem;width:35rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCnJEcOr7bZAsm1kgzxEkiHkmvdgHiiT { top:153.1875rem;left:0rem;width:30.9375rem;height:13.9373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17NTpvoyeGkA562ixe3cxipR3fi1ifv { top:172.25rem;left:7rem;width:15rem;height:13.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQIB4duZ9wEzZ8CryIhscQetUKSS6eos { top:168.5rem;left:0rem;width:15rem;height:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmRGM6Ub99qKEKs4ZTHlEUPf8xGoiGEl { top:155rem;left:39.125rem;width:8.625rem;height:1.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwL6010AEHRRQoiS57dTzrklrAoIxSiz { top:156.875rem;left:30.1875rem;width:17.5625rem;height:3.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRXKvHq2LKbfMmKcCKkhCdm7h9Jd5ImD { top:182.25rem;left:26.75rem;width:17.8125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #phHWU7QLP2eDTTRRdINkNkd109Bn6hxW { top:181.5625rem;left:25.6875rem;width:19.6875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHJA9eOKeAWExs10yHvm04V56GiwTxg8 { top:15rem;left:0rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6iLGOH7h0OTrSgpGgXcBCl6mML9fFiT { top:15.625rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhcZivNHLdUuohM4wyRiJ6Fvp3khk7VR { top:16.3125rem;left:6.4375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfaGwsfeEbFiT6BnZKwsJbWFZ0aeCmP9 { top:16.6875rem;left:6.4375rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXUxmmiGpCtie59clWgpTZNWGAZmVGd { top:64.1875rem;left:0rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwPDSxGRp9P37zkUqM86T0cvz16rTxbe { top:64.8125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ7Tw5qdxHJR9tKecL7edaTNhMmEToMD { top:65.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyDvRIIVzrE7NKW8QtgJhe9rWvdGNnw { top:65.875rem;left:0rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUISyCqRn4dgz5gOcXilws80ig0Vk6d { top:81.125rem;left:25.1875rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKxSyOu55wd1uh8sQlTv9A0QDQHnwSR { top:81.6875rem;left:25.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAIBOu3HGLQshTNk3TdIMKAwXOybqD7q { top:83rem;left:25.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeayZqSIaudstF9gpnJ9upc5dskHfFZh { top:84.9375rem;left:25.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9N5cC7pTGvivXIxfKAI7sn1MaESPVU0 { top:85.25rem;left:33.9375rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9tnaQpRDDN0GFMHb8nvPB9yQoNzfFWo { top:84.875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBxdFhlEL9a63h7trocxkDrmVIx5CDr { top:106.625rem;left:15.1875rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8xJhNBmka1dBksWT7wT6BWhkTLU7nG1 { top:107.1875rem;left:15.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbOQbrfgpXnrTdC72vrPTDdUP5lBnHs9 { top:108.5rem;left:15.8125rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF65KfttVNTSVwQyGHwheXHKGHfPwZ5T { top:110.4375rem;left:15.8125rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4UnHIN1v7EH6VKuuo03EzAg4rCRmPA { top:110.75rem;left:12.6875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbOTVnndKMI6qs7gRFz95UhK8TzAi9ol { top:110.375rem;left:12.6875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea { display:block; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVnTJp4UkX54rcmTOSvavgMdnlEQQ0m7 { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkACuHwAA63HUdCIon9c5gtlI4A0PPSE { display:block; }
 }@media only screen and (max-width: 763px) { #AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 { display:block; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7LkVTzAkutmHbf7UzK1W4voTucxBTu4 { top:3.125rem;left:0rem;width:47.75rem;height:19.490291136364rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7vKO1CrsHmShR2ovWLgIu0paQs1BuTy { top:32.375rem;left:0rem;width:47.5rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttHiR9qES9gyT8oFcqhPPo0mebCUSWMC { top:32.375rem;left:27.75rem;width:20rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXAeR4Aaf9KxJXQGU63mLy1kOUxbF9C8 { top:41.875rem;left:0rem;width:33.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHvUaaV1BlV9TAUunQTK8UhhtH5WV31I { top:41.875rem;left:14rem;width:33.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax5DGum7QI0Le9bCrB5EIU5KOVclyiPs { top:64.8125rem;left:0rem;width:22.5rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8tmUKNHRKQQIiWKJwT5e4CH4i77ooIy { top:64.125rem;left:0rem;width:24.375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etTT2A1cQQeL7NZgskg9haJA4amUMEOD { top:72.4375rem;left:0rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6blas8TdbDTUlXUeBmlGNR4viwVNfJ { top:78.4375rem;left:0rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUXCVtKD763QD4IGbvzzoOLRwBUcP0Qb { top:72.4375rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlT6ZV2rndsbCFXTWwvqMdTIJDXBa3a0 { top:78.4375rem;left:14rem;width:33.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2LghWa1JhfITUxVDc2b8zv4nXPBTA1w { top:5.125rem;left:6.125rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #soVJZBZwROlHm3oDqS6saoA6K2Rfw3Tl { top:5.6875rem;left:6.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXLIiKquJMX48Q9i5cxhtAaTwphWhDtv { top:7rem;left:6.75rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODLeSDy4imvsrngDTqiJ6OtQzFGxKVLW { top:8.9375rem;left:6.75rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fACpC7oHqoMhI6KT1AtebHs7CpGfTeye { top:9.25rem;left:14.875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKLBogBvEkPN0m6piqygpHIqK2DDSIy3 { top:8.875rem;left:14.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH2ZOKZrhyuWbQ4ofmhGFvm1W2es4JEi { top:44.5rem;left:0rem;width:8.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPQkz4GMITETopKVOTfDhp90vET8lTvv { top:45.125rem;left:0rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iot1BmDD028Upi5W3zT0faz4THa24ZGO { top:45.8125rem;left:1.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbLK7X8t9q6pB0fHzm94mkkG2UpV47u { top:46.25rem;left:1.8125rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaILG5645VaKFifxBaRDSqVkbLTimo4A { top:63.9375rem;left:26.4375rem;width:8.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewO09TL56rXUsyvTftkyyycDcUE8wS5 { top:64.5rem;left:27.0625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06A1kAR2rUNwxHZ2EPAhdEc0UU0CTT0 { top:65.8125rem;left:27.0625rem;width:6.875rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfn9qyLdHTbAe5GQWDHnmPRH4v6ErmJo { top:67.75rem;left:27.0625rem;width:6.875rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prEGmFqaaEKbtSFMcxI3o6ZeLDpyppSB { top:68.0625rem;left:35.1875rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJhHcDnnbZ07285DZoUkqT92Xoa6KkxF { top:67.6875rem;left:35.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdt0F0cOo2WxoVeBJZEyeQEZgilPGn6h { top:59.125rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1cp6zlTXvKocAA8DSsO6yIMKMbADU2 { top:59.5625rem;left:0rem;width:1.875rem;height:1.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb { display:block; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLuQnVMTFT5bAIk0UMRbKKomz6b51gKw { width:26.25rem;height:5rem;top:3.125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4sqDD9KcOdPpPV1dyofPKRw1ww7tNlu { display:block; }
 }@media only screen and (max-width: 763px) { #ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { display:block; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEuQTfnft4NBorUK9f8Td6IvTzsEGlRa { top:3.25rem;left:38.625rem;width:9.125rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L015VkO0m729nSL3LdSfk44SIXc6veEK { top:3.25rem;left:17.061254501342rem;width:8.5625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRaUZ5CCuPzPV3LUpBMtSZrd3upx46Rz { top:3.25rem;left:29.935899734497rem;width:11.0625rem;height:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUPIu1Ip4lEsQdwgPiWUv82QBTpPNpfs { top:1.1875rem;left:0rem;width:24.875rem;height:10.910333817054rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 { display:block; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3WO1bs5tms2CiC7iOd80XaXMgi5tmbK { top:0.9375rem;left:0.78018379211425rem;width:46.125rem;height:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { display:block; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHVm1r3i7LhTzvNTH6UGdV0Xo09IN306 { top:1.5rem;left:11.187286376953rem;width:25.3125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { position:relative;z-index:auto;display:block; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il { background-color: transparent; background-image: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container > .video-iframe-container { display: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row > .video-iframe-container { display: none; }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .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); }#VgITOWSKtvVoqRQMSL6zGHQNonN3s8il > .row .container { width:20rem;height:15.625rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zg46VaXmQcyTWfOpJ9Ta28nbwO1mxI9M { width:17.5rem;height:7.8125rem;top:1.811967253685rem;left:1.374467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT2ZSDeWPzUwTAJhIdBKdXCpvHheUgRW { width:10.9375rem;height:3.4375rem;top:10.249466896057rem;left:4.5312498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #yndBRJNopfsaSRrasN8gvNQpreLVqRw7 { display:block; }
 }@media only screen and (max-width: 763px) { #mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp { display:none; }#mSrDXZyvJT1AH9a6g5ONkGKKzxPvoOTp > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(90,90,90,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(90,90,90,0.14); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01718d95-3679-4a31-a59b-b8e03518f8f8/STA_20251120_MehrwertNatura_LandingpageGrafiken_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #akhve3NWSzHdINXx9iHWantxzTnrOQiR { width:12.5rem;height:6.18608125rem;top:0.9375rem;left:0.6875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVo1pNyaWAT32QknKuwUifImO7BJg4Wl { width:20rem;height:15.6875rem;top:0rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TvMR71FXV73x50NCJTtqf7hTSM9XWeUp { width:12.5rem;height:3.29900625rem;top:7.125rem;left:0.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhTt4shqyExTV1VWPkLAv28PiliVVOPQ { width:11.25rem;height:4.0625rem;top:22.24951171875rem;left:8.1249994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 { display:block; }#NfDz94xTNK1LoNJ9kACMDITzfFz3vXZ4 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { display:block; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL { background-color: transparent; background-image: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,50,0.4); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container > .video-iframe-container { display: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row > .video-iframe-container { display: none; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(51,51,50,0.4); }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container { width:20rem;height:37.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9b7d91ee-87b9-462a-a4a7-cbfd7d5bf955/STA_20251120_MehrwertNatura_LandingpageGrafiken_14.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.adaptive-delivery-prevent-bg, #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.lazyload, #fUselMghMK9JD8yzcrbTUHCaQw7WRfEL > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #SMgV7TqEktuhxZTlNxlpKXhu1wpIKA5n { width:17.5rem;height:1.875rem;top:10.936611652374rem;left:1.2491122484207rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mh1ShXXReOzuGiHenRaTFXec65Jw93uX { width:17.5rem;height:21.02360625rem;top:14.061611652374rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF { display:block; }#JAPUTanCwRuK3aiTaBSpl2G5IVB4TOmF > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc { display:block; }#rxVl9cUtoWkCXaQi9uRCipQdzNpACBoc > .row .container { width:20rem;height:187.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOEk3TCAMZyc0EsOGrTHOxKIUAUoJBkN { width:20rem;height:9.5625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyUL9AeMK9MwivTV8pfy9niElUgWLX8R { width:17.5rem;height:14.16639375rem;top:21.546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6oxRLtZKB8L33QJU6p4JoPNxazALdTh { width:17.5rem;height:18.5625rem;top:57.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn4TzVtO9VM0vboUFweD0HFyAEHzh5fz { width:17.5rem;height:12.59235625rem;top:36.9638671875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTHDy6DulFKDevr83kAFFS4kp2UqRIDc { width:17.5rem;height:4.00035625rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iK1u0zDX8MkTTct7RwWc0GWbOOr5KxrD { width:8.125rem;height:5.6875rem;top:50.8125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #soK3AnyS23L2ssrXph0uyyi1vcOt72Ll { width:6.875rem;height:1.875rem;top:52.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q3u4rV4TBKn2zO4sD4pHPk6lugxyhqVT { width:6.875rem;height:1.25rem;top:51.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P5Tx8Mr0VAKcU3iWRoiRsV2V1Vf7nPm2 { width:6.875rem;height:1.25rem;top:54.5625rem;left:1.9375rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #B6PpUTEcfmcC2ay33dcLTUnIL9aIizu5 { width:1.875rem;height:1.875rem;top:8.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTJFRyvkopgqDT4iRU78UJD2CJhIl8op { width:1.875rem;height:1.125rem;top:9.1875rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNToCp7DXFz8W4nyoBmpPZhpPoRnZtI2 { width:1.875rem;height:1.875rem;top:7.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMlORiUPHLG1S2IFCpTBAsrDD6MCz5P2 { width:1.875rem;height:1.125rem;top:7.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPLwnzuC5pClbDkyrIAX5WQcLtHomnKT { width:13.75rem;height:5.6875rem;top:14.25rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTaVOcbUSW3DLoEzccCe2R0x8HdNvxQD { width:17.5rem;height:2.9243625rem;top:17.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0mTd6U7DPNGMPWUTduZObl0056eyduq { width:20rem;height:14.183625rem;top:78.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMLLhHNxWOI2LC4SmcQUkvgf1GHnEUBf { width:17.5rem;height:14.16635625rem;top:93.62109375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzQ2MdfiTSkc13aLEx7oyGblS8UQ5VdW { width:1.875rem;height:1.125rem;top:81.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6HsatWHOJOuIr4qovMDFRrl1b36vkN { width:1.875rem;height:1.875rem;top:81.375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTDZxNMS8uzEyrgQPMW5wLaDWaGXnPiS { width:8.125rem;height:5.6875rem;top:109.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBP3yWazMKAtePSCPfbHrR6Mc4deEpKc { width:6.875rem;height:1.25rem;top:109.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGWBOhizuviXguWFPllA2xVHFOF8IguN { width:6.875rem;height:1.875rem;top:110.9375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1MSJM7vLsa5cWJfkhQMpKTNmS2WlBP { width:6.875rem;height:1.25rem;top:112.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtSSuCfmoHPMDIsqow1AwQhlnJviAcMS { width:20rem;height:14.183625rem;top:116.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVRBUuMtqUiLlPo5u1b56kQydn7do8Ez { width:17.5rem;height:12.5923125rem;top:132.05859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJSZK4V1w0lrPMcTBIvi5BX7WvK8ANBQ { width:1.875rem;height:1.875rem;top:120.3125rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3B8mfKC8RVEWzqNI1OpLlaqcCohk3zz { width:1.875rem;height:1.125rem;top:120.6875rem;left:12.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TghiMTxdPM725x87CSaU9peJ2Px6OBtH { width:8.125rem;height:5.6875rem;top:145.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExvMp2JEDuWdIlnFsLuLMaW2HSgcchR4 { width:6.875rem;height:1.25rem;top:146.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWRBZpTyPJEvyvkoHlQqEvuJonMrz5BO { width:6.875rem;height:1.875rem;top:147.75rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnW7OSISofV93iXNvLOdwNuCHxGM9WIB { width:6.875rem;height:1.25rem;top:149.6875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJGLQ9VCgvuDnR8vK9P6Mt19Pd8plP6 { width:20rem;height:9.599625rem;top:153.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyssmurEIT6xRmtybVuvo8m8ReanNNfk { width:17.5rem;height:14.16635625rem;top:164.287109375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfAd61B5L67bpAwLUn1lVPsmTInnzug { width:6.875rem;height:1.25rem;top:180.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zS0k3nRnEHLp8veaZvFMkWZmnSU0mQ95 { width:6.875rem;height:1.875rem;top:181.5625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ue6v1NrTEoAz21LnQDEwSAFzukt0gdgE { width:6.875rem;height:1.25rem;top:183.5rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FF8lWF9IOC7JVGBkLM1FtUPrcPHs4EfN { width:8.125rem;height:5.6875rem;top:179.6875rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TetH1VZTBI9RmnJ5yzlbSaU6tncb9rKx { width:1.875rem;height:1.875rem;top:154.0625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncuKRqqxczLGGDz0cf4IqvOdsxkMnIDX { width:1.875rem;height:1.125rem;top:154.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQAw0lLBnnVrqcvT2xrTGOafUb8xDuDp { width:1.875rem;height:1.875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKu4TLB5Dd4RBCFwGFkcGC3viOZ0I8QP { width:1.875rem;height:1.875rem;top:90.55859375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNSQzDF22TdPb4sfn79hXGLkLLZgaOP9 { width:1.875rem;height:1.875rem;top:128.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXVU0zpaABTJtQw6FPioxU4PC1yzEUQ { width:1.875rem;height:1.875rem;top:161.224609375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWOugBqcVVVARUxtKslTewHoi99Z27SO { display:block; }#CWOugBqcVVVARUxtKslTewHoi99Z27SO > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l99KdpzxrGnqRkAMnkU2JN5VAe5nOzRo { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apChxHdiBgyWeMN9SEr3QgGcggqMAiS4 { display:block; }
 }@media only screen and (max-width: 763px) { #cUwKLADFkMnfFthv0urBDHgruPaP634U { display:block; }#cUwKLADFkMnfFthv0urBDHgruPaP634U > .row .container { width:20rem;height:164.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0MHF02Wti9bEbAJk7N2Qk1cSvLR6ddi { width:20rem;height:18.130875rem;top:24.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3VbSM9lqeZxFfk5pdcM7NiQILBBi4yE { width:17.5rem;height:23.3125rem;top:62.1337890625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmz8W2egU13t4nFtXzamm4tybuiWJC4p { width:17.3125rem;height:17.31445625rem;top:43.568359375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsdbS8f1Z9FTy5h3yhkGQDnDbnbiLZLS { width:17.5rem;height:4.00035625rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEXbonnycBeSCecyacURt3LuVbiKtJAe { width:17.5rem;height:16.78975rem;top:5.875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ4hsavf8karqmFfv8RM20pRJ6VNGcPt { width:17.5rem;height:14.16635625rem;top:84.72265625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6FeCXvvnF8bBZkecmPX2ZS1BAkw8ZaZ { width:1.875rem;height:1.875rem;top:37.0625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hISN5pOaEWp3gEbB1qS2wCu5M4a8VKS0 { width:1.875rem;height:1.125rem;top:37.4375rem;left:2.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlmgDOQ5f2006vEHRlusesCZTAJrP2QE { width:6.25rem;height:3.125rem;top:65.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsM1MvM6E2OoXoHutEkTnRfcS3DeKztx { width:5rem;height:1.875rem;top:66.375rem;left:1.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nkKq9zTomBfJIOyTwyKvd6eEJMvGFP { width:1.875rem;height:1.875rem;top:65.75rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiFESeFDBDZpkB1mg3XAZBfKlMimdU7V { width:1.875rem;height:1.125rem;top:66.125rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAJ6Tk0fvSZP7oHEKoab1D2OWQdh5zQ3 { width:20rem;height:10.890625rem;top:100.765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5uNQnvdZJMt9TqHVSURPfpD1tSG7ine { width:17.5rem;height:11.01829375rem;top:112.90625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS1412H4cyJ4lXmL8OMC4WvPsQo3nQWN { width:6.875rem;height:1.25rem;top:125.75rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F7hIrsnnznmWN0oovk05qE67fEUNhsXz { width:8.125rem;height:5.6875rem;top:125.1875rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XrLqmhsp6nWQPiyNh1MorlTEhZgoQNsz { width:6.875rem;height:1.875rem;top:127.0625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VAMr4bPa1d3a94X1NHw1NEoB8EqxoC1Q { width:6.875rem;height:1.25rem;top:129rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #SAk7ZACcfLINVETwQny2OmfK6BQaXX9t { width:1.875rem;height:1.875rem;top:102.6875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0tuev0XJ9rCvTNcAUTELh9txSb8gFsq { width:1.875rem;height:1.125rem;top:103.0625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrfyOxOAQrXlsOqCNuORgJWzhN8vVw8 { width:18.75rem;height:9.4375rem;top:133.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKpTR2tgmJCPxvzBJTRkiwGJCB3is2iz { width:17.5rem;height:6.875rem;top:146.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5OKOwkVa7QVTvdU4VvmNWW09bL1IIri { width:17.5rem;height:7.87023125rem;top:154.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00Otio1fG7ZGPRHNEiZFav8KPUzCJCv { width:6.875rem;height:1.875rem;top:143.9375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXKUnHGGBFlK0g0oc9BofCyhwP4gKMSq { width:8.125rem;height:3.125rem;top:143.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwhFTX1G93sRH9hGmCPy9hmVZOAZ2k1i { width:1.875rem;height:1.875rem;top:143.3125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q57LDsUtBxzUb8uLkXtB9didvvsu7Xin { width:1.875rem;height:1.125rem;top:143.6875rem;left:9.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJonDwirSwvHpk4yL3plTNSNqTGlcJzE { width:1.875rem;height:1.875rem;top:40.505859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcuZmZgnaMwgABFd01yO35xXqQM8y66i { width:1.875rem;height:1.875rem;top:109.84375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL { display:block; }#WOS2WZoTsWuM4U4U6xWPmPOU4zRlDxyL > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xAvwb1pLSHJcPcx1xpaKF2SIErfwyK2p { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvfMEIA2Mm46SwkhSS356sHxk3doStsr { display:block; }
 }@media only screen and (max-width: 763px) { #RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK { display:block; }#RTXa5pSxEKfchHOpgNkhE0msTMb5EEXK > .row .container { width:20rem;height:210rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsU6OFGlfepUlbubTo7y837biemXEocM { width:20rem;height:26.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B382EXuUPDGRuJzbqVrqnnaaL4nnzThT { width:17.5rem;height:4.00035625rem;top:27.875rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bveU01Xmt53pAw4TnuAU1J9Pc62VJ2mZ { width:17.5rem;height:15.390625rem;top:33.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE0GzgbhcvnHnzRnanDOKc8zP3Vm8Qyr { width:20rem;height:14.2626875rem;top:51.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUhykGkI3PGWCzmKPD4plq6l38GyZ3y { width:17.5rem;height:7.87023125rem;top:66.5927734375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTCkwnXdxd2TeowCkfZ9AsBmpzyFQTNC { width:17.5rem;height:7.87023125rem;top:75.7138671875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyikXPNzgivVZU8VKCzkpJkvkJ4015Im { width:8.125rem;height:3.125rem;top:51.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5k0ynhlTW9Bd6H3RsFUGwWtlQO6Rh4X { width:6.875rem;height:0;top:52.3125rem;left:1.25rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGnQaXf9m952agEMiBHbk5Mt9LO6qwb6 { width:1.875rem;height:1.875rem;top:54.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBE1Aga2wHvl1XphcQ9fXbqOdGXuhZ03 { width:1.875rem;height:1.125rem;top:55.1875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmBlHvRhnPEiaoLAdxRFkeCtmXOXTFqW { width:8.125rem;height:3.125rem;top:95.38778125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D92OQZrkXn8p1K3ryxQNkRuLPb3pGn1C { width:6.875rem;height:0;top:96.01278125rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xRJiJiyFXAhEOaQwUkNp0dMmZNsUB6tx { width:1.875rem;height:1.875rem;top:62.375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oth5TDl8Dd5x10DG5ni1g1W6AWWDf9DU { width:1.875rem;height:1.125rem;top:62.75rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5f5O9gxLIPxP7AOKzBsfaARnMJKJnEn { width:20rem;height:25.625rem;top:85.4599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlVOwTFNT0NTrCsPsGaoa0IOWz1BaqtE { width:17.5rem;height:7.87023125rem;top:112.3349609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcKrmEVzOlr6IN18zCK3JLEhCtFBCNEM { width:5rem;height:1.25rem;top:87.8125rem;left:13.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeC2ENbJcnTKc2n42WEnRq4gg1BlvTB2 { width:6.25rem;height:5.6875rem;top:87.25rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePqL6GySxfN2zF8VxakAHbs7qTLTbVcg { width:5rem;height:1.875rem;top:89.125rem;left:13.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9ExoT0mPdiWTZZcRswuQhb2bqZiTmh6 { width:5rem;height:1.125rem;top:91.1875rem;left:13.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tu1P6FdC08SFmbpzOn2eL7vhqJ3kZmT2 { width:1.875rem;height:1.875rem;top:91.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8nkBtZMAQKGEvPtH2b1hu8xC69RHtrf { width:1.875rem;height:1.125rem;top:91.5rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPp9nHUDZwgME2lL3JJ2R7Za8gtJiHwx { width:20rem;height:13.05175rem;top:121.4560546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEEZJ6LRR3FdBTfBEDuzRApV72oiqmtJ { width:17.5rem;height:17.31445625rem;top:135.755859375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRWGm2VelsFrhZqTsMpbtmw1nvSrh8MC { width:8.125rem;height:5.6875rem;top:154.3125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fw2Dy3x6gglViioLtDtOkm7XSAVHtHTu { width:6.875rem;height:1.25rem;top:154.875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Mcd0lTDNM0TmlLBTE6dSAGQFZAJMMgg8 { width:6.875rem;height:1.875rem;top:156.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VSLvL6ECDCQBGdrEhJt0kfZHDc2HfkBt { width:6.875rem;height:1.25rem;top:158.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PlfJm7RaHELNERC3sODKPRTsmpuDWno3 { width:1.875rem;height:1.875rem;top:124.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuMyZbrf7xGXM1w4lva408geywys5nxA { width:1.875rem;height:1.125rem;top:124.5625rem;left:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTpTu7y7ebpTd98mRwFZVsO8pBr8o5Ww { width:20rem;height:10.890625rem;top:161.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPbI8AD01T5vqIvnso94t7aBmXv4T5XD { width:17.5rem;height:26.7586875rem;top:180.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFMC100PEPkIQ2TuUgH4S3M9ogBQKuOo { width:8.125rem;height:5.6875rem;top:174rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNrTHrtvpg7Q8MxF8XHMxcZKtTPJ4oBO { width:6.875rem;height:1.25rem;top:174.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRBVSw45SCKAnw3fx6l9dL6NsfLeGyXH { width:6.875rem;height:1.875rem;top:175.875rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZb6EpoNzzmAM3rG6OEfb0ueFKpGkTg3 { width:6.875rem;height:1.25rem;top:177.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7sZPo2AIRkrG1p8oQJubwHiZl8cGdVW { width:1.875rem;height:1.875rem;top:163.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRzTrhaW4DRIow8SUbxdz5KiqgoZ7hlR { width:1.875rem;height:1.125rem;top:164.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRizAyMUD3h0BmUuhUf3qCEAt68nMQCk { width:1.875rem;height:1.875rem;top:170.9375rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrBHTDSuWkvSTg5zNkorzOhG2wn3HZxw { width:1.875rem;height:1.125rem;top:171.3125rem;left:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkKrpBSpIZuOr8l479TQJTyQze5LTwl8 { width:1.875rem;height:1.875rem;top:170.625rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZK3ilKuGpTQvm9HagZMmCHTHvtNDI6 { width:1.875rem;height:1.125rem;top:171rem;left:12.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzR29s3zZdTv08l1uiuqfPzISV8UhpWT { width:1.875rem;height:1.875rem;top:170.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXom3vEJS2XO8MAc7dtTnmTM91fDTBlJ { width:1.875rem;height:1.125rem;top:171rem;left:3rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWlCA2tOiRsDvAw0X3ZWUTdPI0SUFUNV { width:1.875rem;height:1.875rem;top:109.2724609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDiK9TT4FWO7eQuDEfBFRfJQAApVrMIA { width:1.875rem;height:1.875rem;top:132.693359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHob24Ex2KP8k6Nzq7XvQbsdlMtTJXup { width:1.875rem;height:1.875rem;top:170.953125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIMqJCxa3ODqCwQgUevgg52JzvX0rdyJ { width:1.875rem;height:1.875rem;top:63.5302734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs { display:block; }#Clf3oCpO4FbOOg2oulBugWuy3TSsVTTs > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxrePQ9JGNndqLZTgr5XZC8035TtZsAT { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkzNRr0GJgaPQVU8P5m4wcizQZCyuBsC { display:block; }
 }@media only screen and (max-width: 763px) { #XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL { display:block; }#XIIGZ7TPJTgiWn9ifRn6Zp4iDnx0ahAL > .row .container { width:20rem;height:238.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u57T4DKOrJspviZ7ysfsV9SwMI5vteC7 { width:17.5rem;height:4.00035625rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcGLGDFoFaWKcGsySnaBCx5HMXXsLVru { width:17.5rem;height:12.5923125rem;top:6.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEqBPdNPmOrKBwXSoo3Q8gv7ECIxAQyX { width:20rem;height:12.7099375rem;top:70.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7hPlU1i30C4Qx9p3PrIL1aLzTDptmPI { width:20rem;height:15.3125rem;top:21.3203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RqwQRyGGUcJipvi35n8wxmsJpiy87Hed { width:20rem;height:15.3125rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXHWp8W1cZcszcU34ThwJM3cS3GG7ECA { width:17.5rem;height:6.29616875rem;top:37.8828125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5NCBBsnRfb3FJnQ1e6lDz3UbqioVkhR { width:17.5rem;height:6.29616875rem;top:62.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fN8IzTQqURk21tg711f2qGIxR2TqBzrt { width:17.5rem;height:7.87020625rem;top:84.771484375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV8AH2itR93KbrWk6JR14o7fnWDNWZps { width:1.875rem;height:1.875rem;top:34.1953125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHiHkMqQKH5nsrNhtN0I1nb0FvsKTg2T { width:1.875rem;height:1.125rem;top:34.5703125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcnpzHr4aS4CisuGvbWTZGr5yE9IFBK2 { width:1.875rem;height:1.875rem;top:58.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwasyolHGUNeM9wU8zgeWFcwa2V3GXrn { width:1.875rem;height:1.125rem;top:59.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRoo0g5r18FZv02efFZTpJ9r6AIu18KI { width:1.875rem;height:1.875rem;top:81.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #marEVSUphdo49WqvBIPhnmC7U5rgLKXS { width:1.875rem;height:1.125rem;top:81.4375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ6uJxEO9ElcfUJbv7IVGQZ0ifDpzoaU { width:20rem;height:25.9375rem;top:94.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbE1GudNRrXl4IRB7KMbw9IJPBBxapbt { width:20rem;height:14.525375rem;top:133.0078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSqfkmEmCmR36pTN3wLuE8vyTO9fGtyk { width:17.5rem;height:9.44425rem;top:121.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRDkd8JMQC5aPJsqD97UwX1CH86476oT { width:17.5rem;height:17.31450625rem;top:155.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Pd9HUhmalAd2oa8l4RqQ3DPNsavAHe { width:8.125rem;height:5.6875rem;top:95.125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqGfv5dWPsU2hwl5TZa1dqkhBRntN878 { width:6.875rem;height:1.25rem;top:95.6875rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #szF86t0hnSTeBZl8kh44DyXq3poZTMsk { width:6.875rem;height:1.875rem;top:97rem;left:11.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQUEvbbJloCstub83gXZ861VtqaRAC60 { width:6.875rem;height:1.25rem;top:98.9375rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAKXwhAS6wRDSC6bMnhncCnkrH5IJUU6 { width:1.875rem;height:1.875rem;top:95.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbTPCfZb6tBPDz8TrEueRyuDD91fa5vE { width:1.875rem;height:1.125rem;top:95.5rem;left:8.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7He0BXvWv8t8I0Sr37bDpndne6tp12Q { width:8.125rem;height:5.6875rem;top:148.8125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m7ZD8Us6Gr2wE8grmK6TqZZKsT09UcGh { width:6.875rem;height:1.25rem;top:149.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GEhm5TR23uhl8W4VgZSkfQmZdVnh0UW1 { width:6.875rem;height:1.875rem;top:150.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qQpN317DnzPTXQ8e6bHgJq3FUiuuKiRO { width:6.875rem;height:1.25rem;top:152.625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VWDuSMmd6a1cxkEg5bIdANsScVwviFGJ { width:1.875rem;height:1.875rem;top:138.5625rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANaqyX5syicAZWHsW1hinlg9BwpttNCH { width:1.875rem;height:1.125rem;top:138.9375rem;left:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJzNuTbZLHEfAf2Qf07rLLT4d38HklKR { width:1.875rem;height:1.875rem;top:136.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQsWaFwnND3qtTCTcKk4n4szC8VPfJ4y { width:1.875rem;height:1.125rem;top:136.4375rem;left:13.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkDcOuuCJN7nJXCOeu9vGRk4p2mnfTAR { width:20rem;height:17.420875rem;top:174.9404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRL5zSeUdDmlhwCz43gzO1289IMpVn21 { width:17.5rem;height:9.44425rem;top:193.6103515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPtf7PQUL3I9073dwfCaADiMc6WEWJWx { width:8.125rem;height:5.6875rem;top:215.9375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #JPUEoqxVSpNZENxJaf5xCceAwBivVKSa { width:6.875rem;height:1.25rem;top:216.5rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #z2nlfEfIF5KELAEaTAPpQrLculg1gPxl { width:6.875rem;height:1.875rem;top:217.8125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VT3Twcgwc0XZ99HOLB2FSDFDl09PK5QB { width:6.875rem;height:1.25rem;top:219.75rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CRWi31argS85rwVZZ89y0aq19Z04cSQF { width:1.875rem;height:1.875rem;top:184.6875rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFP6Vb0GGw955lyR0daRQeRKJQNhqCOx { width:1.875rem;height:1.125rem;top:185.0625rem;left:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNyDMQO5DTGLgixTG0nuloMlFyJcgP2x { width:6.25rem;height:3.125rem;top:207.7353828125rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #s8alNhQvrpLfJZ2vhmbB93EckgCXfBuy { width:5rem;height:0;top:208.3603828125rem;left:14.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KfASgT9JaPnQUBPd2A1LLMJCQlgHSGak { width:1.875rem;height:1.875rem;top:176.6875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKENkwUdklxNdroI53ukQB8HKSh3gQsM { width:1.875rem;height:1.125rem;top:177.0625rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVoeV9oOIRUH1X5mIatg84T0WABOuPJw { width:8.125rem;height:3.125rem;top:205.9228828125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fpnt5FkSQ6XQspONxToTgaqKxfavsXX4 { width:6.875rem;height:0;top:206.5478828125rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vrLxZlMOuOGlPb3G6koxrGInSbfDV4aa { width:1.875rem;height:1.875rem;top:177rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHUTHXQfv4aG7VldxPJ11RKhAxu5R0G1 { width:1.875rem;height:1.125rem;top:177.375rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoetaZRG3OSeJfJHXkArNTHnwMZtmsqM { width:1.875rem;height:1.875rem;top:81.6875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5MFTbJDWoKV5c3sEh0WTQoonnREcSzh { width:1.875rem;height:1.875rem;top:145.7197265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPLTEuZrSW3T3p04vcPdn2tpIZi6RiA2 { width:17.5rem;height:11.0183125rem;top:204.3056640625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVfHVk4xpBz2es2dqwFuy8NLofbyFEcu { width:17.5rem;height:9.44425rem;top:222.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1EtcODhretyGPEnFzm9GTIDUOm31LAw { width:4.1875rem;height:4.1875rem;top:233.5703125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ { display:block; }#FcLxJ9oFe4n5k9Hx9QqJvU3dxRFZgTUZ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANVKNnnL71EuG2RvDNzd0Fru4ThxAftQ { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3MvbeTyxKvnOTebKvktT1fbEHD4Rem8 { display:block; }
 }@media only screen and (max-width: 763px) { #qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi { display:block; }#qBI6HgAg3kinv2r0BVr1GA1fyQnK9RTi > .row .container { width:20rem;height:236.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DgRBVmG7Rzm4yNxSnBALac0GCkz8IHUb { width:20rem;height:23.7363125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGWeQNITh8wsCK18rhy8oJkNpPz7IFUA { width:17.5rem;height:23.61065rem;top:24.9853515625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfsLkygHx7K1IVCzRe8pW6B41EdHqHn { width:16.125rem;height:16.125rem;top:49.22265625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX3oW4Uk0AOTfIsoxg4IrRhRJhvqvdfB { width:6.25rem;height:3.125rem;top:49.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhOVoJGQyhQ3HmLPN1NKbASnhbtur6PF { width:5rem;height:1.875rem;top:50.5rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2O6Hd0Nu0nXCu8cRfwsUOhBCzmZrPD3 { width:1.875rem;height:1.875rem;top:49.875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQ9HTme1eoRoshkoVToH7LRR39OTOpNc { width:1.875rem;height:1.125rem;top:50.25rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXlTS0GanaPvkwpQDuHDpSzaGQT6da1 { width:6.25rem;height:3.125rem;top:99.42575rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ak56qsbxhVFkuVdkCe7owiUsyUZ7OvCG { width:5rem;height:0;top:100.05075rem;left:14.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MSLTq4pKbBu9DXKnhcN0eVtSTTa5MpFN { width:1.875rem;height:1.875rem;top:20.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOn1TDZC8aKlZFDlJlfpk3weTtQ8TdBZ { width:1.875rem;height:1.125rem;top:21.25rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSUToit0TNh2vS3KdXrcElV6R81Z0xLB { width:1.875rem;height:1.875rem;top:2.6875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w51aklwanvCSbGeVH0J56UoLTI3eCmtB { width:1.875rem;height:1.125rem;top:3.0625rem;left:9.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGWLEv6NTma27vIJCgcaH8uPqzVJIqlH { width:8.125rem;height:3.125rem;top:59.42575rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z3T6vdRtfTbWwhokM7TTsdWE0GJUhN4U { width:6.875rem;height:0;top:60.05075rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rwyIVm4LBUTSwTfLgcx8xrZ3wT31isnC { width:20rem;height:14.181625rem;top:67.22265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #btTlfyHbzhGrIt03l0r4l39qt1OTF7OV { width:6.4375rem;height:5.6875rem;top:82.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1k1vgQiP2qbdD9zk5DCnTeNpTgAnpKE { width:17.5rem;height:23.610625rem;top:89.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVrxIcluoTNyoGJcwTZToWyGVAz6nAix { width:17.5rem;height:18.88848125rem;top:115.0498046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNv3RZKoGa0n7zQJ3mFMp4OVinE90dHM { width:8.125rem;height:5.6875rem;top:82.625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #l40u8L39EEWf5ZmOVKQKT7BhvibiF2Hw { width:6.875rem;height:1.25rem;top:83.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KRIk4AUdtr8MQeGLRVJy7CGAb4VwcWGR { width:6.875rem;height:1.875rem;top:84.5rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I29pXxaPu94e6ue1bbHJRgHHfWsoudrL { width:6.875rem;height:1.25rem;top:86.4375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wJpwCdSKMoNmooeTnzHk2StmZwZubvnI { width:1.875rem;height:1.875rem;top:71.9375rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEGXNHuHA3h3N0wGd6DVG5MlM9SIyWG5 { width:1.875rem;height:1.125rem;top:72.3125rem;left:14.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2UT9SFbhxmQQNVbcivrcgyPHmxJXneU { width:6.25rem;height:3.125rem;top:141.875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NR001d7UFirRLF41V1cAmzaJALzB2irh { width:1.875rem;height:1.875rem;top:78.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAehTRK2NPdFK9tDonXSF94Q3KoflrFG { width:5rem;height:0;top:142.5rem;left:5.75rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZmZeNLc4PVJ3lDNQbbGiFdM3atEL6rB { width:1.875rem;height:1.125rem;top:79.3125rem;left:6.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAXLfIakNaxLnMvzOJNtOFQbkrh0hf75 { width:1.875rem;height:1.875rem;top:78.625rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8rxFvR2O6EnI1SRimxoWx8WyJWQu2Dp { width:1.875rem;height:1.125rem;top:79rem;left:16.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NzdK8TSKg4T03Cbp6gGLsWSb0pN9TTXs { width:1.875rem;height:1.875rem;top:68.0625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQHxXF9TENW9OLl6gd0ZNERTNLcqVTpR { width:1.875rem;height:1.125rem;top:68.4375rem;left:5.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNro8wx0JLZX91ihKBOFd32ucokIh1E2 { width:20rem;height:15.078125rem;top:135.8154296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciZz1UeFsgmn2lkGVaNUfGmBCd5NJi2a { width:17.5rem;height:11.5625rem;top:152.1435546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KExRx8k4tR80C9lVFz1ucKLEZfZ7TFTM { width:17.5rem;height:19.008325rem;top:164.9560546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr7v71nd13q2lVN1B2vbFATL69FWKf05 { width:17.5rem;height:9.44425rem;top:185.8349609375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqJ6UOZuK6VONZiBWNupFJ8CW5DZgS4c { width:1.875rem;height:1.125rem;top:136.875rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFaKsfk3S6AkebKA1Mg5tusxpIOi1d5f { width:1.875rem;height:1.875rem;top:136.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8xXblMAZMXAAhfTEJ5brLoCsK8qiRPP { width:1.875rem;height:1.875rem;top:147.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF9SwxKuQkd66wF71NZENLucNG6mL3ba { width:1.875rem;height:1.125rem;top:148.1875rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksP6UlMT0817cstOVQArXTuWZ1LU7w9i { width:1.875rem;height:1.875rem;top:148.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJkfhcftABflWadnTwxB70vDTE7LCXLa { width:1.875rem;height:1.125rem;top:148.5rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JirmTASmSDpoXc3AfNy3TfcJJ0A2KJwv { width:5rem;height:0;top:240.55075rem;left:7.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c3ZZO9sSWZweLDpBno5TUnpM0NUcQQxV { width:6.25rem;height:3.125rem;top:239.92575rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cMazBus7qB1TRvPFOFvSSsktX4ABxlH6 { width:20rem;height:12.8418125rem;top:197.1552734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJTbzTsnowTp0JPDSr8G0KFEnWUDzL2K { width:17.5rem;height:23.3949rem;top:211.2470703125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDJxSahn9bTOJxPSHh81VlRNyKEDQtst { width:1.875rem;height:1.125rem;top:208.25rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTTfVSZ3di6U5g1ui8l6ukA6WGyCpLQC { width:1.875rem;height:1.875rem;top:207.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWrFNcM3NSIn5QNNtOfPc7whWQ2E1U4F { width:1.875rem;height:1.125rem;top:204.375rem;left:0.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmK6XdARqNIuq3tOm5VH0N7QnD6gSQKR { width:1.875rem;height:1.875rem;top:204rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoMefaETb3H9fK98MN3vlFS1dPCgGfg6 { width:1.875rem;height:1.125rem;top:208.25rem;left:17.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqWoVr8qeLGinrc02kgeErClSLAPMTdT { width:1.875rem;height:1.875rem;top:207.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPiZ3JJvnZTIUL1kIQJX0kfaiTs64CD3 { width:1.875rem;height:1.875rem;top:79.5908203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuDV8D0tINFU4JJKEE5RB1yNIsaPKwcc { width:1.875rem;height:1.875rem;top:21.9228515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOmcBQLmTW482kSJGKGE4puU7pWxIlLV { width:1.875rem;height:1.875rem;top:149.0810546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG7fXPM9hUJEPQWK1vr3iKbwUgr76J6n { width:1.875rem;height:1.875rem;top:208.1845703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 { display:block; }#TSvfrXQX2G30T5r2R3lA0bv3w4b5hup6 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r3T5yqAFz5wDZNguePiSPzL5JXzIUpww { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEr52fwh1vK7uLHAEfEOJzpRQw41qd5g { display:block; }
 }@media only screen and (max-width: 763px) { #RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit { display:block; }#RqSK9L9Vdo5Qm6sqvl7e0gkL1HflNuit > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3Ts3lSqTwTrqmZf1wzklEoJ2SyAS9BS { width:20rem;height:17.630875rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeT3lxsEteAhuFKUEIB21BoCobCfLy5z { width:17.5rem;height:4.00035625rem;top:1.25rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSsMsDGlFcBhbSIU8CeStCqv3gLxKhSp { width:17.5rem;height:12.59233125rem;top:32.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXds9ke0FIqDvgBHSIqrZcA9mAgsBUP0 { width:8.125rem;height:5.6875rem;top:25.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5MWOI3AIhSTV0w9HlGVEWMS26V5XWGO { width:6.875rem;height:1.25rem;top:25.9375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIwrDT9GtE7tHM1x3ymnZCM0Z6Qa8THT { width:6.875rem;height:1.875rem;top:27.25rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0C98EWXTVUZkJ0qvgdwQuTN9vOZgECZ { width:6.875rem;height:1.25rem;top:29.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Boy8OctTSrBcVtOQTvkDbdMekfiMynGJ { width:1.875rem;height:1.875rem;top:7.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJG6GpSkkWo4VC1rcoBIdid4ogs6XRUC { width:1.875rem;height:1.125rem;top:7.4375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlTblPRvDTIQWsNvnwivvxOHVryO9pX6 { width:1.875rem;height:1.875rem;top:22.318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ { display:block; }#ieKT2TEa6gmhU3RKRQhMq1G0WBukAgrZ > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZJurznHizmPXqdvCS7RRIOn5hAbbP80T { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHXocgvgIwdR8ZTmKNi1aRLWNgrhx3Pv { display:block; }
 }@media only screen and (max-width: 763px) { #vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL { display:block; }#vRGUNHugAPFFMHTDmqVUZlGoP2rQLMUL > .row .container { width:20rem;height:180.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vVSgHHHi59ZG6oF07I0M9kbDt87y3itm { width:20rem;height:10.518518518519rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWZAFDioB7snLMSPH5w8iGTXfBdzuaVC { width:17.5rem;height:7.87023125rem;top:18.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSI1WAQ6TP8Vt7J4X4x8IIP5VOVkORiq { width:20rem;height:12.555555555556rem;top:28.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yCiVqXTBad89X4TUFBtNUwNVD4UAOZAW { width:20rem;height:9.6rem;top:58.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUvQvOrKqr8FIOXiOlgwrv1xgwgRNNCn { width:17.5rem;height:11.01829375rem;top:76.75rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmBi31F9cpmnVN7vNRpWu59WeH7JSh0H { width:8.125rem;height:5.6875rem;top:69.8125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uSDbpVl1JrbaPsqKUUTNHnouWwBFSDzh { width:6.875rem;height:1.25rem;top:70.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KulO7mE8mnVZkHd0yyReHADz1QKTM4CI { width:6.875rem;height:1.875rem;top:71.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nBOnT2M20x0BvKIzVHoxtC71r01JO1qu { width:6.875rem;height:1.25rem;top:73.625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZrS1HxZ3XIwOydF2IbaTn4naRhS3aDhk { width:1.875rem;height:1.875rem;top:59.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEr8Z8ocp0e7SlR0dyLutSKnifqwAemp { width:1.875rem;height:1.125rem;top:60rem;left:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmTAskJdf0BOeR31rTBa3B7wFCGddiNn { width:17.5rem;height:7.87023125rem;top:49.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLAdxPlAg3I6nEAhfhOFnDPtR0PbhTV1 { width:1.875rem;height:1.875rem;top:1.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEWfmDM7R2BN1Eu1kQ9x4NiUfRZd1OG0 { width:1.875rem;height:1.125rem;top:1.8125rem;left:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3dcLP5VmzN4wUcShEHZTXc3UcTSrkGr { width:1.875rem;height:1.875rem;top:31.875rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMcc7kiGtb1tI54T2RtwT1hDOC18vdAm { width:1.875rem;height:1.125rem;top:32.25rem;left:16.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnLErkAciJ49Tkyhn6SKQ7EbFvZFdu4v { width:20rem;height:12.552631578947rem;top:89.6435546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXFszdQUnezxbrWgTayQf0svUvEpLTwI { width:17.5rem;height:9.25rem;top:122.6435546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOu4Zlz5fFLvUuSMKVqyTmxbBwwtQPEe { width:17.5rem;height:1.39915rem;top:132.5185546875rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX17dQnHK4vda1CDn6J3RdDEE2KrcSFN { width:17.5rem;height:11.01829375rem;top:110.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLC25TNn8BJvKIIqlL3NnCAXVWeAT2lt { width:1.875rem;height:1.875rem;top:91.0625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKuAsOMXg1IgGssR8TW5akmBBH3Mw9i8 { width:1.875rem;height:1.125rem;top:91.4375rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7HO7b61xLKppTgnlpHIeDTR96Wfp43T { width:8.125rem;height:5.6875rem;top:11.75rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kz3RiZ7N2LwMXGrPZFW7Qe0aisqZGc2m { width:6.875rem;height:1.25rem;top:12.3125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #h9M7eGZzT0Nr0I19eiCMdMK4fCvFnx4b { width:6.875rem;height:1.875rem;top:13.625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sckMyHMCdxIogPAdWAEDMT5R2Gl1c3uK { width:6.875rem;height:1.25rem;top:15.5625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wyImdlUCuaL4TlQM7NFgeLas81VLxy4Z { width:8.125rem;height:5.6875rem;top:42.25rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y6Et8pwwTvCSunRW5oEoLb4TfhH9r7rS { width:6.875rem;height:1.25rem;top:42.8125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XZ2pTJiOrJfpVaMyR1otiZcHhMoxIgzE { width:6.875rem;height:1.875rem;top:44.125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BoZOSyte0hrpSx91AH49zkcTtI8LCBwn { width:6.875rem;height:1.25rem;top:46.0625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T0KV3Uc6ch9C8qxT04Ul3GW7rEQRASXm { width:8.125rem;height:5.6875rem;top:103.4375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DcT8RZB5JlOehmvRH6VPMo3rfwiZOtRw { width:6.875rem;height:1.25rem;top:104rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gOrc73iwP9oHcg8qTGwoqs21GEz14cNz { width:6.875rem;height:1.875rem;top:105.3125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Hh9cxaLaoP0BIfT40UShPQkurTBaNrIz { width:6.875rem;height:1.25rem;top:107.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eeXL6FFGks3Wi5NJhM8WXbXkhT15gaUT { width:1.875rem;height:1.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nsxi4hGn1dSy5kuXL8V1lSiT8s8qg6p4 { width:1.875rem;height:1.875rem;top:29.05859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpQmfONHA0mrT86IHPg9MgwFPuTUtc9I { width:1.875rem;height:1.875rem;top:59.55859375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7aO3aHS9bfhSb4Z08S2Rf5JSM4o3iuD { width:1.875rem;height:1.875rem;top:90.2685546875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzNRaKxEUuIA5PhERPlUA3BK51TXgyx9 { width:17.5rem;height:11.375rem;top:154.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJK2FQ14guEJGn25laaI4oGi5h7XtdK { width:17.5rem;height:11.01829375rem;top:167.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6fl8sVF6ZXuwUa4OMks68ITe59SPZo6 { width:20rem;height:10.527272727273rem;top:135.8544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fegUk2hGHUQ9TGMxdEJwlFkItzALAwk3 { width:8.625rem;height:5.6875rem;top:147.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTmZz1iKc83TkbNVZQQpzb2RIkNQP9pT { width:1.875rem;height:1.875rem;top:136.4794921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5RFOtlIoegZ5V9Tx6Us0dTOAp0C5Upo { width:8.125rem;height:5.6875rem;top:147.625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kgBS8vXmgw7LBuGJx1IUtk4Rznc7K5tp { width:6.875rem;height:1.25rem;top:148.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #f7vHX1npZHCZprL17tw0DESEVpuZeUfG { width:6.875rem;height:1.875rem;top:149.5rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BZ7cVmG5C81inKHI23WtGzW2kWco7Vkv { width:6.875rem;height:1.25rem;top:151.4375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dVDMmhIkdUM8Fa3kvaAuKXpcmu8ELS40 { width:1.875rem;height:1.875rem;top:136.5rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rD7dgVfxeblOmBDnoGaPxgocULfhzXzS { width:1.875rem;height:1.125rem;top:136.875rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma { display:block; }#Vcr1avnMyOUoR7U1u7C9LrVWhnIdKwma > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DzvH4rqN4wkSJum0rt0bhZvJgqF1XiDs { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoLGstxuHOCo4PxI66p3DHKaswPt1aKt { display:block; }
 }@media only screen and (max-width: 763px) { #cNmoTNRLiJgLlf3rDR7chU5USgphPvRS { display:block; }#cNmoTNRLiJgLlf3rDR7chU5USgphPvRS > .row .container { width:20rem;height:270.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd39u2ETgDbVOKllvh3TU69rOgS417Xr { width:20rem;height:13.072727272727rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXksyEOs54EpqTzuLMc4OM8TVtFzW2bv { width:17.5rem;height:4.38654375rem;top:21.25rem;left:1.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #WmypLO2pqOLHc5TVTPcFvTp8C6t8tFiO { width:13.75rem;height:8.6875rem;top:2.5rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFVi32QkITPUON5NJtuGU8t6fw6xcpiV { width:17.5rem;height:9.44423125rem;top:26.8857421875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnBoPJfRZ0ye7ub8KPmvuTsdsO9ZEi1e { width:8.125rem;height:5.6875rem;top:14.3125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TCptH9oQpfMM2QmDC9UBGMVNptlTnF2b { width:6.875rem;height:1.25rem;top:14.875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #oxMtG6IVMyEC5RqAuT8oDRDpVdCOEdqk { width:6.875rem;height:1.875rem;top:16.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wxk6q65xAHA6S8N7KnCdUcPfxGL8piTz { width:6.875rem;height:1.25rem;top:18.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lg7JXUeMqZlzJ3qihdevPEpaifVEmtbC { width:1.875rem;height:1.875rem;top:3.4375rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Js4AsFiJ6TTvHha8ae7l10dtNwBQB4UI { width:1.875rem;height:1.125rem;top:3.8125rem;left:15.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbxNLuLy16BeApGntzotBDUREuClg87G { width:20rem;height:10.454545454545rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxTiAdnnVWdVqGpCSEwASSkOLQxh2Qh9 { width:17.5rem;height:31.48081875rem;top:50.0791015625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9R3nk8yzIGxK14btZ2QO76aPUGG7LMT { width:1.875rem;height:1.125rem;top:40.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfsq2m2caAgHwQqoewlnCkTSxVw30W2e { width:1.875rem;height:1.875rem;top:40.3125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJeLIHuTPblxWedS33bcaK3aqsqbK0Ro { width:1.875rem;height:1.125rem;top:39.75rem;left:14.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RllF7P5Lsr9R91BuT5ltMKtJCgIerZ2a { width:1.875rem;height:1.875rem;top:39.375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crrnU33ZXBrsufF0kTgRR5CBpQWLilUu { width:1.875rem;height:1.125rem;top:39.875rem;left:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRUJCQkzb4gETkoiUSPcgTomQcfro6hK { width:1.875rem;height:1.875rem;top:39.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1n49Ex4o8MJKEM05pOuXv9CuvHPKRF3 { width:1.875rem;height:1.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJRIF89Asv4Cv3XfTLtfuV5NLk3llroJ { width:1.875rem;height:1.875rem;top:39rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fdOARBxHMgzPXuzZGsDDfzr2pp2kKh { width:20rem;height:11.947368421053rem;top:83.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DC3cSzWfahkzrPOwZurK0adbIWPD07W6 { width:17.5rem;height:9.6875rem;top:112.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKGUQ3VHJboLNNTB3EfiIMv1Fx2syLB2 { width:17.5rem;height:1.39915rem;top:123rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnTPSsqgJ77R7ln7UHGNu4HMmh0MKW2p { width:17.5rem;height:7.87023125rem;top:103.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iswTKb2m0bSx9sSkxXZITo3Gp8kqCSmD { width:8.125rem;height:5.6875rem;top:96.625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IX4JSrRVQEq9JaZdv0WCseLMxz8AodDE { width:6.875rem;height:1.25rem;top:97.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qqw8DF7z0TtykDAc8zlPfet2T43TrlsL { width:6.875rem;height:1.875rem;top:98.5rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aI0OBfFHCzrsUp2LpTqpTpQ2VloibZWi { width:6.875rem;height:1.25rem;top:100.4375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VB9Bm36kIP9EUNGDktvDmyoNDpNm8BOA { width:1.875rem;height:1.875rem;top:90.1875rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r203pdBVpUZltBsLytISi9N6bmCLS10N { width:1.875rem;height:1.125rem;top:90.5625rem;left:15.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wyy4sZ8PUEOLF6UozvKvJ56S3UAmBxkx { width:20rem;height:11.981818181818rem;top:126.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6fzzczVGZfbfrk6mVWrxDQBdZzA3wmz { width:17.5rem;height:7.87023125rem;top:146.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKSNCJnx1Ao4zOqN7skI6l0TmtxS7lBc { width:8.125rem;height:5.6875rem;top:139.5625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #nZUvhcw7AKm2uQoWKFqp3QbbAzFKHvna { width:6.875rem;height:1.25rem;top:140.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bT2kT2PV1WLmKTFefNlaZRlxIbdCot1S { width:6.875rem;height:1.875rem;top:141.4375rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HqXlQg1sRTkaqponasSwRe0HDtGBf1xu { width:6.875rem;height:1.25rem;top:143.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #mJCHR5e5kyoir5uEAiWBNEJ9f7Tt41rA { width:1.875rem;height:1.875rem;top:128.125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubLoupdoS2kb3bWX5Di7nlSUqHatAG15 { width:1.875rem;height:1.125rem;top:128.5rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGg23zJosnyD3bXZDymHP6TwI7untsdh { width:20rem;height:10.447368421053rem;top:155.62109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGrCRMNNKEikmJPRiDKchOcnwfvh2d3V { width:1.875rem;height:1.875rem;top:84.0625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm431C4lP3spDqSUqmDCKJhL3qh2aGKt { width:1.875rem;height:1.875rem;top:126.9609375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGfxqiFVi8Ip6hDTR1O72Id7BtWdpJGG { width:1.875rem;height:1.875rem;top:156.24609375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPHfbGmiG43dm36b3UMmU17DrMonkdsW { width:17.5rem;height:7.8701875rem;top:174.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5v5n530kZkQyB9pEC9xLE8PBpf6Tgiy { width:8.125rem;height:5.6875rem;top:167.3125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OTamWMLoFP7kJP3AVLyk9BzK3McUoPxV { width:6.875rem;height:1.25rem;top:167.875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #I8zwH6XHh9wJ72vmmtCk9IkMHtqdDvNH { width:6.875rem;height:1.875rem;top:169.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #coCcWgU2P3ufcA8pGrTOXTLH0TU2UXTR { width:6.875rem;height:1.25rem;top:171.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fxJJNOdMBaHoeol08FzZc1vdQgLLe23S { width:1.875rem;height:1.125rem;top:156.625rem;left:13.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lesqp1zDTqgP5aGX2UPVKeIdDqqoLAMl { width:1.875rem;height:1.875rem;top:156.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3EMsZofw24v695BmwJwDyxsmDEOKDVs { width:17.5rem;height:17.31450625rem;top:210.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoQleSQgItcR94OxKaU7pScKVVQdJ9HC { width:20rem;height:17.868421052632rem;top:183.99609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBW3ALO5N7daUloxk7UNLDM6Tm9ReTTr { width:8.125rem;height:5.6875rem;top:228.625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #o7rZuDS3c5J5P7HBCMhwSSWcrXbV0pa1 { width:6.875rem;height:1.25rem;top:232.4375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FGc9kQGVi3O06ticplXJ8iqWdvfKxdmp { width:6.875rem;height:1.875rem;top:230.5rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #te6ktmByg86CAHQbDSwFp6BV5i1106Wn { width:6.875rem;height:1.25rem;top:229.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yI96SbHg5T7m19HNkM0UmaBhQWzD8JLv { width:1.875rem;height:1.125rem;top:232.875rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiyRPvq7w6fpnFp6hzd6RgwqkCJQFXo2 { width:1.875rem;height:1.875rem;top:232.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWMPT4O598gtpIBZkPHct7adibsmFLsL { width:17.5rem;height:33.875rem;top:234.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Msus1zzIs4rVmQ7MX5kvTElgekpaMn5d { width:1.875rem;height:1.125rem;top:185.5625rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIaSozO4iZar1HdcKpiDyU5Q7NWhGSPb { width:1.875rem;height:1.875rem;top:185.1875rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJwiMBXPxxeu3UC77Bb5NTuAZDuPq7fU { width:1.875rem;height:1.875rem;top:184.62109375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk8BmnO2yR6eBgxkGB4MSbfrz5ln5nJw { width:8.125rem;height:5.6875rem;top:203.125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #H0CVyStiNxl36NykG3EX4Ky4ElBgcPtm { width:6.875rem;height:1.25rem;top:203.6875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kz3aqr3uqdSc7vToftHAK2A6IroPCmhk { width:6.875rem;height:1.875rem;top:205rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #honlrK2rwZNTBoOBMAuVHfhXHTSBr9nT { width:6.875rem;height:1.25rem;top:206.9375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #D6hB4RObDO9Q4osTANUO175wRT2vsoXu { display:block; }#D6hB4RObDO9Q4osTANUO175wRT2vsoXu > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLVAOthOeWTpHyzqLEK7Vvl69CEEeyvK { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOgIbeMZGOBDDoS8hoGOHZKmXNkxZFhU { display:block; }
 }@media only screen and (max-width: 763px) { #cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq { display:block; }#cbydOX0HZ5ZXPrDA9TxdP0cUxhOdO5oq > .row .container { width:20rem;height:249.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGU2BtS05lhotdcWBA3DTkL6TJezCCMZ { width:20rem;height:15.763157894737rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sT98vKaMRAGWO7TDmHN08btbwfG2IPTl { width:17.5rem;height:20.4625875rem;top:23.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRsZlIUXzGky133n0AVlEFkvtpaC47W3 { width:6.875rem;height:1.875rem;top:17.875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JQXHQDyKzwLXqx5qEKXb5icLWqBEuDOx { width:8.125rem;height:5.6875rem;top:17rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #MBgmVIESq85BWNnWNl8KfFB4ysMseTXt { width:1.875rem;height:1.875rem;top:13.125rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVJNBTgZFQWckf7tOCTg4AIUkyPoq3HB { width:1.875rem;height:1.125rem;top:13.5rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuKanHUIzVJrprqnWPT2fei05qnJSbtx { width:6.875rem;height:2.12535625rem;top:19.75rem;left:1.875rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #LxUIOEPwEBMdwONtRLxw5z534JOwFwhw { width:8.125rem;height:3.125rem;top:36.765625rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #DZ3DqHrfP0hwO1qR1A7wJRJqqUIIkZcT { width:6.875rem;height:0;top:37.390625rem;left:1.875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dEBZPObrn44ytyhd0bzsVTqmhXIQBIDt { width:1.875rem;height:1.125rem;top:7.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBl5WzJLf7IxrZnZKcXLnvgtmoil5aI { width:1.875rem;height:1.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJZ0QteVfUeqQnPh0z0XgNbPoBi8T7wN { width:6.875rem;height:1.25rem;top:48.9375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uw87Hv0gV9g8boE047J5hJigCZ0UOOlU { width:6.875rem;height:1.875rem;top:50.25rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #b5EVoBLHTcEdLol6r47Ji8bAFBJIyXHT { width:6.875rem;height:1.25rem;top:52.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ElR5Zqv21ut6UES7R4rGbym9h6dSqlU8 { width:8.125rem;height:5.6875rem;top:48.375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OCvqm7T9dg9S00OTnPlBQfwQtnMPZS9I { width:6.875rem;height:2.12535rem;top:45.6875rem;left:1.25rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #vhqm9he1fXC8Eg1CgSWZlCaFrPyTQkZp { width:1.875rem;height:1.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAMRndCs1hJhTb75AdMCqGabIy13eS7g { width:20rem;height:12.363636363636rem;top:55.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpE66iulQUJkwQ0EBGzyVMQqrLyszNVU { width:17.5rem;height:12.59233125rem;top:69.5498046875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghzffkXtILoQ3tlu8GTaO4Jon9SOlGkG { width:17.5rem;height:7.87023125rem;top:84rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odzo0FabP9eWqXuAEi3bExOPwElZGk6y { width:17.5rem;height:7.87020625rem;top:100.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyUSkdMuCRZMAhXxQnMz9lQCLGW7bTO1 { width:8.125rem;height:5.6875rem;top:93.125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WER2uBLTyR3KmsM7lmnM1xZxZLlgBfHw { width:6.875rem;height:1.25rem;top:93.6875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #c4CtC4WnSetWoXd6wgmVCbt6ZzKiDIeB { width:6.875rem;height:1.875rem;top:95rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VolIdW6n3muRRSBM7xQwbmpum1w4waFp { width:6.875rem;height:1.25rem;top:96.9375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tO6FN5VMZt2im9Ui02ZfzmRFdOdRDdOQ { width:1.875rem;height:1.125rem;top:58.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pM7v4sotnCEhH2yf84f38rM6ZzfBLeOF { width:1.875rem;height:1.875rem;top:57.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOL7TyUWgttfNQTZP8GWdzb0Ox1LZ6SK { width:1.875rem;height:1.125rem;top:65.9375rem;left:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5yP1Umk3DtLmUZLANV0O04Q2THbxHmT { width:1.875rem;height:1.875rem;top:65.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2zp4xDmleixfxM0kDluHtVOFMk9LAId { width:1.875rem;height:1.125rem;top:57.625rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLcrbP17wo1k9OffDkTNTqdGC1Cbs1Wm { width:1.875rem;height:1.875rem;top:57.25rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbIdkEttxQAXBRXgaNM1WVUwmiJXUF8J { width:20rem;height:12.630875rem;top:110.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ael8sEMzBShWWQ87n4AwHhlWXreu2Jui { width:1.875rem;height:1.875rem;top:65.8623046875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGPUG4T227rGnKb4lcT52eTEZhB95JaZ { width:17.5rem;height:11.01826875rem;top:124.314453125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA9ZOL82kJw0FNLhTnNXFN9g9c6W0Bmd { width:9.875rem;height:10.625rem;top:133.982421875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bwEF3OP48lyaPrcxfD3SekEssWP2nTza { width:1.875rem;height:1.125rem;top:138.3125rem;left:8.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvsDJOpR7uSAr0n2d4RPBvGG7S3g5fOM { width:1.875rem;height:1.875rem;top:137.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTivDONTP2MyVQ5Tc6FsJZmPsHEOlTSP { width:1.875rem;height:1.125rem;top:120.3125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5lLmIWQXEizsNA0zIW5NlRLykC9XkiS { width:1.875rem;height:1.875rem;top:119.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRSNcTQ6ktHdtFhb5EizXn8q0vQlOWxl { width:1.875rem;height:1.125rem;top:120.3125rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCIPRz9btc4DUpv3UZTSugQAPaTMVP1 { width:1.875rem;height:1.875rem;top:119.9375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #copWi4gkyVtypdltfT0Te0NmaCQJiLrM { width:1.875rem;height:1.125rem;top:111.4375rem;left:11.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgr00wJeQvKDER7rIbwn6AdQw9iPgb5a { width:1.875rem;height:1.875rem;top:111.0625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuTKVpPwHTyTqWCXsZkT2HvLeA5GacKA { width:15.9375rem;height:10.625rem;top:143.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOUSeGimq48KXP0FbloWCAuqPp4bho19 { width:17.5rem;height:28.33278125rem;top:155.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3mahJI1VuB92TevZHzArZIfvM70IeJc { width:1.875rem;height:1.875rem;top:147.6875rem;left:17.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iht0h8ZnJ3eCnmkiliekBBO2zkZAXHWH { width:1.875rem;height:1.125rem;top:148.0625rem;left:17.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcPLNBcGszvknkbTsONgOzZC61rMKV9Q { width:6.25rem;height:3.125rem;top:200.7500625rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #unrl8krZ2aQqxKbGBEzkJGQubRUn3Jtf { width:5rem;height:0;top:201.3750625rem;left:14.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kuHThMAc1K0K9mE2sBQheDi7OHB5aanE { width:5rem;height:0;top:158.7500625rem;left:7.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXpsc7MTTmIrUuHJ7F0BpCc5dIINwsQf { width:6.25rem;height:3.125rem;top:158.1250625rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kRqQUuoqiwcMEZLu4Rv5IHF0LPwDt6k8 { width:6.875rem;height:1.25rem;top:191rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t5BanmFhc8XxoQBCVg9nJICs525WCy9Z { width:6.875rem;height:1.875rem;top:192.3125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TX15Mu98Xm8ORtBKJR7LTwiUHBtxrdOR { width:8.125rem;height:5.6875rem;top:190.4375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #umTTqvUm1ounSpx4MHgXaTFbE6GH4mry { width:6.875rem;height:1.25rem;top:194.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Dugv4wR3ZNQI6mc5xBWPFOJIQNpwi2Bf { width:1.875rem;height:1.875rem;top:111.05859375rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGZrox8nhWWTWxfAVpbxdvWd1wiCe2Ey { width:20rem;height:18.9443125rem;top:198rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJvpcdqRP7nWEGSB0aXNi0pxK9uMisTb { width:17.5rem;height:7.87023125rem;top:218.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrIeQWgB4X0haxXG1IT58iyHwTDFiKGn { width:13.75rem;height:7.1875rem;top:163.3125rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIVlzlNfvCryK9kki8ZXB6lIcbVE3DZH { width:17.5rem;height:4.38654375rem;top:184.7734375rem;left:1.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #kCMWhGadTSz5KX0ts0wTK0BmreAF2wWx { width:17.5rem;height:9.44426875rem;top:227.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2KachDukBex4WlvAl810pAIrAsxhhQd { width:8.125rem;height:5.6875rem;top:241.3125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rxGhfw4uqDTxqNhtcAB4OpI3iSFt980p { width:6.875rem;height:1.25rem;top:245.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l4sP1kvNSy2BxA3UbTzt69fTSQ9uVFrA { width:6.875rem;height:1.875rem;top:243.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vl1fDoiJlnUvTXcLf2dbJoWU6ZaUNRz7 { width:6.875rem;height:1.25rem;top:241.875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #M674TxPB2Ig8TaxQc3wLZlNcUpFZfdZk { width:6.875rem;height:2.12535rem;top:238.625rem;left:1.25rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #EH6sbmood6d4N0lXX4NX9wn3UebsxvUk { width:8.125rem;height:3.125rem;top:258.2188125rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #M5xVvkgMTPPyV9wH8A9ROOTqB12lR0yW { width:6.875rem;height:0;top:258.8438125rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dBSreD0S8LvueVIqTcabUIA9NBDP2i1Z { width:1.875rem;height:1.125rem;top:200.6875rem;left:14rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUTVIkK0KGEcduBnJA9sgxon1p99zMn4 { width:1.875rem;height:1.875rem;top:200.3125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaAZ2FWHUTTGUfcZKEkACylR0PKokJE { width:1.875rem;height:1.125rem;top:211.4375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMxnOhT0NyspXG6WtnZJMGJmoKiuVLFT { width:1.875rem;height:1.875rem;top:211.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZExvTzzfs5DEEJNCciWtOTFfUFaipiU { width:6.875rem;height:0;top:293.4688125rem;left:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kx2mxFP0Z6zSEmnM0lhtHglzzwb22nHC { width:8.125rem;height:3.125rem;top:292.8438125rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xQvmnNuAD5IiF5x6IF7RqB2vr6VI3HEn { width:1.875rem;height:1.875rem;top:198.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBizFh6TS1sxcDAe2LixwwNgTEWklpzh { display:block; }#mBizFh6TS1sxcDAe2LixwwNgTEWklpzh > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZxxVMIo3qlPLMqVdpeWM99Tme1zlzPyA { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3mwEkQqmxhNMtD53DgQJNpUH1uyHa33 { display:block; }
 }@media only screen and (max-width: 763px) { #qCNJEWIK2gm3zRMir39plqTqmStI4tiA { display:block; }#qCNJEWIK2gm3zRMir39plqTqmStI4tiA > .row .container { width:20rem;height:247.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H4IUPBy8GRzJ64mRdSkS9Dkf5IWvfi4M { width:20rem;height:14.5088125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns0uXakEGf1mH7QK8Eafvupq3MoITaL0 { width:17.5rem;height:15.74039375rem;top:22.8125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0rhfDpGMmNNeVpcUCb2SBLchigPxtep { width:8.125rem;height:5.6875rem;top:15.875rem;left:1.375rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #beB43EucDATr8aroDlRcuivVtAsWRNi8 { width:6.875rem;height:1.25rem;top:16.4375rem;left:2rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #DGVAzF6TiZQ8bwd1PKWXpTXiJ4i2SPX0 { width:6.875rem;height:1.875rem;top:17.75rem;left:2rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HmXwe140C0CTJShScX6Ke752D6HSuOyN { width:6.875rem;height:1.25rem;top:19.6875rem;left:2rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cafv2CF7BrHe0CO0x9UswhA4RhyqC9Hl { width:1.875rem;height:1.125rem;top:2.875rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHN0dgBB0ya5aJ7pLiSXMEUPzw4cr7G1 { width:1.875rem;height:1.875rem;top:2.5rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXMrBFLe8U9npsTQXHN1Df1gaCeqQtFT { width:20rem;height:13.07225rem;top:39.8046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUoqqFg1QU4EyJX45GIZLAF3UoedDhPS { width:17.5rem;height:36.20298125rem;top:63.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbnXwSnVRAqD3Im43yC5UcTM9lyCpPhT { width:8.125rem;height:5.6875rem;top:100.6875rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dpXhdzP0e1zGHOtT0dTfNi4hkmvu5rLy { width:6.875rem;height:1.25rem;top:101.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lC8ilmIPrkkIP7bgMtsn6tzJpvb0NnpL { width:6.875rem;height:1.875rem;top:102.5625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #P8zEauoydTu1nFAqCRcGXaTXaD3zD2hI { width:6.875rem;height:1.25rem;top:104.5rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UBAWvTMHI2qwWMUibUy1KEKgq8VLALXH { width:1.875rem;height:1.875rem;top:49.625rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vykHHu1dHauZUNKb4byLtM8b47DZe2DH { width:1.875rem;height:1.125rem;top:50rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtWMZ7n6rlHn1TxT1eDGpkUP5k09t8nu { width:8.125rem;height:7.875rem;top:54.125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oBBpk3M7UWonBG74pzmldxSSGoiOI0lC { width:6.875rem;height:1.25rem;top:54.6875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lPoOxh5EBKVWi8LIAJ72k0H2Je7EZ3WM { width:6.875rem;height:1.875rem;top:56rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ktdIzi6TTR0Emtd6Walit6Z8zNMS5pTT { width:6.875rem;height:1.25rem;top:57.9375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #E879fGxATMHoEdDHdgpAwX8kl6hUkfXi { width:6.875rem;height:2.12535625rem;top:59.3125rem;left:1.875rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QIEgpv6lN2Po6G0xxpkTOeEB6QmayTCr { width:1.875rem;height:1.875rem;top:40.5rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAJgKDPV5GdWrawAvQhhBrxzZAvfCXpC { width:1.875rem;height:1.125rem;top:40.875rem;left:8.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5ckxbSwpLODV7hIlPy5TtM0phMQRTXy { width:1.875rem;height:1.875rem;top:49.625rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSacsCRXifFknz8vdAAUop8UfB9emShm { width:1.875rem;height:1.125rem;top:50rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2e30ScZi1eExQVT0r5Ab8s7dk7ZSZ41 { width:20rem;height:13.157894736842rem;top:124.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsGnV610IpHZ0zApi9TT2mFC79bDz3qv { width:20rem;height:14.25rem;top:179.046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWBe77ItKirDP2dGoSAqTl25cNqgCKmE { width:17.4375rem;height:31.48079375rem;top:145.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lE4PFR73iufhInAiXfMH04UQRauXhUIA { width:17.5rem;height:9.44425rem;top:194.546875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M78Xb2d2MoOqBTvewH7VzZ0uBuLQOOHi { width:6.875rem;height:1.25rem;top:139.3125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NHMcSTKcqmXTF7ftrpN9HWwT2avibUhT { width:6.875rem;height:1.875rem;top:140.625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #vss3kvR2pWW2X2oS2m61wf9ZOAMu2t81 { width:6.875rem;height:1.25rem;top:142.5625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #t0FSWzz4alu4g5TLd0A219qGoQvEoiDg { width:8.125rem;height:5.6875rem;top:138.75rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #srUtSvtTgBrdTQ09T2lRQZkeW8GLdhTu { width:1.875rem;height:1.125rem;top:127.125rem;left:3.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTJrcQsVv4TxE9T48hVehZM8w64HzWS { width:1.875rem;height:1.875rem;top:126.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4nagEdSirZDfQwIzsI7MQwTnRPhTMsb { width:1.875rem;height:1.125rem;top:125.6875rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds9w3xmFFJyTsUwxmbV3OEhTC2ezua5w { width:1.875rem;height:1.875rem;top:125.3125rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zt190iGLbgJ3xmfkmD4hpEg4EE33wPJB { width:1.875rem;height:1.125rem;top:134.6875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIccghqNILfDnAMVtwgd3TGBS6NinawE { width:1.875rem;height:1.875rem;top:134.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAColrkNJxK0c4B01inWGg0NecDF3xHc { width:1.875rem;height:1.125rem;top:183.875rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4V9IMI52K0G9q8IiZ13MsALdZJTcSML { width:1.875rem;height:1.875rem;top:183.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnCrQudyk4Teue9Ko7Ic86xobIyAZqv { width:1.875rem;height:1.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmMveT7elltqb1852THkkTIvTPxtFIm { width:1.875rem;height:1.875rem;top:50.4384765625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKUwuNTkzRhoa2OO7PLeskdUEHpwUO8k { width:1.875rem;height:1.875rem;top:135.0322265625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oh4FPLyJhEczex7WtVCurMPd4PPDTqRI { width:20rem;height:14.2099375rem;top:205.8671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olR4uwhIt8fuDCetF1JT4fZ27bEghwSe { width:17.5rem;height:17.3144375rem;top:228.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLedzdVEHrscBeUv7LhU3yBwOVsJNJsN { width:6.875rem;height:1.25rem;top:221.875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MzDvBuHsokTwZ6eGTEmDkKu8hpJJnK64 { width:6.875rem;height:1.875rem;top:223.1875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #eCMw1JJJPLE1T32DG9ZIUUuoTzsNhaPU { width:6.875rem;height:1.25rem;top:225.125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NFxzFrtKTQhQvziR1mKUmOborkf86ybQ { width:8.125rem;height:5.6875rem;top:221.3125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hvKcxLBfdhpEuR8xTSTqR3ErAgZlQz7W { width:1.875rem;height:1.125rem;top:207.3125rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X08yHSPRVXNguAFhVnOhDlRHJyEtMGFP { width:1.875rem;height:1.875rem;top:206.9375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuacntfcvyUCe68vGmGe9TkRsWwqxbeh { width:1.875rem;height:1.875rem;top:206.4921875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRX3Qvx5uS8eTOzd4rTLFsE901AWIHW2 { width:17.5rem;height:14.16639375rem;top:108.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU { display:block; }#cgoauHAmLQLx4MiXCmMNV3MfgTP1ykeU > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h74rRMsfsbTRasmXlqEM3AC9ordFWw3a { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUXteXuVNZTghWL5opMmG79P0IJe30it { display:block; }
 }@media only screen and (max-width: 763px) { #fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ { display:block; }#fTBZzCEyEKD4uWgeE03BXN6TGf0BEXFJ > .row .container { width:20rem;height:218.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vXGyKPn93rNLhi2urmT7CpGGauUApqCy { width:20rem;height:14.5088125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEX3cbRcS8dSpISNOgfzIh76ldgz3Lso { width:17.5rem;height:36.20295625rem;top:24.875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2L6h54mSM56DTUUgCUygFyAbiIfUxks { width:17.5rem;height:12.625rem;top:74.1826171875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKZEen7Dann2Qvdkn2tNTCbQveTtQBUw { width:8.125rem;height:7.875rem;top:15.75rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xeDUc4fFeSwnmv87oJcPk8uLsbaOMW7D { width:6.875rem;height:1.25rem;top:16.3125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #si1VAeXkdBOyaX6tR08T7pGiOMbhcB0J { width:6.875rem;height:1.875rem;top:17.625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Luk9ggJeoaUtzfxcpMvqnD6qhMZINCON { width:6.875rem;height:1.25rem;top:19.5625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TWyh8pxgEpqd4FRlXemz3xsJ00kHTcGQ { width:6.875rem;height:2.12535625rem;top:20.9375rem;left:1.875rem;font-size:1.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ZMDbTKLJfwhzVwNviwCQWSvGXMJvUhak { width:1.875rem;height:1.875rem;top:11.6875rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3v5eR0aIhI1aKAJHmQ3gy91tNS1Wqra { width:1.875rem;height:1.125rem;top:12.0625rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dt1Eq29hegNt7yCtrDX02e56QIdGkDZ2 { width:20rem;height:11.7890625rem;top:62.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIFO1n5XWMymPGpCrhmRaeifkWcWDSVu { width:6.25rem;height:3.125rem;top:107.64453125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tck6qUeJR3ZGfHsCNWEGGMwOaByoek4g { width:5rem;height:0;top:108.26953125rem;left:7.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NzfXGGpuqUkdTrgwkTMUg5v6HFNTyxUR { width:1.875rem;height:1.875rem;top:62.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn23ZZcnAJQhDVNE9i3OwNxUpn5r6K8b { width:1.875rem;height:1.125rem;top:62.75rem;left:11.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD6CcViJKB3TlxBsKRGTCXWhrHeQ4ogb { width:17.5rem;height:7.87020625rem;top:86.89453125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmgXo8mGfDd5lxyRZoJ7kot5CiFZbgRs { width:8.125rem;height:3.125rem;top:103.26953125rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bcbwlITwr16srd0DM15FrTD7021SAP2D { width:6.875rem;height:0;top:103.89453125rem;left:6.5625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G5xnD3e2x0ZWGVBFgpz6DDSLHWrhmPEl { width:1.875rem;height:1.875rem;top:81.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTLvBPLXdqTEWHiwOlfq9EcmQfdZaowF { width:1.875rem;height:1.125rem;top:81.5rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvDUKT4bivh9qsT4hwtU8Ay1ev0ou7u2 { width:20rem;height:12.709rem;top:96.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhedxlu1NmReViVSPly1iSCRZE60K00s { width:17.5rem;height:12.59233125rem;top:117.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5qHNuP3CEGak2Tcy7E6m7JJIPzbcO9e { width:8.125rem;height:5.6875rem;top:110.625rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uAK58423w5lwFOBhi4VaeR4faaQzrZur { width:6.875rem;height:1.25rem;top:111.1875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CUURsAmgECXHRoUBGWF0R70kV7TVKxr7 { width:6.875rem;height:1.875rem;top:112.5rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FkqwDSWhP8TmpyShH7RrxRytfnindrFr { width:6.875rem;height:1.25rem;top:114.4375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k6LubS7ZQEsTPibTR4V3yObtsKbKPaHA { width:1.875rem;height:1.875rem;top:98rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFHVs7RBBmmQU3ua6NdmLID1BtG5vrUg { width:1.875rem;height:1.125rem;top:98.375rem;left:3.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPWTproRR2t2wUufTZAOL10ZCp4q47T9 { width:20rem;height:12.5449375rem;top:136.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxCT57nzoF1WZ8xeQTIwXCAb2pHRizeE { width:20rem;height:43.125rem;top:145rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKRPT4LkF4gagtv2qeh5SOtBLQxw6yl6 { width:17.5rem;height:6.2961625rem;top:155.5625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4wExf0Nd0SreVS6WTHTNMl6iuD8qUMI { width:10.625rem;height:4.00035625rem;top:132.0625rem;left:1.25rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rXCTkquOmRVGy83qEd0zcUz3wmRtzwQC { width:17.5rem;height:7.87020625rem;top:163.0625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOqE3NmCEOFAz2ngaXnz40XvAlPTfgWS { width:7.625rem;height:4.375rem;top:137.25rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlhr7eQhvnZkdvesWCgPJGT3BVxiKWZc { width:17.5rem;height:3.875rem;top:150.419921875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1W0cyFgZsTdaWcbCpzBiJLyFbQX8CM7 { width:6.25rem;height:1.125rem;top:137.75rem;left:12.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foFFKrlWHkfUuVM3dKG8L0tUfJMfvCzx { width:6.4375rem;height:1.7507125rem;top:139.125rem;left:12.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVimULe1LNfyhdfx5pbIJ29TuiiCfxDx { width:1.875rem;height:1.875rem;top:146.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw9FfTH5ZvUIVoDEhT76NsSZMZzbaNQO { width:1.875rem;height:1.125rem;top:147.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcrpmoSHZVn7iPGpLsRx4zdTCyHn7tsc { width:1.875rem;height:1.875rem;top:141.9375rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtrQH0Cr5vpA5uREsyVDqm2tTTsTS3kH { width:1.875rem;height:1.125rem;top:142.3125rem;left:14.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxUQbFzAyP8JTtKoPE89BL6qh7z9ih6g { width:8.125rem;height:5.6875rem;top:173.8125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Qnb4u21Cqqq60d1BwUfJf8lPNPf0oLCZ { width:6.875rem;height:1.25rem;top:177.625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #enxXHruCHTJwtc3GHh1u0HmOthmxSwyh { width:6.875rem;height:1.875rem;top:175.6875rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GL7dlPdrUpi68ukcrQe7I76xkIxCS9JL { width:6.875rem;height:1.25rem;top:174.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Kyiu6KXkyqWlZVVqRwuOOmx6sMPiZs1J { width:6.875rem;height:1.062675rem;top:172.1875rem;left:1.3125rem;font-size:1.0625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Kug1NmLTokLkhQW4TeUaNPWbb9h8hSsO { width:1.875rem;height:1.875rem;top:0.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zO8mKGwWQDiHs9WBUfWr6hVr2OSXWOzl { width:1.875rem;height:1.875rem;top:97.265625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdv2kf8hpK2Vn1yAzFrPh4QnHkBFlwAz { width:1.875rem;height:1.875rem;top:137.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOkpW1dFJ0pn3ELZttUuHEBVFrqle01e { width:8.4375rem;height:6.5rem;top:196.203125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOpbJMLXPUueskrE6yu7dD3FpDO7pk5Q { width:20rem;height:13.578125rem;top:181.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfrUaV6USbZl8AKODtnuQIwbxCVpO5uc { width:17.5rem;height:12.59235625rem;top:203.953125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiAERslfTRf98KboeEWFyBzsNbTiapMX { width:8.4375rem;height:6.5rem;top:196.203125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTuWXykm7fxzlDo59uUVCKTzfJq7UACE { width:1.875rem;height:1.875rem;top:182rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyJb9sKg5AqM2JMoSc59asASSwUFOleO { width:1.875rem;height:1.875rem;top:192.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6qfhA1vq8EZToeZGmUbHpAqxJI4e2cf { width:1.875rem;height:1.125rem;top:192.6875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHPGt3Sho8ltMgXeTEMFDOAMSgawrnBk { width:8.125rem;height:3.125rem;top:233.16990625rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ic4AnaqEby1rXAQAThgiAy9FATTPXadT { width:6.875rem;height:0;top:233.79490625rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #giod9JN1HlhbT4aC0zS5K8L9bIO28V7g { display:block; }#giod9JN1HlhbT4aC0zS5K8L9bIO28V7g > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bdRhwo2bRPvfN5xKmKshTkV7FntCmZXB { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0GgdOOP2S5c8Ol0KRSq49nA3oyA6Vcr { display:block; }
 }@media only screen and (max-width: 763px) { #dIASrbSZukxmun0NerFDyhXL4HT4Ggxz { display:block; }#dIASrbSZukxmun0NerFDyhXL4HT4Ggxz > .row .container { width:20rem;height:211.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xeQ8yUT0P1PzgO2Jib1qgGTBNfkOfvVH { width:20rem;height:32.222222222222rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sH6TLgQRvPvElnlEnEtnhRnNfnFzKZXM { width:17.5rem;height:6.2961875rem;top:33.471214294434rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8f0thEFTcI2FTDNCAahSpJgJMpE9LOi { width:20rem;height:13.1099375rem;top:41.641511917114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhtWcrZvFCslILM60P0L2MNyAmr8XrlM { width:20rem;height:17.777rem;top:54.751419067382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCxOnwVIxrTTKE5IyTk3Tat1qILrwmek { width:17.5rem;height:6.2961875rem;top:73.778319358825rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nm8Uw6hB2nzBqyC0kIFDbxVF3Fvot7rt { width:1.875rem;height:1.875rem;top:10.875rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufSgGn3cL565ystuTzVcN0xAbyIAAqU5 { width:1.875rem;height:1.124825rem;top:11.25rem;left:10.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSnS97A9Dep7fEbiECRL7P3wTnmQe2s4 { width:1.875rem;height:1.124825rem;top:42rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKhw2XLs4VebzWmE5ISqTmtJ1oZXpcOa { width:1.875rem;height:1.875rem;top:41.625rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m84qFTiTzOv2JELuTgVJFCftOebFKtXI { width:6.875rem;height:0;top:5.2494506835938rem;left:9.0625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGqTz9DPtorJcPG4K97D6MbcPZflp1sx { width:8.125rem;height:3.125rem;top:4.6244506835938rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihGqOtBeRAXPl7XntTC7so5Xk5uVgyGL { width:5.4375rem;height:1.875rem;top:0.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnSqsMmPfJ7WuJvGZflzzGv8L4LcBWWE { width:6.875rem;height:0;top:75.310706933594rem;left:3.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wntOs4dTAT0ldKr0DEdAdmhPlyO6sNP2 { width:8.125rem;height:3.125rem;top:74.685706933594rem;left:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HAQP7G5pWMZe2O21K0tDtzHtbMTpC8GT { width:20rem;height:14.3634375rem;top:81.948685646056rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aboWwVzZWEUSlheqMbfSIy8Rtcy81tcL { width:17.5rem;height:14.6218125rem;top:118.27858352661rem;left:1.2491122484207rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #CxLd7LzEohp8smAK7xTJfI314B27Oebp { width:20rem;height:8.6875rem;top:151.44448623047rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvLThRrZ99D3QqzhIIAHEO71nBmbPp2O { width:17.5rem;height:12.5923125rem;top:104.43714332581rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlmsV93TXtXKTLNXwZCNuHFALTLlC1W9 { width:1.875rem;height:1.124825rem;top:85.5625rem;left:15.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvqP8X3pdkUZeRezT0zrN5ShaTyqlCIf { width:1.875rem;height:1.875rem;top:85.1875rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFIT8FfZwHmdXmaFB89PFamUVJ9gIlXt { width:20rem;height:21.4435625rem;top:134.7753200531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvJHZem2s35JXTv1QwuX2GHFsEqyMsFt { width:20rem;height:21.4435625rem;top:172.54516506195rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpdiQAg1rfTGRCN7r1p9NPAbdNbGmxDM { width:17.5rem;height:6.2961875rem;top:164.37411117554rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMJbcC08mFXekF2dhezQMP7Hm8BH5K8M { width:17.5rem;height:7.8701875rem;top:202.06242179871rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzB5dpeOfRgieJMTQShbLWnFgr82rTOT { width:1.875rem;height:1.875rem;top:141.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7ACTxyd4TAA5vdHByApBJHyyTTV3C5C { width:1.875rem;height:1.124825rem;top:142.125rem;left:16.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVTBbDeXXnR7ZGBeUhg3S97XO0hH9kxw { width:1.875rem;height:1.875rem;top:188.1875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4TrPSAlCB6BHmU3zvIrKJaixQqdzFmT { width:1.875rem;height:1.124825rem;top:188.5625rem;left:14.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvngrlpZwiUKAVUD5fR2T7gzUn2QnJT5 { width:5.4375rem;height:1.875rem;top:94.241382598875rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE4Zsd2NHrLncxQsxoI9sehnxdyBCZTR { width:5.4375rem;height:1.875rem;top:134.9620013237rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #r12CH5DT0s80JKMingn3XrPMBVeOWPIF { width:5.4375rem;height:1.875rem;top:191.98134994507rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8yLc89J8Ae4PUfetXUoOKmfpwZ3w64s { width:8.125rem;height:5.625rem;top:97.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEDt0414XvG7JCPyZhci3xtDfqRQPE2f { width:6.875rem;height:1.25rem;top:98.125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaoekOn0uMNDS7Qq9tUON7a1XXuxDD8O { width:6.875rem;height:1.875rem;top:99.4375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W56GUS4GL4M29IATE26mZ9cQo9cSFBy7 { width:6.875rem;height:1.25rem;top:101.375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCpfIetLRqHxix78dlxrsxzBOTIiCxBD { width:8.125rem;height:5.6875rem;top:157.4375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #EG49wT242ybsp7hFTUvdZvXUsxPiiGTh { width:6.875rem;height:1.25rem;top:158rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FadttJPWwvLn427Ttm2xTK6oRCTlGXZp { width:6.875rem;height:1.875rem;top:159.3125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wXdaJ4xpTNZ6Q5PSpM1h7G2plrd2Gzcx { width:6.875rem;height:1.25rem;top:161.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #CdhFEzEc3OSmhqyz7AJ2FNKXS8iNOy73 { width:8.125rem;height:5.625rem;top:195.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePzW9Rdnp5fMH4mmsKawbxHpEAfM5DoB { width:6.875rem;height:1.25rem;top:195.75rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE3X82OIryPeEPUosHc7iu3AlFFOvrMo { width:6.875rem;height:1.875rem;top:197.0625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZaEc424eCfroqE2KMZWU0RdTfo2ye9Dp { width:6.875rem;height:1.25rem;top:199rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA { display:block; }#sNBrS2SbMkNtKSDI6EbnuWnXgQ3rc3ZA > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zyiin1nlAQNFuDH18B5SBhTWt1DvlCJx { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLibDuTcZJaWDweJkGXfv6oD3oayRITO { display:block; }
 }@media only screen and (max-width: 763px) { #PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D { display:block; }#PTqQQqGk66Z6ooEpZ3blIl8eMLUHO87D > .row .container { width:20rem;height:369.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F1aKlPOG2Ni0S6OCF3JG0H2A0Vq0eBcx { width:20rem;height:15.236125rem;top:0.00011026859283448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmnsRZH8lOWpB0Z4dCRIzdx0ouulQZ4N { width:17.5rem;height:13.375rem;top:34.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxlPqHBfoU99p788R6iC96WRqsampCbE { width:17.5rem;height:1.46218125rem;top:48.0625rem;left:1.25rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #xo6zyrWqWXtFTt6gVZLicuAw67rTA62I { width:8.125rem;height:2.5625rem;top:13.312347412109rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TVoTW2R0ciVguRAlxcyM79gU1R7M0da8 { width:17.5rem;height:9.44425rem;top:23.374467372894rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f42Q57Z80yIpucSmqJ63sx2z0Q8QgUiP { width:17.5rem;height:14.6875rem;top:50.774235963821rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTZlBFVBINh5NJJiafADFcp3Sr1TyqST { width:17.5rem;height:18.88848125rem;top:66.711534500125rem;left:1.2491122484207rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #TmzGItc75Q3Q1zTD1LOOlCB1v2t31Qru { width:1.875rem;height:1.124825rem;top:11.25rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HShTV1qMJZ6MqQtQ72hwvaBhhgWVtMJf { width:1.875rem;height:1.875rem;top:10.875rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOXTv7SuGTmi1TkTUV3gQM3K3BgkexTT { width:11.25rem;height:16.4364375rem;top:86.848451614381rem;left:3.6780894994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovE5nvFQqhqs1wUTJayXNN4ABi4bC7Fh { width:11.25rem;height:16.4364375rem;top:108.30517005921rem;left:3.6780894994736rem;display:block; }
 }@media only screen and (max-width: 763px) { #me3q9JaOBxuhe6tucr5WGF416LlaK8C4 { width:11.25rem;height:16.4364375rem;top:130.66405963898rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #UPMh7ElZ0JyPP7BRaaHw5TmpJ6aNyDPS { width:11.25rem;height:16.4364375rem;top:140.72620391846rem;left:7.5559304952619rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PJHSzblS8rVgtaeiHOJxldUpR1JOLaV6 { width:11.25rem;height:16.4364375rem;top:164.61113929749rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN0mixeWmOitvmOfixRa8NRNDDqQ1DQT { width:11.25rem;height:16.4364375rem;top:176.96820449829rem;left:7.5559304952619rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #A7k7uxngNfuSrqbKoCmhVFUzbLgAXEz5 { width:17.5rem;height:3.14808125rem;top:103.28390693664rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD8cQq0EZ9dve8y5xMZNEq1ehRFH13Wp { width:17.5rem;height:4.722125rem;top:125.36487388611rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfgWEwO9L9In3oHvkgnK2hIurZJymUm { width:17.6243125rem;height:6.2961875rem;top:157.69089317322rem;left:1.186967253685rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceztB8AMyuL7yJM1Azrf9koTiG05JQap { width:17.5rem;height:6.2961875rem;top:194.02790927887rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv38D4N54TI8N48iQqfOFRZy6szTgM5v { width:20rem;height:11.8181875rem;top:202.19902801514rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqUMEGbFGThUCoV2efhnNR7mFFghANLP { width:17.5rem;height:19.00836875rem;top:236.50380086899rem;left:1.2491122484207rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ipWL8MmfOyJOVeutkrs7QlxzwOHZSbKJ { width:17.5rem;height:9.44425rem;top:222.12369918823rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX4fvodzynIJsNPFfuO4LKE81T53RmEV { width:17.5rem;height:15.1873125rem;top:289.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbEBRSmvBhKQat30zCzn48tUTuWzEJdB { width:12.5rem;height:2.9243625rem;top:306.0625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md1vbBsTraDhsSPCwT21GWOnn99ylkHr { width:5.9375rem;height:2.8125rem;top:310.25rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4HPCr9nX2R9TI0fls4DKCHw8NbDitxo { display:block; }
 }@media only screen and (max-width: 763px) { #TAsQKu07esS6zyVa6H1DJtXHQHSS1VHZ { width:17.5rem;height:15.1873125rem;top:273.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3GDnPrZkOiDUpDriDZxBTXr6wAIXq0M { width:17.5rem;height:1.81285625rem;top:233.44178199768rem;left:1.2491122484207rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPgnsK23LvHsxTxa839189eL3DItC8i { width:17.5rem;height:15.1873125rem;top:256.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQyFbWJaO5sQur6OzMV9DNZH9hdQTBXn { width:17.5rem;height:2.25rem;top:269.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgSamtVrLbUS7GyWmPCJxBZ6iucke6X { width:17.5rem;height:2.25rem;top:286.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQIv0PQ4bBCZKPRbU1kiX5PWnG3ydZTT { width:17.5rem;height:2.25rem;top:302.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw0UlAaXG49f9Nlx8WWVg5PQTqwCtDaH { width:17.5rem;height:1.298825rem;top:270.1875rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Q4h0goVWNWWuywnqxTz43wAzdCOOz4 { width:17.5rem;height:1.298825rem;top:286.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcT5xJUgxVIdEBP54K6ivxonwxKP93DX { width:17.5rem;height:1.298825rem;top:303.0625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpPGni5uVXTvIQ6SXQLpVHsKohLJCC4L { width:5.4367875rem;height:1.875rem;top:0.18752193450928rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxSloGoWEAifM127cqOiCCaUgsN583BB { width:5.4375rem;height:1.875rem;top:212.00975227356rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQA0VqJ0LTrtpTvNdombd7UN88XWQl2B { width:1.875rem;height:1.124825rem;top:204.0625rem;left:12.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyEg9xUGGeA69NNZPy2ohr4RTqdDs0Rw { width:1.875rem;height:1.875rem;top:203.6875rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8iJBkQOSreD5K9z9AwFy23t6mg1H78r { width:1.875rem;height:1.124825rem;top:210.5625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMkkAaMUkwnFw3c3BINTNsHshg48FuIv { width:1.875rem;height:1.875rem;top:210.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #et8Nprgy538CTrCgenmGHhuFpM05Imh7 { width:20rem;height:21.189625rem;top:314.93691635132rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd { width:17.5rem;height:14.409625rem;top:345.87542343139rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }#CdA06cMZ0N6XcNk8T8QGwSKvhseQ1yDd li:before{  }
 }@media only screen and (max-width: 763px) { #vEW9Czi7PFNdJPFMtmv64WxSM1p9Iiqr { width:17.5rem;height:7.2514375rem;top:337.37393760681rem;left:1.2491122484207rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtSd0AttPXOmm1mpVtxDPxyeWhDSanBA { width:17.5rem;height:6.2961875rem;top:361.53318023682rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvqw5WcitCSETulRKPLykWfaCGSmWFts { width:5rem;height:0;top:379.92639506836rem;left:14.375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rb0GXxLTMeSla0sMDR9E7oTg6BRsqdG3 { width:6.25rem;height:3.125rem;top:379.30139506836rem;left:13.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wOSVU86poQNrWmz0kDVhPoEDPnwZw0il { width:1.875rem;height:1.124825rem;top:328.25rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8AIwLhAAroKfhXb3bUeqJL22mTfB3Zd { width:1.875rem;height:1.875rem;top:327.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiWyBe0LL3OcisEIEEUH73wLsL7V4yqs { width:5.4375rem;height:1.875rem;top:315.12166213989rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaaNTGqAmiwZnKgXIX4WZpFiZsZfofJg { width:6.875rem;height:1.25rem;top:17.0625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uoctobAK0XafK8bU2f2yXZFlOqVTySS0 { width:6.875rem;height:1.875rem;top:18.375rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UGMLuUV4sV7PbM7xB9W787JRDOpUh98Q { width:6.875rem;height:1.25rem;top:20.3125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pskHUEwukZ9Nb8TLMGelbHIgkpfvOfgX { width:8.125rem;height:5.625rem;top:16.5rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AFldOIpStkNTDt2CVZhPUAtSfanaNpAG { width:6.875rem;height:1.25rem;top:215.8125rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TcH1CxMdF2TvMZo1lvcBHTFJK1My3PQo { width:6.875rem;height:1.875rem;top:217.125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tDdn2OhpwTNG1Rtl0wIXfg4gzThp34iQ { width:6.875rem;height:1.25rem;top:219.0625rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #yM9PukqgnycdKnf9yO3NXTF5ksT7Mprv { width:8.125rem;height:5.625rem;top:215.25rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp { display:block; }#bHxU7SGoluoTXTy0vNASDsRMadwMX4Qp > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RT601ltTsIf3IPi2FUp3cCINEmQSoMBZ { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVEcFdQTwv76fDKgRXJUZtooK8s1TAff { display:block; }
 }@media only screen and (max-width: 763px) { #QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS { display:block; }#QD8PCWLzzTeVNTwoXgApDhaNRW1yyfcS > .row .container { width:20rem;height:224.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeUmF4tnFvU77abV6ut1MzdTirT3XtPJ { width:20rem;height:10.454545454545rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6EgWPDZaykCIUGFarTf2CqSWWvl3FsR { width:17.5rem;height:7.310875rem;top:11.70458984375rem;left:1.2491122484207rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dpmNqx7lxMdsxD05RTmkZPKOoCxF10ZJ { width:20rem;height:5.9375rem;top:2.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vPTVT9lqtSTxuRe8gxR10UEpbJr4Bt1t { width:17.5rem;height:6.2961875rem;top:20.887817382812rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woz8JFfxi104cbXwTtOiO8aeCeNSa7Rt { width:17.5rem;height:7.8701875rem;top:28.433959960938rem;left:1.2491122484207rem;font-size:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #S38rymcqinTcKTI3ENcGOmAkJFytJRZw { width:17.5rem;height:17.5rem;top:109.04473876953rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Tpo2oiKl0ICPasZvlm1DL9sHgWFk2R { width:17.5rem;height:17.5rem;top:84.44873046875rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJKRM8Qt7mcSvzhJLGdA1O6uEE9UL7qT { width:17.5rem;height:17.5rem;top:62.149353027344rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdiyFf4KqLiHq3RxyOwSiXbKW2EgAktb { width:17.5rem;height:17.5rem;top:36.927368164062rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT6DbLvLUZpC3H9t4xzo6TztRmnGXL4I { width:16.9375rem;height:5.84871875rem;top:55.051513671875rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkSXQOtuPKfxmfLQFpfA89D8vrhipcZJ { width:17.5rem;height:2.9243625rem;top:80.274353027344rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qB0EmLeouL28azEyQdQsXl1sCTqz3Mzm { width:17.5rem;height:2.9243625rem;top:127.16973876953rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZ6VBETVPZBQlsxJQJt2IUNwKdCNTbuV { width:17.5rem;height:5.84871875rem;top:101.94873046875rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVr1d6NuIessD9fcuVTGgurp2Xqq9HTk { width:6.875rem;height:0;top:12.5rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FWMoFrRIk2lRl7KS1XCNDW7hGlGkDEiQ { width:8.125rem;height:3.125rem;top:11.937133789062rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XXnbxTfAH6r5tyRrgIKfUw1uB9MBJREK { width:1.875rem;height:1.124825rem;top:2.3748168945312rem;left:9.0624994039537rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #s3VuVpL8DdfcfamuIXeTCtiSXC6tOcu5 { width:1.875rem;height:1.875rem;top:1.9993286132812rem;left:9.0624994039537rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Oab0LkTC0NLiffQ6v1A8qNtHBkLThoyA { width:6.875rem;height:0;top:30.374633789062rem;left:12.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RIPOuB6Gh5xZbh5Zq3g95nF0uXLuUG7V { width:8.125rem;height:3.125rem;top:29.749633789062rem;left:11.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L9HRCVwpk6IybUyUPuZ8LvpfZKT7QkX2 { width:1.875rem;height:1.124825rem;top:2.74951171875rem;left:17.562143683434rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSb0CrXUUIxOy3XOnlzlpyeITwzHgrW { width:1.875rem;height:1.875rem;top:2.3748168945312rem;left:17.562143683434rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEAvql3Pth1IybZTxsdlE3wcire0Uw8M { width:5.4375rem;height:1.875rem;top:0.18731689453125rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #e31C7ZKnRDWLeiPKqzCSF4wTm3pH1ZzJ { width:20rem;height:8.3418157894737rem;top:131.99932861328rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrT62DJR8Sy0V2UVHnar8cU1xTZx8eH9 { width:17.5rem;height:7.8701875rem;top:148.4375rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpNC1TlomsCuxOzsnIiatD2ZtoUJH0aG { width:17.5rem;height:17.375rem;top:171.99932861328rem;left:1.2499998807907rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #M0GUtAc0pAb3dUaq8VdrDvvtPX7EirvQ { width:17.5rem;height:2.59765625rem;top:186.31213378906rem;left:1.186967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBLqt4o7t1eLMAqBBZBTr3NXHc4lpfNh { width:17.5rem;height:3.75rem;top:185.625rem;left:1.186967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyaxfKJHHl8aXkVhDV27zdQeXRSIHKoq { width:17.5rem;height:13.1596125rem;top:157.56213378906rem;left:1.2499998807907rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n5sKc5BLKkTdPPX8wWEc8Es2HLdV7r7q { width:1.875rem;height:1.124825rem;top:132.93682861328rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7TwgTZIMXLA37Gx7N1aVI0GTPmn4Sr5 { width:1.875rem;height:1.875rem;top:132.56213378906rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEKt7047pM0cc5rKIZf1Wo00elpqblJs { width:20rem;height:8.341625rem;top:191.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HR0HgxPfhX2urcP4Igib7UAOkZRL3t6I { width:5.4375rem;height:1.875rem;top:132.1875rem;left:14.562322020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Pe41V6E4OXvVRp4hQluH583bQ4Nzq0 { width:5.4375rem;height:1.875rem;top:191.43731689453rem;left:14.562322020531rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnFTDHcJQHK8kb3pQ21STkE5sCyCxwIS { width:17.5rem;height:9.44425rem;top:207.68731689453rem;left:1.2499998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNHtR7tBZZsHkvPJeGOQsUwUUBQPtdm { width:17.5rem;height:4.38654375rem;top:218.37445068359rem;left:1.2499998807907rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLqJHU2O6XMXKKzfH8WMJNPLxxeIDsva { width:1.875rem;height:1.124825rem;top:192.99981689453rem;left:2.4999998807907rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cx9aiBcSrmOPbXXqUPZxXph3rRIGVBJM { width:1.875rem;height:1.875rem;top:192.68731689453rem;left:2.4999998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtOSpZOxMERae6iUhyIVfbCTO5doV2P7 { width:8.125rem;height:5.625rem;top:141.5625rem;left:1.2499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2NFRdbAIyB3oUKlk4XVTZehxOyNfgzf { width:6.875rem;height:1.25rem;top:142.12445068359rem;left:1.8749998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nl7IpHsgyKRV7k7PEWlXAJ7q9wG59iNd { width:6.875rem;height:1.875rem;top:143.4375rem;left:1.8749998807907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9E8ed6oST6tvgEsbCH5tBn3fLikl2fM { width:6.875rem;height:1.25rem;top:145.37463378906rem;left:1.8749998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DISocrlkFBgND1TLn133AEoHtp7219Ta { width:6.875rem;height:1.25rem;top:201.37432861328rem;left:1.8749998807907rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Uc42iGpOB06PLqKeJaMsG7EVLVp8oP5P { width:6.875rem;height:1.875rem;top:202.68731689453rem;left:1.8749998807907rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #WDQolrqmiSFi9480zrkw0XaEzGUW8pBQ { width:6.875rem;height:1.25rem;top:204.62445068359rem;left:1.8749998807907rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uz8gvV7wCc8K3yghZnzIomRGN50lBmFg { width:8.125rem;height:5.625rem;top:200.81231689453rem;left:1.2499998807907rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TzGkOuxWlXu78asPkIrEeENm6mlkeCgo { display:block; }#TzGkOuxWlXu78asPkIrEeENm6mlkeCgo > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X410UcJeZliTRW5SlxlzDOFNTKM3s71Z { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUINXQeWqLOVafaJNtt1aDxPrcmFTkTv { display:block; }
 }@media only screen and (max-width: 763px) { #DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB { display:block; }#DkuNNFZNTJZCf9TLeyn17OpslIFHh7mB > .row .container { width:20rem;height:231.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9VQTOEBMiJKaMvkLzBV7ZC0RG5vezfh { width:20rem;height:11.818181818182rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtIZauTTTgxXbbpCyXAs3dILUaXRaQ8M { width:17.5rem;height:5.24946875rem;top:49.628017425537rem;left:1.2491122484207rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 { width:17.5rem;height:21.4915rem;top:55.50248336792rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }#I135Q2ZVlmhCHlwRZi5iGWzxMWbqNK11 li:before{  }
 }@media only screen and (max-width: 763px) { #v7v9GSif1b22RGKEzOEBIET40cpxdNZ8 { width:17.5rem;height:6.2961875rem;top:19.936079025269rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0VCoRPg0VnwMBVNsIWI4X77s2DtiF45 { width:20rem;height:11.81375rem;top:78.243959426881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJIERzeLgQt1Bus9gd6wRqpyeJcOsA6y { width:17.5rem;height:7.310875rem;top:91.307701110837rem;left:1.3050426244736rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFiRzOEkvUL1M1NNREwlPo3KwK3dLcz0 { width:5.4375rem;height:1.875rem;top:0.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lleSxKJI4RkVH78zd6QZx2y0EypyX0mM { width:17.5rem;height:10.25rem;top:27.482243537903rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib80KnMpUOdQ5elEhES0bAxgCLOceTfM { width:17.5rem;height:8.7730875rem;top:38.980823516846rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkuNcJRG6Rtsa6JNaZEOzaOo3zDbvWWJ { width:20rem;height:15.185185185185rem;top:106.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8UnNoPfEJy5ZKB71wVp2Likr8ANuQs { width:10.06125rem;height:4.38654375rem;top:120.31160354614rem;left:9.4371446371081rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF5AOyeUUSqX8Kk8aIVNubT2uXE1OoOc { width:1.875rem;height:1.124825rem;top:1.5rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk87lExFieg3crHX9ebZVOgF7qFIGsTH { width:1.875rem;height:1.875rem;top:1.125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJBJ0E14sQBJmtaNeFfB8De1cOUtOAPi { width:1.875rem;height:1.124825rem;top:104.6875rem;left:10rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGHCPQDz8EOXf1p9AFnXA1hR33sTTHT0 { width:1.875rem;height:1.875rem;top:104.3125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUzV3kFxvyfilefWpJuvNppyy73ShoCc { width:17.5rem;height:6.2961875rem;top:125.94814682007rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVqFroltDJ5WN2nD6838J3VIg1z5GzLl { width:20rem;height:9.07225rem;top:133.49426651001rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibTifR9ioLtXFAxcNpJvzIQSObPXSZLh { width:17.5rem;height:9.44425rem;top:150.68714141846rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHQ2m88AidtV8XsZWSPne2MbBO2fnKJh { width:20rem;height:10.4989375rem;top:162.00638771057rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDQXNEpHqzQK4UOv813PMgs2GULKlDkB { width:17.5rem;height:6.2961875rem;top:180.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m8NPCHaNbAR87PiKOJ9caWfwb6N4b1AV { width:17.5rem;height:4.722125rem;top:188.1875rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #opwWykCLfqXM7RwWRhi8sKQTSbQRe0Vf { width:20rem;height:15.131375rem;top:194.78324699402rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUtEhxBAZt8Thz2CrRStFJLqGG683QNp { width:17.5rem;height:11.0183125rem;top:218.06196022034rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv36STfiU0IS6Vy3grktwDAk5nlBMtuH { width:5.4375rem;height:1.875rem;top:140.55912399292rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbR8CMwM66dd49P4HZ0NuaEsIagOH5ur { width:5.4375rem;height:1.875rem;top:170.49964523316rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZ8c8TqHzKHin46780uBE9T0tLd7SWZ4 { width:5.4375rem;height:1.875rem;top:207.90726280212rem;left:14.563209891319rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIT2kXitmiVlzqM2KEJi0Ndhl9f5ZyiQ { width:1.875rem;height:1.875rem;top:134.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb71frVkhuIDrIO4lbBNPZTN9RUTMhnI { width:1.875rem;height:1.124825rem;top:134.875rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlbOhvHcu2e3LvpqT2NkJ57fFi5cCqPX { width:1.875rem;height:1.875rem;top:162.625rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVbuJ49zvzks4z1rnLvTp2QwnLpfikC1 { width:1.875rem;height:1.124825rem;top:163rem;left:17.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReN9xlOe8cbirHVAgDHXvP89RpFnN52Q { width:1.875rem;height:1.875rem;top:197.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWpTbgANXhUGzypWipe3wDVdlZ3bLlq6 { width:1.875rem;height:1.124825rem;top:197.5625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVul2Cy562X0yMPQKIpTwRbECpkoWyDm { width:6.875rem;height:1.25rem;top:13.625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dma18ZW0aorpavKlgeg8DSq9o30aWwuz { width:6.875rem;height:1.875rem;top:14.9375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTbaRELfUDcH471ykF64I2LfB0M1oE4G { width:6.875rem;height:1.25rem;top:16.875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGp7xrprrpEpm7Z2kg5gAuEIMuR21iAe { width:8.125rem;height:5.625rem;top:13.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaOIuwGfrVMOQJWriSmC5rcWd89hasRH { width:8.125rem;height:5.625rem;top:100.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3kVItpZtEaezUqUSNkHd2n7NgF0w7X { width:6.875rem;height:1.25rem;top:101.0625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs5E5pGg4VlOG15pTw70yzA7Hq1TfHA1 { width:6.875rem;height:1.875rem;top:102.375rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCwaio2vAnp3SnFGenytQJHKRcKypVMs { width:6.875rem;height:1.25rem;top:104.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl9PUfKAQFUvG4EeM3JX1i8VeI8VK2W4 { width:8.125rem;height:5.625rem;top:143.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HuJXdQnLp8nEA5hcAMZzuNufuh30wqwa { width:6.875rem;height:1.25rem;top:144.375rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoHXReKAu1u05xt5avvzrP4fPCcixXTB { width:6.875rem;height:1.875rem;top:145.6875rem;left:11.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2SykTtHVUg52J5H68evRTbI1ibVnfxd { width:6.875rem;height:1.25rem;top:147.625rem;left:11.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmZ54nnSdSfDpCKU8mTPo5bDxOe0FNyL { width:8.125rem;height:5.625rem;top:173.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pqffw7JrPT3EiKuRnk6AuuLQbdL6LQi5 { width:6.875rem;height:1.25rem;top:174.3125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3LCiZPkLMmeoomObQ9KLPEsOpnMdtTQ { width:6.875rem;height:1.875rem;top:175.625rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMD1wKguV7m5MZyQaopTn9OP4kB3wXBc { width:6.875rem;height:1.25rem;top:177.5625rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJVfb99zsLeVkMIQqXyFfPlhdHUHbuEk { width:8.125rem;height:5.625rem;top:211.1875rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #rBLnbRh0Vysla5EHCko9A3N3xwXAk5iG { width:6.875rem;height:1.25rem;top:211.75rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #i3KaUNko0TbpAEb31dXpXsEo6ULUJ3Ja { width:6.875rem;height:1.875rem;top:213.0625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #iDA5nWsk97aOFm7TL3UPNDAl0KUmumiF { width:6.875rem;height:1.25rem;top:215rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 { display:block; }#uHh4gXHlXX8y6eixRHiF7ioXBL2qXsM0 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sKNyoWqQCIBSu64WRM20Q3squCkFnmTg { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEDpRs2NGcttETFqyBgQUrwh2XcMvIDA { display:block; }
 }@media only screen and (max-width: 763px) { #VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd { display:block; }#VMFDx2GlQ5OsTXX8KlhlKqMnEUcRyMTd > .row .container { width:20rem;height:299.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rU2I78v2oUXCfq6g7HV7IQN4qcb4WZZ0 { width:20rem;height:22.657125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u54n3pqdgHxbV4VlgasV1myppZ9vvIsg { width:17.5rem;height:23.5rem;top:31.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nybfzFTByTEcy3Z51ik2LZPsWwoGEHci { width:17.5rem;height:7.310875rem;top:56.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsWv5LlspmMytW1deITE0FgUiSz8DZfs { width:17.5rem;height:6.2961875rem;top:23.905363082886rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evV0684cnPDKgxN98mguqORTh2Lc7UaI { width:20rem;height:17.777rem;top:65.371069908144rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THnKRpbhkHPNzTPRP7BSFehSopRSDBxM { width:20rem;height:17.777777777778rem;top:96.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #duSho17EGQu8dJ0vOOrC4DX3lIXlWECu { width:20rem;height:2.25rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GZTTtNEycqNTlUwgCf9iE9g7yZUszzna { width:20rem;height:2.25rem;top:87.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IMK2c3DQsBQDZ2UeUokqGgWya2hpsP0O { width:17.5rem;height:2.59765625rem;top:84.397194862369rem;left:1.2491122484207rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o2hmbD0sCKb34gAXKZOt6QqNXzo7T35S { width:17.5rem;height:1.298825rem;top:115.27698707581rem;left:1.2491122484207rem;font-size:1rem;color:#000000;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOWiFivTnE5icx558ATRBbT50HPmCKTE { width:17.5rem;height:6.7471875rem;top:88.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMW4T7fQCvnqTBTiKJIKAPQhT1WNdDuO { width:17.5rem;height:12.5923125rem;top:124.6874961853rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELsLHH7pLOUix7ihJDzfSP0w1MkL9tgP { width:20rem;height:16.701875rem;top:138.52896118164rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQ2sKlrkTIW1kIrNztE6L7bMLTtAT9xN { width:17.5rem;height:24.0625rem;top:167.8125rem;left:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNRntZNPtkm8fSFIiBqkt64QFgGWWUm { width:17.5rem;height:17.3144375rem;top:205.39247703552rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcJCcnRLRwLWRgZzkGuBLEwIdg6K397z { width:17.5rem;height:9.44425rem;top:156.47903442382rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvUFCT89kw3xvcJRdUiEJIf0b1n6ThD3 { width:17.5rem;height:11.0183125rem;top:193.125rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVqc0cPqNt7QypKBR6fA6cz5NnelRCUO { width:20rem;height:20rem;top:274.07760047913rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #KlDet6N93krce9BT0mFx4dbiMxoebOS6 { width:14.12375rem;height:2.24964375rem;top:278.0625rem;left:5.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxwTFfBqu2NJmKW7Nt5hGGZVJ8yZ4Le9 { width:20rem;height:49.5rem;top:224.57998943329rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCnJEcOr7bZAsm1kgzxEkiHkmvdgHiiT { width:17.5rem;height:7.875rem;top:224.58006668091rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #V17NTpvoyeGkA562ixe3cxipR3fi1ifv { width:17.5rem;height:16.084rem;top:256.04758071899rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQIB4duZ9wEzZ8CryIhscQetUKSS6eos { width:17.5rem;height:20.4705rem;top:233.70293617249rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmRGM6Ub99qKEKs4ZTHlEUPf8xGoiGEl { width:8.6239375rem;height:1.5625rem;top:274.6875rem;left:8.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwL6010AEHRRQoiS57dTzrklrAoIxSiz { width:12.6243125rem;height:1.749825rem;top:276.25rem;left:6.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRXKvHq2LKbfMmKcCKkhCdm7h9Jd5ImD { width:17.5rem;height:2.9243625rem;top:295.32754516601rem;left:1.09375rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #phHWU7QLP2eDTTRRdINkNkd109Bn6hxW { width:19.6875rem;height:4.1875rem;top:284.08187595215rem;left:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bHJA9eOKeAWExs10yHvm04V56GiwTxg8 { width:8.125rem;height:3.125rem;top:13.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #X6iLGOH7h0OTrSgpGgXcBCl6mML9fFiT { width:6.875rem;height:0;top:13.75rem;left:8.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EhcZivNHLdUuohM4wyRiJ6Fvp3khk7VR { width:1.875rem;height:1.875rem;top:5.375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfaGwsfeEbFiT6BnZKwsJbWFZ0aeCmP9 { width:1.875rem;height:1.124825rem;top:5.75rem;left:5.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXUxmmiGpCtie59clWgpTZNWGAZmVGd { width:8.125rem;height:3.125rem;top:73.51366345215rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwPDSxGRp9P37zkUqM86T0cvz16rTxbe { width:6.875rem;height:0;top:74.13866345215rem;left:5.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQ7Tw5qdxHJR9tKecL7edaTNhMmEToMD { width:1.875rem;height:1.875rem;top:67.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJyDvRIIVzrE7NKW8QtgJhe9rWvdGNnw { width:1.875rem;height:1.124825rem;top:68.25rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAUISyCqRn4dgz5gOcXilws80ig0Vk6d { width:8.125rem;height:5.625rem;top:117.8125rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DeKxSyOu55wd1uh8sQlTv9A0QDQHnwSR { width:6.875rem;height:1.25rem;top:118.375rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IAIBOu3HGLQshTNk3TdIMKAwXOybqD7q { width:6.875rem;height:1.875rem;top:119.5625rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UeayZqSIaudstF9gpnJ9upc5dskHfFZh { width:6.875rem;height:1.25rem;top:121.4375rem;left:1.8125rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #x9N5cC7pTGvivXIxfKAI7sn1MaESPVU0 { width:1.875rem;height:1.124825rem;top:100.8125rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9tnaQpRDDN0GFMHb8nvPB9yQoNzfFWo { width:1.875rem;height:1.875rem;top:100.4375rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQBxdFhlEL9a63h7trocxkDrmVIx5CDr { width:8.125rem;height:5.625rem;top:146.1875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8xJhNBmka1dBksWT7wT6BWhkTLU7nG1 { width:6.875rem;height:1.25rem;top:146.75rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbOQbrfgpXnrTdC72vrPTDdUP5lBnHs9 { width:6.875rem;height:1.875rem;top:148.0625rem;left:12.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PF65KfttVNTSVwQyGHwheXHKGHfPwZ5T { width:6.875rem;height:1.25rem;top:150rem;left:12.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4UnHIN1v7EH6VKuuo03EzAg4rCRmPA { width:1.875rem;height:1.124825rem;top:141.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbOTVnndKMI6qs7gRFz95UhK8TzAi9ol { width:1.875rem;height:1.875rem;top:140.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea { display:block; }#cywd1sMv2sen2eeGrmHQI5RZLxt3R7ea > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVnTJp4UkX54rcmTOSvavgMdnlEQQ0m7 { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkACuHwAA63HUdCIon9c5gtlI4A0PPSE { display:block; }
 }@media only screen and (max-width: 763px) { #AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 { display:block; }#AZcT8LvOGE8tGUUntvOxmuhVAsVGSd40 > .row .container { width:20rem;height:135.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b7LkVTzAkutmHbf7UzK1W4voTucxBTu4 { width:20rem;height:8.1632181818182rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7vKO1CrsHmShR2ovWLgIu0paQs1BuTy { width:17.5rem;height:15.7404375rem;top:25.428799629211rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttHiR9qES9gyT8oFcqhPPo0mebCUSWMC { width:17.5rem;height:7.8701875rem;top:16.310369491577rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXAeR4Aaf9KxJXQGU63mLy1kOUxbF9C8 { width:20rem;height:17.4068125rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHvUaaV1BlV9TAUunQTK8UhhtH5WV31I { width:20rem;height:17.4068125rem;top:94.970722198487rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ax5DGum7QI0Le9bCrB5EIU5KOVclyiPs { width:17.5rem;height:7.87020625rem;top:77.680215835569rem;left:1.2491122484207rem;font-size:1.125rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #e8tmUKNHRKQQIiWKJwT5e4CH4i77ooIy { width:20rem;height:5.9375rem;top:54.300446289062rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #etTT2A1cQQeL7NZgskg9haJA4amUMEOD { width:17.5rem;height:7.8701875rem;top:68.561788082125rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJ6blas8TdbDTUlXUeBmlGNR4viwVNfJ { width:17.5rem;height:6.2961875rem;top:86.799533843994rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUXCVtKD763QD4IGbvzzoOLRwBUcP0Qb { width:17.5rem;height:11.0183125rem;top:113.62659072876rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlT6ZV2rndsbCFXTWwvqMdTIJDXBa3a0 { width:17.5rem;height:7.8701875rem;top:125.89398956299rem;left:1.2491122484207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2LghWa1JhfITUxVDc2b8zv4nXPBTA1w { width:8.125rem;height:5.625rem;top:9.4375rem;left:1.25rem;background-color:#333332;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #soVJZBZwROlHm3oDqS6saoA6K2Rfw3Tl { width:6.875rem;height:1.25rem;top:10rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PXLIiKquJMX48Q9i5cxhtAaTwphWhDtv { width:6.875rem;height:1.875rem;top:11.3125rem;left:1.875rem;font-size:1.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ODLeSDy4imvsrngDTqiJ6OtQzFGxKVLW { width:6.875rem;height:1.25rem;top:13.25rem;left:1.875rem;font-size:1.25rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fACpC7oHqoMhI6KT1AtebHs7CpGfTeye { width:1.875rem;height:1.124825rem;top:7.375rem;left:18.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKLBogBvEkPN0m6piqygpHIqK2DDSIy3 { width:1.875rem;height:1.875rem;top:7rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aH2ZOKZrhyuWbQ4ofmhGFvm1W2es4JEi { width:8.125rem;height:3.125rem;top:34.6758125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPQkz4GMITETopKVOTfDhp90vET8lTvv { width:6.875rem;height:0;top:35.3008125rem;left:4.1875rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iot1BmDD028Upi5W3zT0faz4THa24ZGO { width:1.875rem;height:1.875rem;top:44.6875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLbLK7X8t9q6pB0fHzm94mkkG2UpV47u { width:1.875rem;height:1.124825rem;top:45.0625rem;left:7.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaILG5645VaKFifxBaRDSqVkbLTimo4A { width:8.125rem;height:5.625rem;top:61.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tewO09TL56rXUsyvTftkyyycDcUE8wS5 { width:6.875rem;height:1.25rem;top:62.25rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E06A1kAR2rUNwxHZ2EPAhdEc0UU0CTT0 { width:6.875rem;height:1.875rem;top:63.5rem;left:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lfn9qyLdHTbAe5GQWDHnmPRH4v6ErmJo { width:6.875rem;height:1.25rem;top:65.5rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #prEGmFqaaEKbtSFMcxI3o6ZeLDpyppSB { width:1.875rem;height:1.124825rem;top:55.375rem;left:10.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJhHcDnnbZ07285DZoUkqT92Xoa6KkxF { width:1.875rem;height:1.875rem;top:55rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdt0F0cOo2WxoVeBJZEyeQEZgilPGn6h { width:1.875rem;height:1.875rem;top:98.3125rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN1cp6zlTXvKocAA8DSsO6yIMKMbADU2 { width:1.875rem;height:1.124825rem;top:98.75rem;left:8.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb { display:block; }#gR3WZXNnCqF1zKMCR1IDTa2BH9xrXZRb > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLuQnVMTFT5bAIk0UMRbKKomz6b51gKw { width:17.5rem;height:3.75rem;top:3.75rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4sqDD9KcOdPpPV1dyofPKRw1ww7tNlu { display:block; }
 }@media only screen and (max-width: 763px) { #ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { display:block; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 { background-color: transparent; background-image: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container > .video-iframe-container { display: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row > .video-iframe-container { display: none; }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .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); }#ObBJkb6HkxKa6lFATWShwV09dnCgDs37 > .row .container { width:20rem;height:36.25rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEuQTfnft4NBorUK9f8Td6IvTzsEGlRa { width:17.5rem;height:7.8781875rem;top:26.5625rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L015VkO0m729nSL3LdSfk44SIXc6veEK { width:17.5rem;height:6.56515625rem;top:10.9375rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRaUZ5CCuPzPV3LUpBMtSZrd3upx46Rz { width:17.5rem;height:6.56515625rem;top:18.75rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUPIu1Ip4lEsQdwgPiWUv82QBTpPNpfs { width:17.5rem;height:7.8125rem;top:1.875rem;left:1.4374998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 { display:block; }#kyXgIs5pBTKgfFvvshoMoJebpW2Mad45 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3WO1bs5tms2CiC7iOd80XaXMgi5tmbK { width:17.5rem;height:7.8781875rem;top:1.25rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { display:block; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL { background-color: transparent; background-image: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container > .video-iframe-container { display: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row > .video-iframe-container { display: none; }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .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); }#kGwPZfVKQ7pH2xxXpTgWOkG4vz2UoXZL > .row .container { width:20rem;height:2.8125rem;background-color:#333332;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHVm1r3i7LhTzvNTH6UGdV0Xo09IN306 { width:18.3125rem;height:1.31303125rem;top:0.75rem;left:0.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }