.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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:7.5rem;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:2.1875rem;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.3507812023163rem;left:38.78671836853rem;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:42.5rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:12.5869140625rem;left:4.6865234375rem;height:18rem;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.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:9.81228351593rem;left:4.6245651245117rem;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:25.25rem;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:7.5rem;left:1.5625rem;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:30.25rem;width:36.8125rem;top:12.25rem;left:20.5625rem;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:14.375rem;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:5.5380859375rem;left:2.6875rem;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:5.5380859375rem;left:13.8486328125rem;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.796875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:5.5380859375rem;left:25.3125rem;display:block; }
#gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { 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.796875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:5.5380859375rem;left:36.6611328125rem;display:block; }
#DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { 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.796875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:5.5380859375rem;left:47.9375rem;display:block; }
#lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { 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:67.5rem;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.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:19.3125rem;left:1.5625rem;height:3.375rem;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.5625rem;top:13.9375rem;left:5.1875rem;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:19.3125rem;left:18.125rem;height:3.375rem;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:52.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.375rem;left:1.5625rem;height:3rem;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.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:19.3125rem;left:33.125rem;height:3.375rem;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-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5625rem;left:1.5625rem;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.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:19.3125rem;left:47.5rem;height:3.375rem;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:13.9375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.9375rem;left:1.5625rem;height:9rem;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.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:23.9375rem;left:18.125rem;height:9rem;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.1875rem;top:13.9375rem;left:21.78125rem;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:13.9375rem;left:36.90625rem;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.1875rem;top:13.9375rem;left:51.3125rem;overflow:hidden;display:block; }
#dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { color:rgba(var(--color-secondary-4),1);display:block;width:13.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:23.9375rem;left:33.125rem;height:9rem;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:12.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:23.9375rem;left:47.5625rem;height:9rem;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:30.6875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:37.875rem;left:14.65625rem;height:2.25rem;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.796875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:60.25rem;left:25.3125rem;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.625rem;width:60rem;top:42.3125rem;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:40.625rem;width:60rem;position:relative;display:block; }#LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { color:rgba(var(--color-secondary-4),1);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.125rem;left:1.5625rem;height:3rem;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-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.3125rem;left:1.5625rem;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:14.625rem;width:60rem;top:11.875rem;left:0rem;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.796875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.5625rem;left:25.3125rem;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:40.625rem;width:60rem;position:relative;display:block; }#VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { color:rgba(var(--color-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.625rem;left:1.5625rem;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.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.4375rem;left:1.5625rem;height:4.5rem;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.625rem;width:60rem;top:14.4375rem;left:0rem;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.796875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.25rem;left:25.3125rem;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:57.0625rem;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-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.75rem;left:1.5625rem;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.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5625rem;left:1.5625rem;height:4.5rem;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.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: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.796875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.4375rem;left:25.3125rem;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:33.4375rem;width:54.75rem;top:14.9375rem;left:2.46875rem;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:40.625rem;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-secondary-4),1);display:block;width:22.4375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.5625rem;left:1.5625rem;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:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:6.375rem;left:1.5625rem;height:4.5rem;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:17.625rem;left:10.125rem;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:15.125rem;left:28.568359375rem;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.796875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:31.25rem;left:25.3125rem;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:#f9f9f9;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.0625rem;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.125rem;left:0rem;height:1.94921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HshE73FxnKUbCTsrksDTh3iovr3DIfEr { color:rgba(var(--color-primary-2),1);display:block;width:24.5rem;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:1.9375rem;left:17.75rem;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.875rem;left:2.8125rem;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.875rem;left:14.375rem;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.875rem;left:25.625rem;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.875rem;left:37.0625rem;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.875rem;left:48.5rem;display:block; }
#qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { background-color: transparent; background-image: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container > .video-iframe-container { display: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container { display: none; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .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); }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { border-width: 0; border-radius: 0; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { font-size:0.875rem;font-family:arial;height:132.5rem;width:60rem;position:relative;display:block; }#uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { 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; }
#eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { 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:1.625rem;left:17.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { 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.099609375rem;left:5.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WhIgBXxw7GBVxrUP4LkAfoTi4l6TWADm { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeCbrK93trAHEV6B5QTADcg5CybuCtdA { 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; }
#OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { position:absolute;display:block;z-index:15207;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7.5625rem;left:8.40625rem;overflow:hidden;display:block; }
#WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { 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; }
#lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { 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.5625rem;left:28.4375rem;overflow:hidden;display:block; }
#xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { 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.125rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { 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; }
#ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { 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; }
#eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { 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.125rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5Lmoko6curO3c1d0MJoAI5e350QTQgM { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9U56sPa4zz3coL7pzzPRucQZbckBDpq { 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; }
#oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { 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; }
#zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { 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:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { 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:3.4375rem;width:14.6875rem;top:34.71875rem;left:22.65625rem;overflow:hidden;display:block; }
#fWTi9TXoainNm0au3UyhBotTinopygRP { 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.25rem;width:3.25rem;top:34.8125rem;left:48.375rem;overflow:hidden;display:block; }
#AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { 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; }
#xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { 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:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { 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.75rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { 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:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i99ExPTWPxToLe6pO80XKTOHrsfSlG2I { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:34.5625rem;left:7.84375rem;overflow:hidden;display:block; }
#zay0x7owoKdikxm4mzdiuDgOz282va0W { 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:13.625rem;left:25.5625rem;overflow:hidden;display:block; }
#oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { 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.59375rem;left:48.40625rem;overflow:hidden;display:block; }
#sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { 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:14.125rem;left:47.21875rem;overflow:hidden;display:block; }
#SvHeAdQ1xMHN1dspPNBGnnqfrLzfWPQ7 { 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:2rem;width:3.1875rem;top:28.21875rem;left:8.40625rem;overflow:hidden;display:block; }
#CANXsDP6aTJnMnw184g3H4MNN0DEKClb { 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.75rem;width:3.1875rem;top:28.34375rem;left:48.40625rem;overflow:hidden;display:block; }
#AWL90vcoTKiDmCNSrsi05FifqlvnhUug { 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; }
#PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o34dJGipxeh9RKH199G5kerevhExfWMv { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v8PH80PDtshABmmgDGBdZfeTROpf18yM { 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; }
#sBhKo2GrwqowKreVWvCZMJInRubB8eqv { 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.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { 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; }
#CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { 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; }
#yBv5H0dMsLBcWy32me56TI13EiJXv9Sk { 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:15255;line-height:1.3;letter-spacing:0;top:61.4375rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { 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:71.875rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { 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:51.375rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { 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:51.375rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { 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:48.96875rem;left:8.40625rem;overflow:hidden;display:block; }
#VpdhVo3fEUi1ae0PwPn0WC9vs1GNOpcL { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-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:17.4375rem;top:55.90625rem;left:1.28125rem;overflow:hidden;display:block; }
#a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { 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:48.8125rem;left:28.4375rem;overflow:hidden;display:block; }
#BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { 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.3125rem;width:4.3125rem;top:54.9375rem;left:27.875rem;overflow:hidden;display:block; }
#rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { 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; }
#FVX3r9Scmbxl97JxPNPDtXK5mrkr1kCd { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NIWrtXJ61Sx0gG8UBeZTRvGLIEGGhMT5 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bGtt7sSfTrhDIxH0CiJatkwOdMx4xTQF { 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:51.375rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { 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; }
#Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qugN35wI4f5kafm4tMNbnZWL0AivzGzm { 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.4375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { 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:2.0625rem;width:3.1875rem;top:69.3125rem;left:8.40625rem;overflow:hidden;display:block; }
#EIszLRlrmogEficc7VIIr1XQlDk0rx3W { color:rgba(var(--color-primary-2),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15195;line-height:1.3;letter-spacing:0;top:15.162109375rem;left:5.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L1mzll49oUukgAmT0VQiQabs2QEXRT5H { 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; }
#zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { 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:71.875rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { 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:69.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { 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:15248;line-height:1.4;letter-spacing:0;top:84.1875rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { 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.25rem;width:7.375rem;top:96.435546875rem;left:6.3125rem;overflow:hidden;display:block; }
#b7oi6N1ZsmUaV44net5vn2gNOog5k89f { 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:2.0625rem;width:3.1875rem;top:89.875rem;left:8.40625rem;overflow:hidden;display:block; }
#MxGwJVyKwvwHTmG1bzRJ2HOcnZrrO2Wf { 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; }
#z7mKz6bURUy4xKI8lwzS44LQQ5WzbIaI { 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:125.3125rem;left:2.875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdivxUwQAiEyAgnA38iUihCuQpTRTRLG { 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:123.0625rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cUIEWnSs9X3mPMVlHP4pMuRDdb1cTNnt { position:absolute;display:block;z-index:15243;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.24706875rem;width:8.125rem;top:117.0625rem;left:5.9375rem;overflow:hidden;display:block; }
#KQTKluRM25ys4QKgzXMyRfLUrTeZgWl0 { 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:113rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPiJRL6FiVaNaM30dipTn3LTLlBQhDsO { position:absolute;display:block;z-index:15241;border-bottom:0;border-left:0;border-right:0;border-top:0;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:110.4375rem;left:8.4375rem;overflow:hidden;display:block; }
#N1LOKhenVpOmTbXENcFyEdQST5v0VPkW { 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; }
#bsu7PGSnpcRnnGVS75c5KBImVyPpJ20q { 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; }
#GSx8K1AmtHiyCmXkPhrrAZZ81hOQHeoZ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G4N6IbH9lpEl6GPnBQEPPxvVM2bD3Ub0 { 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:113rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MvfaU70Qg4zDcKu8IXKRTh0icNfUeDWT { position:absolute;display:block;z-index:15247;border-bottom:0;border-left:0;border-right:0;border-top:0;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:110.4375rem;left:28.4375rem;overflow:hidden;display:block; }
#uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { 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; }
#u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { 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:92.4375rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { 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:102.5rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { 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.0625rem;width:3.1875rem;top:89.875rem;left:28.4375rem;overflow:hidden;display:block; }
#aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { 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:104.75rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t0z9vxizJSbDlRb2FZOa7Siq9BlNwTcL { 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; }
#Qxkp9tsTz6cJ0F0MttpUFvdlNzlSok4s { 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:92.4375rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FzE9NyfwR37b3c7XAyCJyV5ifEy32p2w { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G34GTv0FtoikiVwB9ZBVsEWwoX0UVw0w { 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:2.0625rem;width:3.1875rem;top:89.875rem;left:48.4375rem;overflow:hidden;display:block; }
#ImqAsWfi2xWDlo3fKJvVX9egtn4cEf0J { 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; }
#iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { 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; }
#Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { 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:71.875rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { 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.0625rem;width:3.1875rem;top:69.3125rem;left:48.4375rem;overflow:hidden;display:block; }
#rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { 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; }
#i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { 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.125rem;width:3.1875rem;top:28.15625rem;left:28.40625rem;overflow:hidden;display:block; }
#k5eBRmha6SxMrFxHJoI2J4Za0kNhTsTs { position:absolute;display:block;z-index:15287;border-bottom:0;border-left:0;border-right:0;border-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.875rem;width:3.1875rem;top:48.90625rem;left:48.40625rem;overflow:hidden;display:block; }
#HbFPFXxetnyLE27VXapn8eHefSkyttVF { position:absolute;display:block;z-index:15288;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:6.125rem;top:54.40625rem;left:46.9375rem;overflow:hidden;display:block; }
#Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { 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.25rem;width:3.25rem;top:76.15625rem;left:28.375rem;overflow:hidden;display:block; }
#qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { 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:3.25rem;width:3.25rem;top:76.15625rem;left:8.375rem;overflow:hidden;display:block; }
#qNITwasusGKEtukMMC6fCeyx0PiLxU9B { 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:75.90625rem;left:47.84375rem;overflow:hidden;display:block; }
#PdIbfPRnxGRs3J4xNcar4H28b55bETSX { 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:3.25rem;width:3.25rem;top:96.435546875rem;left:28.375rem;overflow:hidden;display:block; }
#ZX5TOVynAhK6yG81ty9rVFp7mgntEez6 { 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.25rem;width:3.25rem;top:96.435546875rem;left:48.375rem;overflow:hidden;display:block; }
#d3a67WsBkxQfoWJkRvvWyPGgvJROUTX7 { position:absolute;display:block;z-index:15292;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:117.060546875rem;left:28.375rem;overflow:hidden;display:block; }
#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { background-color: transparent; background-image: none; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container > .video-iframe-container { display: none; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row > .video-iframe-container { display: none; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .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); }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { border-width: 0; border-radius: 0; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { font-size:0.875rem;font-family:arial;height:215.3125rem;width:60rem;position:relative;display:block; }#JHkaSCT0KgvI0TgoHGIyKlONBG1RJbRT { 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; }
#XLctQBpIo1gnuoXmKokLRTVIZxAb8xlk { 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:1.625rem;left:17.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KTVTxEU7yOWWZ7ZnZncxUrObHxIaFeIS { 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.099609375rem;left:5.46875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vvmm2Vc1CENCgu6MP6gkXw9FOocp4c3F { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B3rGlWur5mwDqWHI1HZmgNfbS9OGdCUO { 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; }
#cRhxvSxgLCAOzl2FRe0xXTbhk6p7VUSb { 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; }
#utNxfw2U9FI3ODrbN1Gi7gG7axeqFlPh { 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.125rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gSvN3eQW0fC4XcqLubk0JW7cWzWLpoNN { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ltQH5xzMDHlJiDOyFl1SRVI90EbQCsse { 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; }
#R8aXITcZHCuzLB6reKssfFtUHf1EKVwd { 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; }
#SZ9LCUcW3UhXZLZWm6G5MXl664WPfBfz { 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.125rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TJE95fom32Fhs2tCgO5xFuPJmeqVviDL { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xWl5IKA4WorF9rGsJPeo8MGicTW2LaQE { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b7T4nwr2BpgqTUoxueWBUd0Bdi0LoWCE { 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; }
#QuJBBoTbRZ1WafZ1XiwVZMwKgvwzGFZe { 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; }
#JGGMXIfyFmu5lztIQhTuoo2MXa82IK4P { 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; }
#CwHiX1TFB7lKlaECvGmM0Gr9JMbI0v0m { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cOWPbCE0cOvaSHM5oTHSXrzemPJ9eZm8 { 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; }
#sV2v12HyLIaPQxC4koPv3r8bExd0WICc { 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:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zs0q9CVzkeZfArGwMOpLFlXrZ4gUQk5o { 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; }
#A2Vvl7IIhiQFHD1QKJ5twi19TcyEVunv { 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; }
#rEZtT8Jk0RxuHliNOo1Nmtcgi7doZhzM { 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:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpOivFtmKq1rvCrDJkcsip7HTWvq7T6b { 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.75rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSpeiu4aAsvTxy6FN4TA8tHgJiVu02we { 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; }
#T6s6raZBVTptwRfMZ95TLx7MTB2nAHtP { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GupJuEPXyehTUqBumptb0cZi4yPV8oXy { 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:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DcqPXNF9DnT1Ns6iVRw9pafGUiDcH6mk { 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; }
#mX63HDmE6m9S8moqwWL3DwBwufWkfXtQ { 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; }
#IhKQka9lr7MQoepsdaIDflBi8ky3kCLz { 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; }
#TiNvtUAhXmu0K7HLtvnqnwsn8tA5fmy1 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gPLSpDbxFITpffie48eApDlMdrnWEREN { 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; }
#JFpVhnEwl10395077M5n11ATwefXSCa1 { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#htmHQE4GRKBD0Hm1pDOlGHL6iTp4ucd2 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XqzkSgROF0vHivyOTH3vsef0ry2VCBIP { 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; }
#ANMFWvcvLxKbXSxqpcTL3PLTDba9hzDn { 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; }
#tDrB9SvMiKXFECwFlQUPKIVpO5PnS2qU { 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:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zSMI1tswOShK2zOr4snhGTb886qgC3I1 { 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:71.875rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x7fwGXpc0CvzRxvIp93e5Z4Wm4TpqTO4 { 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:51.375rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KyOo8zC4qJxh25gbzNTNeokBr2DlfIWM { 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:51.375rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UaGeRM10wzBohsripxsHq8nT1l9TNULJ { 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; }
#uvM2cutTNuCLpNS5NMTWpkA4l86tqdyP { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O1DZpOQkmodsAcNEogJlSxJkMCecfak8 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPARu6XsGOG6HIW1corS7ulJapTh7RCH { 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:51.375rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LBJEbzihg5AlwQKib4igiaZfzadce70N { 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; }
#LzLxGab8T98nweudOqnQ8k4I5uLwCpHz { 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; }
#kWEyvzkKoNKuoRvmiw4MiJXfTngtvCMU { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ftoal1OXdEmDTi1SH8Tkcitr8DTtyMCI { 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.4375rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QG7DZRtu2LawZzrGeMkkMG2bikHqQJSP { 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; }
#rRDmZA5gFLpf5E9eBUfiV7P5HaoJHKyK { 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:71.875rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akzyJPKHy2iefdFwf270HluTgchTZfBU { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tc677ARL5uGT3HIeacFaoL1SE4BZlpTR { 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:15248;line-height:1.4;letter-spacing:0;top:84.1875rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXZOmbV1XkEsDoTTbD4g4XdyGEB7Unfc { 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.25rem;width:7.375rem;top:96.435546875rem;left:6.3125rem;overflow:hidden;display:block; }
#tmyW6n8mK1Gf6WmMv65OFIggWLymJIS7 { 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; }
#WTi5hLRlWV7U0CtWNUDgEOTWZSUpNVV1 { 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:125.3125rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { 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:123.0625rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KwDE57AKRyLbNZM1s997nxr5depAtsMq { 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:113rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tSAlJsd1hx6MoLhMiVgt6krbSUkNHtxH { 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; }
#vzEuUvfW4ha4w2KGUqLMdJyCkKu0GTmy { 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; }
#tU79vVZTSiqbmQWfUlaWgaRplA88tVct { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiUJqTBVlp0qJDa5SkvT5VSOgI7kIa13 { 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:113rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UG1Z3znNhtnWlNC4RdgTgbB5b2gTRWDb { 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; }
#a7LUaeqt5TK3FNo7cd3WnEQGZ7hiwmaK { 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:92.4375rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { 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:102.5rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KH0WVv5MRFTxSrNfFpTO7b6prUPlVwW6 { 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:104.75rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdossfaUgQ4ZfWDPD78GSI11FX9REWlP { 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; }
#PbG2yKOWwEmgleV4hsSeVBUQEOdxKLxB { 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:92.4375rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FWWiJTs7bMUehBC9sLJpHgvO9zTvhDy8 { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n68kFAraah0srqw3kFH5vZeXiNrMetTy { 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; }
#sCp2EnPTnCHKiZ6lCOJPQIOfVmM0imos { 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; }
#zplw7go6p5JEkINsP6OVaAMSpy5OT06R { 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:71.875rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSELkLItgTfWzqUWi8bTzgVIJI3kgVIe { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H2yOc7r2NDtUat5Bo5TPSV39E5MJU9u8 { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnHStEDw9XunQkq2261hCP6c2KcE02xx { 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; }
#rdIp8DvNC7t2eeT8zpOtP23CZICgtMAq { 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; }
#LHK9AJp7GRARnWuMNlySVgnEL0ZgMWIs { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#msIUZvXasMSTEUirnQcqJpSq3rNsdlpB { 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:113rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DlQl5ioSOGAtgWhUbeDTC4KU6G7c29zt { 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; }
#PoNtQBLBq6QJQEAqRUxl5lsq86dIeNrQ { 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; }
#VZucqpE3LFSocS0H7DTQ1I720I8fyRvF { 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.25rem;left:20.625rem;display:block; }
#TUytbXsaQRgLtcHPfExp7MtsLT1nPpa5 { 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; }
#QGpoa9aV1uNbN4h8rgdyMGhevgIemviS { 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:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XB0zr84qo8oTzA1R248WoXygm5k1okXZ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IeCBcgNBBHBVS4if4Trwc0EsvRvC1twm { 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; }
#nFBnT6MsxfWRHtE8DQGJ0h6UDAwNX4fS { 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; }
#BGFSLZctkP1Cif0SHxEkUgl6dA3G6VDw { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zp1tIE5RaTFs4rpNRfPL5a78GX6TaWqU { 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:133.5625rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hnocx7XaLyi90dN6z36CaAzP6lAfaEcv { 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:133.5625rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sNDTVTycXd1m5agKGf4m6qwK3w8iQSkS { 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:133.5625rem;left:5.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zV1IZgUTiF0xuOxvuyPHyZ7ZI7t5EOIV { 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; }
#hLhQmEOSU1KcPsBmFC3yoJ0Hzc8yHMnQ { 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; }
#Ks90uFrEE6L0zT96LiZzh7QzHDinLT3T { 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; }
#cnvA0rrdsT5JGlL7q1otlsy4ODhI27KC { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#brm9setVXc9lTC0rpGAxivs5oDugEONE { 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:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N7dT4QWAeuC6bG8TtKTcUICFLRh1TgIQ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rggcC9P68TcpewIDEoUdZ40vUTlsaIB5 { 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; }
#FuSkK5V0WrTN6zFTLwCfgtJ6MaIiFfgQ { 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:15285;line-height:1.4;letter-spacing:0;top:166.4375rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { 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:15305;line-height:1.3;letter-spacing:0;top:164.1875rem;left:3.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTNAf8iK5LsTTaLgBhmw1SLzUcPu8sLN { 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.125rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X50vUEfeopPLHGGChreOTBLQHqqc56Fq { 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.125rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pW4eztKr47koMDNSkOOCmteSoboAbM3T { 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:154.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UThNofOlU55zFnzSvfu7uTno49JdPx5W { 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:171.3125rem;left:40.625rem;display:block; }
#nmKpe6Lg1TWD7I3uyRiWDdsaWcPzAzR0 { 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:186.9375rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vbFauHSeKxHWZGxi9bS9UWfpRhgImwEl { 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; }
#vKSVHBCXc9ORJKVaUy7JWDvZ235dZUED { 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:184.6875rem;left:41.53125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwarWK23rwpqinC2ZmucSy2yAlLycTXK { 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:15307;line-height:1.4;letter-spacing:0;top:186.9375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNeHZuP271VakXQOlJhra41uGQdzbVnR { 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:15327;line-height:1.3;letter-spacing:0;top:184.6875rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lgGAlwPybrEnF1ZLrlZaIyIvFkfhNb9d { 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; }
#Esow4JsRsoV8T1MSFIg6R4Q1VpqKbA75 { 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:15301;line-height:1.4;letter-spacing:0;top:186.9375rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { 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:15321;line-height:1.3;letter-spacing:0;top:184.6875rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D0Dqrdg8TTc9onqoz4lEy2JPfZIifH0l { 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:174.625rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTre6Ue2GEvN4MdMAWkdXLsd1179ndiT { 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:174.625rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W0TkGidSnl2clpl77IRZ6Oezk4pbG3XT { 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:174.625rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9asTo9B5LZeySuDDVxJP1ZMaTOf4d88 { position:absolute;display:block;z-index:15129;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:191.8125rem;left:40.625rem;display:block; }
#kfayTsVA0d2mx5VEs18LttW2e9zpU7E0 { 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:207.4375rem;left:42.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gp2e3d9Gdx4TQhP3MdREsvRcXwbzdJXb { 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:191.8125rem;left:20.625rem;display:block; }
#TwpcRR1KMLKgw1VDdoumTQEgCp12BAu7 { 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:205.1875rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gg4bzgF2Lzgk4gANRZKevRkK8S4Fr22E { 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:207.4375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LahoFpTSKC51JZcK3QsKmT5gtWNLBe67 { 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:205.1875rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFB3rCu8kMaNBsnkfKPix4WeIX7xmgFC { 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:191.8125rem;left:0.625rem;display:block; }
#y8wSb2uJCnPVu1RuQHZaM4OTXHomww8U { 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.4375rem;left:2.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OD0otGDN97gxbUfF8Z2gDMhvQ5g3iZJV { 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.1875rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m2gM1EZkAzGyTwg4doHieers76iouBvl { 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:195.125rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p7VrOSWzRpXwJrpThtsJVlkc7ZmpFSpD { 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:195.125rem;left:45.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDdONoiPWfoQ8i162o6NDU9HZ9ohPuTo { 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:195.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VfT13kPuIu44AJkmJzLzo7NXOeX8eMi5 { 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:7.78125rem;left:28.40625rem;overflow:hidden;display:block; }
#yLuQixLMdcaSFNKF2nu3T9oAGKSZKaxg { 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; }
#SETUzpTGQRTqSSFZlckbXufsF63VEmHs { 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; }
#Fdd8IzPJfIruPTguuX65ewCViImaIhRG { 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:28.40625rem;left:48.40625rem;overflow:hidden;display:block; }
#UMT3HuAH7tlhbTSrieLxif54KbdKSaoI { 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:49.03125rem;left:8.46875rem;overflow:hidden;display:block; }
#L1iDH7ebLhTR3OvFbKNf7uxAgZCDxobl { 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:49.03125rem;left:28.40625rem;overflow:hidden;display:block; }
#ufTy7DuVNLLec09nysrE3ToEa0H8OUNw { 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:48.9375rem;left:48.40625rem;overflow:hidden;display:block; }
#DaiSA7F1ewwkephmnivbDFTFfAveM7iK { 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; }
#BxoLoCTkdF36Ht9K3zQGJ2zhlTtrdtWb { 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:69.4375rem;left:48.40625rem;overflow:hidden;display:block; }
#mBWoh9lrwSloFJ0EZOVH8THGJRQTfWpU { 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:69.4375rem;left:28.40625rem;overflow:hidden;display:block; }
#X0nBQBb2WlR0Iti5aeh76EPBnBEF5BPA { 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:69.4375rem;left:8.40625rem;overflow:hidden;display:block; }
#PUnLKVDzUI6yx2yM8zzRDeUFFZWgGFHw { 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.0625rem;width:7.25rem;top:158.154296875rem;left:6.375rem;overflow:hidden;display:block; }
#UtUisMaR3dXsi2CaWJNe8WOTKHatACpR { 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:151.65625rem;left:8.40625rem;overflow:hidden;display:block; }
#ofFy6vmsBv6Rvqp34qA84UkhMOCpToME { 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:172.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#a4q7KsUDM0dFkx7UTDd30RRoJ3PUJ5V8 { 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:151.5625rem;left:48.40625rem;overflow:hidden;display:block; }
#KtiO5FDW3iLFkCax6N0PaTklHPnWIh1h { 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:192.78125rem;left:28.40625rem;overflow:hidden;display:block; }
#iwoQKGscmnxgQTkCMSd1ulpCvkevwuR4 { 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.625rem;width:3.1875rem;top:192.78125rem;left:48.40625rem;overflow:hidden;display:block; }
#Pg38Qlox5JcTTceaKCoNEVDWwTgdDVDv { 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:2.0625rem;width:3.1875rem;top:192.5625rem;left:8.40625rem;overflow:hidden;display:block; }
#TE77amLwVq1lkDFKQuFDXBXMMGAikQrT { 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:7.53125rem;left:8.40625rem;overflow:hidden;display:block; }
#ZPbhfRE6QoiIWQ5fRPrCQJRdacb8yD4H { 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:7.6875rem;left:48.40625rem;overflow:hidden;display:block; }
#elJ1Fdl2hOafEJvQE0MsmoErc625ElOJ { 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:28.15625rem;left:8.40625rem;overflow:hidden;display:block; }
#JkP3sAqcETGGhI81msMsfM6VTEkCqTTU { 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:28.25rem;left:28.40625rem;overflow:hidden;display:block; }
#ZnNKr6ngkWq5MFzsP2HBaC0iHUaSsVTr { 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; }
#ksEP4getZ2TdbV8cmRFnisG5ckzcfLtf { 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; }
#XVMfJZ4L6SROZTiGxUokQBfAuuTbKzdb { 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:13.9375rem;top:35.1875rem;left:23.03125rem;overflow:hidden;display:block; }
#h1m5LD5bG3t716xOga0Lm7QC74C9sDNg { 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; }
#VTC04TFbGIKbonAISse4SSx9XH8TiDqy { 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; }
#bepyxZN5S7k0HecP3UMUaoyL98pX3fil { 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; }
#RxS64bvKhl1emVUhDLA8zygrtz5Cz2dF { 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; }
#LJcqpsKvM8p0UbcXViIqKkD4yPERK1we { 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.125rem;top:96.966796875rem;left:24.9375rem;overflow:hidden;display:block; }
#JAcAzcmTQOQozI8Bxmeb7dEslwT0Lzlp { 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; }
#gD0AxoZ0VWfExRJpEr4t3Lu40rLNRxU4 { 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; }
#tASuAtV4I8kUl8UkvSaAJBGpcx44OgHu { 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; }
#k02ZT2olcCtAndk4C0pAnum8FDwhJxKE { 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.8125rem;width:12.9375rem;top:137.841796875rem;left:23.53125rem;overflow:hidden;display:block; }
#zZ7N94dK6n3kkJ16TZCGXe0qzn6959b2 { 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.4375rem;width:12.5rem;top:137.029296875rem;left:43.75rem;overflow:hidden;display:block; }
#cvMmoeIa89R0VnJxFcO3yIcT5nuQQ0Hf { 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; }
#AkNsGMNfLWe6IhmEzOTbZNQbnN1AQDgf { 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:9.375rem;width:9.375rem;top:155.71875rem;left:45.3125rem;overflow:hidden;display:block; }
#KqCrInDXmemtV9a5swVwJTMO0X42anok { 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:2.1875rem;width:10.9375rem;top:179.09375rem;left:4.53125rem;overflow:hidden;display:block; }
#SaIQlStxo5AeK3PipEPSZMKwWHKDQmZk { 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:1.6875rem;width:12.5rem;top:179.34375rem;left:23.75rem;overflow:hidden;display:block; }
#aae0kLUus7QF0ow8hbNTkm8yucH1HqDC { 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.0625rem;width:8.75rem;top:178.65625rem;left:45.625rem;overflow:hidden;display:block; }
#JwKtO3NctyCsT3P7GaWOXHvRaxf7urpH { 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.375rem;width:11.25rem;top:137.560546875rem;left:4.375rem;overflow:hidden;display:block; }
#qvIG8epuqC641CyQ53LHsL12e63cm4lg { 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.25rem;top:117.279296875rem;left:6.375rem;overflow:hidden;display:block; }
#ZB4SMvcaqdTkm0IPyGvAuuTDLzCC8z1A { 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:4.375rem;width:10.0625rem;top:198.279296875rem;left:4.96875rem;overflow:hidden;display:block; }
#XFuoLnmJt7GcraTv4mF5TWIAXD4ZnOiC { 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:197.935546875rem;left:24.65625rem;overflow:hidden;display:block; }
#Po41iqhWzpdDsvLP0bNtg6bm43dm6T5t { 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:4.4375rem;width:11.25rem;top:198.529296875rem;left:44.375rem;overflow:hidden;display:block; }
#xzZxsTh03IN6EmWT6MKTmDTPx2ErCoFN { 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:172.25rem;left:48.40625rem;overflow:hidden;display:block; }
#a7HfueIKBkyIabOb9CpRqZTEzeGT3rrG { position:absolute;display:block;z-index:15377;border-bottom:0;border-left:0;border-right:0;border-top:0;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:172.09375rem;left:28.40625rem;overflow:hidden;display:block; }
#TdTfERRc6DdlqZgzZwMZTVeBEmeMymFI { 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:151.75rem;left:28.40625rem;overflow:hidden;display:block; }
#n6Gyz48ca1i5qBOdPpe1mzmpmFgBGB66 { 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:131.09375rem;left:48.40625rem;overflow:hidden;display:block; }
#hmc69hMmfRTREXqQMzafEG6W1Xo5T16g { 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:131.21875rem;left:28.40625rem;overflow:hidden;display:block; }
#iFDyB6z86mGcKNn4rDmbdsJCGET9TI86 { 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:131.1875rem;left:8.40625rem;overflow:hidden;display:block; }
#ngvZHNTTKRDpvSHEhLUUow9p8ramWy3K { 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:110.625rem;left:48.40625rem;overflow:hidden;display:block; }
#TtxuirECoyCacpxTv6iD6FhkFnguv2Td { 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:110.53125rem;left:28.40625rem;overflow:hidden;display:block; }
#N1gF9IfpGlwTrfdAus9feEdd7KJomKpn { 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.6875rem;width:3.1875rem;top:110.625rem;left:8.40625rem;overflow:hidden;display:block; }
#PJkK5QkMmKtlqmT0FRhHTWakgmtGqBbH { 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:89.9375rem;left:48.40625rem;overflow:hidden;display:block; }
#lde4yvXorS6y5VFaxAh4yvC1hWInWH8z { 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.0625rem;width:3.1875rem;top:89.875rem;left:28.40625rem;overflow:hidden;display:block; }
#KbsTGQpIDmpS2SRG2Ika6dwGvBilktzZ { 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:90.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { background-color: transparent; background-image: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container > .video-iframe-container { display: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container { display: none; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .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); }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { border-width: 0; border-radius: 0; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:60rem;position:relative;display:block; }#N2WPm8tJkO4vachByTID4cyB71PTZZpv { 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; }
#JTVyiURQgNgTaIkvJC4hu5GTWQfXuSHN { 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:1.625rem;left:17.75rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { 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.099609375rem;left:5.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { 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; }
#ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { 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.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { 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; }
#qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { 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.125rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { 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.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { 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; }
#QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { 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; }
#iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { 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:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { 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:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { 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; }
#ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { 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:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { 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.75rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { 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:42.3125rem;left:2.875rem;height:4.19824375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { 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.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { 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:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { 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:8.40625rem;overflow:hidden;display:block; }
#CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { 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:28.40625rem;overflow:hidden;display:block; }
#azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { 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.59375rem;left:8.40625rem;overflow:hidden;display:block; }
#P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { 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.59375rem;left:28.40625rem;overflow:hidden;display:block; }
#WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { 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.53125rem;left:48.40625rem;overflow:hidden;display:block; }
#wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { 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:28.1875rem;left:48.40625rem;overflow:hidden;display:block; }
#OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { 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:14.09375rem;left:4.375rem;overflow:hidden;display:block; }
#JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { 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.9375rem;left:26.25rem;overflow:hidden;display:block; }
#Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { 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:14.25rem;left:46.03125rem;overflow:hidden;display:block; }
#o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { 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:34.125rem;left:7rem;overflow:hidden;display:block; }
#H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { 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:34.4375rem;left:25rem;overflow:hidden;display:block; }
#SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { 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:33.84375rem;left:44.53125rem;overflow:hidden;display:block; }
#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { background-color: transparent; background-image: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container > .video-iframe-container { display: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container { display: none; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .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); }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { border-width: 0; border-radius: 0; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { 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:15187;line-height:1.3;letter-spacing:0;top:2.5625rem;left:17.75rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { 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.75rem;left:5.625rem;display:block; }
#u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { 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.3125rem;left:10.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { 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:2.1875rem;width:12.5rem;top:14.6875rem;left:8.75rem;overflow:hidden;display:block; }
#nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { 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.125rem;left:8.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { 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.375rem;left:7.875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { 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.75rem;left:35.625rem;display:block; }
#LRK4pusAgkbAnpFIbCKdpiBg638os1No { 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.375rem;left:37.875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { 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.125rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { 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.3125rem;left:40.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { 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:7.9375rem;left:13.40625rem;overflow:hidden;display:block; }
#Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { 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.9375rem;width:3.1875rem;top:7.8125rem;left:43.40625rem;overflow:hidden;display:block; }
#Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { 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:3.75rem;width:10rem;top:13.46875rem;left:40rem;overflow:hidden;display:block; }
#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;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; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container { background-color: transparent; background-image: none; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container > .video-iframe-container { display: none; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row > .video-iframe-container { display: none; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .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); }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container { border-width: 0; border-radius: 0; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:60rem;position:relative;display:block; }#TD4LgWxwgVdbvxvLPqd9VihITG2DtHLq { 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:15187;line-height:1.3;letter-spacing:0;top:2.5625rem;left:17.75rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { 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.75rem;left:5.625rem;display:block; }
#iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { 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.3125rem;left:10.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { 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:2.1875rem;width:12.5rem;top:14.6875rem;left:8.75rem;overflow:hidden;display:block; }
#snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { 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.125rem;left:8.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { 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.375rem;left:7.875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { 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.75rem;left:35.625rem;display:block; }
#HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { 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.375rem;left:37.875rem;height:2.798825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { 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.125rem;left:38.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { 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.3125rem;left:40.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { 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:7.9375rem;left:13.40625rem;overflow:hidden;display:block; }
#N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { 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.6875rem;width:3.1875rem;top:7.9375rem;left:43.40625rem;overflow:hidden;display:block; }
#RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { 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.25rem;width:11.25rem;top:13.65625rem;left:39.375rem;overflow:hidden;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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:1.78178125rem;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:1.78178125rem;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:1.78178125rem;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.1875rem;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:2.1875rem;left:0rem;width:13.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:2.3125rem;left:32.66171836853rem;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.3125rem;height:18rem;top:12.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:22.4375rem;height:2.5625rem;top:9.75rem;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:7.5rem;left:0rem;width:26.4375rem;height:25.25rem;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.25rem;left:10.9375rem;width:36.8125rem;height:30.25rem;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:5.5rem;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:5.5rem;left:7.7236328125rem;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:5.5rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:5.5rem;left:30.5361328125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:5.5rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { 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.8125rem;height:3.375rem;top:19.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { top:13.9375rem;left:0rem;width:3.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.5rem;height:3.375rem;top:19.3125rem;left:12rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:47.75rem;height:3rem;top:6.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.6875rem;height:3.375rem;top:19.3125rem;left:27rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:22.4375rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.8125rem;height:3.375rem;top:19.3125rem;left:36.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:13.9375rem;height:9rem;top:23.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:12.625rem;height:9rem;top:23.9375rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { top:13.9375rem;left:15.65625rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { top:13.9375rem;left:30.78125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { top:13.9375rem;left:44.5625rem;width:3.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:13.125rem;height:9rem;top:23.9375rem;left:27rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:12.0625rem;height:9rem;top:23.9375rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:30.6875rem;height:2.25rem;top:37.875rem;left:8.53125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.75rem;top:60.25rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { top:42.3125rem;left:0rem;width:47.75rem;height:11.6390625rem;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:3rem;top:6.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:22.4375rem;height:2.5625rem;top:2.3125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { top:11.875rem;left:0rem;width:47.75rem;height:11.6390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.75rem;top:29.5625rem;left:19.1875rem;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.4375rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:47.75rem;height:4.5rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { top:14.4375rem;left:0rem;width:47.75rem;height:11.6390625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.75rem;top:31.25rem;left:19.1875rem;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.4375rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:47.75rem;height:4.5rem;top:6.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:47.75rem;height:1.5rem;top:12.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.75rem;top:49.4375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:14.0625rem;height:9.5625rem;top:20.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { top:14.9375rem;left:0rem;width:47.75rem;height:29.162385844749rem;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.4375rem;height:2.5625rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:47.75rem;height:4.5rem;top:6.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { top:17.625rem;left:4rem;width:15.25rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { top:15.125rem;left:22.443359375rem;width:22.5625rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.75rem;top:31.25rem;left:19.1875rem;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.125rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { top:1.9375rem;left:0rem;width:24.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTAOp5yhHOqUHg4iiqUx9wbfPgitfbgy { width:8.75rem;height:2.75rem;top:8.875rem;left:0.75rem;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.875rem;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.875rem;left:19.4375rem;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.875rem;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.875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBD3X2gTtG9QaMB2RBWL5ToilPqrlNTV { display:block; }
 }@media only screen and (max-width: 763px) { #QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { display:block; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { width:18.75rem;height:19.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { top:1.625rem;left:0rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { top:10.0625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhIgBXxw7GBVxrUP4LkAfoTi4l6TWADm { top:20.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeCbrK93trAHEV6B5QTADcg5CybuCtdA { top:22.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { top:7.5625rem;left:6.34375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { width:18.75rem;height:19.5625rem;top:6.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { top:7.5625rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { top:10.125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { top:20.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { top:22.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { width:18.75rem;height:19.5625rem;top:6.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { top:10.125rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Lmoko6curO3c1d0MJoAI5e350QTQgM { top:20.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { top:22.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9U56sPa4zz3coL7pzzPRucQZbckBDpq { width:18.75rem;height:19.5625rem;top:27.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { top:43.0625rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { width:18.75rem;height:19.5625rem;top:27.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { top:40.8125rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { top:43.0625rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { top:40.8125rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { width:14.6875rem;height:3.4375rem;top:34.6875rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTi9TXoainNm0au3UyhBotTinopygRP { width:3.25rem;height:3.25rem;top:34.8125rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { width:18.75rem;height:19.5625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { top:30.75rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { top:30.75rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { top:43rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { top:40.8125rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { top:30.75rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99ExPTWPxToLe6pO80XKTOHrsfSlG2I { width:4.3125rem;height:3.75rem;top:34.5625rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zay0x7owoKdikxm4mzdiuDgOz282va0W { top:13.625rem;left:19.375rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { top:7.5625rem;left:38.09375rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { top:14.125rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvHeAdQ1xMHN1dspPNBGnnqfrLzfWPQ7 { top:28.1875rem;left:6.34375rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANXsDP6aTJnMnw184g3H4MNN0DEKClb { top:28.3125rem;left:38.09375rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL90vcoTKiDmCNSrsi05FifqlvnhUug { width:18.75rem;height:19.5625rem;top:48.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { top:63.6875rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34dJGipxeh9RKH199G5kerevhExfWMv { top:61.4375rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PH80PDtshABmmgDGBdZfeTROpf18yM { width:18.75rem;height:19.5625rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhKo2GrwqowKreVWvCZMJInRubB8eqv { top:84.1875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { top:81.9375rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { width:18.75rem;height:19.5625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { top:63.6875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBv5H0dMsLBcWy32me56TI13EiJXv9Sk { top:61.4375rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { top:71.875rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { top:51.375rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { top:51.375rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { top:48.9375rem;left:6.34375rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpdhVo3fEUi1ae0PwPn0WC9vs1GNOpcL { width:17.4375rem;height:3.875rem;top:55.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { top:48.8125rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { top:54.9375rem;left:21.6875rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { width:18.75rem;height:19.5625rem;top:48.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVX3r9Scmbxl97JxPNPDtXK5mrkr1kCd { top:63.6875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIWrtXJ61Sx0gG8UBeZTRvGLIEGGhMT5 { top:61.4375rem;left:29.375rem;width:18.25rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGtt7sSfTrhDIxH0CiJatkwOdMx4xTQF { top:51.375rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { width:18.75rem;height:19.5625rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { top:104.75rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { top:102.5rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugN35wI4f5kafm4tMNbnZWL0AivzGzm { top:92.4375rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { top:69.3125rem;left:6.34375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIszLRlrmogEficc7VIIr1XQlDk0rx3W { top:15.125rem;left:3.40625rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mzll49oUukgAmT0VQiQabs2QEXRT5H { width:18.75rem;height:19.5625rem;top:68.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { top:71.875rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { top:69.3125rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { top:81.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { top:84.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { top:96.375rem;left:4.25rem;width:7.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7oi6N1ZsmUaV44net5vn2gNOog5k89f { top:89.875rem;left:6.34375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxGwJVyKwvwHTmG1bzRJ2HOcnZrrO2Wf { width:18.75rem;height:19.5625rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mKz6bURUy4xKI8lwzS44LQQ5WzbIaI { top:125.3125rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdivxUwQAiEyAgnA38iUihCuQpTRTRLG { top:123.0625rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIEWnSs9X3mPMVlHP4pMuRDdb1cTNnt { top:117.0625rem;left:3.875rem;width:8.125rem;height:3.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQTKluRM25ys4QKgzXMyRfLUrTeZgWl0 { top:113rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiJRL6FiVaNaM30dipTn3LTLlBQhDsO { top:110.4375rem;left:6.375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1LOKhenVpOmTbXENcFyEdQST5v0VPkW { width:18.75rem;height:19.5625rem;top:109.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsu7PGSnpcRnnGVS75c5KBImVyPpJ20q { top:125.3125rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSx8K1AmtHiyCmXkPhrrAZZ81hOQHeoZ { top:123.0625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4N6IbH9lpEl6GPnBQEPPxvVM2bD3Ub0 { top:113rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfaU70Qg4zDcKu8IXKRTh0icNfUeDWT { top:110.4375rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { width:18.75rem;height:19.5625rem;top:89.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { top:92.4375rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { top:102.5rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { top:89.875rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { top:104.75rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0z9vxizJSbDlRb2FZOa7Siq9BlNwTcL { width:18.75rem;height:19.5625rem;top:89.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxkp9tsTz6cJ0F0MttpUFvdlNzlSok4s { top:92.4375rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzE9NyfwR37b3c7XAyCJyV5ifEy32p2w { top:102.5rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34GTv0FtoikiVwB9ZBVsEWwoX0UVw0w { top:89.875rem;left:38.125rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImqAsWfi2xWDlo3fKJvVX9egtn4cEf0J { top:104.75rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { width:18.75rem;height:19.5625rem;top:68.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { top:71.875rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { top:81.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { top:69.3125rem;left:38.125rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { top:84.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { top:28.125rem;left:22.21875rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eBRmha6SxMrFxHJoI2J4Za0kNhTsTs { top:48.875rem;left:38.09375rem;width:3.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbFPFXxetnyLE27VXapn8eHefSkyttVF { top:54.375rem;left:36.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { width:3.25rem;height:3.25rem;top:76.125rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { width:3.25rem;height:3.25rem;top:76.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNITwasusGKEtukMMC6fCeyx0PiLxU9B { width:4.3125rem;height:3.75rem;top:75.875rem;left:37.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIbfPRnxGRs3J4xNcar4H28b55bETSX { width:3.25rem;height:3.25rem;top:96.375rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX5TOVynAhK6yG81ty9rVFp7mgntEez6 { width:3.25rem;height:3.25rem;top:96.375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3a67WsBkxQfoWJkRvvWyPGgvJROUTX7 { width:3.25rem;height:3.25rem;top:117rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #COEM9OMA1HzLoRRIfgppudPnEwhTQOQM { display:block; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHkaSCT0KgvI0TgoHGIyKlONBG1RJbRT { width:18.75rem;height:19.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLctQBpIo1gnuoXmKokLRTVIZxAb8xlk { top:1.625rem;left:0rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVTxEU7yOWWZ7ZnZncxUrObHxIaFeIS { top:10.0625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvmm2Vc1CENCgu6MP6gkXw9FOocp4c3F { top:20.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3rGlWur5mwDqWHI1HZmgNfbS9OGdCUO { top:22.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRhxvSxgLCAOzl2FRe0xXTbhk6p7VUSb { width:18.75rem;height:19.5625rem;top:6.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNxfw2U9FI3ODrbN1Gi7gG7axeqFlPh { top:10.125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvN3eQW0fC4XcqLubk0JW7cWzWLpoNN { top:20.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltQH5xzMDHlJiDOyFl1SRVI90EbQCsse { top:22.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aXITcZHCuzLB6reKssfFtUHf1EKVwd { width:18.75rem;height:19.5625rem;top:6.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ9LCUcW3UhXZLZWm6G5MXl664WPfBfz { top:10.125rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJE95fom32Fhs2tCgO5xFuPJmeqVviDL { top:20.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWl5IKA4WorF9rGsJPeo8MGicTW2LaQE { top:22.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T4nwr2BpgqTUoxueWBUd0Bdi0LoWCE { width:18.75rem;height:19.5625rem;top:27.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJBBoTbRZ1WafZ1XiwVZMwKgvwzGFZe { top:43.0625rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGGMXIfyFmu5lztIQhTuoo2MXa82IK4P { width:18.75rem;height:19.5625rem;top:27.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHiX1TFB7lKlaECvGmM0Gr9JMbI0v0m { top:40.8125rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWPbCE0cOvaSHM5oTHSXrzemPJ9eZm8 { top:43.0625rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2v12HyLIaPQxC4koPv3r8bExd0WICc { top:40.8125rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs0q9CVzkeZfArGwMOpLFlXrZ4gUQk5o { width:12.9375rem;height:1.1875rem;top:35.8125rem;left:33.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vvl7IIhiQFHD1QKJ5twi19TcyEVunv { width:18.75rem;height:19.5625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZtT8Jk0RxuHliNOo1Nmtcgi7doZhzM { top:30.75rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOivFtmKq1rvCrDJkcsip7HTWvq7T6b { top:30.75rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpeiu4aAsvTxy6FN4TA8tHgJiVu02we { top:43rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6s6raZBVTptwRfMZ95TLx7MTB2nAHtP { top:40.8125rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupJuEPXyehTUqBumptb0cZi4yPV8oXy { top:30.75rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqPXNF9DnT1Ns6iVRw9pafGUiDcH6mk { width:13.9375rem;height:2.5rem;top:35.1875rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX63HDmE6m9S8moqwWL3DwBwufWkfXtQ { width:18.75rem;height:19.5625rem;top:48.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKQka9lr7MQoepsdaIDflBi8ky3kCLz { top:63.6875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNvtUAhXmu0K7HLtvnqnwsn8tA5fmy1 { top:61.4375rem;left:16.9375rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLSpDbxFITpffie48eApDlMdrnWEREN { width:18.75rem;height:19.5625rem;top:68.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpVhnEwl10395077M5n11ATwefXSCa1 { top:84.1875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmHQE4GRKBD0Hm1pDOlGHL6iTp4ucd2 { top:81.9375rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqzkSgROF0vHivyOTH3vsef0ry2VCBIP { width:18.75rem;height:19.5625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANMFWvcvLxKbXSxqpcTL3PLTDba9hzDn { top:63.6875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrB9SvMiKXFECwFlQUPKIVpO5PnS2qU { top:61.4375rem;left:1.375rem;width:14.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMI1tswOShK2zOr4snhGTb886qgC3I1 { top:71.875rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7fwGXpc0CvzRxvIp93e5Z4Wm4TpqTO4 { top:51.375rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOo8zC4qJxh25gbzNTNeokBr2DlfIWM { top:51.375rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGeRM10wzBohsripxsHq8nT1l9TNULJ { width:18.75rem;height:19.5625rem;top:48.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvM2cutTNuCLpNS5NMTWpkA4l86tqdyP { top:63.6875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1DZpOQkmodsAcNEogJlSxJkMCecfak8 { top:61.4375rem;left:29.375rem;width:18.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPARu6XsGOG6HIW1corS7ulJapTh7RCH { top:51.375rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJEbzihg5AlwQKib4igiaZfzadce70N { width:18.75rem;height:19.5625rem;top:89.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLxGab8T98nweudOqnQ8k4I5uLwCpHz { top:104.75rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEyvzkKoNKuoRvmiw4MiJXfTngtvCMU { top:102.5rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftoal1OXdEmDTi1SH8Tkcitr8DTtyMCI { top:92.4375rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG7DZRtu2LawZzrGeMkkMG2bikHqQJSP { width:18.75rem;height:19.5625rem;top:68.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRDmZA5gFLpf5E9eBUfiV7P5HaoJHKyK { top:71.875rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzyJPKHy2iefdFwf270HluTgchTZfBU { top:81.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc677ARL5uGT3HIeacFaoL1SE4BZlpTR { top:84.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZOmbV1XkEsDoTTbD4g4XdyGEB7Unfc { top:96.375rem;left:4.25rem;width:7.375rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmyW6n8mK1Gf6WmMv65OFIggWLymJIS7 { width:18.75rem;height:19.5625rem;top:109.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTi5hLRlWV7U0CtWNUDgEOTWZSUpNVV1 { top:125.3125rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { top:123.0625rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDE57AKRyLbNZM1s997nxr5depAtsMq { top:113rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAlJsd1hx6MoLhMiVgt6krbSUkNHtxH { width:18.75rem;height:19.5625rem;top:109.6875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEuUvfW4ha4w2KGUqLMdJyCkKu0GTmy { top:125.3125rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU79vVZTSiqbmQWfUlaWgaRplA88tVct { top:123.0625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiUJqTBVlp0qJDa5SkvT5VSOgI7kIa13 { top:113rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1Z3znNhtnWlNC4RdgTgbB5b2gTRWDb { width:18.75rem;height:19.5625rem;top:89.125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7LUaeqt5TK3FNo7cd3WnEQGZ7hiwmaK { top:92.4375rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { top:102.5rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0WVv5MRFTxSrNfFpTO7b6prUPlVwW6 { top:104.75rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdossfaUgQ4ZfWDPD78GSI11FX9REWlP { width:18.75rem;height:19.5625rem;top:89.125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbG2yKOWwEmgleV4hsSeVBUQEOdxKLxB { top:92.4375rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWiJTs7bMUehBC9sLJpHgvO9zTvhDy8 { top:102.5rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n68kFAraah0srqw3kFH5vZeXiNrMetTy { top:104.75rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCp2EnPTnCHKiZ6lCOJPQIOfVmM0imos { width:18.75rem;height:19.5625rem;top:68.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplw7go6p5JEkINsP6OVaAMSpy5OT06R { top:71.875rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSELkLItgTfWzqUWi8bTzgVIJI3kgVIe { top:81.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2yOc7r2NDtUat5Bo5TPSV39E5MJU9u8 { top:84.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHStEDw9XunQkq2261hCP6c2KcE02xx { width:18.75rem;height:19.5625rem;top:109.6875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdIp8DvNC7t2eeT8zpOtP23CZICgtMAq { top:125.3125rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHK9AJp7GRARnWuMNlySVgnEL0ZgMWIs { top:123.0625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIUZvXasMSTEUirnQcqJpSq3rNsdlpB { top:113rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlQl5ioSOGAtgWhUbeDTC4KU6G7c29zt { width:18.75rem;height:19.5625rem;top:130.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoNtQBLBq6QJQEAqRUxl5lsq86dIeNrQ { top:145.875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZucqpE3LFSocS0H7DTQ1I720I8fyRvF { width:18.75rem;height:19.5625rem;top:130.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUytbXsaQRgLtcHPfExp7MtsLT1nPpa5 { top:145.875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGpoa9aV1uNbN4h8rgdyMGhevgIemviS { top:143.625rem;left:16.90625rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB0zr84qo8oTzA1R248WoXygm5k1okXZ { top:143.625rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCBcgNBBHBVS4if4Trwc0EsvRvC1twm { width:18.75rem;height:19.5625rem;top:130.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBnT6MsxfWRHtE8DQGJ0h6UDAwNX4fS { top:145.875rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGFSLZctkP1Cif0SHxEkUgl6dA3G6VDw { top:143.625rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp1tIE5RaTFs4rpNRfPL5a78GX6TaWqU { top:133.5625rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnocx7XaLyi90dN6z36CaAzP6lAfaEcv { top:133.5625rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDTVTycXd1m5agKGf4m6qwK3w8iQSkS { top:133.5625rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1IZgUTiF0xuOxvuyPHyZ7ZI7t5EOIV { width:18.75rem;height:19.5625rem;top:150.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhQmEOSU1KcPsBmFC3yoJ0Hzc8yHMnQ { top:166.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks90uFrEE6L0zT96LiZzh7QzHDinLT3T { width:18.75rem;height:19.5625rem;top:150.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnvA0rrdsT5JGlL7q1otlsy4ODhI27KC { top:164.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brm9setVXc9lTC0rpGAxivs5oDugEONE { top:166.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dT4QWAeuC6bG8TtKTcUICFLRh1TgIQ { top:164.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggcC9P68TcpewIDEoUdZ40vUTlsaIB5 { width:18.75rem;height:19.5625rem;top:150.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuSkK5V0WrTN6zFTLwCfgtJ6MaIiFfgQ { top:166.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { top:164.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNAf8iK5LsTTaLgBhmw1SLzUcPu8sLN { top:154.125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50vUEfeopPLHGGChreOTBLQHqqc56Fq { top:154.125rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4eztKr47koMDNSkOOCmteSoboAbM3T { top:154.125rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThNofOlU55zFnzSvfu7uTno49JdPx5W { width:18.75rem;height:19.5625rem;top:171.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKpe6Lg1TWD7I3uyRiWDdsaWcPzAzR0 { top:186.9375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFauHSeKxHWZGxi9bS9UWfpRhgImwEl { width:18.75rem;height:19.5625rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSVHBCXc9ORJKVaUy7JWDvZ235dZUED { top:184.6875rem;left:30.6875rem;width:16.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwarWK23rwpqinC2ZmucSy2yAlLycTXK { top:186.9375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeHZuP271VakXQOlJhra41uGQdzbVnR { top:184.6875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGAlwPybrEnF1ZLrlZaIyIvFkfhNb9d { width:18.75rem;height:19.5625rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esow4JsRsoV8T1MSFIg6R4Q1VpqKbA75 { top:186.9375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { top:184.6875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Dqrdg8TTc9onqoz4lEy2JPfZIifH0l { top:174.625rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTre6Ue2GEvN4MdMAWkdXLsd1179ndiT { top:174.625rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0TkGidSnl2clpl77IRZ6Oezk4pbG3XT { top:174.625rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9asTo9B5LZeySuDDVxJP1ZMaTOf4d88 { width:18.75rem;height:19.5625rem;top:191.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfayTsVA0d2mx5VEs18LttW2e9zpU7E0 { top:207.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2e3d9Gdx4TQhP3MdREsvRcXwbzdJXb { width:18.75rem;height:19.5625rem;top:191.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwpcRR1KMLKgw1VDdoumTQEgCp12BAu7 { top:205.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4bzgF2Lzgk4gANRZKevRkK8S4Fr22E { top:207.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahoFpTSKC51JZcK3QsKmT5gtWNLBe67 { top:205.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFB3rCu8kMaNBsnkfKPix4WeIX7xmgFC { width:18.75rem;height:19.5625rem;top:191.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wSb2uJCnPVu1RuQHZaM4OTXHomww8U { top:207.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0otGDN97gxbUfF8Z2gDMhvQ5g3iZJV { top:205.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gM1EZkAzGyTwg4doHieers76iouBvl { top:195.125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7VrOSWzRpXwJrpThtsJVlkc7ZmpFSpD { top:195.125rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdONoiPWfoQ8i162o6NDU9HZ9ohPuTo { top:195.125rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT13kPuIu44AJkmJzLzo7NXOeX8eMi5 { top:7.75rem;left:22.21875rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLuQixLMdcaSFNKF2nu3T9oAGKSZKaxg { top:15.0625rem;left:17.5625rem;width:12.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETUzpTGQRTqSSFZlckbXufsF63VEmHs { top:55.25rem;left:1.6875rem;width:12.5rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdd8IzPJfIruPTguuX65ewCViImaIhRG { top:28.375rem;left:38.09375rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT3HuAH7tlhbTSrieLxif54KbdKSaoI { top:49rem;left:6.40625rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1iDH7ebLhTR3OvFbKNf7uxAgZCDxobl { top:49rem;left:22.21875rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTy7DuVNLLec09nysrE3ToEa0H8OUNw { top:48.9375rem;left:38.09375rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaiSA7F1ewwkephmnivbDFTFfAveM7iK { top:56.25rem;left:33.4375rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoLoCTkdF36Ht9K3zQGJ2zhlTtrdtWb { top:69.4375rem;left:38.09375rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWoh9lrwSloFJ0EZOVH8THGJRQTfWpU { top:69.4375rem;left:22.21875rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nBQBb2WlR0Iti5aeh76EPBnBEF5BPA { top:69.4375rem;left:6.34375rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnLKVDzUI6yx2yM8zzRDeUFFZWgGFHw { top:158.125rem;left:4.3125rem;width:7.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUisMaR3dXsi2CaWJNe8WOTKHatACpR { top:151.625rem;left:6.34375rem;width:3.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFy6vmsBv6Rvqp34qA84UkhMOCpToME { top:172.0625rem;left:6.34375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q7KsUDM0dFkx7UTDd30RRoJ3PUJ5V8 { top:151.5625rem;left:38.09375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtiO5FDW3iLFkCax6N0PaTklHPnWIh1h { top:192.75rem;left:22.21875rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwoQKGscmnxgQTkCMSd1ulpCvkevwuR4 { top:192.75rem;left:38.09375rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg38Qlox5JcTTceaKCoNEVDWwTgdDVDv { top:192.5625rem;left:6.34375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE77amLwVq1lkDFKQuFDXBXMMGAikQrT { top:7.5rem;left:6.34375rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbhfRE6QoiIWQ5fRPrCQJRdacb8yD4H { top:7.6875rem;left:38.09375rem;width:3.1875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJ1Fdl2hOafEJvQE0MsmoErc625ElOJ { top:28.125rem;left:6.34375rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkP3sAqcETGGhI81msMsfM6VTEkCqTTU { top:28.25rem;left:22.21875rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNKr6ngkWq5MFzsP2HBaC0iHUaSsVTr { top:14.75rem;left:1.21875rem;width:13.4375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEP4getZ2TdbV8cmRFnisG5ckzcfLtf { top:14.375rem;left:34.875rem;width:9.625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMfJZ4L6SROZTiGxUokQBfAuuTbKzdb { width:13.9375rem;height:2.5rem;top:35.1875rem;left:16.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1m5LD5bG3t716xOga0Lm7QC74C9sDNg { top:55.4375rem;left:22.25rem;width:3.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTC04TFbGIKbonAISse4SSx9XH8TiDqy { top:75.5rem;left:5.125rem;width:5.625rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bepyxZN5S7k0HecP3UMUaoyL98pX3fil { top:76.1875rem;left:19.5625rem;width:8.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxS64bvKhl1emVUhDLA8zygrtz5Cz2dF { top:76.0625rem;left:36.15625rem;width:7.0625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcqpsKvM8p0UbcXViIqKkD4yPERK1we { top:96.9375rem;left:18.75rem;width:10.125rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAcAzcmTQOQozI8Bxmeb7dEslwT0Lzlp { top:95.375rem;left:36.34375rem;width:6.6875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0AxoZ0VWfExRJpEr4t3Lu40rLNRxU4 { top:117.6875rem;left:17.5625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASuAtV4I8kUl8UkvSaAJBGpcx44OgHu { top:117.0625rem;left:36.0625rem;width:7.25rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02ZT2olcCtAndk4C0pAnum8FDwhJxKE { top:137.8125rem;left:17.34375rem;width:12.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7N94dK6n3kkJ16TZCGXe0qzn6959b2 { top:137rem;left:33.4375rem;width:12.5rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvMmoeIa89R0VnJxFcO3yIcT5nuQQ0Hf { top:158.6875rem;left:17.5625rem;width:12.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkNsGMNfLWe6IhmEzOTbZNQbnN1AQDgf { top:155.6875rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqCrInDXmemtV9a5swVwJTMO0X42anok { top:179.0625rem;left:2.46875rem;width:10.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIQlStxo5AeK3PipEPSZMKwWHKDQmZk { top:179.3125rem;left:17.5625rem;width:12.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aae0kLUus7QF0ow8hbNTkm8yucH1HqDC { top:178.625rem;left:35.3125rem;width:8.75rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKtO3NctyCsT3P7GaWOXHvRaxf7urpH { top:137.5rem;left:2.3125rem;width:11.25rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIG8epuqC641CyQ53LHsL12e63cm4lg { top:117.25rem;left:4.3125rem;width:7.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4SMvcaqdTkm0IPyGvAuuTDLzCC8z1A { top:198.25rem;left:2.90625rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuoLnmJt7GcraTv4mF5TWIAXD4ZnOiC { top:197.875rem;left:18.46875rem;width:10.6875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po41iqhWzpdDsvLP0bNtg6bm43dm6T5t { top:198.5rem;left:34.0625rem;width:11.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZxsTh03IN6EmWT6MKTmDTPx2ErCoFN { top:172.25rem;left:38.09375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HfueIKBkyIabOb9CpRqZTEzeGT3rrG { top:172.0625rem;left:22.21875rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTfERRc6DdlqZgzZwMZTVeBEmeMymFI { top:151.75rem;left:22.21875rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Gyz48ca1i5qBOdPpe1mzmpmFgBGB66 { top:131.0625rem;left:38.09375rem;width:3.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmc69hMmfRTREXqQMzafEG6W1Xo5T16g { top:131.1875rem;left:22.21875rem;width:3.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFDyB6z86mGcKNn4rDmbdsJCGET9TI86 { top:131.1875rem;left:6.34375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngvZHNTTKRDpvSHEhLUUow9p8ramWy3K { top:110.625rem;left:38.09375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxuirECoyCacpxTv6iD6FhkFnguv2Td { top:110.5rem;left:22.21875rem;width:3.1875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1gF9IfpGlwTrfdAus9feEdd7KJomKpn { top:110.625rem;left:6.34375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkK5QkMmKtlqmT0FRhHTWakgmtGqBbH { top:89.9375rem;left:38.09375rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lde4yvXorS6y5VFaxAh4yvC1hWInWH8z { top:89.875rem;left:22.21875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsTGQpIDmpS2SRG2Ika6dwGvBilktzZ { top:90.0625rem;left:6.34375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { display:block; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2WPm8tJkO4vachByTID4cyB71PTZZpv { width:18.75rem;height:19.5625rem;top:6.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTVyiURQgNgTaIkvJC4hu5GTWQfXuSHN { top:1.625rem;left:0rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { top:10.0625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { top:20.1875rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { top:22.4375rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { width:18.75rem;height:19.5625rem;top:6.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { top:10.125rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { top:20.1875rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { top:22.4375rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { width:18.75rem;height:19.5625rem;top:6.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { top:10.125rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { top:20.1875rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { top:22.4375rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { width:18.75rem;height:19.5625rem;top:27.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { top:43.0625rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { width:18.75rem;height:19.5625rem;top:27.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { top:40.8125rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { top:43.0625rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { top:40.8125rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { width:18.75rem;height:19.5625rem;top:27.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { top:30.75rem;left:19.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { top:30.75rem;left:35.1875rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { top:42.3125rem;left:0.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { top:40.8125rem;left:1.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { top:30.75rem;left:3.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { top:28.25rem;left:6.34375rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { top:28.25rem;left:22.21875rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { top:7.5625rem;left:6.34375rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { top:7.5625rem;left:22.21875rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { top:7.5rem;left:38.09375rem;width:3.1875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { top:28.1875rem;left:38.09375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { top:14.0625rem;left:2.3125rem;width:11.25rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { top:13.9375rem;left:20.0625rem;width:7.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { top:14.25rem;left:35.71875rem;width:7.9375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { top:34.125rem;left:4.9375rem;width:6rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { top:34.4375rem;left:18.8125rem;width:10rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { top:33.8125rem;left:34.21875rem;width:10.9375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { display:block; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { top:2.5625rem;left:0rem;width:24.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { width:18.75rem;height:19.5625rem;top:6.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { top:10.3125rem;left:7.4375rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { top:14.6875rem;left:5.6875rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { top:20.125rem;left:5.375rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { top:22.375rem;left:4.8125rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { width:18.75rem;height:19.5625rem;top:6.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRK4pusAgkbAnpFIbCKdpiBg638os1No { top:22.375rem;left:28.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { top:20.125rem;left:29.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { top:10.3125rem;left:31.3125rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { top:7.9375rem;left:10.34375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { top:7.8125rem;left:34.21875rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { top:13.4375rem;left:30.8125rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 { display:block; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD4LgWxwgVdbvxvLPqd9VihITG2DtHLq { top:2.5625rem;left:0rem;width:24.5rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { width:18.75rem;height:19.5625rem;top:6.75rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { top:10.3125rem;left:7.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { top:14.6875rem;left:5.6875rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { top:20.125rem;left:5.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { top:22.375rem;left:4.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { width:18.75rem;height:19.5625rem;top:6.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { top:22.375rem;left:28.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { top:20.125rem;left:29.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { top:10.3125rem;left:31.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { top:7.9375rem;left:10.34375rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { top:7.9375rem;left:34.21875rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { top:13.625rem;left:30.1875rem;width:11.25rem;height:4.25rem;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.875rem;height:1.75rem;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:1.75rem;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:1.75rem;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.8116321563721rem;left:2.9904516339302rem;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:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:14.8125rem;height:18.375rem;top:13.9365234375rem;left:0.9990234375rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:18.9995625rem;height:1.92480625rem;top:11.451171875rem;left:0.9990234375rem;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:16.625rem;height:34.3125rem;top:-0.0625rem;left:0rem;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:15.3125rem;height:12.5625rem;top:31.0625rem;left:4.6875rem;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:21.5rem;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:9.375rem;height:2.75rem;top:1.25rem;left:5.3125rem;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:5.25rem;left:5.3125rem;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:9.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:13.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:17.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { 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:103.125rem;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:19.5810546875rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { width:3.5625rem;height:3.125rem;top:15.5810546875rem;left:8.21875rem;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:20rem;height:7.5rem;top:4.42480625rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.6875rem;height:3.375rem;top:54.08105625rem;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:1.92480625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.8125rem;height:3.375rem;top:70.5625rem;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:17.5rem;height:7.5rem;top:22.9560546875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:17.5rem;height:6rem;top:40.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { width:3.1875rem;height:3.125rem;top:33.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { width:3.125rem;height:3.125rem;top:50.0185546875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { width:3.1875rem;height:3.125rem;top:66.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:17.5rem;height:6rem;top:57.4560546875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:17.5rem;height:6rem;top:73.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:20rem;height:4.5rem;top:82.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.75rem;top:94.4375rem;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.875rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:20rem;height:6.375rem;top:4.42480625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { width:20rem;height:4.875rem;top:12.04980625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.75rem;top:18.17480625rem;left:5.3125rem;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:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:20rem;height:12.75rem;top:4.42480625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { width:20rem;height:4.875rem;top:18.42480625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.75rem;top:24.54980625rem;left:5.3125rem;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:51.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:19.875rem;height:14.34375rem;top:4.4248046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;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.75rem;top:43.1123046875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:14.0625rem;height:9.5625rem;top:20.3310546875rem;left:2.96875rem;text-align:left;text-align-last:left;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { width:20rem;height:12.214611872146rem;top:29.8935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:20rem;height:1.92480625rem;top:1.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:19.1875rem;height:15.9375rem;top:4.4248046875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { width:7.4375rem;height:4.0625rem;top:23.2998046875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { width:8.9375rem;height:5.3125rem;top:22.6748046875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.75rem;top:30.3271484375rem;left:5.3125rem;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:28.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { width:13.9375rem;height:2.5996125rem;top:4.7119140625rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { width:20rem;height:2.5996125rem;top:1.2373046875rem;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) { #QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM { display:block; }#QAwzZ1usZuVxIuVVpsIUPVqAAB4QJzSM > .row .container { width:20rem;height:359.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uBcAqtEUiRDpU6NHC7iztN8Zt5wzNkJl { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMzE9FDJZVsf1fuAHvVzVHR0U9b4MICM { width:20rem;height:1.94921875rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl13JEyROsfQPsyiQyocQPiWV0y0Tffr { width:9.0625rem;height:1.29980625rem;top:11.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhIgBXxw7GBVxrUP4LkAfoTi4l6TWADm { width:13.1875rem;height:1.29980625rem;top:16.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeCbrK93trAHEV6B5QTADcg5CybuCtdA { width:14.25rem;height:2.798825rem;top:19.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcFmmuomIqNdRgb311SLCJBk7bfWWTeT { width:3.1875rem;height:2.0625rem;top:8.0625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwwTI0seqcKThbu1gNVfldh9gm76Ad5B { width:18.75rem;height:19.5625rem;top:128.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt7WNn6Dq5t6lWXZqdP42eiBEbDAcRHw { width:3.1875rem;height:2.0625rem;top:129.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyyHP2EDT8ELxZfUB1nF5eM1I03950NH { width:9.0625rem;height:1.29980625rem;top:132rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGe6uBW8EOCanqPDvETXMrq0mkCrzfXn { width:13.1875rem;height:1.29980625rem;top:142.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAlObwdaIilS1UrZSKEHcUqech0yTG5 { width:14.25rem;height:2.798825rem;top:144.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELfZDQRVJvloIPqKJ3D1AGhLxJc9XTWg { width:18.75rem;height:19.5625rem;top:253.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eztBHAEm1u1ocuSHbQ4OBrtdvfLOLCwt { width:9.0625rem;height:1.29980625rem;top:256.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5Lmoko6curO3c1d0MJoAI5e350QTQgM { width:13.1875rem;height:1.29980625rem;top:266.9375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FI5IRdIm4pI7BoGWWPD6Wo4XpthTyLGF { width:14.25rem;height:2.798825rem;top:269.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9U56sPa4zz3coL7pzzPRucQZbckBDpq { width:18.75rem;height:19.5625rem;top:274.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBWa8Ld5ErOvAJltWa90tWJksV9HwQZf { width:14.25rem;height:2.798825rem;top:290rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH9wBHtsQFzDd213Zr5LbWdTtHJJkJt7 { width:18.75rem;height:19.5625rem;top:149.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFkzWU5MkSiLTVrUvThwcWERnbuFxe2J { width:13.1875rem;height:1.29980625rem;top:287.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ6Knb1K2qBrhTMBOCsRhBGGkdb7PdUC { width:14.25rem;height:2.798825rem;top:165.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V83W200zyc4ZkGAT32OfOqX8dT8oW8J8 { width:13.1875rem;height:1.29980625rem;top:162.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFQmu3wsNQMXlpt6RurlfODWiambA8Wo { width:14.6875rem;height:3.4375rem;top:156.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTi9TXoainNm0au3UyhBotTinopygRP { width:3.25rem;height:3.25rem;top:281.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHVOOO0LZx5lcrJZcByQQqRBZvsxQsop { width:18.75rem;height:19.5625rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xVGfakm6eC8lxRHdXTZtq8PDGeqroDXm { width:9.0625rem;height:1.29980625rem;top:152.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKT1Hz93V40zHx8s4ay1tssOJ2PqLTFO { width:9.0625rem;height:1.29980625rem;top:277.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwfdqBdVdP71xrG8NCa2cIfZn7TE46Jg { width:14.25rem;height:2.798825rem;top:40.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlSpLiJ0w6G4bNH1PfbJ4XZ4oTDecvtq { width:13.1875rem;height:1.29980625rem;top:38.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJ0OkITf7nw7wNuHQW2i9faHHdZZxHek { width:9.0625rem;height:1.29980625rem;top:28.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i99ExPTWPxToLe6pO80XKTOHrsfSlG2I { width:4.3125rem;height:3.75rem;top:32.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zay0x7owoKdikxm4mzdiuDgOz282va0W { width:8.875rem;height:4.375rem;top:135.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUMXRBhu5py9lc39t9VxgoXTa7L18Vq6 { width:3.1875rem;height:2rem;top:254.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sORQdl4dkzDZSJe7tsDmiyMOtvzAiJS2 { width:5.5625rem;height:3.375rem;top:260.875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvHeAdQ1xMHN1dspPNBGnnqfrLzfWPQ7 { width:3.1875rem;height:2rem;top:25.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CANXsDP6aTJnMnw184g3H4MNN0DEKClb { width:3.1875rem;height:1.75rem;top:275.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWL90vcoTKiDmCNSrsi05FifqlvnhUug { width:18.75rem;height:19.5625rem;top:170.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbX1RURDHZ21VIQHgAlQ0ozbPVyK6Zz1 { width:14.25rem;height:2.798825rem;top:186rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o34dJGipxeh9RKH199G5kerevhExfWMv { width:13.75rem;height:1.29980625rem;top:183.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8PH80PDtshABmmgDGBdZfeTROpf18yM { width:18.75rem;height:19.5625rem;top:66.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBhKo2GrwqowKreVWvCZMJInRubB8eqv { width:14.25rem;height:2.798825rem;top:82.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCG2u6O55GlrXlHrVwThcVxpOT6aotm0 { width:13.1875rem;height:1.29980625rem;top:80rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cR2VKeJrkN3XmrqulbgGqN2VxIqlEJTD { width:18.75rem;height:19.5625rem;top:45.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBneX9qy26F2mW9uq7JXrEEtqqDTBIJe { width:14.25rem;height:2.798825rem;top:61.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBv5H0dMsLBcWy32me56TI13EiJXv9Sk { width:13.1875rem;height:1.29980625rem;top:59.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riVmVdzhonzCcqAEovNRyvR8BSOgA5N4 { width:9.0625rem;height:1.29980625rem;top:69.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ikg6TIFUceMe5npplVDT6xIyCsf4Kkvd { width:9.0625rem;height:1.29980625rem;top:173.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdN0QLWfKkbIunhM2lpRzq0mQNc7CO9E { width:9.0625rem;height:1.29980625rem;top:49.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpu6AipOVgaJ3iSvuxzeTCUOrv4Chxs2 { width:3.1875rem;height:1.75rem;top:46.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpdhVo3fEUi1ae0PwPn0WC9vs1GNOpcL { width:17.4375rem;height:3.875rem;top:53.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3n6DF7DPkuBgdE7x6DXuZ2U499Aoq5J { width:3.1875rem;height:2.0625rem;top:171.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOX11pkUKtVNMvmoktGdhodAJrn6P0vz { width:4.3125rem;height:4.3125rem;top:177.25rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rf3ZlrZa7ItWqlQxBBQ8kZIC22tXnn1R { width:18.75rem;height:19.5625rem;top:295.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVX3r9Scmbxl97JxPNPDtXK5mrkr1kCd { width:14.25rem;height:2.798825rem;top:310.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIWrtXJ61Sx0gG8UBeZTRvGLIEGGhMT5 { width:18.25rem;height:1.29980625rem;top:308.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGtt7sSfTrhDIxH0CiJatkwOdMx4xTQF { width:9.0625rem;height:1.29980625rem;top:298.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nQx9DpxqE0g9i8fJ9A7NA8niWOCrZH { width:18.75rem;height:19.5625rem;top:87.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zxo7p2w0thPnCeshJ4xqzMJVKSeLVt3N { width:14.25rem;height:2.798825rem;top:102.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppouWalD4ORClJ53FNvfAutaoDoy0Lzl { width:13.1875rem;height:1.29980625rem;top:100.625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qugN35wI4f5kafm4tMNbnZWL0AivzGzm { width:9.0625rem;height:1.29980625rem;top:90.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPkm4qdPExGATAwH5gMm71XIFC9pGpAU { width:3.1875rem;height:2.0625rem;top:67.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIszLRlrmogEficc7VIIr1XQlDk0rx3W { width:9.0625rem;height:1.29980625rem;top:13.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1mzll49oUukgAmT0VQiQabs2QEXRT5H { width:18.75rem;height:19.5625rem;top:191.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJvSeOV4ZynCTDnZ6gmLqJ9DX4Ai9DB8 { width:9.0625rem;height:1.29980625rem;top:194.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvGDkTBz7uuMD61WolsKCJMEnwCREm7Z { width:3.1875rem;height:2.0625rem;top:191.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aa0k8iXC1m7dOt2IvcMnwscSGiGE2Ieo { width:13.1875rem;height:1.29980625rem;top:204.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DixgGWvBad42OMT6rQlt8ODbP6TAXmM4 { width:14.25rem;height:1.3994125rem;top:206.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHLBeTiJF8qytxp7xTXzt2gGaZ0aPRWi { width:7.375rem;height:3.25rem;top:94.5625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7oi6N1ZsmUaV44net5vn2gNOog5k89f { width:3.1875rem;height:2.0625rem;top:88rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxGwJVyKwvwHTmG1bzRJ2HOcnZrrO2Wf { width:18.75rem;height:19.5625rem;top:108.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7mKz6bURUy4xKI8lwzS44LQQ5WzbIaI { width:14.25rem;height:2.798825rem;top:123.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdivxUwQAiEyAgnA38iUihCuQpTRTRLG { width:13.1875rem;height:1.29980625rem;top:121.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUIEWnSs9X3mPMVlHP4pMuRDdb1cTNnt { width:8.125rem;height:3.24609375rem;top:115.4375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQTKluRM25ys4QKgzXMyRfLUrTeZgWl0 { width:9.0625rem;height:1.29980625rem;top:111.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPiJRL6FiVaNaM30dipTn3LTLlBQhDsO { width:3.1875rem;height:2.0625rem;top:108.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1LOKhenVpOmTbXENcFyEdQST5v0VPkW { width:18.75rem;height:19.5625rem;top:232.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsu7PGSnpcRnnGVS75c5KBImVyPpJ20q { width:14.25rem;height:2.798825rem;top:248.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSx8K1AmtHiyCmXkPhrrAZZ81hOQHeoZ { width:13.1875rem;height:1.29980625rem;top:246.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4N6IbH9lpEl6GPnBQEPPxvVM2bD3Ub0 { width:9.0625rem;height:1.29980625rem;top:236.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvfaU70Qg4zDcKu8IXKRTh0icNfUeDWT { width:3.1875rem;height:2.0625rem;top:233.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXNyRSWrNr4GMhXlOw9VkT4SJVFTPrCm { width:18.75rem;height:19.5625rem;top:211.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5bLht6uZqr6mk9KmAxD8cEJnI7r3DEx { width:9.0625rem;height:1.29980625rem;top:215.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPhkd7zxJUnJACl0RbIZdsGqvoSCihi { width:13.1875rem;height:1.29980625rem;top:225.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpJ4w9o26DSK7Z09SuHm9kSKCwvTVdwm { width:3.1875rem;height:2.0625rem;top:212.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aN1c0R4BJ2Tg6SSxiuEAFatdFRW6PP10 { width:14.25rem;height:2.798825rem;top:227.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0z9vxizJSbDlRb2FZOa7Siq9BlNwTcL { width:18.75rem;height:19.5625rem;top:336.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qxkp9tsTz6cJ0F0MttpUFvdlNzlSok4s { width:9.0625rem;height:1.29980625rem;top:340.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzE9NyfwR37b3c7XAyCJyV5ifEy32p2w { width:13.1875rem;height:1.29980625rem;top:350.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G34GTv0FtoikiVwB9ZBVsEWwoX0UVw0w { width:3.1875rem;height:2.0625rem;top:337.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImqAsWfi2xWDlo3fKJvVX9egtn4cEf0J { width:14.25rem;height:2.798825rem;top:352.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iovS3TfhkRHKf5Rt4y2wqLhNTNKi1H7d { width:18.75rem;height:19.5625rem;top:316rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbdu08C0l7nCadSNOZUtUZbgx8fETCTD { width:9.0625rem;height:1.29980625rem;top:319.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDa2SFQ2sUfRMOWSGGpBMz5og9WoMfxG { width:13.1875rem;height:1.29980625rem;top:329.375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwem0kPaQSwrkawhPKRJAbKUeiXrFTLW { width:3.1875rem;height:2.0625rem;top:316.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhJ0CNu4J8ETZfEnK6NLeFRq2l5OyX37 { width:14.25rem;height:2.798825rem;top:331.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5NNAzGNGToykGPwIwmGVa59XSNJwMS7 { width:3.1875rem;height:2.125rem;top:150.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5eBRmha6SxMrFxHJoI2J4Za0kNhTsTs { width:3.1875rem;height:1.875rem;top:296.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbFPFXxetnyLE27VXapn8eHefSkyttVF { width:6.125rem;height:6.125rem;top:301.5625rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea2OayJC8D4KVq9sJot4BqTDZ81F4QP8 { width:3.25rem;height:3.25rem;top:198.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qylVmuxxWWJ2q6ibc3gw4eX4R1utgqXb { width:3.25rem;height:3.25rem;top:74.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNITwasusGKEtukMMC6fCeyx0PiLxU9B { width:4.3125rem;height:3.75rem;top:323.375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdIbfPRnxGRs3J4xNcar4H28b55bETSX { width:3.25rem;height:3.25rem;top:219.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZX5TOVynAhK6yG81ty9rVFp7mgntEez6 { width:3.25rem;height:3.25rem;top:344.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3a67WsBkxQfoWJkRvvWyPGgvJROUTX7 { width:3.25rem;height:3.25rem;top:240.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #COEM9OMA1HzLoRRIfgppudPnEwhTQOQM { display:block; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { width:20rem;height:630.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JHkaSCT0KgvI0TgoHGIyKlONBG1RJbRT { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLctQBpIo1gnuoXmKokLRTVIZxAb8xlk { width:20rem;height:1.94921875rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVTxEU7yOWWZ7ZnZncxUrObHxIaFeIS { width:9.0625rem;height:1.29980625rem;top:11.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvmm2Vc1CENCgu6MP6gkXw9FOocp4c3F { width:13.1875rem;height:1.29980625rem;top:17.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3rGlWur5mwDqWHI1HZmgNfbS9OGdCUO { width:14.25rem;height:2.798825rem;top:19.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRhxvSxgLCAOzl2FRe0xXTbhk6p7VUSb { width:18.75rem;height:19.5625rem;top:212.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNxfw2U9FI3ODrbN1Gi7gG7axeqFlPh { width:9.0625rem;height:1.29980625rem;top:215.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvN3eQW0fC4XcqLubk0JW7cWzWLpoNN { width:13.1875rem;height:1.29980625rem;top:225.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltQH5xzMDHlJiDOyFl1SRVI90EbQCsse { width:14.25rem;height:2.798825rem;top:228.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aXITcZHCuzLB6reKssfFtUHf1EKVwd { width:18.75rem;height:19.5625rem;top:420.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ9LCUcW3UhXZLZWm6G5MXl664WPfBfz { width:9.0625rem;height:1.29980625rem;top:423.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJE95fom32Fhs2tCgO5xFuPJmeqVviDL { width:13.1875rem;height:1.29980625rem;top:433.9375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWl5IKA4WorF9rGsJPeo8MGicTW2LaQE { width:14.25rem;height:2.798825rem;top:436.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T4nwr2BpgqTUoxueWBUd0Bdi0LoWCE { width:18.75rem;height:19.5625rem;top:441.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJBBoTbRZ1WafZ1XiwVZMwKgvwzGFZe { width:14.25rem;height:2.798825rem;top:457rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGGMXIfyFmu5lztIQhTuoo2MXa82IK4P { width:18.75rem;height:19.5625rem;top:233.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHiX1TFB7lKlaECvGmM0Gr9JMbI0v0m { width:13.1875rem;height:1.29980625rem;top:454.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWPbCE0cOvaSHM5oTHSXrzemPJ9eZm8 { width:14.25rem;height:2.798825rem;top:248.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2v12HyLIaPQxC4koPv3r8bExd0WICc { width:13.1875rem;height:1.29980625rem;top:246.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs0q9CVzkeZfArGwMOpLFlXrZ4gUQk5o { width:12.9375rem;height:1.1875rem;top:449.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vvl7IIhiQFHD1QKJ5twi19TcyEVunv { width:18.75rem;height:19.5625rem;top:25.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZtT8Jk0RxuHliNOo1Nmtcgi7doZhzM { width:9.0625rem;height:1.29980625rem;top:236.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOivFtmKq1rvCrDJkcsip7HTWvq7T6b { width:9.0625rem;height:1.29980625rem;top:444.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpeiu4aAsvTxy6FN4TA8tHgJiVu02we { width:14.25rem;height:2.798825rem;top:40.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6s6raZBVTptwRfMZ95TLx7MTB2nAHtP { width:13.1875rem;height:1.29980625rem;top:38.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupJuEPXyehTUqBumptb0cZi4yPV8oXy { width:9.0625rem;height:1.29980625rem;top:28.4375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqPXNF9DnT1Ns6iVRw9pafGUiDcH6mk { width:13.9375rem;height:2.5rem;top:32.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX63HDmE6m9S8moqwWL3DwBwufWkfXtQ { width:18.75rem;height:19.5625rem;top:254rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKQka9lr7MQoepsdaIDflBi8ky3kCLz { width:14.25rem;height:2.798825rem;top:269.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNvtUAhXmu0K7HLtvnqnwsn8tA5fmy1 { width:13.75rem;height:1.29980625rem;top:267.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLSpDbxFITpffie48eApDlMdrnWEREN { width:18.75rem;height:19.5625rem;top:66.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpVhnEwl10395077M5n11ATwefXSCa1 { width:14.25rem;height:2.798825rem;top:82.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmHQE4GRKBD0Hm1pDOlGHL6iTp4ucd2 { width:13.1875rem;height:1.29980625rem;top:80.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqzkSgROF0vHivyOTH3vsef0ry2VCBIP { width:18.75rem;height:19.5625rem;top:45.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANMFWvcvLxKbXSxqpcTL3PLTDba9hzDn { width:14.25rem;height:2.798825rem;top:61.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrB9SvMiKXFECwFlQUPKIVpO5PnS2qU { width:14.0625rem;height:1.29980625rem;top:59.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMI1tswOShK2zOr4snhGTb886qgC3I1 { width:9.0625rem;height:1.29980625rem;top:70.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7fwGXpc0CvzRxvIp93e5Z4Wm4TpqTO4 { width:9.0625rem;height:1.29980625rem;top:257.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOo8zC4qJxh25gbzNTNeokBr2DlfIWM { width:9.0625rem;height:1.29980625rem;top:49.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGeRM10wzBohsripxsHq8nT1l9TNULJ { width:18.75rem;height:19.5625rem;top:462.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvM2cutTNuCLpNS5NMTWpkA4l86tqdyP { width:14.25rem;height:2.798825rem;top:477.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1DZpOQkmodsAcNEogJlSxJkMCecfak8 { width:18.25rem;height:1.29980625rem;top:475.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPARu6XsGOG6HIW1corS7ulJapTh7RCH { width:9.0625rem;height:1.29980625rem;top:465.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJEbzihg5AlwQKib4igiaZfzadce70N { width:18.75rem;height:19.5625rem;top:87.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLxGab8T98nweudOqnQ8k4I5uLwCpHz { width:14.25rem;height:2.798825rem;top:103.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEyvzkKoNKuoRvmiw4MiJXfTngtvCMU { width:13.1875rem;height:1.29980625rem;top:101rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftoal1OXdEmDTi1SH8Tkcitr8DTtyMCI { width:9.0625rem;height:1.29980625rem;top:90.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG7DZRtu2LawZzrGeMkkMG2bikHqQJSP { width:18.75rem;height:19.5625rem;top:274.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRDmZA5gFLpf5E9eBUfiV7P5HaoJHKyK { width:9.0625rem;height:1.29980625rem;top:278.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzyJPKHy2iefdFwf270HluTgchTZfBU { width:13.1875rem;height:1.29980625rem;top:288.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc677ARL5uGT3HIeacFaoL1SE4BZlpTR { width:14.25rem;height:1.3994125rem;top:290.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZOmbV1XkEsDoTTbD4g4XdyGEB7Unfc { width:7.375rem;height:3.25rem;top:94.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmyW6n8mK1Gf6WmMv65OFIggWLymJIS7 { width:18.75rem;height:19.5625rem;top:108.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTi5hLRlWV7U0CtWNUDgEOTWZSUpNVV1 { width:14.25rem;height:2.798825rem;top:124rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { width:13.1875rem;height:1.29980625rem;top:121.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDE57AKRyLbNZM1s997nxr5depAtsMq { width:9.0625rem;height:1.29980625rem;top:111.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAlJsd1hx6MoLhMiVgt6krbSUkNHtxH { width:18.75rem;height:19.5625rem;top:316.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEuUvfW4ha4w2KGUqLMdJyCkKu0GTmy { width:14.25rem;height:2.798825rem;top:332.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU79vVZTSiqbmQWfUlaWgaRplA88tVct { width:13.1875rem;height:1.29980625rem;top:329.9375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiUJqTBVlp0qJDa5SkvT5VSOgI7kIa13 { width:9.0625rem;height:1.29980625rem;top:319.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1Z3znNhtnWlNC4RdgTgbB5b2gTRWDb { width:18.75rem;height:19.5625rem;top:295.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7LUaeqt5TK3FNo7cd3WnEQGZ7hiwmaK { width:9.0625rem;height:1.29980625rem;top:299rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { width:13.1875rem;height:1.29980625rem;top:309.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0WVv5MRFTxSrNfFpTO7b6prUPlVwW6 { width:14.25rem;height:2.798825rem;top:311.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdossfaUgQ4ZfWDPD78GSI11FX9REWlP { width:18.75rem;height:19.5625rem;top:503.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbG2yKOWwEmgleV4hsSeVBUQEOdxKLxB { width:9.0625rem;height:1.29980625rem;top:507.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWiJTs7bMUehBC9sLJpHgvO9zTvhDy8 { width:13.1875rem;height:1.29980625rem;top:517.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n68kFAraah0srqw3kFH5vZeXiNrMetTy { width:14.25rem;height:2.798825rem;top:519.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCp2EnPTnCHKiZ6lCOJPQIOfVmM0imos { width:18.75rem;height:19.5625rem;top:483.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplw7go6p5JEkINsP6OVaAMSpy5OT06R { width:9.0625rem;height:1.29980625rem;top:486.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSELkLItgTfWzqUWi8bTzgVIJI3kgVIe { width:13.1875rem;height:1.29980625rem;top:496.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2yOc7r2NDtUat5Bo5TPSV39E5MJU9u8 { width:14.25rem;height:2.798825rem;top:498.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHStEDw9XunQkq2261hCP6c2KcE02xx { width:18.75rem;height:19.5625rem;top:524.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdIp8DvNC7t2eeT8zpOtP23CZICgtMAq { width:14.25rem;height:2.798825rem;top:540.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHK9AJp7GRARnWuMNlySVgnEL0ZgMWIs { width:13.1875rem;height:1.29980625rem;top:538.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIUZvXasMSTEUirnQcqJpSq3rNsdlpB { width:9.0625rem;height:1.29980625rem;top:528rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlQl5ioSOGAtgWhUbeDTC4KU6G7c29zt { width:18.75rem;height:19.5625rem;top:545.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoNtQBLBq6QJQEAqRUxl5lsq86dIeNrQ { width:14.25rem;height:2.798825rem;top:561.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZucqpE3LFSocS0H7DTQ1I720I8fyRvF { width:18.75rem;height:19.5625rem;top:337.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUytbXsaQRgLtcHPfExp7MtsLT1nPpa5 { width:14.25rem;height:2.798825rem;top:353rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGpoa9aV1uNbN4h8rgdyMGhevgIemviS { width:13.8125rem;height:1.29980625rem;top:350.75rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB0zr84qo8oTzA1R248WoXygm5k1okXZ { width:13.1875rem;height:1.29980625rem;top:558.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCBcgNBBHBVS4if4Trwc0EsvRvC1twm { width:18.75rem;height:19.5625rem;top:129.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBnT6MsxfWRHtE8DQGJ0h6UDAwNX4fS { width:14.25rem;height:2.798825rem;top:144.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGFSLZctkP1Cif0SHxEkUgl6dA3G6VDw { width:13.1875rem;height:1.29980625rem;top:142.5625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp1tIE5RaTFs4rpNRfPL5a78GX6TaWqU { width:9.0625rem;height:1.29980625rem;top:340.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnocx7XaLyi90dN6z36CaAzP6lAfaEcv { width:9.0625rem;height:1.29980625rem;top:548.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDTVTycXd1m5agKGf4m6qwK3w8iQSkS { width:9.0625rem;height:1.29980625rem;top:132.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1IZgUTiF0xuOxvuyPHyZ7ZI7t5EOIV { width:18.75rem;height:19.5625rem;top:566.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhQmEOSU1KcPsBmFC3yoJ0Hzc8yHMnQ { width:14.25rem;height:2.798825rem;top:582rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks90uFrEE6L0zT96LiZzh7QzHDinLT3T { width:18.75rem;height:19.5625rem;top:358.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnvA0rrdsT5JGlL7q1otlsy4ODhI27KC { width:13.1875rem;height:1.29980625rem;top:579.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brm9setVXc9lTC0rpGAxivs5oDugEONE { width:14.25rem;height:2.798825rem;top:373.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dT4QWAeuC6bG8TtKTcUICFLRh1TgIQ { width:13.1875rem;height:1.29980625rem;top:371.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggcC9P68TcpewIDEoUdZ40vUTlsaIB5 { width:18.75rem;height:19.5625rem;top:150.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuSkK5V0WrTN6zFTLwCfgtJ6MaIiFfgQ { width:14.25rem;height:2.798825rem;top:165.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { width:13.1875rem;height:1.29980625rem;top:163.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNAf8iK5LsTTaLgBhmw1SLzUcPu8sLN { width:9.0625rem;height:1.29980625rem;top:361.4375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50vUEfeopPLHGGChreOTBLQHqqc56Fq { width:9.0625rem;height:1.29980625rem;top:569.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4eztKr47koMDNSkOOCmteSoboAbM3T { width:9.0625rem;height:1.29980625rem;top:153.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThNofOlU55zFnzSvfu7uTno49JdPx5W { width:18.75rem;height:19.5625rem;top:587.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKpe6Lg1TWD7I3uyRiWDdsaWcPzAzR0 { width:14.25rem;height:2.798825rem;top:602.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFauHSeKxHWZGxi9bS9UWfpRhgImwEl { width:18.75rem;height:19.5625rem;top:378.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSVHBCXc9ORJKVaUy7JWDvZ235dZUED { width:16.9375rem;height:1.29980625rem;top:600.5625rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwarWK23rwpqinC2ZmucSy2yAlLycTXK { width:14.25rem;height:2.798825rem;top:394.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeHZuP271VakXQOlJhra41uGQdzbVnR { width:13.1875rem;height:1.29980625rem;top:392.3125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGAlwPybrEnF1ZLrlZaIyIvFkfhNb9d { width:18.75rem;height:19.5625rem;top:170.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esow4JsRsoV8T1MSFIg6R4Q1VpqKbA75 { width:14.25rem;height:2.798825rem;top:186.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { width:13.1875rem;height:1.29980625rem;top:184.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Dqrdg8TTc9onqoz4lEy2JPfZIifH0l { width:9.0625rem;height:1.29980625rem;top:382.25rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTre6Ue2GEvN4MdMAWkdXLsd1179ndiT { width:9.0625rem;height:1.29980625rem;top:590.5rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0TkGidSnl2clpl77IRZ6Oezk4pbG3XT { width:9.0625rem;height:1.29980625rem;top:174.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9asTo9B5LZeySuDDVxJP1ZMaTOf4d88 { width:18.75rem;height:19.5625rem;top:608.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfayTsVA0d2mx5VEs18LttW2e9zpU7E0 { width:14.25rem;height:2.798825rem;top:623.6875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2e3d9Gdx4TQhP3MdREsvRcXwbzdJXb { width:18.75rem;height:19.5625rem;top:399.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwpcRR1KMLKgw1VDdoumTQEgCp12BAu7 { width:13.1875rem;height:1.29980625rem;top:621.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4bzgF2Lzgk4gANRZKevRkK8S4Fr22E { width:14.25rem;height:2.798825rem;top:415.375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahoFpTSKC51JZcK3QsKmT5gtWNLBe67 { width:13.1875rem;height:1.29980625rem;top:413.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFB3rCu8kMaNBsnkfKPix4WeIX7xmgFC { width:18.75rem;height:19.5625rem;top:191.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wSb2uJCnPVu1RuQHZaM4OTXHomww8U { width:14.25rem;height:2.798825rem;top:207.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0otGDN97gxbUfF8Z2gDMhvQ5g3iZJV { width:13.1875rem;height:1.29980625rem;top:205rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gM1EZkAzGyTwg4doHieers76iouBvl { width:9.0625rem;height:1.29980625rem;top:403.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7VrOSWzRpXwJrpThtsJVlkc7ZmpFSpD { width:9.0625rem;height:1.29980625rem;top:611.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdONoiPWfoQ8i162o6NDU9HZ9ohPuTo { width:9.0625rem;height:1.29980625rem;top:194.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT13kPuIu44AJkmJzLzo7NXOeX8eMi5 { width:3.1875rem;height:1.625rem;top:213.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLuQixLMdcaSFNKF2nu3T9oAGKSZKaxg { width:12.5rem;height:1.5rem;top:220.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETUzpTGQRTqSSFZlckbXufsF63VEmHs { width:12.5rem;height:3.6875rem;top:53.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdd8IzPJfIruPTguuX65ewCViImaIhRG { width:3.1875rem;height:1.625rem;top:442.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT3HuAH7tlhbTSrieLxif54KbdKSaoI { width:3.1875rem;height:1.625rem;top:46.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1iDH7ebLhTR3OvFbKNf7uxAgZCDxobl { width:3.1875rem;height:1.625rem;top:254.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTy7DuVNLLec09nysrE3ToEa0H8OUNw { width:3.1875rem;height:1.8125rem;top:463.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaiSA7F1ewwkephmnivbDFTFfAveM7iK { width:12.5rem;height:1.6875rem;top:470.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoLoCTkdF36Ht9K3zQGJ2zhlTtrdtWb { width:3.1875rem;height:1.8125rem;top:483.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWoh9lrwSloFJ0EZOVH8THGJRQTfWpU { width:3.1875rem;height:1.8125rem;top:275.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nBQBb2WlR0Iti5aeh76EPBnBEF5BPA { width:3.1875rem;height:1.8125rem;top:67.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnLKVDzUI6yx2yM8zzRDeUFFZWgGFHw { width:7.25rem;height:3.0625rem;top:157.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUisMaR3dXsi2CaWJNe8WOTKHatACpR { width:3.1875rem;height:1.875rem;top:150.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFy6vmsBv6Rvqp34qA84UkhMOCpToME { width:3.1875rem;height:2.0625rem;top:171.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q7KsUDM0dFkx7UTDd30RRoJ3PUJ5V8 { width:3.1875rem;height:2.0625rem;top:567.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtiO5FDW3iLFkCax6N0PaTklHPnWIh1h { width:3.1875rem;height:1.625rem;top:400.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwoQKGscmnxgQTkCMSd1ulpCvkevwuR4 { width:3.1875rem;height:1.625rem;top:609rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg38Qlox5JcTTceaKCoNEVDWwTgdDVDv { width:3.1875rem;height:2.0625rem;top:192.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE77amLwVq1lkDFKQuFDXBXMMGAikQrT { width:3.1875rem;height:2.125rem;top:7.75rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbhfRE6QoiIWQ5fRPrCQJRdacb8yD4H { width:3.1875rem;height:1.8125rem;top:421.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJ1Fdl2hOafEJvQE0MsmoErc625ElOJ { width:3.1875rem;height:2.125rem;top:25.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkP3sAqcETGGhI81msMsfM6VTEkCqTTU { width:3.1875rem;height:1.9375rem;top:234rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnNKr6ngkWq5MFzsP2HBaC0iHUaSsVTr { width:13.4375rem;height:2.125rem;top:13.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksEP4getZ2TdbV8cmRFnisG5ckzcfLtf { width:9.625rem;height:2.8125rem;top:428.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMfJZ4L6SROZTiGxUokQBfAuuTbKzdb { width:13.9375rem;height:2.5rem;top:240.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1m5LD5bG3t716xOga0Lm7QC74C9sDNg { width:3.125rem;height:3.25rem;top:261.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTC04TFbGIKbonAISse4SSx9XH8TiDqy { width:5.625rem;height:3.875rem;top:73.75rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bepyxZN5S7k0HecP3UMUaoyL98pX3fil { width:8.5rem;height:2.5rem;top:282.5rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxS64bvKhl1emVUhDLA8zygrtz5Cz2dF { width:7.0625rem;height:2.8125rem;top:490.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcqpsKvM8p0UbcXViIqKkD4yPERK1we { width:10.125rem;height:2.1875rem;top:303.5rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAcAzcmTQOQozI8Bxmeb7dEslwT0Lzlp { width:6.6875rem;height:5.3125rem;top:510.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0AxoZ0VWfExRJpEr4t3Lu40rLNRxU4 { width:12.5rem;height:1.875rem;top:324.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASuAtV4I8kUl8UkvSaAJBGpcx44OgHu { width:7.25rem;height:3.125rem;top:532.125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02ZT2olcCtAndk4C0pAnum8FDwhJxKE { width:12.9375rem;height:2.8125rem;top:344.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7N94dK6n3kkJ16TZCGXe0qzn6959b2 { width:12.5rem;height:4.4375rem;top:552.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvMmoeIa89R0VnJxFcO3yIcT5nuQQ0Hf { width:12.5rem;height:1.875rem;top:366.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkNsGMNfLWe6IhmEzOTbZNQbnN1AQDgf { width:9.375rem;height:9.375rem;top:571.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqCrInDXmemtV9a5swVwJTMO0X42anok { width:10.9375rem;height:2.1875rem;top:178.625rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIQlStxo5AeK3PipEPSZMKwWHKDQmZk { width:12.5rem;height:1.6875rem;top:386.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aae0kLUus7QF0ow8hbNTkm8yucH1HqDC { width:8.75rem;height:3.0625rem;top:594.5rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKtO3NctyCsT3P7GaWOXHvRaxf7urpH { width:11.25rem;height:3.375rem;top:136.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIG8epuqC641CyQ53LHsL12e63cm4lg { width:7.25rem;height:2.8125rem;top:115.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4SMvcaqdTkm0IPyGvAuuTDLzCC8z1A { width:10.0625rem;height:4.375rem;top:198.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuoLnmJt7GcraTv4mF5TWIAXD4ZnOiC { width:10.6875rem;height:5.0625rem;top:405.875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po41iqhWzpdDsvLP0bNtg6bm43dm6T5t { width:11.25rem;height:4.4375rem;top:614.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZxsTh03IN6EmWT6MKTmDTPx2ErCoFN { width:3.1875rem;height:1.6875rem;top:588.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7HfueIKBkyIabOb9CpRqZTEzeGT3rrG { width:3.1875rem;height:2rem;top:379.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTfERRc6DdlqZgzZwMZTVeBEmeMymFI { width:3.1875rem;height:1.6875rem;top:359.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Gyz48ca1i5qBOdPpe1mzmpmFgBGB66 { width:3.1875rem;height:1.875rem;top:546.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmc69hMmfRTREXqQMzafEG6W1Xo5T16g { width:3.1875rem;height:1.625rem;top:338.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFDyB6z86mGcKNn4rDmbdsJCGET9TI86 { width:3.1875rem;height:1.6875rem;top:130.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngvZHNTTKRDpvSHEhLUUow9p8ramWy3K { width:3.1875rem;height:1.6875rem;top:525.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxuirECoyCacpxTv6iD6FhkFnguv2Td { width:3.1875rem;height:1.875rem;top:317.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1gF9IfpGlwTrfdAus9feEdd7KJomKpn { width:3.1875rem;height:1.6875rem;top:109.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkK5QkMmKtlqmT0FRhHTWakgmtGqBbH { width:3.1875rem;height:1.9375rem;top:504.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lde4yvXorS6y5VFaxAh4yvC1hWInWH8z { width:3.1875rem;height:2.0625rem;top:296.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsTGQpIDmpS2SRG2Ika6dwGvBilktzZ { width:3.1875rem;height:1.6875rem;top:88.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 { display:block; }#csuKySk4MUdxnTN0TcqmIrC5qih5RAz7 > .row .container { width:20rem;height:131.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2WPm8tJkO4vachByTID4cyB71PTZZpv { width:18.75rem;height:17rem;top:6.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTVyiURQgNgTaIkvJC4hu5GTWQfXuSHN { width:20rem;height:1.94921875rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTiiCwo88Vy6uieTIZ3SCW3IPgVibmgL { width:9.0625rem;height:1.29980625rem;top:10.8125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQEnGk16QMoiBauqduZw8a5K25l8MyFJ { width:13.1875rem;height:1.29980625rem;top:18.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJLXgpQ0iaSvgz2yVWTNcJ1TeAsGkv48 { width:14.25rem;height:2.798825rem;top:20.5625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AABzy0ceGTlE1SQQiktHTB0AoDboO6zg { width:18.75rem;height:19.5625rem;top:45.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFTGDAzVqTT4T6QqT9sfciyN2zWfq0ol { width:9.0625rem;height:1.29980625rem;top:49.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GokRD2T2pv4BtXuMWu8r7T44Qu9E2qeL { width:13.1875rem;height:1.29980625rem;top:59.25rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xks2Fx1LbQypwOsbBU0rHkbiZfg94nyW { width:14.25rem;height:2.798825rem;top:61.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEotNHXTCcI2gGGr0VLUmhe8Jr8hBTcP { width:18.75rem;height:19.5625rem;top:87.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdJXkKEFfvGaonRpNEuQI7MrGcHPZVQS { width:9.0625rem;height:1.29980625rem;top:90.9375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUsn8b1zC33Psli1aTGZmHTBKquBScQp { width:13.1875rem;height:1.29980625rem;top:101rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akh6xnvcrZaD7NuCgJWVXeoWgERakmdz { width:14.25rem;height:2.798825rem;top:103.25rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhep4gFdXzf8QeHBrhmVwx1KR0NUTLy { width:18.75rem;height:19.5625rem;top:108.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkknRqgW1y56Hdla4tvekkW1qFGHCF0T { width:14.25rem;height:2.798825rem;top:124.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IrlBgxlpuTmTsnl27Tcq2sUBomSxPKyB { width:18.75rem;height:19.5625rem;top:66.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZN2IpNVTTWG1nBoVqaCZdStmCBJh7DI { width:13.1875rem;height:1.29980625rem;top:121.875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRHCd5hId8OAIA8kTGpXI6tfcn4yKsGV { width:14.25rem;height:2.798825rem;top:82.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycGFh48DTVxRdKMZzm9arPN95TW8hJIC { width:13.1875rem;height:1.29980625rem;top:80.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5PmsqoN58V84mIPl8RoF3yUJ8XN7oJ9 { width:18.75rem;height:19.5625rem;top:25.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivPAnl4I7JqS3dkR22rHSWm7Ns99yOTM { width:9.0625rem;height:1.29980625rem;top:70.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyPrJv9r3xpINudfnb2JW5dSgf8qMH9z { width:9.0625rem;height:1.29980625rem;top:111.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cf3Tw1Uvek3R1HqFnQcNrCkXxMagpWKa { width:14.25rem;height:4.19824375rem;top:39.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEzOI7HoHnHZttnD5rZFUbHUmAwrEMHH { width:13.1875rem;height:1.29980625rem;top:38.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDEi7yEvzsEaiCiIBThG0LefDuwzrH8s { width:9.0625rem;height:1.29980625rem;top:28.375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGsfs3uDT0TL3XIMiVGhfDfbF1C0RGvT { width:3.1875rem;height:1.9375rem;top:25.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIw5Ht8Ef0PsCTvTL3FduACvmOEAEIoq { width:3.1875rem;height:1.9375rem;top:67.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azakm3PN5Sln7QgwB5xTRwK9LcWfr2vz { width:3.1875rem;height:2rem;top:7.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3FnVP4mNui7oLE3mM7oSyc8KqrHwBHF { width:3.1875rem;height:2rem;top:46.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMRGco6wlqTehh2DNVfTJCQqPHaNW5xz { width:3.1875rem;height:2.125rem;top:88.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcgZfwG1HhgXWHItiAUmmPPc9XAxGzh8 { width:3.1875rem;height:2.0625rem;top:109.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKoVnnDOWRD65m43fnhubCcCOIk6RkTL { width:11.25rem;height:3.4375rem;top:13.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JE1KBUfJ8RLWGXTcsvshAPhexkcx3gTC { width:7.5rem;height:3.75rem;top:53rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Udl0qZGzl8wiKCdKqNti9sSukg01OT9n { width:7.9375rem;height:3.125rem;top:95.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1s8TqVQvGEDEWwPhAPzoamqFWVLLeW0 { width:6rem;height:4.625rem;top:31.75rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #H21bRxgeeo1MRR7OTFnA0gg6kHho4fBX { width:10rem;height:4rem;top:73.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrV7hqvQx2aTXrEEJvCzn97gEcyVDzgZ { width:10.9375rem;height:5.1875rem;top:114.875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF { display:block; }#Q2k17kX1fCnSnVhKwZO5sogTTLUsO9lF > .row .container { width:20rem;height:48.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lgPMVvR9ag4yuTp67MFu77LTti8gJuQB { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4VDJdBB8LnDylx1CmqRAFeO8K02rIGZ { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2i73UrWinAupUb9ITdBtDW7eWP8BPd1 { width:9.0625rem;height:1.29980625rem;top:8.01171875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlGD3fW8zJZ8qTtoT29qCWDqpD65ZpJk { width:12.5rem;height:2.1875rem;top:12.38671875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJLv7sHNKrRmSouvO1ChcgEInPip1AVO { width:13.1875rem;height:1.29980625rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1hcpfvyAVGkPQcf7Vi8n9BK10VzimqW { width:14.25rem;height:2.798825rem;top:20.07421875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhdPVvieyeUaSXMJ9QWIvzhZ6TOqBreK { width:18.75rem;height:19.5625rem;top:25.26171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRK4pusAgkbAnpFIbCKdpiBg638os1No { width:14.25rem;height:2.798825rem;top:40.88671875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w4u73IiRy9qxCRUgRMruv9OJ4JUkNlCS { width:13.1875rem;height:1.29980625rem;top:38.63671875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpDTCrp7BBfsEmxDabz9XycN7zHlElqI { width:9.0625rem;height:1.29980625rem;top:28.82421875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O0o8PHWtO6aanNrM9mnJD6Vaodp7yMXN { width:3.1875rem;height:1.6875rem;top:5.63671875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhrzx1sz6wSHNbrz591wGVbTSXALT4Jw { width:3.1875rem;height:1.9375rem;top:26.32421875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kh5wW0JhrQKs5WDLV2DaIowJqTvPxw9V { width:10rem;height:3.75rem;top:31.98046875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 { display:block; }#vcl2XyLNxVTpSx2g6v8nsJSlFtCgpkT7 > .row .container { width:20rem;height:48.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TD4LgWxwgVdbvxvLPqd9VihITG2DtHLq { width:20rem;height:1.94921875rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsB8ppV5Bzi7102ZvATvkCOrGybAykSp { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDkJFKHrJUvwc4e8EWKGtfnwoxKJKXZr { width:9.0625rem;height:1.29980625rem;top:8.01171875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #astbTJWXe7pXtw5DU4y3UKNhXBK427BQ { width:12.5rem;height:2.1875rem;top:12.38671875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #snbFBLx8qHPeeQT5wWW21ULDEfGpAqCN { width:13.1875rem;height:1.29980625rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEWSgLokKRCxSw7H1fMz1QaCgBKGhnsP { width:14.25rem;height:2.798825rem;top:20.07421875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnLyz883NFMbl9hoThWcoUKuNdmdtsp0 { width:18.75rem;height:19.5625rem;top:25.26171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGF2DJNwbAt1FMa65QvNTOCbcIkxuePi { width:14.25rem;height:2.798825rem;top:40.88671875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyAPJC4oSsvBZheDKBrqTM6fIeTDHWEf { width:13.1875rem;height:1.29980625rem;top:38.63671875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDqzPHuA3HTFTTdKLBulHeBbKJ4Uh0bK { width:9.0625rem;height:1.29980625rem;top:28.82421875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu3hFqTzogpXG6Tau7BC5utHOcanN3S5 { width:3.1875rem;height:1.6875rem;top:5.63671875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4kTraBx8H5VrR0oyyMobrSe4AXNBwKB { width:3.1875rem;height:1.6875rem;top:26.44921875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhSI2z9kRTZUJaeVfdtX26fuETNnADUL { width:11.25rem;height:4.25rem;top:32.16796875rem;left:4.375rem;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.78125rem;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; }
 }