.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:217,243,226;--color-primary-1:128,216,160;--color-primary-2:0,177,64;--color-primary-3:0,89,32;--color-primary-4:0,27,10;--color-secondary-0:227,230,232;--color-secondary-1:161,170,177;--color-secondary-2:66,85,99;--color-secondary-3:33,43,50;--color-secondary-4:10,13,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,243,179;--color-tertiary-2:151,215,0;--color-tertiary-3:76,108,0;--color-tertiary-4:15,21,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .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); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.375rem;top:1.625rem;left:4.375rem;overflow:hidden;display:block; }
#bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.096125rem;height:2.79765625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.099609375rem;left:38.53639793396rem;display:block; }
#lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc0f7beb-f895-4ac2-8885-c4d56816ae90/dentistoffice.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3116875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:14.675000190735rem;left:4.1875rem;height:18.0078rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:12.0625rem;left:4.1875rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { 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:2.5rem;width:15.1248125rem;top:32.139759063721rem;left:4.6234817504883rem;overflow:hidden;display:none; }
#oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { box-sizing:content-box;height:24.625rem;width:26.4375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.625rem;display:block; }
#o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { 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:25.75rem;width:55.0625rem;display:none; }
#bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { 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:28.8743125rem;width:35.1873125rem;top:12.561256408691rem;left:21.997510910034rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { 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:21.8125rem;width:50rem;top:38.9375rem;left:5rem;overflow:hidden;display:none; }
#zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3499641418457rem;left:3.0614337921142rem;display:block; }
#azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3499641418457rem;left:14.222654342651rem;display:block; }
#vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GINiHeNItsTsol90p5nMWVyh6cCch0lH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3188953399658rem;left:25.311609268189rem;display:block; }
#gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XohApmRe30wQoUZekF2kZumViSLpTSgK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3188953399658rem;left:36.623754501343rem;display:block; }
#lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.2563953399658rem;left:47.784086227417rem;display:block; }
#DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;overflow:visible;position:relative;display:block; }#OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:26rem;left:30.875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { color:rgba(var(--color-secondary-4),1);display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.0625rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { 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.5617875rem;top:11.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.9375rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { color:rgba(var(--color-secondary-4),1);display:block;width:53.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3734073638919rem;left:2.7432518005371rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { color:rgba(var(--color-secondary-4),1);display:block;width:10.687125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.1875rem;left:31.249998092651rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5621509552002rem;left:2.7405891418457rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { color:rgba(var(--color-secondary-4),1);display:block;width:10.8123125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.1875rem;left:45.298292160034rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.75rem;height:10.5045625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:16.9375rem;height:9.003875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { 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.18714375rem;top:11.811079025269rem;left:19.81178855896rem;overflow:hidden;display:block; }
#VgareedIk8EUU72slNEwo31oR8JNiChE { 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:11.811079025269rem;left:35.030183792114rem;overflow:hidden;display:block; }
#TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { 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.18714375rem;top:11.811079025269rem;left:48.498754501343rem;overflow:hidden;display:block; }
#dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:31.249998092651rem;height:9.003875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { color:rgba(var(--color-secondary-4),1);display:block;width:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:45.297407150269rem;height:9.003875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.748222351074rem;left:-0.094461441040037rem;height:2.24935rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.933591842651rem;left:25.311609268189rem;display:block; }
#rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { 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:14.6235625rem;width:60rem;top:36.498579025269rem;left:0rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .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); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1789855957031rem;left:3.056640625rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6864128112793rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { 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:12.5rem;width:56.4994375rem;top:10.176669120789rem;left:1.1802196502686rem;overflow:hidden;display:block; }
#JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.674360990524rem;left:25.305395126342rem;display:block; }
#NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .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); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8737182617188rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.3742504119875rem;left:3.0584144592285rem;height:5.06185rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { 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:14.5623125rem;width:52.7494375rem;top:12.184797286988rem;left:3.623046875rem;overflow:hidden;display:block; }
#Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.434301376342rem;left:25.311609268189rem;display:block; }
#ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { position:relative;display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { background-color: transparent; background-image: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { border-width: 0; border-radius: 0; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .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:54.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0Itb457sUKNgesOboxkF8tpr4yqKaEG { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.936767578125rem;left:3.0584144592285rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5624771118162rem;left:3.0610790252686rem;height:6.749125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { color:rgba(var(--color-primary-2),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.047916412354rem;left:3.0610790252686rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.11399269104rem;left:25.311609268189rem;display:block; }
#eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { color:rgba(var(--color-primary-2),1);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.5625rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { 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:32.1875rem;width:49.8748125rem;top:16.732041358948rem;left:5.0612564086914rem;overflow:hidden;display:block; }
#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { position:relative;display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { background-color: transparent; background-image: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { border-width: 0; border-radius: 0; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .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:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { color:rgba(var(--color-primary-2),1);display:block;width:22.4360625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.8116130828858rem;left:2.8125rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { color:rgba(var(--color-secondary-4),1);display:block;width:54.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9969463348389rem;left:2.8125rem;height:5.06185rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { 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:8.5rem;width:15.25rem;top:13.499816894531rem;left:10.312498092651rem;overflow:hidden;display:block; }
#R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { 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:13.5rem;width:22.5625rem;top:10.999816894531rem;left:28.749998092651rem;overflow:hidden;display:block; }
#Jx6PIl08eykhEZA6peORG84snBCdC0IN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79563125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.873931884766rem;left:25.310724258423rem;display:block; }
#oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { background-color: transparent; background-image: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { display: none; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .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); }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { border-width: 0; border-radius: 0; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:5.3680629730224rem;left:0rem;height:;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HshE73FxnKUbCTsrksDTh3iovr3DIfEr { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1747035980224rem;left:17.749467849731rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.6248016357425rem;left:3.1869659423828rem;display:block; }
#To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XcTB1sQiCuvrJL4UzJdOOcyVDkM8Iulo { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:8.625rem;left:14.3125rem;display:block; }
#JVEObzmnMWt3AI1Ohd0ZUtwMkNtEgIBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZBE6w5dAFZIBvxHKhlom7azRP98IkUbg { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:8.6239337921144rem;left:25.436433792114rem;display:block; }
#IU2HlJn2dDFeEyNHXEymFPaLqSP2xeap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.6239337921144rem;left:36.561433792114rem;display:block; }
#kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;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:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.6239337921144rem;left:47.687322616577rem;display:block; }
#qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container { background-color: transparent; background-image: none; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container > .video-iframe-container { display: none; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row > .video-iframe-container { display: none; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .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); }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container { border-width: 0; border-radius: 0; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container { font-size:0.875rem;font-family:arial;height:152.125rem;width:60rem;position:relative;display:block; }#JNBy68ielTpKuT3XSW0SqXHortbMkJsZ { color:rgba(var(--color-primary-2),1);display:block;width:24.4991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.9359474182129rem;left:17.750782012939rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hM0pzzgFtBzt74U9tHGSQp1edcmyctKa { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:0.625rem;display:block; }
#fT6kbFvwGn98wyIkMzQcJyOzuiLkekcG { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7.125rem;left:8.4375rem;overflow:hidden;display:block; }
#yzFcbIuThFKmpdNVOGfi4mnG3sRamqdA { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4e4PC1yUUAFtTdIXLR2UhNcU65GtdD7 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ocIw69D24u9otNBX0gmpumordl2G4IwD { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:21.1875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#teCDyetG77ltD1F6Xt3HMy4y0tXwIAJ5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:40.625rem;display:block; }
#lIGzGf1Kv8G8DnXxwXNFFHf7SgA3fKcu { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.6867218017575rem;left:45.499217987061rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yEAlpk6SoU6syE8tTTqxOAA2GoW93lyT { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.9375rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dn7vGyik6bBHuxA8pZvMvQVCpwxGdXwm { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:21.1875rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c8TfwNroKqSymqdlMMAty6mGAuyvLML7 { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:40.625rem;display:block; }
#qAUQfSKqOqwiRke6KMgMyLKzhqGeFO2P { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:82.93728637695rem;left:40.5625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UV9Mk0K1eiGRTkGodi1hJrTcT0gkNl8G { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:0.625rem;display:block; }
#n2eArgMmn2TIIs9mhqZElcDCNwQuyTfk { color:rgba(var(--color-secondary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:80.934246063231rem;left:40.718536376953rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LhDw07VryDTTGUpla5uVO60WICP7u8Hb { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:41.6875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1ImHQ2qPyMNTLdtArAwKnkzvULA8uRA { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:39.5625rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w036ZDJ2l4wH5dxq6eEzPaobxvDxxecv { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.25rem;top:33.1875rem;left:3.625rem;overflow:hidden;display:block; }
#OF4TPqlq4ugD4JRc3hveNo0MDXz7dmOz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.436625rem;top:75.249568939206rem;left:44.280601501465rem;overflow:hidden;display:block; }
#xrV3Ral9EP0Ke6I54fLAaCWBEPctOog7 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:20.625rem;display:block; }
#PPq8HlXofvkB5PCCAEZsmoD3A9JZQC5R { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8NI4pwaIWRJePT2Jek1Mi5muHApr3ZP { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:71.935764312744rem;left:45.46875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMZzTATpm4bdtTL2z7atsJEVrNw9NLnP { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:21.1875rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pLubKPiJJ1B6kyOyG2iWf3WxmosiUmWT { color:rgba(var(--color-secondary-3),1);display:block;width:10.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:15.1875rem;left:24.625rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bD1D1CCp2xvOdUIxEfXJEd5tf6Tn9lOK { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:9.75rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCfhlKwcKn3HSwvBo4npVyfsSyPvoXCW { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.875rem;top:12.375rem;left:5.5625rem;overflow:hidden;display:block; }
#oR50D1PMuHIwza5T8uOCGW1J46eEVtEx { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:7.1554718017575rem;left:48.405471801757rem;overflow:hidden;display:block; }
#STbrIAiwhVCpcDTnMlyyfcoy8zR4cpCo { position:absolute;display:block;z-index:15227;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.5625rem;top:12.875rem;left:47.21875rem;overflow:hidden;display:block; }
#UEURCKVEMSMOtxDtw8Qvr5eUfHOzfOhH { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.74913125rem;width:3.18685rem;top:69.498699188231rem;left:48.406036376953rem;overflow:hidden;display:block; }
#gbCIEB5t2gaDPeEgpdZQEDT9mKQwaMfL { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:20.625rem;display:block; }
#lP8G515qeXOt5ZRMdasBOQTObEVG8PGw { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i6cT6ZJGzpWQqvMmge8PH4y3d5sSfclF { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101rem;left:3.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RaclKZ6K2AQ9gEfG5o1VLthuPTxRPx19 { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:20.625rem;display:block; }
#e0T64u91kvhwO6UuhZ9GIp1JsIs06i4M { color:rgba(var(--color-secondary-4),1);display:block;width:14.2486875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15235;line-height:1.4;letter-spacing:0;top:82.93728637695rem;left:22.875434875488rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0ePCPRX5GVkzA4M0QlTDysAUmWZGmD7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:92.375rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EvlaV1Ok7zRegepSKecumW1NVk7lPSFh { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15233;line-height:1.3;letter-spacing:0;top:71.9375rem;left:25.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxEq9y8Z1Avd7A3ZlIyT8u4q1Qsdouvh { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:69.5rem;left:28.3125rem;overflow:hidden;display:block; }
#qq3yvm4yytH7Rx7wGCrsfKRsMGXyHWaQ { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:89.8125rem;left:8.4375rem;overflow:hidden;display:block; }
#DwF0e9yhGLXhVD2PG9VkT6BWFcfekiST { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:4.31196875rem;top:95.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#E0qZ6uROzCiBGsB3nFPwUQa1AWhRKOr9 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:0.625rem;display:block; }
#ThI0u0pTXAuyxEc6i43wpLsNh3KHrp9I { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:40.625rem;display:block; }
#upCfN1OQuO1lncE69aVEZBBCobwWzpJs { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103.8125rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nr3wvJB3HybMTWJmnuXnw2mwVoWacPuU { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101.5625rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Df5s2DD7w5tkHObJlm8PLVxW0aQ73iZz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:93.25rem;left:45.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XorMddiy9osaDxQ739QC0lAe5FKBJIXO { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:20.625rem;display:block; }
#UNphqxBchihtx9TgEDv83frls8wtThkh { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15246;line-height:1.3;letter-spacing:0;top:93.0625rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdKqpSkIJsRefPwvPcAbS4ym1RUaPA8A { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:90.5rem;left:28.4375rem;overflow:hidden;display:block; }
#ntzrp1Wcy7thdqq9RwANt0DXbdeSt9Uc { color:rgba(var(--color-secondary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:101.5rem;left:21rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGIXPGUNwKosfWbmWvnsCidC5XQGtHy7 { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:104.4375rem;left:20.75rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vuiNBOMRnLP50dZT2qq7QnsTcFg7ZJC1 { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:7.3748125rem;top:96.3125rem;left:46.3125rem;overflow:hidden;display:block; }
#DnnWqyv8Dn0J3ToyPT25cbUSSKUhhOuC { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:0.625rem;display:block; }
#tBJEqgqNBTWIzSIgNX64AyTzcEOZwn0f { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:113.4375rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDUqSvmZcbqDMoVnrqhsDIRIDntXH99Q { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:122.4375rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sV4wNpsxsz0nal3JSMfA6pExOk6zyXd9 { position:absolute;display:block;z-index:15224;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18714375rem;top:110.875rem;left:8.375rem;overflow:hidden;display:block; }
#iWk114VAlTdxGKSwyNeqwbFr09N8O0gE { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:124.6875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H1rTp0JTmOnd4h88ECbRvkD4pf4PG360 { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:20.6875rem;display:block; }
#cUPXQSI8MHy3kr11JFucfCl0O8iOLvbP { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:113.4375rem;left:25.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXgQlVDcTqe0yvFdB1IILqoV5TqaGOvW { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.3;letter-spacing:0;top:122.4375rem;left:23.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TNkV7GpNullhgQIfyuQO9JyzvD8Ez7pI { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:111rem;left:28.4375rem;overflow:hidden;display:block; }
#iVK4U9gkpiFHByTD96CgWXg7cntn5Dq1 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:124.6875rem;left:22.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nBlneCx72Znrc2rxsBeaxavwudpskn3o { position:absolute;display:block;z-index:15286;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:8.375rem;overflow:hidden;display:block; }
#suulOfTTk9xo02tEmqQxkB9tv36Bkosk { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.3114375rem;top:96rem;left:25.875rem;overflow:hidden;display:block; }
#MK3pOXVRivJtKLFBr4zZGtUN1aJkId9l { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:116.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#LeoOxhbX6tAZnbkoHtX0OICiT7yZIESI { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:116.4375rem;left:7.5625rem;overflow:hidden;display:block; }
#vEQa7GidInfAFZcrVJsCvrrqkpHewwtB { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:3.18714375rem;top:7.1875rem;left:28.375rem;overflow:hidden;display:block; }
#HTXkay1kUcZDMNUID1UrIyehRevwx40M { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:28.375rem;overflow:hidden;display:block; }
#hzyzdMIIziDm5XGLK9FbX7v40RCznEns { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:51rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dvgngqGrmqVstwripp9vZLd3BTGTsJLU { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15271;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLDGDtf6XJZLTNJELVrHKwSlDrKNMGUO { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:63.0625rem;left:20.5625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#npUoSSrW5VpdTKW1vkAlWPyHOS5zoJsU { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.25rem;top:54.5rem;left:27.75rem;overflow:hidden;display:block; }
#P7GmUdS2PxTsPE0SGhCF1PoN3UX6SbIT { position:absolute;display:block;z-index:15258;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:111.3125rem;left:48.375rem;overflow:hidden;display:block; }
#oNT9s0w1dNIHs7Jcgecw2ASdmW307Eiq { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:113.875rem;left:45.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IVQoCb6fDMeOav4Te6kTcTqZzIvwgd8Z { position:absolute;display:block;z-index:15260;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.246625rem;width:8.125rem;top:116.875rem;left:45.9375rem;overflow:hidden;display:block; }
#FXvC6ADLKdfPtEcNXl3HH581ncwNGZC2 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15290;line-height:1.3;letter-spacing:0;top:122.375rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1Eff2iQlhZ4lHT1T0eBmxwpmq6Hz97K { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15270;line-height:1.4;letter-spacing:0;top:124.0625rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#em3WUGLtllzIxWNBPtKThJvEo7DwFbJ4 { position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:109.0625rem;left:40.625rem;display:block; }
#Z36983biDlMaMaKyWH8K4yowVpFRnQCg { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:0.625rem;display:block; }
#EZ8hIOSgNGcws9UpadXCQ3Mm6HZFfqJg { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:8.375rem;overflow:hidden;display:block; }
#TrEqIpKLKdpwcXgHd8ABAwswC9IaScV6 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:51rem;left:5.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bbnUPlDBddX1qprLzpFFFb7JMSOwwuq9 { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:6.312125rem;top:54.5rem;left:6.875rem;overflow:hidden;display:block; }
#Zo6ualFA7PHdkHALuwPXIU23U3TdTvVZ { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:59.4375rem;left:3.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MS7COzyTSuT2LWCyJpFvIKqpIVleX5Pq { color:rgba(var(--color-secondary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.0625rem;left:0.5625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeC86amS1phR77yQ8EDwFiKn7U9AZwzP { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:28.125rem;left:48.375rem;overflow:hidden;display:block; }
#weXnnxTgrpRgm4KrluoGDwwnvsutT5RP { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:30.375rem;left:45.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EOuJtwySVFV7tL82HkXeTz5TUE9xtIFL { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:38.8125rem;left:43.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZXsynJvilFU7PEEcQrzfFF22hrTDJBBC { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:42.375rem;left:40.625rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uGsggKOsmdrZeNThoOO8LFdo321aOTCp { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:40.625rem;display:block; }
#GAB0hxQkt0m2twKGFZeNpOHRQyMtI9T7 { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:48.375rem;overflow:hidden;display:block; }
#T3KVkpCGRAk2HtmrROqORD2LSo2v6RTg { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:51rem;left:45.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bLDRauMCVAcefvThJBtKpvzNkUhMsBxh { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.874625rem;top:55.625rem;left:43.75rem;overflow:hidden;display:block; }
#Xf0sTDK4MfMF0qhNPUxfu7Clrpm9I1GW { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:59.4375rem;left:43.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t2h6fsIVPaA5V34BbyP2Nz2D14w21r91 { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.4;letter-spacing:0;top:62.3125rem;left:42.875rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w3qyFQmu1K7rwOmyNHbJoiF9rsWPkDHI { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18625625rem;top:90.6875rem;left:48.375rem;overflow:hidden;display:block; }
#MU5x2nUnvlXJ4iETLF0S0spILVpNeTLu { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:69.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#HxZ9TgRM4HU7scAU7pk6aM8lR6lpOmAn { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15266;line-height:1.3;letter-spacing:0;top:71.8125rem;left:5.375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SLL1HZ7TJwDdQAR4MlB1ixRRE86xJQuT { position:absolute;display:block;z-index:15230;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99921875rem;width:12.2484375rem;top:75.3125rem;left:3.875rem;overflow:hidden;display:block; }
#Kzlbg16rN4ei9vDamCXp290XT5865UtO { color:rgba(var(--color-secondary-4),1);display:block;width:14.2486875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:83.637153625487rem;left:2.4446601867676rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSpKl2IwBSiKNNayKzGmovzs31GZnRfp { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:0.625rem;display:block; }
#p1aSsIfSaX7uthNoxLIpiR0OZbVpplrh { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:20.625rem;display:none; }
#l7oXdmyUJaOB8HuR3mlEzg4E0BZK0bF2 { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:60.693355560302rem;left:43.124998092651rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WtV0SeRTSRMGs3W4oEJXT599zpJtZiOD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:34.1875rem;left:44.125rem;overflow:hidden;display:block; }
#Uq0phELmOvt5CcICIpEv2BNqSVdVNzCD { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.1875rem;left:40.625rem;display:block; }
#Ju4l8Fu9HdPR7OLhuB9XtarFTJ4TGcic { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15278;line-height:1.3;letter-spacing:0;top:81.707901000975rem;left:2.9427070617676rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fIJRwGDqbOrDf6TpmTyTpDma6GdZp3E9 { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:0.625rem;display:block; }
#rkAs6XsWAklyIeoMrqboTwm9EQIceFpE { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:8.375rem;overflow:hidden;display:block; }
#IJyi97zv2CkAqMI1Ut5ObPSIHsQswRd7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:134.75rem;left:5.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PMu7zeLpmDk1TxMHzCqErKvpPKRfm5L9 { position:absolute;display:block;z-index:15266;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.875rem;top:136.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#mg6lIeoJdOLkrgFOviTV6qcP8eEIV5Lp { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.3;letter-spacing:0;top:143.25rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtDtaTA6M8DZFbnCeOgsQF76FP4puDXb { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15276;line-height:1.4;letter-spacing:0;top:144.9375rem;left:0.5625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GrAnJ18QiprkTEiqxzhZG0hnvEHuqCHZ { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:20.6875rem;display:block; }
#glR3dKsXasZCVMBXtQcaTwKg2Sxxg6PF { position:absolute;display:block;z-index:15270;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#LJHLLF6gcXJyT8Mn8TzdSw3UN1pnr4TB { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15280;line-height:1.3;letter-spacing:0;top:134.75rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2WVWFrnbGV7atRq81FDbwvlmGo7IzJ5 { position:absolute;display:block;z-index:15272;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.0625rem;top:137.5rem;left:25rem;overflow:hidden;display:block; }
#uGVo4VAr5OyrenOcpH7Jd8NImQWulbBv { color:rgba(var(--color-secondary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:143.25rem;left:20.6875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gugknc0hQIOMlTXa308g9Df4Us239PtQ { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15282;line-height:1.4;letter-spacing:0;top:144.9375rem;left:20.625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVb1P9gTMAitPVrnc4HLSUNWEsyiqkRk { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:40.6875rem;display:block; }
#RiAfpRWXOQtTDoCGVwhmQLLgIxKGptFD { position:absolute;display:block;z-index:15276;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#SkMAREDzufJz0N0Am7WfryvhyFKHzXhq { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15286;line-height:1.3;letter-spacing:0;top:134.75rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t5IziUiWNluakzLRo7hAypv0eJi02xUc { position:absolute;display:block;z-index:15278;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8734rem;width:4.43625625rem;top:137.40500068664rem;left:47.7796459198rem;overflow:hidden;display:block; }
#e3ALdRTQfUXlflENeFVCI7DgAN1h095k { color:rgba(var(--color-secondary-4),1);display:block;width:18.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15308;line-height:1.3;letter-spacing:0;top:143.24750900269rem;left:40.655179977417rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r8IwzEEpgBtvbCCw0ZV1ArPQLElLzeqL { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15288;line-height:1.4;letter-spacing:0;top:144.9375rem;left:40.625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QHKO10d60AA34cgDp3TUCrQWU99Lx4qN { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:20.625rem;display:block; }
#tZs2TW3hWJzZpavNFTNCFedbkNrXOqFR { position:absolute;display:block;z-index:15292;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:28.375rem;overflow:hidden;display:block; }
#OWQpqp3VwE8phCKOW6STvQBDSETRwBXO { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:30.5625rem;left:25.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NFcrp4AGrF79FZyzE34osCBVotqul9Cz { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.875rem;left:22.375rem;overflow:hidden;display:block; }
#fU5ANR8K18gksQkGnqTurgKhRaWTsTtO { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:39.5625rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpybV3EckLHHVGdA7fqhLinhmSt9IWqR { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:41.6875rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZSCi4JMRMfrTinZ1yuVnBgbtsf2kgrlA { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15279;line-height:1.3;letter-spacing:0;top:80.936416625975rem;left:23.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I77KIW87zfFvQeGQiUlh67Xpz3KpXqEC { position:absolute;display:block;z-index:15309;border-bottom:0;border-left:0;border-right:0;border-top:0;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.74978125rem;width:9.436875rem;top:74.40429878235rem;left:25.279949188233rem;overflow:hidden;display:block; }
#ieyLvM4vCULVUoTegaDuSAt2zBH7V3ok { 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.5rem;width:60rem;display:none; }
#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container { background-color: transparent; background-image: none; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container > .video-iframe-container { display: none; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row > .video-iframe-container { display: none; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .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); }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container { border-width: 0; border-radius: 0; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container { font-size:0.875rem;font-family:arial;height:255.8125rem;width:60rem;position:relative;display:block; }#Pp0PP31UUnxdRJEQ7Df3hNdsE4NZKgyn { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:6.8125rem;left:0.625rem;display:block; }
#rK9vg8q1AtP9wkaZ7HF1TtEqkcUpBFpa { color:rgba(var(--color-primary-2),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:2.4996452331543rem;left:17.749467849731rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TteIZNmH7C9ZDO3sBVO1ntSlTF8TFcEe { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15197;line-height:1.3;letter-spacing:0;top:11.099431991577rem;left:5.46875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zq0H3iOJTfPy8kFKod0awUydbe5fhJya { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15219;line-height:1.3;letter-spacing:0;top:20.1875rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V62oiZwQM6xcZkCJv2dfqoPgwmCgqsXG { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15199;line-height:1.4;letter-spacing:0;top:22.4375rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#imMnHTNI0TrN68a5xS3zRXJDZhQDg1KD { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:6.8125rem;left:20.625rem;display:block; }
#KlxVWQQauXU8meOPIh1Kx4GJTCv4yKzh { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:11.12428855896rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BgiKKol8FffKGt9tkgussuJSTQMGmDKp { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:20.1875rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzpaWqPohAC7i605qac74Ipi9iUEQwie { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:22.4375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWk9dxBVF6Uy3kX6fHDzhRLqdzuqTyEz { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:6.8125rem;left:40.625rem;display:block; }
#JBbcOT2BF4EmOfVcQHGP65vvTi2TJwvu { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:11.12428855896rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mg4rZIhm2ZqRJUDWEyFT4GTlkFIBn2J5 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:20.1875rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OZEU4T1L8boW4xhPkHykiSo5tahukRsf { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:22.4375rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tdf9SxRycsPtXqOapUrM3uthDkSysArX { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:27.4375rem;left:40.625rem;display:block; }
#XZmFzmFx3RzAgyESAqtmfirf7WpfFEo4 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:43.0625rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CH4eNig5yXlEeVEOTXvwZLseQ0uOPlXm { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:27.4375rem;left:20.625rem;display:block; }
#QUEtZ01xowZz1i5PMMg4ysiQ1knF9Bit { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:40.8125rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XamybRi7OoRT5QiRN8LoDzCXcr1PrTnN { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:43.0625rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VOvLne4lahTXh7BdvaL2uOLrqWn8DXrz { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:40.8125rem;left:23.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fnQZcCT75nlyoCZdgJUIGuXLodo1PlJQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:12.9375rem;top:35.84375rem;left:43.53125rem;overflow:hidden;display:block; }
#Nm3SoksgxVPcJImgrHdUgCKRVEzm8C11 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:27.4375rem;left:0.625rem;display:block; }
#CzWO1pT4iVMFuAEk5wOf1zzlfxNfLNVL { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:31.93678855896rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iSH4e2zew0dbXJ1hro8r1EcQVb5CUomW { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:31.93678855896rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u6uuZrwJltyXFA2LaG2SxrRqTa9TWy67 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:43.060546875rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmwPNQEcsrlylLFFxh2TmaeTi6TAcEHC { color:rgba(var(--color-secondary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:40.8125rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#taTSi8ygUf2SeV0RoogOIirfSTp3hCJQ { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:31.93678855896rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zpOGoFZsDTiJsChRr5oEqlTt3xQCHdvq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.9375rem;top:35.1875rem;left:3.03125rem;overflow:hidden;display:block; }
#iTVHZ5Kb0BWRQsBWGg1aHdO15GhfTC3T { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:48.0625rem;left:20.625rem;display:block; }
#fZoQmGO3u28H2hXBfkUc0qKSvKGT9XpD { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:63.6875rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tyKkJA56CQPoivZysSmb0vg7mElSJv0m { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:61.4375rem;left:23.125rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cswsWzRhO7zOh0fB1kTVNzUWgqtL0Tu2 { position:absolute;display:block;z-index:15042;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:0.625rem;display:block; }
#zbRpMlwhST987A7tnnhHnutmZTXV6Raq { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15241;line-height:1.4;letter-spacing:0;top:84.1875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZ8VVg3FaI3TQr15tFyohWH8W9t74wyO { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:81.9375rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKZAVmrsNuDQrib6N5GroBZlMMJUCPVD { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:48.0625rem;left:0.625rem;display:block; }
#Rlc123s3cV3hytemWTNtH6divah5hXV1 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15235;line-height:1.4;letter-spacing:0;top:63.6875rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ygBuImmn9xJv3CknDNWzVVklG7XEy9Bl { color:rgba(var(--color-secondary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:61.4375rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pWvXKaCKmV6t5SQsZTXR54c8TwFq92NK { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15239;line-height:1.3;letter-spacing:0;top:72.93749809265rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TGmV7hOwlvSmONTpp6izmS1GIRTE83Mw { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:52.37428855896rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iGJenos0JUmMIOCBrEmtUK6o36FJxHEQ { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15233;line-height:1.3;letter-spacing:0;top:52.37428855896rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rqi5lDQZiPo3qpg4Tala7iCHbvIaTpsX { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:48.0625rem;left:40.625rem;display:block; }
#BZ688zw4BkdOouXCe3S0abxQxifM82OI { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:63.6875rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VRkPWg0BQKw7y7qmZT5JkkGsp8FTq2yg { color:rgba(var(--color-secondary-4),1);display:block;width:18.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:61.4375rem;left:40.875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wrCAQnPACbp7QnLW6Tk50TgVZceCw4F9 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:52.37428855896rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IcxDHSXMRLlubTxzLnSUQmOeeWbuwC60 { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:89.125rem;left:0.625rem;display:block; }
#QtyEx4HO9nTZ4NXXT6UNtpLHdmt4vhxv { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:104.75rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qh4KbTWybISxed0kS7KTuTtGXKvweXZT { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:102.5rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JL7yoizaqXeCyt0Jr4SbZVzK1QxLe7Sq { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:93.249464035031rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtNU5n4oR1lvZSJx4dtG1u5G9TgLI4xE { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:20.625rem;display:block; }
#C9t8pkOJNBXDBr6ianSThZTmKlS0DgIA { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15246;line-height:1.3;letter-spacing:0;top:72.93749809265rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmWMBBcVyXZCmyU2OJ0vhan6LkJsb3sm { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:81.9375rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zrq6lnvDrbOtHdumvnO0Vd6eta6IXTR3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:84.886360168456rem;left:22.873754501342rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VT6fGzcRcrgUXNzkpDu4DtzF9tRv7uX9 { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;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:12.874625rem;top:96.778226852419rem;left:3.5617885589599rem;overflow:hidden;display:block; }
#KRxhHlxSprV7VW96Gk20plprLUeCQlLC { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.6875rem;left:0.625rem;display:block; }
#GJDl4pCalWxWK7TZ5QqChxvSkM1DhU3T { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:125.31072235108rem;left:2.8737564086914rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uk74M2xiKLQnzBMuN74Vq1hr1FBqQEZI { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:123.06107711792rem;left:3.4055385589599rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hz62u9IuUlIVxSIcqGmqDnmny5v0zlSa { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:113.99981498718rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IShxpTGPfuTEbC2gD7d2dKUTDxZ4WqWQ { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.6875rem;left:20.625rem;display:block; }
#TrKoTPmaOenkVlzbfrK2lWrwN3QKqdWe { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15259;line-height:1.4;letter-spacing:0;top:125.3125rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l78AMBF4zxq4PNxm16UsLieI4aWXZsph { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15279;line-height:1.3;letter-spacing:0;top:123.0625rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHWzL5XVuSbuJKMm4DvrqB5nVqnqTT89 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.3;letter-spacing:0;top:113.99981498718rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9ct3UALTvwdRLO29bTo3mHA0Stpn2Un { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:89.125rem;left:20.625rem;display:block; }
#renbEHA4hoUIuaxVbDldaeJwi0qVIoDs { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:93.4983959198rem;left:25.467859268189rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KVnlh353VQGvJN4MXKpkaLvni6Sd0ydy { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:102.49910736084rem;left:23.40553855896rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dl6kMpshiTedMNNJUWhfo2TTxb9KgxcX { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:104.74697494507rem;left:22.873754501342rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#impIaflk52C2GnB1h7W0ENKFO07TptPr { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:89.125rem;left:40.625rem;display:block; }
#EMWXrg95O5EaT30wJfZLs4lRMTaQn457 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.3;letter-spacing:0;top:93.249464035031rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CJM7VT7vUxDtJ7eUyvrGtgMhVnH7MEzV { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15279;line-height:1.3;letter-spacing:0;top:102.5rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dK3PhMhEMw3luMRqnTp0KH7gk77el48O { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15259;line-height:1.4;letter-spacing:0;top:104.75rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uBEALJyTGlVIo5a3m3lKPI2VpNa8ARJt { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:40.625rem;display:block; }
#BGCL62PTVsyPiui4m0CuiUdLntx8sCWE { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:72.93749809265rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#btvTg89goKXOnyHJygaXmVxcezyCf7OD { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.3;letter-spacing:0;top:81.9375rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzEFTberLfm2IUDK9IJ6dgHF8J3FU6do { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:84.1875rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiz5MdNldUH9sOoUgknVhZSKtNho2Qq3 { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.6875rem;left:40.625rem;display:block; }
#Ui1ngVunKwly9FVHS9ONs9knNM7e85wD { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15264;line-height:1.4;letter-spacing:0;top:125.3125rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WlqWdm5F8KiuJmXhVHGC9FdfrLadou8m { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15284;line-height:1.3;letter-spacing:0;top:123.0625rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vULaIFJyANSc2DqgfifCdeccoJWRVEBG { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15262;line-height:1.3;letter-spacing:0;top:113.99981498718rem;left:45.499822616577rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DHwTkUdwoQkf2BEtARoZDUNnwgF02cBM { position:absolute;display:block;z-index:15081;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:130.25rem;left:40.625rem;display:block; }
#GLZkAOwl1zvG5qy6AqoJ0DLu2NG4aCSt { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15280;line-height:1.4;letter-spacing:0;top:145.875rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R5qtEfABULxSgTJMc5MHnZz0RRdSNTvi { position:absolute;display:block;z-index:15076;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:130.31195640564rem;left:20.687498092651rem;display:block; }
#vvWMVEX6tfgtgXoum65Ny7074EL7wuyV { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15275;line-height:1.4;letter-spacing:0;top:145.875rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UEd6uMlvCTLneNPOxZAiP5em38qUdmKU { color:rgba(var(--color-secondary-4),1);display:block;width:13.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15295;line-height:1.3;letter-spacing:0;top:143.625rem;left:23.09375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa6XmOUZGxhIhvhBoRMt6T97hW2Fbz91 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15300;line-height:1.3;letter-spacing:0;top:143.625rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcnyMyfK3huCaC2Vt7hetVdkZwcTHFrH { position:absolute;display:block;z-index:15070;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:130.25rem;left:0.625rem;display:block; }
#q1N2URGfkCtqhM94MlBTvkoACHKaNGgZ { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15269;line-height:1.4;letter-spacing:0;top:145.875rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OH1s9W7h2vKuqADBTvaR80qd48Ch1BPK { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15289;line-height:1.3;letter-spacing:0;top:143.625rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QF0WDW46fSGu5gOUtPerEZtUiDa5ySrH { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:134.68642807007rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mNfmJvlMe0cHB3qhf2a5HMca9t3WzLWX { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15278;line-height:1.3;letter-spacing:0;top:134.68642807007rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L4B5ofeqWg4QOi5nJsJ9il7tHL7TJnt7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:134.56178855896rem;left:5.4998207092285rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rQG0zELzQtExk3Q6ykTGJb2acsXTQGEs { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:150.8125rem;left:40.625rem;display:block; }
#mZvCrVpdwNXUHDyyTM70FTpJwmSiCrTB { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.4;letter-spacing:0;top:166.4375rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlfHHBJ8OGNuN3twud1AZnNIrfiNNJVs { position:absolute;display:block;z-index:15092;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:150.8125rem;left:20.625rem;display:block; }
#eeILvlc2uge0IPJLEEpzoSESPsrF4ktu { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15367;line-height:1.3;letter-spacing:0;top:164.1875rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n0Rd4XTRuyMtiVGi1NdyxUx3szpJ9JlO { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15291;line-height:1.4;letter-spacing:0;top:166.4375rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Twqug9iVTWNnDUPtsh02JphNCOd1E7pw { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15311;line-height:1.3;letter-spacing:0;top:164.1875rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rx4EylzS9HoVxxNOAnerezGUuhhzoSgp { position:absolute;display:block;z-index:15086;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:150.8125rem;left:0.625rem;display:block; }
#o8PiwxSPWGhN9uELDldydOWlMNB3HmKn { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.4;letter-spacing:0;top:166.43469047546rem;left:2.4307518005371rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kdVVz2iTFXid52etSiQOXiEaQFoJd7Ny { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15305;line-height:1.3;letter-spacing:0;top:164.18415832519rem;left:3.4055385589599rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yU8UN31yazDLlA9WT4e6scF5d2fpcaPz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15289;line-height:1.3;letter-spacing:0;top:154.93713951111rem;left:25.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrxm9PozaaNdJXm8xAF9VVsPOhFdcnIT { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15294;line-height:1.3;letter-spacing:0;top:154.93713951111rem;left:45.499822616577rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CO9nEXkLEvzpRCzTKzFtewWgGKH4KBPi { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:155.06195831299rem;left:5.4989337921142rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cBLADaPoh19HuWaVzfapTS0PhoFA6DTQ { position:absolute;display:block;z-index:15113;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:192.1875rem;left:20.625rem;display:block; }
#JZLaW4aGrS3w7MBniI3oyZLFKusQ7C2O { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15312;line-height:1.4;letter-spacing:0;top:207.8125rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a6lh94SbRK5H8nPxSEZw4JevZgP1WwOG { position:absolute;display:block;z-index:15108;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:171.3125rem;left:20.625rem;display:block; }
#Miw5GMnDtEnaqflvLxlNnkTaXPG56O1y { color:rgba(var(--color-secondary-4),1);display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:205.5625rem;left:21.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7tiiKfDrP7i0vuDPfqUxpKarT1hfBqB { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15307;line-height:1.4;letter-spacing:0;top:186.81173706055rem;left:20.624217987061rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqvM6ENBPdTbkKFz1q7Ih8QVhEyCLpGB { color:rgba(var(--color-secondary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15327;line-height:1.3;letter-spacing:0;top:184.6875rem;left:20.625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bewnvQ63uCN9T9GhWILu8lvEeOzZR858 { position:absolute;display:block;z-index:15102;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:171.3125rem;left:0.625rem;display:block; }
#q3h3aPBCeZi32ik9sHTKkfLuunUhkGaX { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15301;line-height:1.4;letter-spacing:0;top:186.92293930054rem;left:2.8737564086914rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XiTMWibkPhXLaA51F2ollaFTE0sqk6UN { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15321;line-height:1.3;letter-spacing:0;top:184.6875rem;left:3.4055385589599rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CmqmLTiEB37wnTK1kcc0WNTTnmoiER0O { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15305;line-height:1.3;letter-spacing:0;top:176.25rem;left:25.46875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RHmfIueamObR4EyT59bOuAXFyM3ZNgSb { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15310;line-height:1.3;letter-spacing:0;top:196.4375rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FxzwrFU5v1irziwhB64HTb1kScWckK2E { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15299;line-height:1.3;letter-spacing:0;top:176.25rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J0tChHRKXT9fGmZOkIrnHN0y4bSJdzye { position:absolute;display:block;z-index:15124;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:234.4375rem;left:0.625rem;display:block; }
#Cwfz8B1yE2AyTcRep2dVtoSPT5iW6oRO { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15323;line-height:1.4;letter-spacing:0;top:250.0625rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWdVRC43EaeOtPbuEbv9EiTnSHwevv2X { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15343;line-height:1.3;letter-spacing:0;top:247.8125rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SnrLnBugJhwdoaPPhWLebEJgC1yFntLq { position:absolute;display:block;z-index:15118;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:192.1875rem;left:40.625rem;display:block; }
#om2CC2g4UmGHxicKQPcbA3ncpZBIuiCk { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15317;line-height:1.4;letter-spacing:0;top:207.8125rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IzRbPP2iuZUq4AouwrbIAKZV2UDSnga0 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15337;line-height:1.3;letter-spacing:0;top:205.5625rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1D324DuAWOwiaa7aCBiO0T4616I6JT4 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15321;line-height:1.3;letter-spacing:0;top:238.5rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VypbJtOgKyh1XIDuprCgVlRzyKeipUEy { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15315;line-height:1.3;letter-spacing:0;top:196.25rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#czgrDoFOPOXPW8BHIVmebyFptHlDwSFi { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:8.78053855896rem;left:28.40553855896rem;overflow:hidden;display:block; }
#XTIQsE4V2yXZwMK5s1mFTV9tefvb493V { position:absolute;display:block;z-index:15196;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:12.5rem;top:15.0625rem;left:23.75rem;overflow:hidden;display:block; }
#Di8w6qXNzT62pgs9oxgl9bm3UZT2AZ8V { position:absolute;display:block;z-index:15204;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12.5rem;top:55.25rem;left:3.75rem;overflow:hidden;display:block; }
#tiNVcAx4hkEOXikpPkJp6CL5H9aBVB6Q { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:29.59303855896rem;left:48.40553855896rem;overflow:hidden;display:block; }
#AzmsxV0pCIg1k3pdc6y1ZLfvJq6q6ehd { position:absolute;display:block;z-index:15204;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:50.03053855896rem;left:8.4685726165769rem;overflow:hidden;display:block; }
#LmRkZE14HzDs1hssWPGqgAvoEgMDo1ve { position:absolute;display:block;z-index:15205;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:50.03053855896rem;left:28.40553855896rem;overflow:hidden;display:block; }
#aQK3VEXzkqyBiAeTG1QZF7yGbmaRl0If { position:absolute;display:block;z-index:15186;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.1875rem;top:49.93731880188rem;left:48.40553855896rem;overflow:hidden;display:block; }
#qTRgkeRACQouhBsGdTkXn9oCWH2aUiKd { position:absolute;display:block;z-index:15214;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:12.5rem;top:56.25rem;left:43.75rem;overflow:hidden;display:block; }
#gvEqL8bsowcR42wQWuZ4RznDTlUzMOl2 { position:absolute;display:block;z-index:15187;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.1875rem;top:70.499639511106rem;left:48.40553855896rem;overflow:hidden;display:block; }
#AE5Nhxc1iiuMZoe9zqf0DNVpxkAZrqKa { position:absolute;display:block;z-index:15188;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.1875rem;top:70.499639511106rem;left:28.40553855896rem;overflow:hidden;display:block; }
#OJa8xhQdEp7H5qOrHgCqM71e8dS6x03l { position:absolute;display:block;z-index:15189;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.1875rem;top:70.499639511106rem;left:8.40553855896rem;overflow:hidden;display:block; }
#mUi5wHV7dIq7c2pLVuG2hqHMuiXxTL8C { position:absolute;display:block;z-index:15209;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06196875rem;width:7.24875rem;top:159.06075668335rem;left:6.37428855896rem;overflow:hidden;display:block; }
#TMHgIWxVscCx5wDZwJNAsLDlyS8Bf58R { position:absolute;display:block;z-index:15181;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.1875rem;top:152.65552902222rem;left:8.4046497344969rem;overflow:hidden;display:block; }
#x08THLycDDtzHElrwd4KWDQJBxT3b7Be { position:absolute;display:block;z-index:15186;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:173.6875rem;left:8.375rem;overflow:hidden;display:block; }
#rTRvCe8lfgO6gTgQhcGCu4QTVT2kcdnR { position:absolute;display:block;z-index:15187;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:152.37499046326rem;left:48.40553855896rem;overflow:hidden;display:block; }
#oKdrUR4mLv3yvp75sIVBFFALnmO91Thd { position:absolute;display:block;z-index:15190;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:236.125rem;left:8.375rem;overflow:hidden;display:block; }
#d9aoU5mAqNdrcdxdcsnuWVUuaB2irQKH { position:absolute;display:block;z-index:15191;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:194.06172180176rem;left:48.40625rem;overflow:hidden;display:block; }
#hQZHBgMb9lRSTBMu6eLEqn8IfFRDmsyR { position:absolute;display:block;z-index:15349;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.1875rem;top:8.5310726165769rem;left:8.40553855896rem;overflow:hidden;display:block; }
#goZekGwyuFPcCNsuRwBCLXI10PCzwVQ8 { position:absolute;display:block;z-index:15350;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:3.1875rem;top:8.6873226165769rem;left:48.40553855896rem;overflow:hidden;display:block; }
#JK15J5NnTca3xSkhNFwTykWPHhBsU3ET { position:absolute;display:block;z-index:15351;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.1875rem;top:29.343572616577rem;left:8.40553855896rem;overflow:hidden;display:block; }
#mS89GosfDBe2aDPmLzFhDmLsu1z6KTrr { position:absolute;display:block;z-index:15352;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:29.43678855896rem;left:28.40553855896rem;overflow:hidden;display:block; }
#VhZ2DTx61OyKUcyPtA2e3IvpUy1UAFth { position:absolute;display:block;z-index:15353;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:13.4375rem;top:14.75rem;left:3.28125rem;overflow:hidden;display:block; }
#K8AFc2ovB8F9ihyEeBhKZbigJLfKhJsQ { position:absolute;display:block;z-index:15354;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.625rem;top:14.40625rem;left:45.1875rem;overflow:hidden;display:block; }
#fqSoPevKSsQ5J8vPXHB1eAz2QlcVHXEh { position:absolute;display:block;z-index:15355;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.3125rem;top:35.18643951416rem;left:23.842329025269rem;overflow:hidden;display:block; }
#geJ3WKDRE8C0m4py5WfAG2QtL5HSxmKd { position:absolute;display:block;z-index:15356;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.125rem;top:55.46875rem;left:28.4375rem;overflow:hidden;display:block; }
#NuUdEcfHeualiyozRxmyJGsQnV2PeXNt { position:absolute;display:block;z-index:15357;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.625rem;top:75.53125rem;left:7.1875rem;overflow:hidden;display:block; }
#qoznNhhRZ7AltfDpG5oGOriexSaUa7D4 { position:absolute;display:block;z-index:15358;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:8.5rem;top:76.21875rem;left:25.75rem;overflow:hidden;display:block; }
#l7Bv8zwGZZ6TfhZ7EvXDLr3qgrHH1D2S { position:absolute;display:block;z-index:15359;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.0625rem;top:76.0625rem;left:46.46875rem;overflow:hidden;display:block; }
#X7chpefiPI2l39dwrfmL7TBizdrFfhaF { position:absolute;display:block;z-index:15360;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:10.1243125rem;top:96.964660644531rem;left:24.936079025269rem;overflow:hidden;display:block; }
#qP0FCSKxDMD02I6lowZwCqyv7EInElv3 { position:absolute;display:block;z-index:15361;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:6.6875rem;top:95.404296875rem;left:46.65625rem;overflow:hidden;display:block; }
#coOmzi71CuRwITmGrJO7dESDRQfyuhmR { position:absolute;display:block;z-index:15362;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:117.748046875rem;left:23.75rem;overflow:hidden;display:block; }
#xZHnEO7GERv2W0GlXovQNKiUTAw3epkK { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-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:7.25rem;top:117.123046875rem;left:46.375rem;overflow:hidden;display:block; }
#o9Tlil215mMD4fTvbqdcGIQ16Z8g2umO { position:absolute;display:block;z-index:15364;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:12.875rem;top:138.77929496765rem;left:23.56178855896rem;overflow:hidden;display:block; }
#bUzRUKkwJgQ7ccIVr0QZrZX1fR52zDHG { position:absolute;display:block;z-index:15365;border-bottom:0;border-left:0;border-right:0;border-top:0;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.43714375rem;width:12.5rem;top:137.80979537964rem;left:43.749998092651rem;overflow:hidden;display:block; }
#wNW8bMKVZAixo0nICwspwvyADJUEIrzR { position:absolute;display:block;z-index:15363;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.5rem;top:158.748046875rem;left:23.75rem;overflow:hidden;display:block; }
#qc2yxfNcT29kEZoqD55TgG1AQbISfC5l { position:absolute;display:block;z-index:15366;border-bottom:0;border-left:0;border-right:0;border-top:0;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.249625rem;width:7.6873125rem;top:156.96732139587rem;left:46.155004501343rem;overflow:hidden;display:block; }
#diOCXMusqyx4kHWTnJ7VuRKoP4i7tA57 { position:absolute;display:block;z-index:15368;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:8.9994375rem;top:179.46821594238rem;left:5.4998207092285rem;overflow:hidden;display:block; }
#wPsnfX49HRvDMUKofOyNxeaob6WtnWqU { position:absolute;display:block;z-index:15369;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:11.9375rem;top:179.46718788147rem;left:24.03125rem;overflow:hidden;display:block; }
#VSFfm8ILzmvTusDBh1dfxcoH4LBC93Bs { position:absolute;display:block;z-index:15370;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06171875rem;width:8.75rem;top:200.06015968323rem;left:25.625rem;overflow:hidden;display:block; }
#nWugFlJwCXulDx9o4vKUdHL5NFIhcmQU { position:absolute;display:block;z-index:15371;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37446875rem;width:11.25rem;top:138.34246635437rem;left:4.375rem;overflow:hidden;display:block; }
#SwrpGwetKP0XnBi4wz0tiD59Dpl46ur2 { position:absolute;display:block;z-index:15372;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:7.249625rem;top:117.27894020081rem;left:6.37428855896rem;overflow:hidden;display:block; }
#gn0WN3sGzxSmgK3JUSTIxNbBt1x219Je { position:absolute;display:block;z-index:15373;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:10.0625rem;top:200.34219360351rem;left:44.96875rem;overflow:hidden;display:block; }
#WzvpcOW67DIdTLvEELCkQTMNwUGM3Wsd { position:absolute;display:block;z-index:15374;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.6875rem;top:240.875rem;left:4.625rem;overflow:hidden;display:block; }
#FTfnHsMikBM4wKmlKFXfXQu6tJ4zTgOV { position:absolute;display:block;z-index:15376;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:194.0625rem;left:28.375rem;overflow:hidden;display:block; }
#pHH9v9mztnmgE0tmfQNG2IE0IMBg4TM1 { position:absolute;display:block;z-index:15378;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:1.6875rem;width:3.1875rem;top:152.56232261657rem;left:28.40553855896rem;overflow:hidden;display:block; }
#Lyvt793HNHdbZd9izqdgdcLnU8N4UXm3 { position:absolute;display:block;z-index:15379;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.1875rem;top:132.34338760376rem;left:48.40553855896rem;overflow:hidden;display:block; }
#GWCvPithL4JWJIegGKxEe8TXp0xw1xFi { position:absolute;display:block;z-index:15380;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:1.625rem;width:3.1875rem;top:132.46767807007rem;left:28.40553855896rem;overflow:hidden;display:block; }
#R9m86JN8TKeVCT9p7OFcy53GVbhXCKoa { position:absolute;display:block;z-index:15381;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:132.18695640564rem;left:8.40553855896rem;overflow:hidden;display:block; }
#nIk7T0m1XhX0KD14ouUE6HoQBarHW2Ia { position:absolute;display:block;z-index:15382;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:111.62499809265rem;left:48.40553855896rem;overflow:hidden;display:block; }
#crFChs86LniArRWTxBgz81AF0v8ZzhAV { position:absolute;display:block;z-index:15383;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:3.1875rem;top:111.53088951111rem;left:28.40553855896rem;overflow:hidden;display:block; }
#ayk84f2lw0s1t6Ru2zW24RtL18DACepm { position:absolute;display:block;z-index:15384;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:111.62375545502rem;left:8.40553855896rem;overflow:hidden;display:block; }
#r60ZwpmxOZ8wZu6nUaTzGHC7gKbglZq4 { position:absolute;display:block;z-index:15385;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:90.749464035031rem;left:48.40553855896rem;overflow:hidden;display:block; }
#wyHrVr3zkrnPcK7EUI5ILdDQPIx7dn88 { position:absolute;display:block;z-index:15386;border-bottom:0;border-left:0;border-right:0;border-top:0;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.062325rem;width:3.18714375rem;top:90.936252593994rem;left:28.40553855896rem;overflow:hidden;display:block; }
#GESkl15HD8rqTth1omcR8Z649stWStTH { position:absolute;display:block;z-index:15387;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:91.061981201175rem;left:8.5296497344969rem;overflow:hidden;display:block; }
#kQNLQpKkVEysPZ9oEstN4ns3tTAxX7dr { position:absolute;display:block;z-index:15135;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:213.25rem;left:20.625rem;display:block; }
#atRtnQbJaK3MTIUy6tPzuTC4IfpAJGJM { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.4375rem;top:214.6875rem;left:28.28125rem;overflow:hidden;display:block; }
#WDm8H6UhHFNWygKdhQsW9u4TzMOgwR8o { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:217.3125rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4llnp5XDq85toAr913Ri585oCyIfuRA { position:absolute;display:block;z-index:15381;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:10.1875rem;top:220.25rem;left:24.90625rem;overflow:hidden;display:block; }
#nUWKezXqaBw6gpu1BJJAhJi0mnX6Hl6J { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15354;line-height:1.3;letter-spacing:0;top:226.625rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nHE0EhXuhvmFDPL6xScNVnlqrmesq7II { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15334;line-height:1.4;letter-spacing:0;top:228.875rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rpsLX4u02D5S1kAlaNFzIOMnt6zqTugV { position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:192.1875rem;left:0.625rem;display:block; }
#lWhPCfHRDbpg2GFEetCgHKMTEpGi1x93 { position:absolute;display:block;z-index:15383;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:193.875rem;left:8.375rem;overflow:hidden;display:block; }
#LyFT0BW3Zo2dR2DeBKfTa1SJ8auC5Hy0 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15311;line-height:1.3;letter-spacing:0;top:196.4375rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWTxORr5U87nDkSl5R8HOJTpBQr0cmVf { position:absolute;display:block;z-index:15375;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:12.5rem;top:200.75rem;left:3.75rem;overflow:hidden;display:block; }
#nyDeCF6k4enCqNHWocIZzWtHqAWdolk5 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15333;line-height:1.3;letter-spacing:0;top:205.5625rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uN0TT94BkOOEu5lQRrAVcSw842nViT5y { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15313;line-height:1.4;letter-spacing:0;top:207.8125rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGkc4O9G4NC3r8K42GgLKow6KnAdXET6 { position:absolute;display:block;z-index:15187;border-bottom:0;border-left:0;border-right:0;border-top:0;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.06171875rem;width:3.18671875rem;top:173.6875rem;left:28.40625rem;overflow:hidden;display:block; }
#xKD80XeVATVm1uuekezmf9vICbnV7BJf { position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:171.3125rem;left:40.625rem;display:block; }
#ASNuHfyql8cicBbWTpZtIX1p9WUPWacL { position:absolute;display:block;z-index:15193;border-bottom:0;border-left:0;border-right:0;border-top:0;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.06171875rem;width:3.18671875rem;top:173.6875rem;left:48.40625rem;overflow:hidden;display:block; }
#AomOuEbfGr0RK3dQZa5yh4QIKAWun6QA { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15311;line-height:1.3;letter-spacing:0;top:176.25rem;left:45.46875rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bP2f3MMTkkSp22Bv7Za7nLLWGAZBh9rZ { position:absolute;display:block;z-index:15375;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99946875rem;width:13.0610625rem;top:178.77401351929rem;left:43.468572616577rem;overflow:hidden;display:block; }
#CwyRFyKbCwNfAfX3cgflqgZK5IJVDebn { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15333;line-height:1.3;letter-spacing:0;top:184.6875rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOX4cG3Al2JyBigwx9IJmGCfveIHwOxQ { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15313;line-height:1.4;letter-spacing:0;top:186.75rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddF2UgzFMBrf3Gu5FnMDQXmuCq14qkui { position:absolute;display:block;z-index:15124;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:213.25rem;left:0.625rem;display:block; }
#cmQz827nUPPXTlgMzkISduA0HQhvvPbw { position:absolute;display:block;z-index:15197;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:214.75rem;left:8.375rem;overflow:hidden;display:block; }
#BH5ieuImLvATf9G0EAlwC0WoGEtUVQp7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15321;line-height:1.3;letter-spacing:0;top:217.3125rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u8bv0zOX9uGPe8TOHZstr1uzLlUPOnK3 { position:absolute;display:block;z-index:15379;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.0625rem;top:220.00000667572rem;left:4.9375rem;overflow:hidden;display:block; }
#MLzE51hVvXxZPlx1BzbIzCo2yysPgqkA { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15343;line-height:1.3;letter-spacing:0;top:226.625rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UAwzHCPN0uIU6LtpV9C9Q2ancJui5FXQ { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15323;line-height:1.4;letter-spacing:0;top:228.875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ht7c0eC2IE9PNxk2TCPSdVINVVGfpOQR { position:absolute;display:block;z-index:15141;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:213.25rem;left:40.625rem;display:block; }
#FFLd4OyObbNwZgutOCTaDQfOrENUX9Iq { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:3.1875rem;top:215rem;left:48.375rem;overflow:hidden;display:block; }
#pxEna9qqf7m1qSVBQIe9fJLh5UOqcZKC { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15338;line-height:1.3;letter-spacing:0;top:217.3125rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zi80kVsb7nuTlos1rGV9oJsxMXMhGNlf { position:absolute;display:block;z-index:15387;border-bottom:0;border-left:0;border-right:0;border-top:0;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:11.25rem;top:220.4375rem;left:44.5rem;overflow:hidden;display:block; }
#dlL9cyl1DntlpEqlrQEUTNse4yxUpADm { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15360;line-height:1.3;letter-spacing:0;top:226.625rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fe60KWwNF7PUglnA7HEJJovHG1Re0Kt8 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15340;line-height:1.4;letter-spacing:0;top:228.875rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container { background-color: transparent; background-image: none; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container > .video-iframe-container { display: none; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row > .video-iframe-container { display: none; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .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); }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container { border-width: 0; border-radius: 0; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container { font-size:0.875rem;font-family:arial;height:68.625rem;width:60rem;position:relative;display:block; }#mk9LdqTyOVugtdkqbEP0Qn6bp3igodHN { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.8125rem;left:0.6875rem;display:block; }
#n4rTehLJFKiW5pevv8CMTeAr2Hzkm4l5 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15197;line-height:1.3;letter-spacing:0;top:10.1875rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A9eEB0MgsM0E9NrodWkhoxa3bkAv9Dze { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15219;line-height:1.3;letter-spacing:0;top:19.1875rem;left:3.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWLgEhfQ6Q0TZXShccMy9KiWc8tDVddM { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15199;line-height:1.4;letter-spacing:0;top:21.4375rem;left:2.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StO3PmXpdz7FVnoBmgbyPuGrWDXcxfvl { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.8125rem;left:20.6875rem;display:block; }
#IU0bMiaCqFB71aM7znrwzWmQmr9lsNiF { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:10.1875rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y2WJMOo4N5l2FyuyqPc0K12qlXT1dWJh { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:19.1875rem;left:23.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJ8ZgXidJWXasiuKx5eOeoa40IJ1GVNe { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:21.4375rem;left:22.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4NJR7ql7vSqc5U2NnBz8QRMefrAoKuR { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.8125rem;left:40.6875rem;display:block; }
#TJrftUeNWaufWVOTxvu5Fnzh0866ufkl { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:10.1875rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lu2qweR5xzu1aKIAScJNZqTun8lCHRZF { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:19.1875rem;left:43.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mFlpIXQUEg5aIa0sTHV4I0ViItTaKXdy { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:21.4375rem;left:42.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dFbQ7IEClMlPVpDpQy35P9lzxpnTusrl { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:47.4375rem;left:0.6875rem;display:block; }
#aRwwC2DwyEyKWEMvmAWbrVo0R9DJvzZO { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:63rem;left:2.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BvMxfembQOBR1cEPmsuPc2cLru0rtn8J { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.5625rem;left:40.6875rem;display:block; }
#vZz7ILFMomrQPQTHaREqhzQALtKyVEvM { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:60.75rem;left:3.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TWWxRHn8FDLB9BTzZHiE0VP8fkUR06Up { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:42.1875rem;left:42.9375rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pAWrMq4aqty9hboMZDAoT1AuxLMBvGWa { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:39.9375rem;left:43.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kbqxCFwwC0CaItac9rwc1AcA75LHiqiU { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.5625rem;left:20.6875rem;display:block; }
#cHQza4eN51mZz8MTS7qSTWxxM5eUkAGr { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.75rem;left:45.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IlXdtDLOP4J2p6y5hHrlPikexSkrTPt2 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:51.5625rem;left:5.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z4riqFkeKbMBSOOoPEfFOF5oL7WNXx0A { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:41.4375rem;left:22.9375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xu8nLi5gvJcB6G7DEr8TxJrDsImSq3OK { color:rgba(var(--color-secondary-3),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:39.9375rem;left:23.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P6tOygf5rmaJIUOgC304rqTiJJPMUy3u { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:30.75rem;left:25.5625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RUD6X0MISwLShvTTNT6tXpJtQLKTav3K { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:28.25rem;left:28.4375rem;overflow:hidden;display:block; }
#GgWzQUNwd6Ncgi96ZSQoCTfnvUT6R5dc { position:absolute;display:block;z-index:15218;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:28.25rem;left:48.4375rem;overflow:hidden;display:block; }
#s3w04okiLdK8zLtBAwcLRuWIv2yVXLHv { position:absolute;display:block;z-index:15250;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:7.625rem;left:8.4375rem;overflow:hidden;display:block; }
#cTWQzPSTPrPJayOF6272mSR5gTXRZ7BR { position:absolute;display:block;z-index:15251;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:7.625rem;left:28.4375rem;overflow:hidden;display:block; }
#dft7ko7BrHKR1ByxxkCI2FbvwCIIhhM7 { position:absolute;display:block;z-index:15252;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:3.1875rem;top:7.5625rem;left:48.4375rem;overflow:hidden;display:block; }
#aDPM4sic8LrIZph9s7aKkG0lOqKp0WRG { position:absolute;display:block;z-index:15253;border-bottom:0;border-left:0;border-right:0;border-top:0;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.0625rem;width:3.1875rem;top:49rem;left:8.4375rem;overflow:hidden;display:block; }
#Eh7LQmgq4RTAHNN8vKStfpp5uSF14McJ { position:absolute;display:block;z-index:15254;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:11.25rem;top:13.5625rem;left:4.4375rem;overflow:hidden;display:block; }
#Wfyp2ZsIPc4Q2xFXcD07m9cBDOpKdBmm { position:absolute;display:block;z-index:15255;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:7.5rem;top:13.375rem;left:26.3125rem;overflow:hidden;display:block; }
#DqVLs4iiP5TttueDUSfqkh9oQBMJ1NPz { position:absolute;display:block;z-index:15256;border-bottom:0;border-left:0;border-right:0;border-top:0;border-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:7.9375rem;top:13.6875rem;left:46.0625rem;overflow:hidden;display:block; }
#iDKFAdShTiM0amL4THWWpGxBKyCJ3ZFH { position:absolute;display:block;z-index:15257;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:6rem;top:33.4375rem;left:27.0625rem;overflow:hidden;display:block; }
#DyEwZJ6cTVhnOx9mvskJTwhgxNlmf6WQ { position:absolute;display:block;z-index:15258;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:10rem;top:33.875rem;left:45.0625rem;overflow:hidden;display:block; }
#GTJPwLxfM1X50zL8JbmmxXPTCZNw8QZJ { position:absolute;display:block;z-index:15259;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:10.9375rem;top:53.9375rem;left:4.625rem;overflow:hidden;display:block; }
#VyL9GWbfco9ql0LTFTcuVN5IrR5sNLZZ { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.5625rem;left:0.6875rem;display:block; }
#RpqHv9AzbTqIRZWdS4fwXA5FGqIgf41T { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:28.25rem;left:8.4375rem;overflow:hidden;display:block; }
#tJTMJCgbvA7SE2GdP5WJoMD6ZdJDeqKH { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.75rem;left:0.625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRURp5eifVIEiOcEst9lCxz76mQ9LIEP { position:absolute;display:block;z-index:15263;border-bottom:0;border-left:0;border-right:0;border-top:0;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.1875rem;width:6.4375rem;top:33.75rem;left:6.8125rem;overflow:hidden;display:block; }
#G631G3IwrLF6lSmzf5CNpZi40gGdc7TI { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:41.25rem;left:0.625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvQn1lufhFd9FEU3TGXuiZ7B4pEbL6bM { color:rgba(var(--color-primary-2),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15187;line-height:1.3;letter-spacing:0;top:2.0960941314698rem;left:0rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container { background-color: transparent; background-image: none; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container > .video-iframe-container { display: none; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row > .video-iframe-container { display: none; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .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); }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container { border-width: 0; border-radius: 0; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;position:relative;display:block; }#lZhNTU31qli1w6BuuQGPPgSldgqrGyk1 { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r0Ttu6eT0MkUDBhbPyR8ZToqBzLZNFkz { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#D17EmFmKl4CSk3se4wBr0B3SBgneWThy { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#XSO2a7zSVasi0k8p55OEMlN627glQHtP { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:7rem;left:8.375rem;overflow:hidden;display:block; }
#ZgDSfVpzaTKorGmxHLDp0rZ7PeLcoNxa { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh4ys26agfTwJmhFu6XvRnTyfGP6u3CW { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81171875rem;width:8.49925rem;top:11.5625rem;left:5.5rem;overflow:hidden;display:block; }
#G9FVg4ukMDKbsJnMyg6rPvcZSLyLSPBr { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ypgy3Gal224nJqTg5qTDH1I6cvukaHDx { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.1875rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TB6Jr0BpzcCON5z8vgCo89HQ7ER01Bv8 { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:3.125rem;top:7rem;left:28.375rem;overflow:hidden;display:block; }
#UQ7BXgyhRxgpwVG2hlwxV7PVEO0yLD80 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15326;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efEIV3Pa5lUwMpmin4knfZeyl4eCbizV { position:absolute;display:block;z-index:15384;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.874125rem;top:11.591796875rem;left:22.561847686767rem;overflow:hidden;display:block; }
#iddIZVnwCEPiJ3hFzEBWdcttCOqC1ZFc { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15348;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.40625rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrXQhnhGrwd6zpTnPiT6eDAxpHMoLmBU { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15328;line-height:1.4;letter-spacing:0;top:20.4375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rhThRkezuGygKFu3kvdd0S7FGBX3B3in { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.0625rem;left:0.6875rem;display:block; }
#DHmfVBRW3WwQPm3lrZLXg4dPFbDQP4uR { position:absolute;display:block;z-index:15239;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:28.0625rem;left:8.4375rem;overflow:hidden;display:block; }
#rc6rgRLHKvxTKTM9KPgaiQA4EAAtdd25 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2ExDN3APfgFoQ3PHxqzmduWFaurP1g4 { position:absolute;display:block;z-index:15240;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10rem;top:33.375rem;left:5rem;overflow:hidden;display:block; }
#oSCkZxtUl1hC1sItIg3s4KkWmHuzxwzJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:39rem;left:3.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#niaKABKXyfGQqF5WcR7VHgf6nG2vmcJr { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:41.25rem;left:0.5625rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xtO9GHDW6UTzy4KHZyqb9TplpqSoQJI9 { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#xMGBOSPUz0wfe5pGOmsUheJAX2qLTUB8 { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:6.9375rem;left:48.375rem;overflow:hidden;display:block; }
#AHwhRxcq3WSsmT3s4WseEJICkfI5MeB4 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFqrhvtRiR9tZpdV1rB834RDQucab9TS { position:absolute;display:block;z-index:15390;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.0625rem;top:12.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#FCcyDv8gRkkuZ9RxGbI71iamXRtxGKd4 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15354;line-height:1.3;letter-spacing:0;top:17.875rem;left:43.375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e5fwJycDfyb0LCHvVUmfdgnA3dr6DXdv { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15334;line-height:1.4;letter-spacing:0;top:20.375rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9gnQWdSesCivKZAR257TZhoLv1W7yyR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container { background-color: transparent; background-image: none; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container > .video-iframe-container { display: none; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row > .video-iframe-container { display: none; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .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); }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container { border-width: 0; border-radius: 0; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#ZNzE6RTJvC9HmLr8DIwOeg8KQ4l47puO { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IT7IulucwV0fHXxlJ2l8KaC2MHF4LQC9 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#lN2tIQT1Q6h0tvKF7TnXKV7fOx5V9fkR { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68671875rem;width:3.18671875rem;top:7.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#SyRMlZy9kQkiONdtqzm23cwPS3KfXWc4 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfH4fRCTJO6srhQl1CgUf2dfT8yMmvKU { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;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.31196875rem;width:12.3118125rem;top:11.842968463898rem;left:3.8421878814698rem;overflow:hidden;display:block; }
#Q9nUX5FqJkOOWePdqk0H7FyvnvCvDtrT { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:3.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ds5iZNsTqmfLU5wmlfHkbT1B3s7MxbdX { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:2.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x6pSsOIIsJwIThNgbp5vRIdR9KfqRJaP { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#fCnRCxAAQtKI2fTwB9qLXPTTsByutBCH { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#vHSrBJd6gab0BsyTcFBOO8EeX4iDR9TZ { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hzpTeE2HQCDc8DwiSTPyiHU7zdLzFfpM { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;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.249825rem;width:11.25rem;top:11.875000476837rem;left:44.375rem;overflow:hidden;display:block; }
#ErLZBnTdZZ6oazGN6l9ETobbM6r61dzp { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:43.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fn50REfTXg4k6JmAT1q1DJRQ0lucAszg { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:42.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSTRfQKA8T7l2nADrQA1Mque2wPDMTIZ { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#kqBhlWdvSPe7cM4mkGwpCXPQbtVZRd0I { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7.125rem;left:28.375rem;overflow:hidden;display:block; }
#V78kppDpVeRzRHcDECBbmx77LEubi1WS { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8gOz3UgPzOh4DHy0JclIhRvqTHTbgKX { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.5rem;top:13.062500476837rem;left:23.75rem;overflow:hidden;display:block; }
#Riu5V0wuZk6M1bXixzwCeEkJmM0H6VpX { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.499999523163rem;left:23.4375rem;height:1.2999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FPTyQKH3f0MsnXVbi2ftDgyNcUpUk2nD { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.749999523163rem;left:22.875rem;height:2.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { background-color: transparent; background-image: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .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); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { border-width: 0; border-radius: 0; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:8.125rem;left:39.75rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:8.125rem;left:36.9375rem;overflow:hidden;display:block; }
#xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:5.1875rem;left:39.75rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ODufHkfVxva252MIbRM4H36mSDKMr6ol { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.1875rem;left:36.9375rem;overflow:hidden;display:block; }
#FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:2.3125rem;left:39.75rem;height:;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.3125rem;left:36.9375rem;overflow:hidden;display:block; }
#nxMbXGFepem4a2EbEQL9axuBSAPOorWt { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.6875rem;top:7.0625rem;left:7.375rem;overflow:hidden;display:block; }
#Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.125rem;left:7.375rem;height:3.1857625rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { top:1.625rem;left:0rem;width:13.375rem;height:3.1251314307611rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:2.0625rem;left:32.41139793396rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:21.25rem;height:18rem;top:14.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:22.375rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { top:32.125rem;left:0rem;width:15.0625rem;height:2.4897002855407rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { top:10.1875rem;left:0rem;width:26.4375rem;height:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { width:43.75rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { top:12.5rem;left:12.625rem;width:35.125rem;height:28.823179564012rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { top:38.9375rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:9.375rem;height:2.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:9.375rem;height:2.75rem;top:2.3125rem;left:8.0976543426512rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:9.375rem;height:2.75rem;top:2.3125rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:2.3125rem;left:30.498754501342rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:2.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:25.6875rem;height:1.3125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { top:11.8125rem;left:0rem;width:3.5rem;height:3.0707895965158rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.4375rem;height:3.3125rem;top:17.1875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:47.75rem;height:3.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:25.124998092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:22.375rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.75rem;height:3.3125rem;top:17.1875rem;left:37rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:12.875rem;height:10.5rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:12.1875rem;height:8.9375rem;top:21.8125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { top:11.75rem;left:13.68678855896rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { top:11.75rem;left:28.905183792114rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { top:11.75rem;left:42.373754501343rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:12.875rem;height:9rem;top:21.75rem;left:25.124998092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:11.75rem;height:9rem;top:21.75rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:47.75rem;height:2.25rem;top:33.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.75rem;top:51.875rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { top:36.4375rem;left:0rem;width:47.75rem;height:11.637918489583rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:47.75rem;height:3.3125rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:22.375rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { top:10.125rem;left:0rem;width:47.75rem;height:10.564264467235rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.75rem;top:21.625rem;left:19.180395126342rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:22.375rem;height:2.5625rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:47.75rem;height:5rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { top:12.125rem;left:0rem;width:47.75rem;height:13.182139086791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.75rem;top:27.375rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:22.375rem;height:2.5625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:47.75rem;height:6.6875rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:47.75rem;height:1.625rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.75rem;top:49.0625rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.9375rem;height:10.0625rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { top:16.6875rem;left:0rem;width:47.75rem;height:30.816218607338rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:22.375rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:47.75rem;height:5rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { top:13.4375rem;left:4.1874980926514rem;width:15.1875rem;height:8.4651027087065rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { top:10.9375rem;left:22.624998092651rem;width:22.5rem;height:13.46245366959rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.75rem;top:24.8125rem;left:19.185724258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { width:8.75rem;height:2.75rem;top:8.5625rem;left:1.1244659423828rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block; }
 }@media only screen and (max-width: 763px) { #XcTB1sQiCuvrJL4UzJdOOcyVDkM8Iulo { width:8.75rem;height:2.75rem;top:8.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVEObzmnMWt3AI1Ohd0ZUtwMkNtEgIBX { display:block; }
 }@media only screen and (max-width: 763px) { #ZBE6w5dAFZIBvxHKhlom7azRP98IkUbg { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.248933792114rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU2HlJn2dDFeEyNHXEymFPaLqSP2xeap { display:block; }
 }@media only screen and (max-width: 763px) { #mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block; }
 }@media only screen and (max-width: 763px) { #mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { width:8.75rem;height:2.75rem;top:8.5625rem;left:37.374822616577rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block; }
 }@media only screen and (max-width: 763px) { #FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V { display:block; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNBy68ielTpKuT3XSW0SqXHortbMkJsZ { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM0pzzgFtBzt74U9tHGSQp1edcmyctKa { width:18.75rem;height:19.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT6kbFvwGn98wyIkMzQcJyOzuiLkekcG { top:7.125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFcbIuThFKmpdNVOGfi4mnG3sRamqdA { top:9.6875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e4PC1yUUAFtTdIXLR2UhNcU65GtdD7 { top:18.9375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocIw69D24u9otNBX0gmpumordl2G4IwD { top:21.1875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teCDyetG77ltD1F6Xt3HMy4y0tXwIAJ5 { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIGzGf1Kv8G8DnXxwXNFFHf7SgA3fKcu { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAlpk6SoU6syE8tTTqxOAA2GoW93lyT { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn7vGyik6bBHuxA8pZvMvQVCpwxGdXwm { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TfwNroKqSymqdlMMAty6mGAuyvLML7 { width:18.75rem;height:19.5rem;top:67.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAUQfSKqOqwiRke6KMgMyLKzhqGeFO2P { top:82.875rem;left:28.875rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV9Mk0K1eiGRTkGodi1hJrTcT0gkNl8G { width:18.75rem;height:19.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2eArgMmn2TIIs9mhqZElcDCNwQuyTfk { top:80.875rem;left:28.9375rem;width:18.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhDw07VryDTTGUpla5uVO60WICP7u8Hb { top:41.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ImHQ2qPyMNTLdtArAwKnkzvULA8uRA { top:39.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w036ZDJ2l4wH5dxq6eEzPaobxvDxxecv { width:12.1875rem;height:3.9791851089829rem;top:33.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF4TPqlq4ugD4JRc3hveNo0MDXz7dmOz { width:11.375rem;height:4.0406096641273rem;top:75.1875rem;left:33.968101501465rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrV3Ral9EP0Ke6I54fLAaCWBEPctOog7 { width:18.75rem;height:19.5rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPq8HlXofvkB5PCCAEZsmoD3A9JZQC5R { top:30.5625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NI4pwaIWRJePT2Jek1Mi5muHApr3ZP { top:71.875rem;left:35.15625rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMZzTATpm4bdtTL2z7atsJEVrNw9NLnP { top:21.1875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLubKPiJJ1B6kyOyG2iWf3WxmosiUmWT { top:15.1875rem;left:18.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD1D1CCp2xvOdUIxEfXJEd5tf6Tn9lOK { top:9.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfhlKwcKn3HSwvBo4npVyfsSyPvoXCW { top:12.375rem;left:3.5rem;width:8.8125rem;height:4.3445266886872rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR50D1PMuHIwza5T8uOCGW1J46eEVtEx { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbrIAiwhVCpcDTnMlyyfcoy8zR4cpCo { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEURCKVEMSMOtxDtw8Qvr5eUfHOzfOhH { top:69.4375rem;left:38.093536376953rem;width:3.125rem;height:1.7151843219009rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCIEB5t2gaDPeEgpdZQEDT9mKQwaMfL { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP8G515qeXOt5ZRMdasBOQTObEVG8PGw { top:103rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cT6ZJGzpWQqvMmge8PH4y3d5sSfclF { top:101rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaclKZ6K2AQ9gEfG5o1VLthuPTxRPx19 { width:18.75rem;height:19.5rem;top:67.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0T64u91kvhwO6UuhZ9GIp1JsIs06i4M { top:82.875rem;left:16.687934875488rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ePCPRX5GVkzA4M0QlTDysAUmWZGmD7 { top:92.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvlaV1Ok7zRegepSKecumW1NVk7lPSFh { top:71.9375rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxEq9y8Z1Avd7A3ZlIyT8u4q1Qsdouvh { top:69.5rem;left:22.125rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq3yvm4yytH7Rx7wGCrsfKRsMGXyHWaQ { top:89.8125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwF0e9yhGLXhVD2PG9VkT6BWFcfekiST { top:95.0625rem;left:5.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qZ6uROzCiBGsB3nFPwUQa1AWhRKOr9 { width:18.75rem;height:19.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThI0u0pTXAuyxEc6i43wpLsNh3KHrp9I { width:18.75rem;height:19.5rem;top:88.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCfN1OQuO1lncE69aVEZBBCobwWzpJs { top:103.8125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr3wvJB3HybMTWJmnuXnw2mwVoWacPuU { top:101.5625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5s2DD7w5tkHObJlm8PLVxW0aQ73iZz { top:93.25rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorMddiy9osaDxQ739QC0lAe5FKBJIXO { width:18.75rem;height:19.5rem;top:88.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNphqxBchihtx9TgEDv83frls8wtThkh { top:93.0625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKqpSkIJsRefPwvPcAbS4ym1RUaPA8A { top:90.5rem;left:22.25rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntzrp1Wcy7thdqq9RwANt0DXbdeSt9Uc { top:101.5rem;left:14.0625rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIXPGUNwKosfWbmWvnsCidC5XQGtHy7 { top:104.4375rem;left:13.3125rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiNBOMRnLP50dZT2qq7QnsTcFg7ZJC1 { top:96.3125rem;left:36rem;width:7.3125rem;height:3.2213352771162rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnnWqyv8Dn0J3ToyPT25cbUSSKUhhOuC { width:18.75rem;height:19.5rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBJEqgqNBTWIzSIgNX64AyTzcEOZwn0f { top:113.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUqSvmZcbqDMoVnrqhsDIRIDntXH99Q { top:122.4375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV4wNpsxsz0nal3JSMfA6pExOk6zyXd9 { top:110.875rem;left:6.3125rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWk114VAlTdxGKSwyNeqwbFr09N8O0gE { top:124.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rTp0JTmOnd4h88ECbRvkD4pf4PG360 { width:18.75rem;height:19.5rem;top:109.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPXQSI8MHy3kr11JFucfCl0O8iOLvbP { top:113.4375rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgQlVDcTqe0yvFdB1IILqoV5TqaGOvW { top:122.4375rem;left:17.3125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkV7GpNullhgQIfyuQO9JyzvD8Ez7pI { top:111rem;left:22.25rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVK4U9gkpiFHByTD96CgWXg7cntn5Dq1 { top:124.6875rem;left:16.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlneCx72Znrc2rxsBeaxavwudpskn3o { top:27.9375rem;left:6.3125rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #suulOfTTk9xo02tEmqQxkB9tv36Bkosk { width:8.25rem;height:3.7222802914658rem;top:96rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK3pOXVRivJtKLFBr4zZGtUN1aJkId9l { width:4.25rem;height:3.6961074915026rem;top:116.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeoOxhbX6tAZnbkoHtX0OICiT7yZIESI { width:4.8125rem;height:4.8125rem;top:116.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQa7GidInfAFZcrVJsCvrrqkpHewwtB { top:7.1875rem;left:22.1875rem;width:3.125rem;height:1.959980462965rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTXkay1kUcZDMNUID1UrIyehRevwx40M { top:48.75rem;left:22.1875rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyzdMIIziDm5XGLK9FbX7v40RCznEns { top:51rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgngqGrmqVstwripp9vZLd3BTGTsJLU { top:59.4375rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLDGDtf6XJZLTNJELVrHKwSlDrKNMGUO { top:63.0625rem;left:12.875rem;width:18.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUoSSrW5VpdTKW1vkAlWPyHOS5zoJsU { top:54.5rem;left:21.5625rem;width:4.1875rem;height:2.832486208991rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GmUdS2PxTsPE0SGhCF1PoN3UX6SbIT { top:111.3125rem;left:38.0625rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNT9s0w1dNIHs7Jcgecw2ASdmW307Eiq { top:113.875rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVQoCb6fDMeOav4Te6kTcTqZzIvwgd8Z { top:116.875rem;left:35.625rem;width:8.125rem;height:3.2457375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvC6ADLKdfPtEcNXl3HH581ncwNGZC2 { top:122.375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Eff2iQlhZ4lHT1T0eBmxwpmq6Hz97K { top:124.0625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #em3WUGLtllzIxWNBPtKThJvEo7DwFbJ4 { width:18.75rem;height:19.5rem;top:109.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z36983biDlMaMaKyWH8K4yowVpFRnQCg { width:18.75rem;height:19.5rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8hIOSgNGcws9UpadXCQ3Mm6HZFfqJg { top:48.75rem;left:6.3125rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEqIpKLKdpwcXgHd8ABAwswC9IaScV6 { top:51rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbnUPlDBddX1qprLzpFFFb7JMSOwwuq9 { top:54.5rem;left:4.8125rem;width:6.25rem;height:2.9074074074074rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6ualFA7PHdkHALuwPXIU23U3TdTvVZ { top:59.4375rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7COzyTSuT2LWCyJpFvIKqpIVleX5Pq { top:63.0625rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeC86amS1phR77yQ8EDwFiKn7U9AZwzP { top:28.125rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXnnxTgrpRgm4KrluoGDwwnvsutT5RP { top:30.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOuJtwySVFV7tL82HkXeTz5TUE9xtIFL { top:38.8125rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsynJvilFU7PEEcQrzfFF22hrTDJBBC { top:42.375rem;left:29rem;width:18.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGsggKOsmdrZeNThoOO8LFdo321aOTCp { width:18.75rem;height:19.5rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAB0hxQkt0m2twKGFZeNpOHRQyMtI9T7 { top:48.75rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KVkpCGRAk2HtmrROqORD2LSo2v6RTg { top:51rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLDRauMCVAcefvThJBtKpvzNkUhMsBxh { top:55.625rem;left:33.4375rem;width:12.8125rem;height:1.8660792309933rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0sTDK4MfMF0qhNPUxfu7Clrpm9I1GW { top:59.4375rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2h6fsIVPaA5V34BbyP2Nz2D14w21r91 { top:62.3125rem;left:32.5625rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3qyFQmu1K7rwOmyNHbJoiF9rsWPkDHI { top:90.6875rem;left:38.0625rem;width:3.125rem;height:2.0232400487385rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5x2nUnvlXJ4iETLF0S0spILVpNeTLu { top:69.5625rem;left:6.25rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ9TgRM4HU7scAU7pk6aM8lR6lpOmAn { top:71.8125rem;left:3.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLL1HZ7TJwDdQAR4MlB1ixRRE86xJQuT { top:75.3125rem;left:1.8125rem;width:12.1875rem;height:3.9788705374912rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzlbg16rN4ei9vDamCXp290XT5865UtO { top:83.625rem;left:0.38216018676758rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpKl2IwBSiKNNayKzGmovzs31GZnRfp { width:18.75rem;height:19.5rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1aSsIfSaX7uthNoxLIpiR0OZbVpplrh { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #l7oXdmyUJaOB8HuR3mlEzg4E0BZK0bF2 { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtV0SeRTSRMGs3W4oEJXT599zpJtZiOD { width:11.875rem;height:2.1761154800674rem;top:34.1875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq0phELmOvt5CcICIpEv2BNqSVdVNzCD { width:18.75rem;height:19.5rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4l8Fu9HdPR7OLhuB9XtarFTJ4TGcic { top:81.6875rem;left:0.88020706176756rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIJRwGDqbOrDf6TpmTyTpDma6GdZp3E9 { width:18.75rem;height:19.5rem;top:129.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkAs6XsWAklyIeoMrqboTwm9EQIceFpE { top:132.1875rem;left:6.3125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJyi97zv2CkAqMI1Ut5ObPSIHsQswRd7 { top:134.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMu7zeLpmDk1TxMHzCqErKvpPKRfm5L9 { top:136.8125rem;left:5rem;width:5.8125rem;height:5.0087440752621rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg6lIeoJdOLkrgFOviTV6qcP8eEIV5Lp { top:143.25rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDtaTA6M8DZFbnCeOgsQF76FP4puDXb { top:144.9375rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrAnJ18QiprkTEiqxzhZG0hnvEHuqCHZ { width:18.75rem;height:19.5rem;top:129.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #glR3dKsXasZCVMBXtQcaTwKg2Sxxg6PF { top:132.1875rem;left:22.25rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHLLF6gcXJyT8Mn8TzdSw3UN1pnr4TB { top:134.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2WVWFrnbGV7atRq81FDbwvlmGo7IzJ5 { top:137.5rem;left:18.8125rem;width:10rem;height:3.6642048772004rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVo4VAr5OyrenOcpH7Jd8NImQWulbBv { top:143.25rem;left:13.125rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugknc0hQIOMlTXa308g9Df4Us239PtQ { top:144.9375rem;left:12.9375rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVb1P9gTMAitPVrnc4HLSUNWEsyiqkRk { width:18.75rem;height:19.5rem;top:129.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAfpRWXOQtTDoCGVwhmQLLgIxKGptFD { top:132.1875rem;left:38.125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMAREDzufJz0N0Am7WfryvhyFKHzXhq { top:134.75rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5IziUiWNluakzLRo7hAypv0eJi02xUc { top:137.375rem;left:37.4671459198rem;width:4.375rem;height:3.8199157228575rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ALdRTQfUXlflENeFVCI7DgAN1h095k { top:143.1875rem;left:29rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8IwzEEpgBtvbCCw0ZV1ArPQLElLzeqL { top:144.9375rem;left:28.8125rem;width:18.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHKO10d60AA34cgDp3TUCrQWU99Lx4qN { width:18.75rem;height:19.5rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZs2TW3hWJzZpavNFTNCFedbkNrXOqFR { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQpqp3VwE8phCKOW6STvQBDSETRwBXO { top:30.5625rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFcrp4AGrF79FZyzE34osCBVotqul9Cz { width:14.6875rem;height:3.4375rem;top:33.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU5ANR8K18gksQkGnqTurgKhRaWTsTtO { top:39.5625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpybV3EckLHHVGdA7fqhLinhmSt9IWqR { top:41.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSCi4JMRMfrTinZ1yuVnBgbtsf2kgrlA { top:80.875rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I77KIW87zfFvQeGQiUlh67Xpz3KpXqEC { top:74.375rem;left:19.092449188233rem;width:9.375rem;height:5.7120815120207rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieyLvM4vCULVUoTegaDuSAt2zBH7V3ok { width:47.75rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6lgIeW25AcuQ6knree3Du8XyHtxzC4N { display:block; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pp0PP31UUnxdRJEQ7Df3hNdsE4NZKgyn { width:18.75rem;height:19.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK9vg8q1AtP9wkaZ7HF1TtEqkcUpBFpa { top:2.4375rem;left:0rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteIZNmH7C9ZDO3sBVO1ntSlTF8TFcEe { top:11.0625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq0H3iOJTfPy8kFKod0awUydbe5fhJya { top:20.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62oiZwQM6xcZkCJv2dfqoPgwmCgqsXG { top:22.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMnHTNI0TrN68a5xS3zRXJDZhQDg1KD { width:18.75rem;height:19.5625rem;top:6.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlxVWQQauXU8meOPIh1Kx4GJTCv4yKzh { top:11.0625rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgiKKol8FffKGt9tkgussuJSTQMGmDKp { top:20.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzpaWqPohAC7i605qac74Ipi9iUEQwie { top:22.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWk9dxBVF6Uy3kX6fHDzhRLqdzuqTyEz { width:18.75rem;height:19.5625rem;top:6.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBbcOT2BF4EmOfVcQHGP65vvTi2TJwvu { top:11.0625rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4rZIhm2ZqRJUDWEyFT4GTlkFIBn2J5 { top:20.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEU4T1L8boW4xhPkHykiSo5tahukRsf { top:22.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdf9SxRycsPtXqOapUrM3uthDkSysArX { width:18.75rem;height:19.5625rem;top:27.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmFzmFx3RzAgyESAqtmfirf7WpfFEo4 { top:43.0625rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4eNig5yXlEeVEOTXvwZLseQ0uOPlXm { width:18.75rem;height:19.5625rem;top:27.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUEtZ01xowZz1i5PMMg4ysiQ1knF9Bit { top:40.8125rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamybRi7OoRT5QiRN8LoDzCXcr1PrTnN { top:43rem;left:16.687143325806rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvLne4lahTXh7BdvaL2uOLrqWn8DXrz { top:40.75rem;left:17.249998092651rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnQZcCT75nlyoCZdgJUIGuXLodo1PlJQ { width:12.9375rem;height:1.1875rem;top:35.8125rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm3SoksgxVPcJImgrHdUgCKRVEzm8C11 { width:18.75rem;height:19.5625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWO1pT4iVMFuAEk5wOf1zzlfxNfLNVL { top:31.875rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSH4e2zew0dbXJ1hro8r1EcQVb5CUomW { top:31.875rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6uuZrwJltyXFA2LaG2SxrRqTa9TWy67 { top:43rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwPNQEcsrlylLFFxh2TmaeTi6TAcEHC { top:40.8125rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTSi8ygUf2SeV0RoogOIirfSTp3hCJQ { top:31.875rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOGoFZsDTiJsChRr5oEqlTt3xQCHdvq { width:13.9375rem;height:2.5rem;top:35.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTVHZ5Kb0BWRQsBWGg1aHdO15GhfTC3T { width:18.75rem;height:19.5625rem;top:48.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZoQmGO3u28H2hXBfkUc0qKSvKGT9XpD { top:63.6875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKkJA56CQPoivZysSmb0vg7mElSJv0m { top:61.4375rem;left:16.9375rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cswsWzRhO7zOh0fB1kTVNzUWgqtL0Tu2 { width:18.75rem;height:19.5625rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbRpMlwhST987A7tnnhHnutmZTXV6Raq { top:84.1875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8VVg3FaI3TQr15tFyohWH8W9t74wyO { top:81.9375rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKZAVmrsNuDQrib6N5GroBZlMMJUCPVD { width:18.75rem;height:19.5625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rlc123s3cV3hytemWTNtH6divah5hXV1 { top:63.6875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygBuImmn9xJv3CknDNWzVVklG7XEy9Bl { top:61.375rem;left:1.375rem;width:14.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWvXKaCKmV6t5SQsZTXR54c8TwFq92NK { top:72.875rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGmV7hOwlvSmONTpp6izmS1GIRTE83Mw { top:52.3125rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJenos0JUmMIOCBrEmtUK6o36FJxHEQ { top:52.3125rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqi5lDQZiPo3qpg4Tala7iCHbvIaTpsX { width:18.75rem;height:19.5625rem;top:48.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ688zw4BkdOouXCe3S0abxQxifM82OI { top:63.625rem;left:32.562139511108rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRkPWg0BQKw7y7qmZT5JkkGsp8FTq2yg { top:61.4375rem;left:29.375rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrCAQnPACbp7QnLW6Tk50TgVZceCw4F9 { top:52.3125rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcxDHSXMRLlubTxzLnSUQmOeeWbuwC60 { width:18.75rem;height:19.5625rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtyEx4HO9nTZ4NXXT6UNtpLHdmt4vhxv { top:104.6875rem;left:0.81214332580569rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4KbTWybISxed0kS7KTuTtGXKvweXZT { top:102.5rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7yoizaqXeCyt0Jr4SbZVzK1QxLe7Sq { top:93.1875rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNU5n4oR1lvZSJx4dtG1u5G9TgLI4xE { width:18.75rem;height:19.5625rem;top:68.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9t8pkOJNBXDBr6ianSThZTmKlS0DgIA { top:72.875rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWMBBcVyXZCmyU2OJ0vhan6LkJsb3sm { top:81.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrq6lnvDrbOtHdumvnO0Vd6eta6IXTR3 { top:84.875rem;left:16.686254501342rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6fGzcRcrgUXNzkpDu4DtzF9tRv7uX9 { top:96.75rem;left:1.4992885589599rem;width:12.8125rem;height:2.5497804244298rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRxhHlxSprV7VW96Gk20plprLUeCQlLC { width:18.75rem;height:19.5625rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDl4pCalWxWK7TZ5QqChxvSkM1DhU3T { top:125.25rem;left:0.81125640869138rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk74M2xiKLQnzBMuN74Vq1hr1FBqQEZI { top:123rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz62u9IuUlIVxSIcqGmqDnmny5v0zlSa { top:113.9375rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IShxpTGPfuTEbC2gD7d2dKUTDxZ4WqWQ { width:18.75rem;height:19.5625rem;top:109.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKoTPmaOenkVlzbfrK2lWrwN3QKqdWe { top:125.3125rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l78AMBF4zxq4PNxm16UsLieI4aWXZsph { top:123.0625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHWzL5XVuSbuJKMm4DvrqB5nVqnqTT89 { top:113.9375rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ct3UALTvwdRLO29bTo3mHA0Stpn2Un { width:18.75rem;height:19.5625rem;top:89.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #renbEHA4hoUIuaxVbDldaeJwi0qVIoDs { top:93.4375rem;left:19.280359268189rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVnlh353VQGvJN4MXKpkaLvni6Sd0ydy { top:102.4375rem;left:17.21803855896rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl6kMpshiTedMNNJUWhfo2TTxb9KgxcX { top:104.6875rem;left:16.686254501342rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #impIaflk52C2GnB1h7W0ENKFO07TptPr { width:18.75rem;height:19.5625rem;top:89.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMWXrg95O5EaT30wJfZLs4lRMTaQn457 { top:93.1875rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJM7VT7vUxDtJ7eUyvrGtgMhVnH7MEzV { top:102.5rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK3PhMhEMw3luMRqnTp0KH7gk77el48O { top:104.75rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEALJyTGlVIo5a3m3lKPI2VpNa8ARJt { width:18.75rem;height:19.5625rem;top:68.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGCL62PTVsyPiui4m0CuiUdLntx8sCWE { top:72.875rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvTg89goKXOnyHJygaXmVxcezyCf7OD { top:81.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzEFTberLfm2IUDK9IJ6dgHF8J3FU6do { top:84.125rem;left:32.562139511108rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiz5MdNldUH9sOoUgknVhZSKtNho2Qq3 { width:18.75rem;height:19.5625rem;top:109.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1ngVunKwly9FVHS9ONs9knNM7e85wD { top:125.3125rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlqWdm5F8KiuJmXhVHGC9FdfrLadou8m { top:123.0625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULaIFJyANSc2DqgfifCdeccoJWRVEBG { top:113.9375rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHwTkUdwoQkf2BEtARoZDUNnwgF02cBM { width:18.75rem;height:19.5625rem;top:130.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZkAOwl1zvG5qy6AqoJ0DLu2NG4aCSt { top:145.8125rem;left:32.562139511108rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5qtEfABULxSgTJMc5MHnZz0RRdSNTvi { width:18.75rem;height:19.5625rem;top:130.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvWMVEX6tfgtgXoum65Ny7074EL7wuyV { top:145.875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEd6uMlvCTLneNPOxZAiP5em38qUdmKU { top:143.5625rem;left:16.90553855896rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa6XmOUZGxhIhvhBoRMt6T97hW2Fbz91 { top:143.625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnyMyfK3huCaC2Vt7hetVdkZwcTHFrH { width:18.75rem;height:19.5625rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1N2URGfkCtqhM94MlBTvkoACHKaNGgZ { top:145.8125rem;left:0.81214332580569rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH1s9W7h2vKuqADBTvaR80qd48Ch1BPK { top:143.625rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0WDW46fSGu5gOUtPerEZtUiDa5ySrH { top:134.625rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfmJvlMe0cHB3qhf2a5HMca9t3WzLWX { top:134.625rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4B5ofeqWg4QOi5nJsJ9il7tHL7TJnt7 { top:134.5rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQG0zELzQtExk3Q6ykTGJb2acsXTQGEs { width:18.75rem;height:19.5625rem;top:150.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvCrVpdwNXUHDyyTM70FTpJwmSiCrTB { top:166.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfHHBJ8OGNuN3twud1AZnNIrfiNNJVs { width:18.75rem;height:19.5625rem;top:150.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeILvlc2uge0IPJLEEpzoSESPsrF4ktu { top:164.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Rd4XTRuyMtiVGi1NdyxUx3szpJ9JlO { top:166.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twqug9iVTWNnDUPtsh02JphNCOd1E7pw { top:164.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx4EylzS9HoVxxNOAnerezGUuhhzoSgp { width:18.75rem;height:19.5625rem;top:150.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PiwxSPWGhN9uELDldydOWlMNB3HmKn { top:166.375rem;left:0.36825180053711rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdVVz2iTFXid52etSiQOXiEaQFoJd7Ny { top:164.125rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8UN31yazDLlA9WT4e6scF5d2fpcaPz { top:154.875rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxm9PozaaNdJXm8xAF9VVsPOhFdcnIT { top:154.875rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9nEXkLEvzpRCzTKzFtewWgGKH4KBPi { top:155rem;left:3.4364337921142rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBLADaPoh19HuWaVzfapTS0PhoFA6DTQ { width:18.75rem;height:19.5rem;top:192.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLaW4aGrS3w7MBniI3oyZLFKusQ7C2O { top:207.8125rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lh94SbRK5H8nPxSEZw4JevZgP1WwOG { width:18.75rem;height:19.5625rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miw5GMnDtEnaqflvLxlNnkTaXPG56O1y { top:205.5625rem;left:14.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7tiiKfDrP7i0vuDPfqUxpKarT1hfBqB { top:186.75rem;left:15.25rem;width:18.625rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvM6ENBPdTbkKFz1q7Ih8QVhEyCLpGB { top:184.6875rem;left:15.875rem;width:18.8125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewnvQ63uCN9T9GhWILu8lvEeOzZR858 { width:18.75rem;height:19.5625rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h3aPBCeZi32ik9sHTKkfLuunUhkGaX { top:186.875rem;left:0.81125640869138rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTMWibkPhXLaA51F2ollaFTE0sqk6UN { top:184.6875rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmqmLTiEB37wnTK1kcc0WNTTnmoiER0O { top:176.25rem;left:19.28125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHmfIueamObR4EyT59bOuAXFyM3ZNgSb { top:196.4375rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxzwrFU5v1irziwhB64HTb1kScWckK2E { top:176.25rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0tChHRKXT9fGmZOkIrnHN0y4bSJdzye { width:18.75rem;height:19.5rem;top:234.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwfz8B1yE2AyTcRep2dVtoSPT5iW6oRO { top:250.0625rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdVRC43EaeOtPbuEbv9EiTnSHwevv2X { top:247.8125rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnrLnBugJhwdoaPPhWLebEJgC1yFntLq { width:18.75rem;height:19.5rem;top:192.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2CC2g4UmGHxicKQPcbA3ncpZBIuiCk { top:207.8125rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzRbPP2iuZUq4AouwrbIAKZV2UDSnga0 { top:205.5625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1D324DuAWOwiaa7aCBiO0T4616I6JT4 { top:238.5rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VypbJtOgKyh1XIDuprCgVlRzyKeipUEy { top:196.25rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czgrDoFOPOXPW8BHIVmebyFptHlDwSFi { top:8.75rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIQsE4V2yXZwMK5s1mFTV9tefvb493V { top:15.0625rem;left:17.5625rem;width:12.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di8w6qXNzT62pgs9oxgl9bm3UZT2AZ8V { top:55.25rem;left:1.6875rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiNVcAx4hkEOXikpPkJp6CL5H9aBVB6Q { top:29.5625rem;left:38.09303855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzmsxV0pCIg1k3pdc6y1ZLfvJq6q6ehd { top:50rem;left:6.4060726165769rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmRkZE14HzDs1hssWPGqgAvoEgMDo1ve { top:50rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQK3VEXzkqyBiAeTG1QZF7yGbmaRl0If { top:49.875rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRgkeRACQouhBsGdTkXn9oCWH2aUiKd { top:56.25rem;left:33.4375rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvEqL8bsowcR42wQWuZ4RznDTlUzMOl2 { top:70.4375rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE5Nhxc1iiuMZoe9zqf0DNVpxkAZrqKa { top:70.4375rem;left:22.21803855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJa8xhQdEp7H5qOrHgCqM71e8dS6x03l { top:70.4375rem;left:6.34303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUi5wHV7dIq7c2pLVuG2hqHMuiXxTL8C { top:159rem;left:4.3117885589599rem;width:7.1875rem;height:3.0360959324884rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHgIWxVscCx5wDZwJNAsLDlyS8Bf58R { top:152.625rem;left:6.3421497344969rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #x08THLycDDtzHElrwd4KWDQJBxT3b7Be { top:173.6875rem;left:6.3125rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRvCe8lfgO6gTgQhcGCu4QTVT2kcdnR { top:152.3125rem;left:38.09303855896rem;width:3.1875rem;height:2.0625555209112rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdrUR4mLv3yvp75sIVBFFALnmO91Thd { top:236.125rem;left:6.3125rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aoU5mAqNdrcdxdcsnuWVUuaB2irQKH { top:194rem;left:38.09375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQZHBgMb9lRSTBMu6eLEqn8IfFRDmsyR { top:8.5rem;left:6.34303855896rem;width:3.1875rem;height:2.1247062171654rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZekGwyuFPcCNsuRwBCLXI10PCzwVQ8 { top:8.625rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK15J5NnTca3xSkhNFwTykWPHhBsU3ET { top:29.3125rem;left:6.34303855896rem;width:3.1875rem;height:2.1247062171654rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS89GosfDBe2aDPmLzFhDmLsu1z6KTrr { top:29.375rem;left:22.21803855896rem;width:3.1875rem;height:1.9373602785017rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZ2DTx61OyKUcyPtA2e3IvpUy1UAFth { top:14.75rem;left:1.21875rem;width:13.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AFc2ovB8F9ihyEeBhKZbigJLfKhJsQ { top:14.375rem;left:34.875rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqSoPevKSsQ5J8vPXHB1eAz2QlcVHXEh { width:12.3125rem;height:2.5rem;top:35.125rem;left:17.654829025269rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJ3WKDRE8C0m4py5WfAG2QtL5HSxmKd { top:55.4375rem;left:22.25rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuUdEcfHeualiyozRxmyJGsQnV2PeXNt { top:75.5rem;left:5.125rem;width:5.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoznNhhRZ7AltfDpG5oGOriexSaUa7D4 { top:76.1875rem;left:19.5625rem;width:8.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Bv8zwGZZ6TfhZ7EvXDLr3qgrHH1D2S { top:76.0625rem;left:36.15625rem;width:7.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7chpefiPI2l39dwrfmL7TBizdrFfhaF { top:96.9375rem;left:18.748579025269rem;width:10.0625rem;height:2.1741445406787rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP0FCSKxDMD02I6lowZwCqyv7EInElv3 { top:95.375rem;left:36.34375rem;width:6.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOmzi71CuRwITmGrJO7dESDRQfyuhmR { top:117.6875rem;left:17.5625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHnEO7GERv2W0GlXovQNKiUTAw3epkK { top:117.0625rem;left:36.0625rem;width:7.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Tlil215mMD4fTvbqdcGIQ16Z8g2umO { top:138.75rem;left:17.37428855896rem;width:12.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzRUKkwJgQ7ccIVr0QZrZX1fR52zDHG { top:137.75rem;left:33.437498092651rem;width:12.5rem;height:4.43714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW8bMKVZAixo0nICwspwvyADJUEIrzR { top:158.6875rem;left:17.5625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2yxfNcT29kEZoqD55TgG1AQbISfC5l { top:156.9375rem;left:35.842504501343rem;width:7.625rem;height:7.1908603461873rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOCXMusqyx4kHWTnJ7VuRKoP4i7tA57 { top:179.4375rem;left:3.4373207092285rem;width:8.9375rem;height:3.2269246862651rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPsnfX49HRvDMUKofOyNxeaob6WtnWqU { top:179.4375rem;left:17.84375rem;width:11.9375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSFfm8ILzmvTusDBh1dfxcoH4LBC93Bs { top:200rem;left:19.4375rem;width:8.75rem;height:3.06171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWugFlJwCXulDx9o4vKUdHL5NFIhcmQU { top:138.3125rem;left:2.3125rem;width:11.25rem;height:3.37446875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrpGwetKP0XnBi4wz0tiD59Dpl46ur2 { top:117.25rem;left:4.3117885589599rem;width:7.1875rem;height:2.7883985378554rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn0WN3sGzxSmgK3JUSTIxNbBt1x219Je { top:200.3125rem;left:34.65625rem;width:10.0625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvpcOW67DIdTLvEELCkQTMNwUGM3Wsd { top:240.875rem;left:2.5625rem;width:10.6875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfnHsMikBM4wKmlKFXfXQu6tJ4zTgOV { top:194.0625rem;left:22.1875rem;width:3.125rem;height:1.6538980827269rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHH9v9mztnmgE0tmfQNG2IE0IMBg4TM1 { top:152.5rem;left:22.21803855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyvt793HNHdbZd9izqdgdcLnU8N4UXm3 { top:132.3125rem;left:38.09303855896rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCvPithL4JWJIegGKxEe8TXp0xw1xFi { top:132.4375rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9m86JN8TKeVCT9p7OFcy53GVbhXCKoa { top:132.125rem;left:6.34303855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIk7T0m1XhX0KD14ouUE6HoQBarHW2Ia { top:111.5625rem;left:38.09303855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFChs86LniArRWTxBgz81AF0v8ZzhAV { top:111.5rem;left:22.21803855896rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayk84f2lw0s1t6Ru2zW24RtL18DACepm { top:111.5625rem;left:6.34303855896rem;width:3.125rem;height:1.6538980827269rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60ZwpmxOZ8wZu6nUaTzGHC7gKbglZq4 { top:90.6875rem;left:38.09303855896rem;width:3.1875rem;height:1.9373602785017rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHrVr3zkrnPcK7EUI5ILdDQPIx7dn88 { top:90.875rem;left:22.21803855896rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #GESkl15HD8rqTth1omcR8Z649stWStTH { top:91rem;left:6.4671497344969rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQNLQpKkVEysPZ9oEstN4ns3tTAxX7dr { width:18.75rem;height:19.5625rem;top:213.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRtnQbJaK3MTIUy6tPzuTC4IfpAJGJM { top:214.6875rem;left:22.09375rem;width:3.4375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDm8H6UhHFNWygKdhQsW9u4TzMOgwR8o { top:217.3125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4llnp5XDq85toAr913Ri585oCyIfuRA { top:220.25rem;left:18.71875rem;width:10.1875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUWKezXqaBw6gpu1BJJAhJi0mnX6Hl6J { top:226.625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHE0EhXuhvmFDPL6xScNVnlqrmesq7II { top:228.875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpsLX4u02D5S1kAlaNFzIOMnt6zqTugV { width:18.75rem;height:19.5rem;top:192.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhPCfHRDbpg2GFEetCgHKMTEpGi1x93 { top:193.875rem;left:6.3125rem;width:3.125rem;height:1.9603048772118rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFT0BW3Zo2dR2DeBKfTa1SJ8auC5Hy0 { top:196.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTxORr5U87nDkSl5R8HOJTpBQr0cmVf { top:200.75rem;left:1.6875rem;width:12.5rem;height:1.6859rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyDeCF6k4enCqNHWocIZzWtHqAWdolk5 { top:205.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0TT94BkOOEu5lQRrAVcSw842nViT5y { top:207.8125rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGkc4O9G4NC3r8K42GgLKow6KnAdXET6 { top:173.6875rem;left:22.21875rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKD80XeVATVm1uuekezmf9vICbnV7BJf { width:18.75rem;height:19.5rem;top:171.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASNuHfyql8cicBbWTpZtIX1p9WUPWacL { top:173.6875rem;left:38.09375rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomOuEbfGr0RK3dQZa5yh4QIKAWun6QA { top:176.25rem;left:35.15625rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP2f3MMTkkSp22Bv7Za7nLLWGAZBh9rZ { top:178.75rem;left:33.156072616577rem;width:13rem;height:3.9807706111199rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwyRFyKbCwNfAfX3cgflqgZK5IJVDebn { top:184.6875rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOX4cG3Al2JyBigwx9IJmGCfveIHwOxQ { top:186.75rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddF2UgzFMBrf3Gu5FnMDQXmuCq14qkui { width:18.75rem;height:19.5625rem;top:213.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQz827nUPPXTlgMzkISduA0HQhvvPbw { top:214.75rem;left:6.3125rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH5ieuImLvATf9G0EAlwC0WoGEtUVQp7 { top:217.3125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8bv0zOX9uGPe8TOHZstr1uzLlUPOnK3 { top:220rem;left:2.875rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLzE51hVvXxZPlx1BzbIzCo2yysPgqkA { top:226.625rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwzHCPN0uIU6LtpV9C9Q2ancJui5FXQ { top:228.875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht7c0eC2IE9PNxk2TCPSdVINVVGfpOQR { width:18.75rem;height:19.5625rem;top:213.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFLd4OyObbNwZgutOCTaDQfOrENUX9Iq { top:215rem;left:38.0625rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxEna9qqf7m1qSVBQIe9fJLh5UOqcZKC { top:217.3125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi80kVsb7nuTlos1rGV9oJsxMXMhGNlf { top:220.4375rem;left:34.1875rem;width:11.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlL9cyl1DntlpEqlrQEUTNse4yxUpADm { top:226.625rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe60KWwNF7PUglnA7HEJJovHG1Re0Kt8 { top:228.875rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewOizw7cJRvANnmItx5uA6gwiV9M9Tme { display:block; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mk9LdqTyOVugtdkqbEP0Qn6bp3igodHN { width:18.75rem;height:19.5625rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4rTehLJFKiW5pevv8CMTeAr2Hzkm4l5 { top:10.1875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9eEB0MgsM0E9NrodWkhoxa3bkAv9Dze { top:19.1875rem;left:1.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLgEhfQ6Q0TZXShccMy9KiWc8tDVddM { top:21.4375rem;left:0.875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StO3PmXpdz7FVnoBmgbyPuGrWDXcxfvl { width:18.75rem;height:19.5625rem;top:5.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0bMiaCqFB71aM7znrwzWmQmr9lsNiF { top:10.1875rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2WJMOo4N5l2FyuyqPc0K12qlXT1dWJh { top:19.1875rem;left:17.3125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ZgXidJWXasiuKx5eOeoa40IJ1GVNe { top:21.4375rem;left:16.75rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NJR7ql7vSqc5U2NnBz8QRMefrAoKuR { width:18.75rem;height:19.5625rem;top:5.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrftUeNWaufWVOTxvu5Fnzh0866ufkl { top:10.1875rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu2qweR5xzu1aKIAScJNZqTun8lCHRZF { top:19.1875rem;left:33.1875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFlpIXQUEg5aIa0sTHV4I0ViItTaKXdy { top:21.4375rem;left:32.625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbQ7IEClMlPVpDpQy35P9lzxpnTusrl { width:18.75rem;height:19.5625rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRwwC2DwyEyKWEMvmAWbrVo0R9DJvzZO { top:63rem;left:0.875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvMxfembQOBR1cEPmsuPc2cLru0rtn8J { width:18.75rem;height:19.5625rem;top:26.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZz7ILFMomrQPQTHaREqhzQALtKyVEvM { top:60.75rem;left:1.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWxRHn8FDLB9BTzZHiE0VP8fkUR06Up { top:42.1875rem;left:32.625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWrMq4aqty9hboMZDAoT1AuxLMBvGWa { top:39.9375rem;left:33.1875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbqxCFwwC0CaItac9rwc1AcA75LHiqiU { width:18.75rem;height:19.5625rem;top:26.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQza4eN51mZz8MTS7qSTWxxM5eUkAGr { top:30.75rem;left:35.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXdtDLOP4J2p6y5hHrlPikexSkrTPt2 { top:51.5625rem;left:3.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4riqFkeKbMBSOOoPEfFOF5oL7WNXx0A { top:41.4375rem;left:16.75rem;width:14.25rem;height:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8nLi5gvJcB6G7DEr8TxJrDsImSq3OK { top:39.9375rem;left:17.3125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6tOygf5rmaJIUOgC304rqTiJJPMUy3u { top:30.75rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUD6X0MISwLShvTTNT6tXpJtQLKTav3K { top:28.25rem;left:22.25rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWzQUNwd6Ncgi96ZSQoCTfnvUT6R5dc { top:28.25rem;left:38.125rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3w04okiLdK8zLtBAwcLRuWIv2yVXLHv { top:7.625rem;left:6.375rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTWQzPSTPrPJayOF6272mSR5gTXRZ7BR { top:7.625rem;left:22.25rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dft7ko7BrHKR1ByxxkCI2FbvwCIIhhM7 { top:7.5625rem;left:38.125rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPM4sic8LrIZph9s7aKkG0lOqKp0WRG { top:49rem;left:6.375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh7LQmgq4RTAHNN8vKStfpp5uSF14McJ { top:13.5625rem;left:2.375rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfyp2ZsIPc4Q2xFXcD07m9cBDOpKdBmm { top:13.375rem;left:20.125rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqVLs4iiP5TttueDUSfqkh9oQBMJ1NPz { top:13.6875rem;left:35.75rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKFAdShTiM0amL4THWWpGxBKyCJ3ZFH { top:33.4375rem;left:20.875rem;width:6rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyEwZJ6cTVhnOx9mvskJTwhgxNlmf6WQ { top:33.875rem;left:34.75rem;width:10rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJPwLxfM1X50zL8JbmmxXPTCZNw8QZJ { top:53.9375rem;left:2.5625rem;width:10.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyL9GWbfco9ql0LTFTcuVN5IrR5sNLZZ { width:18.75rem;height:19.5625rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpqHv9AzbTqIRZWdS4fwXA5FGqIgf41T { top:28.25rem;left:6.375rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJTMJCgbvA7SE2GdP5WJoMD6ZdJDeqKH { top:30.75rem;left:0rem;width:18.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRURp5eifVIEiOcEst9lCxz76mQ9LIEP { top:33.75rem;left:4.75rem;width:6.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G631G3IwrLF6lSmzf5CNpZi40gGdc7TI { top:41.25rem;left:0rem;width:18.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQn1lufhFd9FEU3TGXuiZ7B4pEbL6bM { top:2.0625rem;left:0rem;width:47.75rem;height:0;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW { display:block; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZhNTU31qli1w6BuuQGPPgSldgqrGyk1 { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Ttu6eT0MkUDBhbPyR8ZToqBzLZNFkz { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17EmFmKl4CSk3se4wBr0B3SBgneWThy { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSO2a7zSVasi0k8p55OEMlN627glQHtP { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDSfVpzaTKorGmxHLDp0rZ7PeLcoNxa { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh4ys26agfTwJmhFu6XvRnTyfGP6u3CW { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9FVg4ukMDKbsJnMyg6rPvcZSLyLSPBr { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypgy3Gal224nJqTg5qTDH1I6cvukaHDx { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB6Jr0BpzcCON5z8vgCo89HQ7ER01Bv8 { top:7rem;left:22.1875rem;width:3.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ7BXgyhRxgpwVG2hlwxV7PVEO0yLD80 { top:9.5rem;left:19.311634063721rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efEIV3Pa5lUwMpmin4knfZeyl4eCbizV { top:11.5625rem;left:16.374347686767rem;width:14.8125rem;height:3.734463371795rem;display:block; }
 }@media only screen and (max-width: 763px) { #iddIZVnwCEPiJ3hFzEBWdcttCOqC1ZFc { top:17.875rem;left:17.218532562256rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrXQhnhGrwd6zpTnPiT6eDAxpHMoLmBU { top:20.375rem;left:16.686847686767rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhThRkezuGygKFu3kvdd0S7FGBX3B3in { width:18.75rem;height:19.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmfVBRW3WwQPm3lrZLXg4dPFbDQP4uR { top:28.0625rem;left:6.375rem;width:3.125rem;height:1.8992598490673rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6rgRLHKvxTKTM9KPgaiQA4EAAtdd25 { top:30.5625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ExDN3APfgFoQ3PHxqzmduWFaurP1g4 { top:33.375rem;left:2.9375rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSCkZxtUl1hC1sItIg3s4KkWmHuzxwzJ { top:39rem;left:1.4375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niaKABKXyfGQqF5WcR7VHgf6nG2vmcJr { top:41.25rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtO9GHDW6UTzy4KHZyqb9TplpqSoQJI9 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMGBOSPUz0wfe5pGOmsUheJAX2qLTUB8 { top:6.9375rem;left:38.0625rem;width:3.125rem;height:2.0216193596341rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwhRxcq3WSsmT3s4WseEJICkfI5MeB4 { top:9.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqrhvtRiR9tZpdV1rB834RDQucab9TS { top:12.0625rem;left:34.625rem;width:10rem;height:4.3480961550407rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCcyDv8gRkkuZ9RxGbI71iamXRtxGKd4 { top:17.875rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5fwJycDfyb0LCHvVUmfdgnA3dr6DXdv { top:20.375rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9gnQWdSesCivKZAR257TZhoLv1W7yyR { display:block; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNzE6RTJvC9HmLr8DIwOeg8KQ4l47puO { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7IulucwV0fHXxlJ2l8KaC2MHF4LQC9 { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2tIQT1Q6h0tvKF7TnXKV7fOx5V9fkR { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyRMlZy9kQkiONdtqzm23cwPS3KfXWc4 { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfH4fRCTJO6srhQl1CgUf2dfT8yMmvKU { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9nUX5FqJkOOWePdqk0H7FyvnvCvDtrT { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5iZNsTqmfLU5wmlfHkbT1B3s7MxbdX { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pSsOIIsJwIThNgbp5vRIdR9KfqRJaP { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnRCxAAQtKI2fTwB9qLXPTTsByutBCH { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSrBJd6gab0BsyTcFBOO8EeX4iDR9TZ { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpTeE2HQCDc8DwiSTPyiHU7zdLzFfpM { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErLZBnTdZZ6oazGN6l9ETobbM6r61dzp { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn50REfTXg4k6JmAT1q1DJRQ0lucAszg { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTRfQKA8T7l2nADrQA1Mque2wPDMTIZ { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqBhlWdvSPe7cM4mkGwpCXPQbtVZRd0I { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #V78kppDpVeRzRHcDECBbmx77LEubi1WS { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8gOz3UgPzOh4DHy0JclIhRvqTHTbgKX { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riu5V0wuZk6M1bXixzwCeEkJmM0H6VpX { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTyQKH3f0MsnXVbi2ftDgyNcUpUk2nD { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:14.8125rem;height:;top:8.125rem;left:32.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { top:8.125rem;left:30.8125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:;top:5.1875rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { top:5.1875rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:;top:2.3125rem;left:33.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { top:2.3125rem;left:30.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { top:7.0625rem;left:1.25rem;width:13.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:26.75rem;height:3.1875rem;top:2.125rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { width:13.375rem;height:3.125rem;top:1.25rem;left:3.3125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.018rem;height:2.796225rem;top:5.6239342689514rem;left:3.1150566339493rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd33e9fd-7d6c-4c9a-b371-d85592c2d347/dentistofficemobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .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); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:16.25rem;height:17.05404375rem;top:13.998579025269rem;left:2.1553622484207rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:14.124625rem;height:1.925rem;top:11.499466896057rem;left:2.1546519994736rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { width:11.311875rem;height:1.875rem;top:33.756511688233rem;left:4.3435333371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { width:18.375rem;height:33.5625rem;top:0rem;left:0.99893462657931rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { top:33.3271484375rem;left:0rem;width:20rem;height:9.249rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { width:20rem;height:16.3743125rem;top:31.842151641846rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#87d1e6;background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .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); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { width:12.5rem;height:5.4375rem;top:34.3965rem;left:3.75rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:6.875rem;height:2.74946875rem;top:1.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:7.0623125rem;height:2.74946875rem;top:1.8125rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:6.6868125rem;height:2.74946875rem;top:6rem;left:2.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:8.812125rem;height:2.74946875rem;top:10rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:7.249625rem;height:2.74946875rem;top:6rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .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); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:14.6875rem;height:2.25rem;top:24.6699375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15010;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.8125rem;height:3.375rem;top:20.375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { width:3.5617875rem;height:3.125rem;top:16.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.5rem;height:3.375rem;top:37.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:17.0623125rem;height:9.003875rem;top:5.110969543457rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.6875rem;height:3.375rem;top:52.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:20rem;height:2.0625rem;top:2.1244659423828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.8125rem;height:3.375rem;top:67.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:15.687125rem;height:7.03125rem;top:23.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:17.5rem;height:5.625rem;top:40.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { width:3.18714375rem;height:3.125rem;top:33.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { width:3.125rem;height:3.125rem;top:48.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { width:3.1875rem;height:3.125rem;top:63.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:15.999625rem;height:5.625rem;top:55.75rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:17.5rem;height:5.625rem;top:70.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:20rem;height:4.1232625rem;top:79.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.74946875rem;top:90.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { width:20rem;height:4.874825rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:20rem;height:6.00260625rem;top:4.8615074157715rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:20rem;height:2.0625rem;top:1.9371452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { width:20rem;height:4.5rem;top:11.547412872314rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.74946875rem;top:16.922946929932rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:20rem;height:2.0625rem;top:1.6867923736573rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:20rem;height:10.5045625rem;top:4.7993602752686rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { width:20rem;height:5.37464375rem;top:16.797748565674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.74946875rem;top:23.545803070068rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:20rem;height:2.0625rem;top:2.2487573623658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:18.6869375rem;height:13.505875rem;top:5.4225845336914rem;left:0.65518462657931rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:20rem;height:4.78125rem;top:20.01855625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.74946875rem;top:45.10919380188rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.999625rem;height:10.1236875rem;top:20.126949310302rem;left:1.9992896318436rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { width:20rem;height:12.874625rem;top:31.329011678696rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:20rem;height:2.0625rem;top:1.8119678497314rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:18.125rem;height:10.5045625rem;top:4.6084861755371rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { width:7.4369375rem;height:4.0625rem;top:16.935369491577rem;left:2.2443181276321rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { width:8.9375rem;height:5.3125rem;top:16.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.74946875rem;top:23.386009216309rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { width:13.9373125rem;height:2.6rem;top:4.765625rem;left:3.0300070047379rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { width:20rem;height:2.59874375rem;top:2.16796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #To5WFGg5VvSCVRg1qwT6E6nLy8W79WCp { display:block; }
 }@media only screen and (max-width: 763px) { #XcTB1sQiCuvrJL4UzJdOOcyVDkM8Iulo { width:8.75rem;height:2.75rem;top:12.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVEObzmnMWt3AI1Ohd0ZUtwMkNtEgIBX { display:block; }
 }@media only screen and (max-width: 763px) { #ZBE6w5dAFZIBvxHKhlom7azRP98IkUbg { width:8.75rem;height:2.75rem;top:16.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU2HlJn2dDFeEyNHXEymFPaLqSP2xeap { display:block; }
 }@media only screen and (max-width: 763px) { #mMtbJ8WdTk3Bx9LcCOT6J0dW8PGhrQrT { width:8.75rem;height:2.75rem;top:20.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIppFb1DyU736sHH2PtJP3GTgmAUxPc9 { display:block; }
 }@media only screen and (max-width: 763px) { #mgTZ2gaUcGRTBtnKcxtla3B19tZhmmJm { width:8.75rem;height:2.75rem;top:24.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block; }
 }@media only screen and (max-width: 763px) { #FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V { display:block; }#FLKWIaw6mBH7KlMBMDlhbRVk8UIxDF5V > .row .container { width:20rem;height:448.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JNBy68ielTpKuT3XSW0SqXHortbMkJsZ { width:20rem;height:1.9487875rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM0pzzgFtBzt74U9tHGSQp1edcmyctKa { width:18.75rem;height:19.5625rem;top:4.6875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #fT6kbFvwGn98wyIkMzQcJyOzuiLkekcG { width:3.1875rem;height:2.0625rem;top:7.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzFcbIuThFKmpdNVOGfi4mnG3sRamqdA { width:9.0625rem;height:1.2999125rem;top:9.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4e4PC1yUUAFtTdIXLR2UhNcU65GtdD7 { width:13.1875rem;height:1.2999125rem;top:18.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocIw69D24u9otNBX0gmpumordl2G4IwD { width:14.25rem;height:2.79948125rem;top:20.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #teCDyetG77ltD1F6Xt3HMy4y0tXwIAJ5 { width:18.75rem;height:19.5623125rem;top:45.999664306641rem;left:0.62375700473786rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIGzGf1Kv8G8DnXxwXNFFHf7SgA3fKcu { width:9.0625rem;height:1.2999125rem;top:50.624113082886rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEAlpk6SoU6syE8tTTqxOAA2GoW93lyT { width:18.75rem;height:1.2999125rem;top:57.687320709229rem;left:0.749467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dn7vGyik6bBHuxA8pZvMvQVCpwxGdXwm { width:14.2498125rem;height:2.79948125rem;top:61.249996185302rem;left:3.1246446371079rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8TfwNroKqSymqdlMMAty6mGAuyvLML7 { width:18.75rem;height:19.5625rem;top:232.87464904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAUQfSKqOqwiRke6KMgMyLKzhqGeFO2P { width:14.25rem;height:2.79948125rem;top:248.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UV9Mk0K1eiGRTkGodi1hJrTcT0gkNl8G { width:18.75rem;height:19.5623125rem;top:66.875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2eArgMmn2TIIs9mhqZElcDCNwQuyTfk { width:13.1875rem;height:1.2999125rem;top:246.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LhDw07VryDTTGUpla5uVO60WICP7u8Hb { width:18.6875rem;height:2.79948125rem;top:81.811962127687rem;left:0.74982237815856rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1ImHQ2qPyMNTLdtArAwKnkzvULA8uRA { width:18.5rem;height:1.2999125rem;top:79.562320709231rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w036ZDJ2l4wH5dxq6eEzPaobxvDxxecv { width:13.4375rem;height:4.375rem;top:73.686962127687rem;left:3.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF4TPqlq4ugD4JRc3hveNo0MDXz7dmOz { width:10.999375rem;height:3.99956875rem;top:240.65539932251rem;left:4.6549480557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrV3Ral9EP0Ke6I54fLAaCWBEPctOog7 { width:18.75rem;height:19.5623125rem;top:25.374664306641rem;left:0.68625700473787rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPq8HlXofvkB5PCCAEZsmoD3A9JZQC5R { width:9.0625rem;height:1.2999125rem;top:71.623752593994rem;left:5.5296519994736rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NI4pwaIWRJePT2Jek1Mi5muHApr3ZP { width:9.0625rem;height:1.2999125rem;top:237.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMZzTATpm4bdtTL2z7atsJEVrNw9NLnP { width:18.5625rem;height:2.79948125rem;top:40.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLubKPiJJ1B6kyOyG2iWf3WxmosiUmWT { width:10.9375rem;height:2.599825rem;top:34.561966896057rem;left:4.5312498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bD1D1CCp2xvOdUIxEfXJEd5tf6Tn9lOK { width:9.0625rem;height:1.2999125rem;top:30.000000715256rem;left:5.499467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCfhlKwcKn3HSwvBo4npVyfsSyPvoXCW { width:8.8743125rem;height:4.375rem;top:12.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oR50D1PMuHIwza5T8uOCGW1J46eEVtEx { width:3.18625625rem;height:1.9984rem;top:27.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STbrIAiwhVCpcDTnMlyyfcoy8zR4cpCo { width:5.56196875rem;height:3.37446875rem;top:52.936786651611rem;left:7.4374994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEURCKVEMSMOtxDtw8Qvr5eUfHOzfOhH { width:3.1875rem;height:1.75rem;top:235.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbCIEB5t2gaDPeEgpdZQEDT9mKQwaMfL { width:18.75rem;height:19.5625rem;top:253.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP8G515qeXOt5ZRMdasBOQTObEVG8PGw { width:14.25rem;height:2.79948125rem;top:269.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6cT6ZJGzpWQqvMmge8PH4y3d5sSfclF { width:13.75rem;height:1.2999125rem;top:267.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaclKZ6K2AQ9gEfG5o1VLthuPTxRPx19 { width:18.75rem;height:19.5614375rem;top:211.9992980957rem;left:0.74982237815856rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #e0T64u91kvhwO6UuhZ9GIp1JsIs06i4M { width:14.2480625rem;height:2.79948125rem;top:227.12349128723rem;left:2.8754342198372rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0ePCPRX5GVkzA4M0QlTDysAUmWZGmD7 { width:9.0625rem;height:1.2999125rem;top:258.1875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvlaV1Ok7zRegepSKecumW1NVk7lPSFh { width:9.0625rem;height:1.2999125rem;top:216.56055641174rem;left:5.4687502980232rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxEq9y8Z1Avd7A3ZlIyT8u4q1Qsdouvh { width:3.18468125rem;height:1.74913125rem;top:214.372838974rem;left:8.4071181416512rem;display:block; }
 }@media only screen and (max-width: 763px) { #qq3yvm4yytH7Rx7wGCrsfKRsMGXyHWaQ { width:3.1875rem;height:2.0625rem;top:255.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DwF0e9yhGLXhVD2PG9VkT6BWFcfekiST { width:4.31196875rem;height:4.31196875rem;top:261.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0qZ6uROzCiBGsB3nFPwUQa1AWhRKOr9 { width:18.75rem;height:19.5623125rem;top:253.74911499024rem;left:0.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThI0u0pTXAuyxEc6i43wpLsNh3KHrp9I { width:18.75rem;height:19.5623125rem;top:295.68714904785rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCfN1OQuO1lncE69aVEZBBCobwWzpJs { width:14.25rem;height:2.79948125rem;top:311rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr3wvJB3HybMTWJmnuXnw2mwVoWacPuU { width:13.1875rem;height:1.2999125rem;top:308.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Df5s2DD7w5tkHObJlm8PLVxW0aQ73iZz { width:9.0625rem;height:1.2999125rem;top:299.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XorMddiy9osaDxQ739QC0lAe5FKBJIXO { width:18.75rem;height:19.5625rem;top:274.68750762939rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNphqxBchihtx9TgEDv83frls8wtThkh { width:9.0625rem;height:1.2999125rem;top:279.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdKqpSkIJsRefPwvPcAbS4ym1RUaPA8A { width:3.1875rem;height:2.0625rem;top:277.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntzrp1Wcy7thdqq9RwANt0DXbdeSt9Uc { width:13.187125rem;height:1.2999125rem;top:288.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGIXPGUNwKosfWbmWvnsCidC5XQGtHy7 { width:14.2498125rem;height:1.3997375rem;top:291.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuiNBOMRnLP50dZT2qq7QnsTcFg7ZJC1 { width:7.3748125rem;height:3.2492875rem;top:303.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnnWqyv8Dn0J3ToyPT25cbUSSKUhhOuC { width:18.75rem;height:19.5623125rem;top:337.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBJEqgqNBTWIzSIgNX64AyTzcEOZwn0f { width:9.0625rem;height:1.2999125rem;top:342.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDUqSvmZcbqDMoVnrqhsDIRIDntXH99Q { width:13.1875rem;height:1.2999125rem;top:350.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV4wNpsxsz0nal3JSMfA6pExOk6zyXd9 { width:3.18625625rem;height:2.062325rem;top:340.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWk114VAlTdxGKSwyNeqwbFr09N8O0gE { width:14.25rem;height:2.79948125rem;top:352.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rTp0JTmOnd4h88ECbRvkD4pf4PG360 { width:18.75rem;height:19.5625rem;top:316.5625rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPXQSI8MHy3kr11JFucfCl0O8iOLvbP { width:9.0625rem;height:1.2999125rem;top:321.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXgQlVDcTqe0yvFdB1IILqoV5TqaGOvW { width:13.1875rem;height:1.2999125rem;top:329.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNkV7GpNullhgQIfyuQO9JyzvD8Ez7pI { width:3.18714375rem;height:2.062325rem;top:297.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVK4U9gkpiFHByTD96CgWXg7cntn5Dq1 { width:14.25rem;height:2.79948125rem;top:332.1875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBlneCx72Znrc2rxsBeaxavwudpskn3o { width:3rem;height:2rem;top:68.874286651612rem;left:8.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #suulOfTTk9xo02tEmqQxkB9tv36Bkosk { width:7.7494375rem;height:3.49964375rem;top:283.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK3pOXVRivJtKLFBr4zZGtUN1aJkId9l { width:4.3125rem;height:3.75rem;top:324.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeoOxhbX6tAZnbkoHtX0OICiT7yZIESI { width:4.25rem;height:4.25rem;top:345.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEQa7GidInfAFZcrVJsCvrrqkpHewwtB { width:3.125rem;height:1.95845rem;top:48.061079978943rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTXkay1kUcZDMNUID1UrIyehRevwx40M { width:3.37446875rem;height:2.1875rem;top:152rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzyzdMIIziDm5XGLK9FbX7v40RCznEns { width:9.0625rem;height:1.2999125rem;top:154.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvgngqGrmqVstwripp9vZLd3BTGTsJLU { width:13.75rem;height:1.2999125rem;top:161.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLDGDtf6XJZLTNJELVrHKwSlDrKNMGUO { width:14.1868125rem;height:1.3997375rem;top:164.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #npUoSSrW5VpdTKW1vkAlWPyHOS5zoJsU { width:4.249825rem;height:2.87464375rem;top:157rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7GmUdS2PxTsPE0SGhCF1PoN3UX6SbIT { width:3.125rem;height:2.0221132557953rem;top:360.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNT9s0w1dNIHs7Jcgecw2ASdmW307Eiq { width:9.0625rem;height:1.2999125rem;top:362.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVQoCb6fDMeOav4Te6kTcTqZzIvwgd8Z { width:8.125rem;height:3.246625rem;top:365.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FXvC6ADLKdfPtEcNXl3HH581ncwNGZC2 { width:13.125rem;height:1.2999125rem;top:371.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1Eff2iQlhZ4lHT1T0eBmxwpmq6Hz97K { width:14.1868125rem;height:2.79948125rem;top:374rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #em3WUGLtllzIxWNBPtKThJvEo7DwFbJ4 { width:18.75rem;height:19.5rem;top:358.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z36983biDlMaMaKyWH8K4yowVpFRnQCg { width:18.75rem;height:19.5rem;top:129.1867980957rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ8hIOSgNGcws9UpadXCQ3Mm6HZFfqJg { width:3.3125rem;height:2.1473287461915rem;top:131.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrEqIpKLKdpwcXgHd8ABAwswC9IaScV6 { width:9.0625rem;height:1.2999125rem;top:133.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbnUPlDBddX1qprLzpFFFb7JMSOwwuq9 { width:6.25rem;height:2.9074074074074rem;top:136.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6ualFA7PHdkHALuwPXIU23U3TdTvVZ { width:13.75rem;height:1.2999125rem;top:141.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MS7COzyTSuT2LWCyJpFvIKqpIVleX5Pq { width:14.1868125rem;height:1.3997375rem;top:144rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeC86amS1phR77yQ8EDwFiKn7U9AZwzP { width:3.312325rem;height:2.1466625rem;top:111rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weXnnxTgrpRgm4KrluoGDwwnvsutT5RP { width:18.875rem;height:1.2999125rem;top:113.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOuJtwySVFV7tL82HkXeTz5TUE9xtIFL { width:13.75rem;height:1.2999125rem;top:121.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXsynJvilFU7PEEcQrzfFF22hrTDJBBC { width:14.1868125rem;height:1.3997375rem;top:124.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGsggKOsmdrZeNThoOO8LFdo321aOTCp { width:18.75rem;height:19.4993125rem;top:170.62501525879rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAB0hxQkt0m2twKGFZeNpOHRQyMtI9T7 { width:3.312325rem;height:2.1466625rem;top:193.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3KVkpCGRAk2HtmrROqORD2LSo2v6RTg { width:9.0625rem;height:1.2999125rem;top:196.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLDRauMCVAcefvThJBtKpvzNkUhMsBxh { width:12.8125rem;height:1.8652375rem;top:179.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf0sTDK4MfMF0qhNPUxfu7Clrpm9I1GW { width:13.75rem;height:1.2999125rem;top:183.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2h6fsIVPaA5V34BbyP2Nz2D14w21r91 { width:14.1868125rem;height:1.3997375rem;top:186.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3qyFQmu1K7rwOmyNHbJoiF9rsWPkDHI { width:3.125rem;height:2.022375rem;top:318.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU5x2nUnvlXJ4iETLF0S0spILVpNeTLu { width:3.312325rem;height:2.1466625rem;top:172.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxZ9TgRM4HU7scAU7pk6aM8lR6lpOmAn { width:9.0625rem;height:1.2999125rem;top:175.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLL1HZ7TJwDdQAR4MlB1ixRRE86xJQuT { width:11.1239375rem;height:3.624825rem;top:199.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kzlbg16rN4ei9vDamCXp290XT5865UtO { width:14.1868125rem;height:1.3997375rem;top:207.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSpKl2IwBSiKNNayKzGmovzs31GZnRfp { width:18.75rem;height:19.5rem;top:191.31214904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1aSsIfSaX7uthNoxLIpiR0OZbVpplrh { width:18.75rem;height:19.4993125rem;top:149.87483215332rem;left:0.74982237815856rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #l7oXdmyUJaOB8HuR3mlEzg4E0BZK0bF2 { width:13.75rem;height:1.2999125rem;top:205.1875rem;left:3.25rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #WtV0SeRTSRMGs3W4oEJXT599zpJtZiOD { width:11.625rem;height:2.125rem;top:116.5rem;left:4.375rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #Uq0phELmOvt5CcICIpEv2BNqSVdVNzCD { width:18.75rem;height:19.5rem;top:108.37448120118rem;left:0.74982237815856rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ju4l8Fu9HdPR7OLhuB9XtarFTJ4TGcic { width:13.75rem;height:1.2999125rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fIJRwGDqbOrDf6TpmTyTpDma6GdZp3E9 { width:18.75rem;height:19.5rem;top:379.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkAs6XsWAklyIeoMrqboTwm9EQIceFpE { width:3.0625rem;height:2rem;top:381.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJyi97zv2CkAqMI1Ut5ObPSIHsQswRd7 { width:18.75rem;height:1.2999125rem;top:383.9375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMu7zeLpmDk1TxMHzCqErKvpPKRfm5L9 { width:5.6875rem;height:4.875rem;top:386.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mg6lIeoJdOLkrgFOviTV6qcP8eEIV5Lp { width:18.625rem;height:1.2999125rem;top:392.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtDtaTA6M8DZFbnCeOgsQF76FP4puDXb { width:18.6875rem;height:2.79948125rem;top:394.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrAnJ18QiprkTEiqxzhZG0hnvEHuqCHZ { width:18.75rem;height:19.5rem;top:400rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #glR3dKsXasZCVMBXtQcaTwKg2Sxxg6PF { width:3.0625rem;height:2rem;top:402.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJHLLF6gcXJyT8Mn8TzdSw3UN1pnr4TB { width:9.0625rem;height:1.2999125rem;top:404.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2WVWFrnbGV7atRq81FDbwvlmGo7IzJ5 { width:9.0625rem;height:3.375rem;top:408.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVo4VAr5OyrenOcpH7Jd8NImQWulbBv { width:13.1875rem;height:1.2999125rem;top:413.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gugknc0hQIOMlTXa308g9Df4Us239PtQ { width:18.875rem;height:2.79948125rem;top:414.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVb1P9gTMAitPVrnc4HLSUNWEsyiqkRk { width:18.75rem;height:19.5rem;top:420.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAfpRWXOQtTDoCGVwhmQLLgIxKGptFD { width:3.0625rem;height:2rem;top:423.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkMAREDzufJz0N0Am7WfryvhyFKHzXhq { width:9.0625rem;height:1.2999125rem;top:425.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5IziUiWNluakzLRo7hAypv0eJi02xUc { width:4.0625rem;height:3.5617875rem;top:428.52892494202rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3ALdRTQfUXlflENeFVCI7DgAN1h095k { width:13.1875rem;height:1.2999125rem;top:433.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8IwzEEpgBtvbCCw0ZV1ArPQLElLzeqL { width:18.875rem;height:2.79948125rem;top:435.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHKO10d60AA34cgDp3TUCrQWU99Lx4qN { width:18.75rem;height:19.5625rem;top:87.6242980957rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZs2TW3hWJzZpavNFTNCFedbkNrXOqFR { width:3.125rem;height:2.0625rem;top:89.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWQpqp3VwE8phCKOW6STvQBDSETRwBXO { width:9.0625rem;height:1.2999125rem;top:92.4375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFcrp4AGrF79FZyzE34osCBVotqul9Cz { width:14.6875rem;height:3.4375rem;top:95.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fU5ANR8K18gksQkGnqTurgKhRaWTsTtO { width:13.1875rem;height:1.2999125rem;top:101rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpybV3EckLHHVGdA7fqhLinhmSt9IWqR { width:14.25rem;height:2.79948125rem;top:103.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSCi4JMRMfrTinZ1yuVnBgbtsf2kgrlA { width:13.75rem;height:1.2999125rem;top:225.18989753723rem;left:3.1250000596046rem;font-size:1rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #I77KIW87zfFvQeGQiUlh67Xpz3KpXqEC { width:9.375rem;height:5.7120815120207rem;top:441.62440575791rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieyLvM4vCULVUoTegaDuSAt2zBH7V3ok { top:218.935338974rem;left:5.5620663762093rem;width:8.8748125rem;height:5.43728125rem;z-index:15312;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #r6lgIeW25AcuQ6knree3Du8XyHtxzC4N { display:block; }#r6lgIeW25AcuQ6knree3Du8XyHtxzC4N > .row .container { width:20rem;height:719.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pp0PP31UUnxdRJEQ7Df3hNdsE4NZKgyn { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK9vg8q1AtP9wkaZ7HF1TtEqkcUpBFpa { width:20rem;height:1.9487875rem;top:2.4343757629394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TteIZNmH7C9ZDO3sBVO1ntSlTF8TFcEe { width:9.0625rem;height:1.3rem;top:11.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq0H3iOJTfPy8kFKod0awUydbe5fhJya { width:13.1875rem;height:1.3rem;top:17.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62oiZwQM6xcZkCJv2dfqoPgwmCgqsXG { width:14.25rem;height:2.8rem;top:19.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imMnHTNI0TrN68a5xS3zRXJDZhQDg1KD { width:18.75rem;height:19.5625rem;top:25.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlxVWQQauXU8meOPIh1Kx4GJTCv4yKzh { width:9.0625rem;height:1.3rem;top:30.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgiKKol8FffKGt9tkgussuJSTQMGmDKp { width:13.187125rem;height:1.3rem;top:38.186255455017rem;left:3.4055398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzpaWqPohAC7i605qac74Ipi9iUEQwie { width:14.2498125rem;height:2.8rem;top:40.37375497818rem;left:2.8737570047379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWk9dxBVF6Uy3kX6fHDzhRLqdzuqTyEz { width:18.75rem;height:19.5625rem;top:321.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBbcOT2BF4EmOfVcQHGP65vvTi2TJwvu { width:9.0625rem;height:1.3rem;top:51.100826263427rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mg4rZIhm2ZqRJUDWEyFT4GTlkFIBn2J5 { width:13.1875rem;height:1.3rem;top:59.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZEU4T1L8boW4xhPkHykiSo5tahukRsf { width:14.2498125rem;height:2.8rem;top:61.686786651611rem;left:2.8737570047379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdf9SxRycsPtXqOapUrM3uthDkSysArX { width:18.75rem;height:19.5625rem;top:130.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZmFzmFx3RzAgyESAqtmfirf7WpfFEo4 { width:14.2498125rem;height:2.8rem;top:145.18646240234rem;left:2.9996448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH4eNig5yXlEeVEOTXvwZLseQ0uOPlXm { width:18.75rem;height:19.5625rem;top:88.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUEtZ01xowZz1i5PMMg4ysiQ1knF9Bit { width:13.187125rem;height:1.3rem;top:143.06018257141rem;left:3.5305398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XamybRi7OoRT5QiRN8LoDzCXcr1PrTnN { width:14.25rem;height:2.8rem;top:103.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOvLne4lahTXh7BdvaL2uOLrqWn8DXrz { width:13.1875rem;height:1.3rem;top:101.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnQZcCT75nlyoCZdgJUIGuXLodo1PlJQ { width:12.9368125rem;height:1.18696875rem;top:139.81267547607rem;left:2.9996448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm3SoksgxVPcJImgrHdUgCKRVEzm8C11 { width:18.75rem;height:19.5614375rem;top:67.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzWO1pT4iVMFuAEk5wOf1zzlfxNfLNVL { width:9.0625rem;height:1.3rem;top:93.437164306637rem;left:5.4998220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSH4e2zew0dbXJ1hro8r1EcQVb5CUomW { width:9.0625rem;height:1.3rem;top:135.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6uuZrwJltyXFA2LaG2SxrRqTa9TWy67 { width:18.9375rem;height:2.8rem;top:82.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwPNQEcsrlylLFFxh2TmaeTi6TAcEHC { width:18.875rem;height:1.3rem;top:80.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #taTSi8ygUf2SeV0RoogOIirfSTp3hCJQ { width:9.0625rem;height:1.3rem;top:72.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpOGoFZsDTiJsChRr5oEqlTt3xQCHdvq { width:13.9364375rem;height:2.5rem;top:75.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTVHZ5Kb0BWRQsBWGg1aHdO15GhfTC3T { width:18.75rem;height:19.5625rem;top:109.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZoQmGO3u28H2hXBfkUc0qKSvKGT9XpD { width:14.25rem;height:2.8rem;top:125.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyKkJA56CQPoivZysSmb0vg7mElSJv0m { width:13.75rem;height:1.3rem;top:122.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cswsWzRhO7zOh0fB1kTVNzUWgqtL0Tu2 { width:18.75rem;height:19.5625rem;top:215.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbRpMlwhST987A7tnnhHnutmZTXV6Raq { width:14.25rem;height:2.8rem;top:230.81234741211rem;left:3.061967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8VVg3FaI3TQr15tFyohWH8W9t74wyO { width:13.1875rem;height:1.3rem;top:228.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKZAVmrsNuDQrib6N5GroBZlMMJUCPVD { width:18.75rem;height:19.5625rem;top:151.6875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #Rlc123s3cV3hytemWTNtH6divah5hXV1 { width:14.25rem;height:2.8rem;top:167.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygBuImmn9xJv3CknDNWzVVklG7XEy9Bl { width:14.0625rem;height:1.3rem;top:165.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWvXKaCKmV6t5SQsZTXR54c8TwFq92NK { width:9.0625rem;height:1.3rem;top:220.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGmV7hOwlvSmONTpp6izmS1GIRTE83Mw { width:9.0625rem;height:1.3rem;top:114rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJenos0JUmMIOCBrEmtUK6o36FJxHEQ { width:9.0625rem;height:1.3rem;top:156.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqi5lDQZiPo3qpg4Tala7iCHbvIaTpsX { width:18.75rem;height:19.5625rem;top:236.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ688zw4BkdOouXCe3S0abxQxifM82OI { width:14.25rem;height:2.8rem;top:251.8742980957rem;left:3.061967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRkPWg0BQKw7y7qmZT5JkkGsp8FTq2yg { width:18.25rem;height:1.3rem;top:250.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrCAQnPACbp7QnLW6Tk50TgVZceCw4F9 { width:9.0625rem;height:1.3rem;top:241.5625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcxDHSXMRLlubTxzLnSUQmOeeWbuwC60 { width:18.75rem;height:19.5623125rem;top:257.97938728333rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtyEx4HO9nTZ4NXXT6UNtpLHdmt4vhxv { width:14.2489375rem;height:2.8rem;top:272.99892234803rem;left:3.374467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh4KbTWybISxed0kS7KTuTtGXKvweXZT { width:13.187125rem;height:1.3rem;top:271.06177711487rem;left:3.9941405057907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL7yoizaqXeCyt0Jr4SbZVzK1QxLe7Sq { width:18.75rem;height:1.3rem;top:262.87392807007rem;left:0.87340199947356rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtNU5n4oR1lvZSJx4dtG1u5G9TgLI4xE { width:18.75rem;height:19.5625rem;top:172.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9t8pkOJNBXDBr6ianSThZTmKlS0DgIA { width:9.0625rem;height:1.3rem;top:177.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmWMBBcVyXZCmyU2OJ0vhan6LkJsb3sm { width:13.187125rem;height:1.3rem;top:186.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zrq6lnvDrbOtHdumvnO0Vd6eta6IXTR3 { width:14.2498125rem;height:1.4rem;top:188.43698120118rem;left:2.9998222589493rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT6fGzcRcrgUXNzkpDu4DtzF9tRv7uX9 { width:15.685375rem;height:3.125rem;top:266.19760894776rem;left:2.1564275026321rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRxhHlxSprV7VW96Gk20plprLUeCQlLC { width:18.75rem;height:19.5623125rem;top:46.243760108947rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJDl4pCalWxWK7TZ5QqChxvSkM1DhU3T { width:14.2489375rem;height:2.8rem;top:336.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk74M2xiKLQnzBMuN74Vq1hr1FBqQEZI { width:13.187125rem;height:1.3rem;top:334.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hz62u9IuUlIVxSIcqGmqDnmny5v0zlSa { width:9.0625rem;height:1.3rem;top:326.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IShxpTGPfuTEbC2gD7d2dKUTDxZ4WqWQ { width:18.75rem;height:19.5625rem;top:342.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrKoTPmaOenkVlzbfrK2lWrwN3QKqdWe { width:14.2498125rem;height:2.8rem;top:357.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l78AMBF4zxq4PNxm16UsLieI4aWXZsph { width:13.187125rem;height:1.3rem;top:355.5rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHWzL5XVuSbuJKMm4DvrqB5nVqnqTT89 { width:9.0625rem;height:1.3rem;top:347.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9ct3UALTvwdRLO29bTo3mHA0Stpn2Un { width:18.75rem;height:19.5625rem;top:279.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #renbEHA4hoUIuaxVbDldaeJwi0qVIoDs { width:9.0625rem;height:1.3rem;top:284.0625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVnlh353VQGvJN4MXKpkaLvni6Sd0ydy { width:13.1875rem;height:1.3rem;top:292.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl6kMpshiTedMNNJUWhfo2TTxb9KgxcX { width:14.2498125rem;height:2.8rem;top:294.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #impIaflk52C2GnB1h7W0ENKFO07TptPr { width:18.75rem;height:19.5623125rem;top:300.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMWXrg95O5EaT30wJfZLs4lRMTaQn457 { width:9.0625rem;height:1.3rem;top:305.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJM7VT7vUxDtJ7eUyvrGtgMhVnH7MEzV { width:13.1875rem;height:1.3rem;top:313.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dK3PhMhEMw3luMRqnTp0KH7gk77el48O { width:14.25rem;height:2.8rem;top:315.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBEALJyTGlVIo5a3m3lKPI2VpNa8ARJt { width:18.75rem;height:19.5625rem;top:194.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGCL62PTVsyPiui4m0CuiUdLntx8sCWE { width:9.0625rem;height:1.3rem;top:199rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #btvTg89goKXOnyHJygaXmVxcezyCf7OD { width:13.1875rem;height:1.3rem;top:207.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzEFTberLfm2IUDK9IJ6dgHF8J3FU6do { width:14.25rem;height:2.8rem;top:209.56234741211rem;left:2.9998222589493rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiz5MdNldUH9sOoUgknVhZSKtNho2Qq3 { width:18.75rem;height:19.5625rem;top:363.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui1ngVunKwly9FVHS9ONs9knNM7e85wD { width:14.25rem;height:2.8rem;top:379.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlqWdm5F8KiuJmXhVHGC9FdfrLadou8m { width:13.1875rem;height:1.3rem;top:377rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULaIFJyANSc2DqgfifCdeccoJWRVEBG { width:9.0625rem;height:2.6rem;top:368rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHwTkUdwoQkf2BEtARoZDUNnwgF02cBM { width:18.75rem;height:19.5625rem;top:426.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLZkAOwl1zvG5qy6AqoJ0DLu2NG4aCSt { width:14.25rem;height:2.8rem;top:442.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5qtEfABULxSgTJMc5MHnZz0RRdSNTvi { width:18.75rem;height:19.5625rem;top:405.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvWMVEX6tfgtgXoum65Ny7074EL7wuyV { width:14.25rem;height:2.8rem;top:421rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEd6uMlvCTLneNPOxZAiP5em38qUdmKU { width:13.8125rem;height:1.3rem;top:418.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sa6XmOUZGxhIhvhBoRMt6T97hW2Fbz91 { width:13.1875rem;height:1.3rem;top:440.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcnyMyfK3huCaC2Vt7hetVdkZwcTHFrH { width:18.75rem;height:19.5625rem;top:384.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1N2URGfkCtqhM94MlBTvkoACHKaNGgZ { width:14.25rem;height:2.8rem;top:400.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH1s9W7h2vKuqADBTvaR80qd48Ch1BPK { width:13.1875rem;height:1.3rem;top:398.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF0WDW46fSGu5gOUtPerEZtUiDa5ySrH { width:9.0625rem;height:1.3rem;top:411.0625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfmJvlMe0cHB3qhf2a5HMca9t3WzLWX { width:9.0625rem;height:1.3rem;top:431.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4B5ofeqWg4QOi5nJsJ9il7tHL7TJnt7 { width:9.0625rem;height:1.3rem;top:389.3125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQG0zELzQtExk3Q6ykTGJb2acsXTQGEs { width:18.75rem;height:19.5625rem;top:489.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZvCrVpdwNXUHDyyTM70FTpJwmSiCrTB { width:14.25rem;height:2.8rem;top:504.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlfHHBJ8OGNuN3twud1AZnNIrfiNNJVs { width:18.75rem;height:19.5625rem;top:468.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeILvlc2uge0IPJLEEpzoSESPsrF4ktu { width:13.1875rem;height:1.3rem;top:503.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Rd4XTRuyMtiVGi1NdyxUx3szpJ9JlO { width:14.25rem;height:2.8rem;top:483.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twqug9iVTWNnDUPtsh02JphNCOd1E7pw { width:13.1875rem;height:1.3rem;top:481.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx4EylzS9HoVxxNOAnerezGUuhhzoSgp { width:18.75rem;height:19.5625rem;top:447.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8PiwxSPWGhN9uELDldydOWlMNB3HmKn { width:14.25rem;height:2.8rem;top:463.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdVVz2iTFXid52etSiQOXiEaQFoJd7Ny { width:13.1875rem;height:1.3rem;top:461.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8UN31yazDLlA9WT4e6scF5d2fpcaPz { width:9.0625rem;height:1.3rem;top:473.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrxm9PozaaNdJXm8xAF9VVsPOhFdcnIT { width:9.0625rem;height:1.3rem;top:494rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CO9nEXkLEvzpRCzTKzFtewWgGKH4KBPi { width:9.0625rem;height:1.3rem;top:452.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBLADaPoh19HuWaVzfapTS0PhoFA6DTQ { width:18.75rem;height:19.5625rem;top:594.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZLaW4aGrS3w7MBniI3oyZLFKusQ7C2O { width:14.25rem;height:2.8rem;top:610.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6lh94SbRK5H8nPxSEZw4JevZgP1WwOG { width:18.75rem;height:19.5625rem;top:531.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Miw5GMnDtEnaqflvLxlNnkTaXPG56O1y { width:16.9375rem;height:1.3rem;top:607.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7tiiKfDrP7i0vuDPfqUxpKarT1hfBqB { width:14.2498125rem;height:2.8rem;top:546.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqvM6ENBPdTbkKFz1q7Ih8QVhEyCLpGB { width:13.1875rem;height:1.3rem;top:545rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bewnvQ63uCN9T9GhWILu8lvEeOzZR858 { width:18.75rem;height:19.5625rem;top:510.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3h3aPBCeZi32ik9sHTKkfLuunUhkGaX { width:14.2498125rem;height:2.8rem;top:525.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiTMWibkPhXLaA51F2ollaFTE0sqk6UN { width:13.187125rem;height:1.3rem;top:523.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmqmLTiEB37wnTK1kcc0WNTTnmoiER0O { width:9.0625rem;height:1.3rem;top:537.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHmfIueamObR4EyT59bOuAXFyM3ZNgSb { width:9.0625rem;height:1.3rem;top:599.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxzwrFU5v1irziwhB64HTb1kScWckK2E { width:9.0625rem;height:1.3rem;top:516.4375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0tChHRKXT9fGmZOkIrnHN0y4bSJdzye { width:18.75rem;height:19.5625rem;top:699.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cwfz8B1yE2AyTcRep2dVtoSPT5iW6oRO { width:14.25rem;height:2.8rem;top:714.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWdVRC43EaeOtPbuEbv9EiTnSHwevv2X { width:13.1875rem;height:1.3rem;top:712.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnrLnBugJhwdoaPPhWLebEJgC1yFntLq { width:18.75rem;height:19.5625rem;top:615.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om2CC2g4UmGHxicKQPcbA3ncpZBIuiCk { width:14.25rem;height:2.8rem;top:630.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzRbPP2iuZUq4AouwrbIAKZV2UDSnga0 { width:13.1875rem;height:1.3rem;top:628.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1D324DuAWOwiaa7aCBiO0T4616I6JT4 { width:9.0625rem;height:1.3rem;top:704.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VypbJtOgKyh1XIDuprCgVlRzyKeipUEy { width:9.0625rem;height:1.3rem;top:620.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #czgrDoFOPOXPW8BHIVmebyFptHlDwSFi { width:3.1875rem;height:1.625rem;top:27.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTIQsE4V2yXZwMK5s1mFTV9tefvb493V { width:12.5rem;height:1.49946875rem;top:33.921292304992rem;left:3.374467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di8w6qXNzT62pgs9oxgl9bm3UZT2AZ8V { width:12.5rem;height:3.6875rem;top:158.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiNVcAx4hkEOXikpPkJp6CL5H9aBVB6Q { width:3.1875rem;height:1.625rem;top:133.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzmsxV0pCIg1k3pdc6y1ZLfvJq6q6ehd { width:3.1875rem;height:1.625rem;top:153.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmRkZE14HzDs1hssWPGqgAvoEgMDo1ve { width:3.1875rem;height:1.625rem;top:111.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQK3VEXzkqyBiAeTG1QZF7yGbmaRl0If { width:3.1875rem;height:1.8125rem;top:239.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTRgkeRACQouhBsGdTkXn9oCWH2aUiKd { width:12.5rem;height:1.6867875rem;top:245.62324905396rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvEqL8bsowcR42wQWuZ4RznDTlUzMOl2 { width:3.1875rem;height:1.8125rem;top:196.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE5Nhxc1iiuMZoe9zqf0DNVpxkAZrqKa { width:3.1875rem;height:1.8125rem;top:175.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJa8xhQdEp7H5qOrHgCqM71e8dS6x03l { width:3.1875rem;height:1.8125rem;top:217.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUi5wHV7dIq7c2pLVuG2hqHMuiXxTL8C { width:9.6875rem;height:3.99946875rem;top:455.65432739257rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMHgIWxVscCx5wDZwJNAsLDlyS8Bf58R { width:3.1875rem;height:1.875rem;top:450.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x08THLycDDtzHElrwd4KWDQJBxT3b7Be { width:3.18714375rem;height:2.062325rem;top:513.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTRvCe8lfgO6gTgQhcGCu4QTVT2kcdnR { width:3.1875rem;height:2.0625rem;top:491.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKdrUR4mLv3yvp75sIVBFFALnmO91Thd { width:3.1875rem;height:1.625rem;top:701.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9aoU5mAqNdrcdxdcsnuWVUuaB2irQKH { width:3.1875rem;height:1.6875rem;top:617.6875rem;left:8.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hQZHBgMb9lRSTBMu6eLEqn8IfFRDmsyR { width:3.18714375rem;height:2.12446875rem;top:8.4987573623656rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #goZekGwyuFPcCNsuRwBCLXI10PCzwVQ8 { width:3.18714375rem;height:1.81196875rem;top:48.749109268189rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK15J5NnTca3xSkhNFwTykWPHhBsU3ET { width:3.18625625rem;height:2.12446875rem;top:70.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS89GosfDBe2aDPmLzFhDmLsu1z6KTrr { width:3.1875rem;height:1.9375rem;top:90.937164306637rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhZ2DTx61OyKUcyPtA2e3IvpUy1UAFth { width:13.4375rem;height:2.125rem;top:13.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8AFc2ovB8F9ihyEeBhKZbigJLfKhJsQ { width:9.6244375rem;height:2.8125rem;top:54.617362976074rem;left:5.1864346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqSoPevKSsQ5J8vPXHB1eAz2QlcVHXEh { width:12.3118125rem;height:2.5rem;top:96.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geJ3WKDRE8C0m4py5WfAG2QtL5HSxmKd { width:3.125rem;height:3.246625rem;top:116.96817779541rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuUdEcfHeualiyozRxmyJGsQnV2PeXNt { width:5.625rem;height:3.8742875rem;top:223.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoznNhhRZ7AltfDpG5oGOriexSaUa7D4 { width:8.499625rem;height:2.5rem;top:181.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Bv8zwGZZ6TfhZ7EvXDLr3qgrHH1D2S { width:8.3744375rem;height:3.2492875rem;top:202.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7chpefiPI2l39dwrfmL7TBizdrFfhaF { width:10.1243125rem;height:2.1875rem;top:287.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP0FCSKxDMD02I6lowZwCqyv7EInElv3 { width:6.6868125rem;height:5.3125rem;top:307.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coOmzi71CuRwITmGrJO7dESDRQfyuhmR { width:12.5rem;height:1.875rem;top:350.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZHnEO7GERv2W0GlXovQNKiUTAw3epkK { width:7.249625rem;height:3.125rem;top:371.84206771851rem;left:6.374289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Tlil215mMD4fTvbqdcGIQ16Z8g2umO { width:12.87375rem;height:2.5rem;top:414.27999305725rem;left:3.561789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUzRUKkwJgQ7ccIVr0QZrZX1fR52zDHG { width:12.5rem;height:4.43714375rem;top:434.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNW8bMKVZAixo0nICwspwvyADJUEIrzR { width:12.5rem;height:1.875rem;top:476.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qc2yxfNcT29kEZoqD55TgG1AQbISfC5l { width:7.6873125rem;height:7.249625rem;top:495.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOCXMusqyx4kHWTnJ7VuRKoP4i7tA57 { width:9.375rem;height:3.37446875rem;top:518.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPsnfX49HRvDMUKofOyNxeaob6WtnWqU { width:11.6875rem;height:2.75rem;top:540.15627479553rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSFfm8ILzmvTusDBh1dfxcoH4LBC93Bs { width:8.75rem;height:3.06196875rem;top:602.81157302856rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWugFlJwCXulDx9o4vKUdHL5NFIhcmQU { width:11.25rem;height:3.37446875rem;top:392.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwrpGwetKP0XnBi4wz0tiD59Dpl46ur2 { width:7.247875rem;height:2.8125rem;top:329.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gn0WN3sGzxSmgK3JUSTIxNbBt1x219Je { width:9.125rem;height:2.375rem;top:623.78125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzvpcOW67DIdTLvEELCkQTMNwUGM3Wsd { width:10.687125rem;height:5.06214375rem;top:705.5rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfnHsMikBM4wKmlKFXfXQu6tJ4zTgOV { width:3.1875rem;height:1.6875rem;top:597.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHH9v9mztnmgE0tmfQNG2IE0IMBg4TM1 { width:3.1875rem;height:1.6875rem;top:470.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lyvt793HNHdbZd9izqdgdcLnU8N4UXm3 { width:3.1875rem;height:1.875rem;top:429rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCvPithL4JWJIegGKxEe8TXp0xw1xFi { width:3.1875rem;height:1.625rem;top:408.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9m86JN8TKeVCT9p7OFcy53GVbhXCKoa { width:3.1875rem;height:1.6875rem;top:386.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIk7T0m1XhX0KD14ouUE6HoQBarHW2Ia { width:3.1875rem;height:1.6875rem;top:365.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFChs86LniArRWTxBgz81AF0v8ZzhAV { width:3.1875rem;height:1.875rem;top:344.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayk84f2lw0s1t6Ru2zW24RtL18DACepm { width:3.18714375rem;height:1.6867875rem;top:324.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r60ZwpmxOZ8wZu6nUaTzGHC7gKbglZq4 { width:3.1875rem;height:1.9375rem;top:302.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyHrVr3zkrnPcK7EUI5ILdDQPIx7dn88 { width:3.1875rem;height:2.0625rem;top:281.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GESkl15HD8rqTth1omcR8Z649stWStTH { width:3.18625625rem;height:1.6859rem;top:260.74928283691rem;left:8.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQNLQpKkVEysPZ9oEstN4ns3tTAxX7dr { width:18.75rem;height:19.4993125rem;top:657.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #atRtnQbJaK3MTIUy6tPzuTC4IfpAJGJM { width:3.4375rem;height:2.1875rem;top:659.12501144406rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDm8H6UhHFNWygKdhQsW9u4TzMOgwR8o { width:18.75rem;height:1.3rem;top:661.81251144406rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4llnp5XDq85toAr913Ri585oCyIfuRA { width:10.625rem;height:3.9375rem;top:664.9054813385rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUWKezXqaBw6gpu1BJJAhJi0mnX6Hl6J { width:18.625rem;height:1.3rem;top:670.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHE0EhXuhvmFDPL6xScNVnlqrmesq7II { width:18.875rem;height:2.8rem;top:672.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpsLX4u02D5S1kAlaNFzIOMnt6zqTugV { width:18.75rem;height:19.4993125rem;top:573.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWhPCfHRDbpg2GFEetCgHKMTEpGi1x93 { width:3.125rem;height:1.9603048772118rem;top:576.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyFT0BW3Zo2dR2DeBKfTa1SJ8auC5Hy0 { width:9.0625rem;height:1.3rem;top:578.8125rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWTxORr5U87nDkSl5R8HOJTpBQr0cmVf { width:12.5rem;height:1.6867875rem;top:582.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyDeCF6k4enCqNHWocIZzWtHqAWdolk5 { width:13.125rem;height:1.3rem;top:586.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN0TT94BkOOEu5lQRrAVcSw842nViT5y { width:14.1868125rem;height:2.8rem;top:588.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGkc4O9G4NC3r8K42GgLKow6KnAdXET6 { width:3.125rem;height:2.0214875rem;top:534.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKD80XeVATVm1uuekezmf9vICbnV7BJf { width:18.75rem;height:19.5rem;top:552.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASNuHfyql8cicBbWTpZtIX1p9WUPWacL { width:3.125rem;height:2.0226764953384rem;top:555rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AomOuEbfGr0RK3dQZa5yh4QIKAWun6QA { width:9.0625rem;height:1.3rem;top:557.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bP2f3MMTkkSp22Bv7Za7nLLWGAZBh9rZ { width:12.9998125rem;height:3.9799375rem;top:560.6328125rem;left:3.6171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwyRFyKbCwNfAfX3cgflqgZK5IJVDebn { width:13.125rem;height:1.3rem;top:566.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOX4cG3Al2JyBigwx9IJmGCfveIHwOxQ { width:14.1868125rem;height:2.8rem;top:568.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddF2UgzFMBrf3Gu5FnMDQXmuCq14qkui { width:18.75rem;height:19.5625rem;top:636.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmQz827nUPPXTlgMzkISduA0HQhvvPbw { width:3.1875rem;height:2.0625rem;top:637.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH5ieuImLvATf9G0EAlwC0WoGEtUVQp7 { width:9.0625rem;height:1.3rem;top:640.25rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u8bv0zOX9uGPe8TOHZstr1uzLlUPOnK3 { width:10.0625rem;height:4.375rem;top:642.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLzE51hVvXxZPlx1BzbIzCo2yysPgqkA { width:13.1875rem;height:1.3rem;top:649.5625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAwzHCPN0uIU6LtpV9C9Q2ancJui5FXQ { width:14.25rem;height:2.8rem;top:651.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht7c0eC2IE9PNxk2TCPSdVINVVGfpOQR { width:18.75rem;height:19.5625rem;top:678.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFLd4OyObbNwZgutOCTaDQfOrENUX9Iq { width:3.1875rem;height:1.625rem;top:680rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxEna9qqf7m1qSVBQIe9fJLh5UOqcZKC { width:9.0625rem;height:1.3rem;top:682.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi80kVsb7nuTlos1rGV9oJsxMXMhGNlf { width:11.25rem;height:4.4375rem;top:685.4375rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlL9cyl1DntlpEqlrQEUTNse4yxUpADm { width:13.1875rem;height:1.3rem;top:691.625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe60KWwNF7PUglnA7HEJJovHG1Re0Kt8 { width:14.25rem;height:2.8rem;top:693.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewOizw7cJRvANnmItx5uA6gwiV9M9Tme { display:block; }#ewOizw7cJRvANnmItx5uA6gwiV9M9Tme > .row .container { width:20rem;height:150.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mk9LdqTyOVugtdkqbEP0Qn6bp3igodHN { width:18.75rem;height:17rem;top:6.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4rTehLJFKiW5pevv8CMTeAr2Hzkm4l5 { width:9.0625rem;height:1.3rem;top:10.5rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9eEB0MgsM0E9NrodWkhoxa3bkAv9Dze { width:13.1875rem;height:1.3rem;top:17.75rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWLgEhfQ6Q0TZXShccMy9KiWc8tDVddM { width:14.25rem;height:2.8rem;top:20.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StO3PmXpdz7FVnoBmgbyPuGrWDXcxfvl { width:18.75rem;height:19.5625rem;top:25.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IU0bMiaCqFB71aM7znrwzWmQmr9lsNiF { width:9.0625rem;height:1.3rem;top:30.0625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2WJMOo4N5l2FyuyqPc0K12qlXT1dWJh { width:13.1875rem;height:1.3rem;top:38.8125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8ZgXidJWXasiuKx5eOeoa40IJ1GVNe { width:14.25rem;height:2.8rem;top:41.0625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4NJR7ql7vSqc5U2NnBz8QRMefrAoKuR { width:18.75rem;height:19.5625rem;top:46.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJrftUeNWaufWVOTxvu5Fnzh0866ufkl { width:9.0625rem;height:1.3rem;top:51.0625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lu2qweR5xzu1aKIAScJNZqTun8lCHRZF { width:13.1875rem;height:1.3rem;top:59.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFlpIXQUEg5aIa0sTHV4I0ViItTaKXdy { width:14.25rem;height:2.8rem;top:61.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFbQ7IEClMlPVpDpQy35P9lzxpnTusrl { width:18.75rem;height:19.5625rem;top:129.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRwwC2DwyEyKWEMvmAWbrVo0R9DJvzZO { width:14.25rem;height:2.8rem;top:145.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvMxfembQOBR1cEPmsuPc2cLru0rtn8J { width:18.75rem;height:19.5625rem;top:88.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZz7ILFMomrQPQTHaREqhzQALtKyVEvM { width:13.1875rem;height:1.3rem;top:143.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWxRHn8FDLB9BTzZHiE0VP8fkUR06Up { width:14.25rem;height:2.8rem;top:103.25rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWrMq4aqty9hboMZDAoT1AuxLMBvGWa { width:13.1875rem;height:1.3rem;top:101rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbqxCFwwC0CaItac9rwc1AcA75LHiqiU { width:18.75rem;height:19.5625rem;top:108.875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHQza4eN51mZz8MTS7qSTWxxM5eUkAGr { width:9.0625rem;height:1.3rem;top:93.125rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlXdtDLOP4J2p6y5hHrlPikexSkrTPt2 { width:9.0625rem;height:1.3rem;top:134.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4riqFkeKbMBSOOoPEfFOF5oL7WNXx0A { width:18.6875rem;height:4.2rem;top:123rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu8nLi5gvJcB6G7DEr8TxJrDsImSq3OK { width:18.625rem;height:1.3rem;top:121.4375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6tOygf5rmaJIUOgC304rqTiJJPMUy3u { width:9.0625rem;height:1.3rem;top:113rem;left:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUD6X0MISwLShvTTNT6tXpJtQLKTav3K { width:3.1875rem;height:1.9375rem;top:110.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgWzQUNwd6Ncgi96ZSQoCTfnvUT6R5dc { width:3.1875rem;height:1.9375rem;top:90.625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3w04okiLdK8zLtBAwcLRuWIv2yVXLHv { width:3.1875rem;height:2rem;top:8.1875rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTWQzPSTPrPJayOF6272mSR5gTXRZ7BR { width:3.1875rem;height:2rem;top:27.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dft7ko7BrHKR1ByxxkCI2FbvwCIIhhM7 { width:3.1875rem;height:2.125rem;top:48.4375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDPM4sic8LrIZph9s7aKkG0lOqKp0WRG { width:3.1875rem;height:2.0625rem;top:131.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh7LQmgq4RTAHNN8vKStfpp5uSF14McJ { width:11.25rem;height:3.4375rem;top:13.0625rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wfyp2ZsIPc4Q2xFXcD07m9cBDOpKdBmm { width:7.5rem;height:3.75rem;top:33.1875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqVLs4iiP5TttueDUSfqkh9oQBMJ1NPz { width:7.9368125rem;height:3.125rem;top:54.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDKFAdShTiM0amL4THWWpGxBKyCJ3ZFH { width:5.99964375rem;height:4.62446875rem;top:115.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyEwZJ6cTVhnOx9mvskJTwhgxNlmf6WQ { width:10rem;height:4rem;top:95.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTJPwLxfM1X50zL8JbmmxXPTCZNw8QZJ { width:10.9375rem;height:5.1875rem;top:136.3125rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyL9GWbfco9ql0LTFTcuVN5IrR5sNLZZ { width:18.75rem;height:19.5625rem;top:67.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpqHv9AzbTqIRZWdS4fwXA5FGqIgf41T { width:3.1875rem;height:2rem;top:68.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJTMJCgbvA7SE2GdP5WJoMD6ZdJDeqKH { width:18.875rem;height:1.3rem;top:71.25rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRURp5eifVIEiOcEst9lCxz76mQ9LIEP { width:7.5625rem;height:6.0625rem;top:73.8125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G631G3IwrLF6lSmzf5CNpZi40gGdc7TI { width:18.875rem;height:2.8rem;top:81.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvQn1lufhFd9FEU3TGXuiZ7B4pEbL6bM { width:20rem;height:1.9487875rem;top:2.6742191314698rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW { display:block; }#ivSbEQk3m0Sb2LIcq9nPZMZLZrGu4BaW > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZhNTU31qli1w6BuuQGPPgSldgqrGyk1 { width:20rem;height:1.9487875rem;top:1.6866455078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0Ttu6eT0MkUDBhbPyR8ZToqBzLZNFkz { width:18.75rem;height:19.5625rem;top:5.0112915039062rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #D17EmFmKl4CSk3se4wBr0B3SBgneWThy { width:18.75rem;height:19.4998125rem;top:25.748672485351rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSO2a7zSVasi0k8p55OEMlN627glQHtP { width:3.1875rem;height:1.6875rem;top:7.1987915039062rem;left:8.4049485325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgDSfVpzaTKorGmxHLDp0rZ7PeLcoNxa { width:9.0625rem;height:1.2999125rem;top:9.5729064941406rem;left:5.3114150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh4ys26agfTwJmhFu6XvRnTyfGP6u3CW { width:8.2493125rem;height:3.68696875rem;top:12.634979248047rem;left:5.6239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9FVg4ukMDKbsJnMyg6rPvcZSLyLSPBr { width:13.1875rem;height:1.2999125rem;top:18.385864257812rem;left:3.4375002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypgy3Gal224nJqTg5qTDH1I6cvukaHDx { width:14.25rem;height:2.79948125rem;top:20.260864257812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB6Jr0BpzcCON5z8vgCo89HQ7ER01Bv8 { width:3.1875rem;height:1.5625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ7BXgyhRxgpwVG2hlwxV7PVEO0yLD80 { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #efEIV3Pa5lUwMpmin4knfZeyl4eCbizV { width:8rem;height:2.125rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iddIZVnwCEPiJ3hFzEBWdcttCOqC1ZFc { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrXQhnhGrwd6zpTnPiT6eDAxpHMoLmBU { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhThRkezuGygKFu3kvdd0S7FGBX3B3in { width:18.75rem;height:19.5rem;top:67.061671630863rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHmfVBRW3WwQPm3lrZLXg4dPFbDQP4uR { width:3.125rem;height:1.8992598490673rem;top:69.061671630863rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc6rgRLHKvxTKTM9KPgaiQA4EAAtdd25 { width:9.0625rem;height:1.2999125rem;top:71.561671630863rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2ExDN3APfgFoQ3PHxqzmduWFaurP1g4 { width:10rem;height:3.75rem;top:74.374171630863rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSCkZxtUl1hC1sItIg3s4KkWmHuzxwzJ { width:13.125rem;height:1.2999125rem;top:79.999171630863rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #niaKABKXyfGQqF5WcR7VHgf6nG2vmcJr { width:18.811875rem;height:2.79948125rem;top:82.249171630863rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtO9GHDW6UTzy4KHZyqb9TplpqSoQJI9 { width:18.75rem;height:19.5rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMGBOSPUz0wfe5pGOmsUheJAX2qLTUB8 { width:3.125rem;height:2.0216193596341rem;top:48.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHwhRxcq3WSsmT3s4WseEJICkfI5MeB4 { width:9.0625rem;height:1.2999125rem;top:51rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFqrhvtRiR9tZpdV1rB834RDQucab9TS { width:10rem;height:4.3480961550407rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCcyDv8gRkkuZ9RxGbI71iamXRtxGKd4 { width:13.125rem;height:1.2999125rem;top:59.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5fwJycDfyb0LCHvVUmfdgnA3dr6DXdv { width:14.1873125rem;height:2.79948125rem;top:61.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9gnQWdSesCivKZAR257TZhoLv1W7yyR { display:block; }#u9gnQWdSesCivKZAR257TZhoLv1W7yyR > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNzE6RTJvC9HmLr8DIwOeg8KQ4l47puO { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT7IulucwV0fHXxlJ2l8KaC2MHF4LQC9 { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lN2tIQT1Q6h0tvKF7TnXKV7fOx5V9fkR { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyRMlZy9kQkiONdtqzm23cwPS3KfXWc4 { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfH4fRCTJO6srhQl1CgUf2dfT8yMmvKU { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9nUX5FqJkOOWePdqk0H7FyvnvCvDtrT { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ds5iZNsTqmfLU5wmlfHkbT1B3s7MxbdX { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6pSsOIIsJwIThNgbp5vRIdR9KfqRJaP { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCnRCxAAQtKI2fTwB9qLXPTTsByutBCH { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHSrBJd6gab0BsyTcFBOO8EeX4iDR9TZ { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzpTeE2HQCDc8DwiSTPyiHU7zdLzFfpM { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErLZBnTdZZ6oazGN6l9ETobbM6r61dzp { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn50REfTXg4k6JmAT1q1DJRQ0lucAszg { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSTRfQKA8T7l2nADrQA1Mque2wPDMTIZ { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqBhlWdvSPe7cM4mkGwpCXPQbtVZRd0I { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V78kppDpVeRzRHcDECBbmx77LEubi1WS { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8gOz3UgPzOh4DHy0JclIhRvqTHTbgKX { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Riu5V0wuZk6M1bXixzwCeEkJmM0H6VpX { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPTyQKH3f0MsnXVbi2ftDgyNcUpUk2nD { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:14.875rem;height:1.7806rem;top:17.375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { width:1.875rem;height:1.8125rem;top:17.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:1.78125rem;top:14.3125rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODufHkfVxva252MIbRM4H36mSDKMr6ol { width:1.875rem;height:1.875rem;top:14.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:1.78125rem;top:11.375rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6KiZgRGzSEpcsswwK3I3rUb8O2qxfK { width:1.875rem;height:1.875rem;top:11.1875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxMbXGFepem4a2EbEQL9axuBSAPOorWt { width:13.6870625rem;height:3.125rem;top:22.122367858887rem;left:3.1553822159767rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Stm3hmPNUR0gSGg15iOP5gUMVTckUCV2 { width:16.25rem;height:5.625rem;top:2.7473964691162rem;left:1.8750000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }