.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:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#ltpekH4iMBSOXex4G4DKal2aDyS84wi0 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.375rem;top:1.625rem;left:4.375rem;overflow:hidden;display:block; }
#bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.096125rem;height:2.79765625rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.099609375rem;left:38.53639793396rem;display:block; }
#lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc0f7beb-f895-4ac2-8885-c4d56816ae90/dentistoffice.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-0),1);display:block;width:21.312125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:15.5625rem;left:4.1875rem;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.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:12.0625rem;left:4.1875rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:15.1248125rem;top:32.139759063721rem;left:4.6234817504883rem;overflow:hidden;display:none; }
#oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { box-sizing:content-box;height:25.2485625rem;width:26.4364375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.1875rem;left:1.625rem;display:block; }
#o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.75rem;width:55.0625rem;display:none; }
#bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:34rem;top:8.8125rem;left:23.371875762939rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/91f5d293-ee36-4471-820e-edb140740a0a/Landing_Page1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.adaptive-delivery-prevent-bg, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyload, #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV.lazyloading { background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:50rem;top:38.9375rem;left:5rem;overflow:hidden;display:none; }
#zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.3499641418457rem;left:3.0614337921142rem;display:block; }
#azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.796875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.3499641418457rem;left:14.222654342651rem;display:block; }
#vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GINiHeNItsTsol90p5nMWVyh6cCch0lH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.3188953399658rem;left:25.311609268189rem;display:block; }
#gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XohApmRe30wQoUZekF2kZumViSLpTSgK { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.3187522888184rem;left:36.435939788818rem;display:block; }
#lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79651875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.2562522888184rem;left:47.533592224121rem;display:block; }
#DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:60rem;overflow:visible;position:relative;display:block; }#OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { color:rgba(var(--color-primary-2),1);display:block;width:25.6875rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.8;letter-spacing:0;top:26rem;left:30.875rem;height:1.35rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { color:rgba(var(--color-secondary-4),1);display:block;width:10.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:17.1875rem;left:3.0625rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.5617875rem;top:11.8125rem;left:6.0625rem;overflow:hidden;display:block; }
#bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { color:rgba(var(--color-secondary-4),1);display:block;width:10.5rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:17.1875rem;left:16.9375rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { color:rgba(var(--color-secondary-4),1);display:block;width:53.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.3734073638919rem;left:2.7432518005371rem;height:3.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; }
#Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { color:rgba(var(--color-secondary-4),1);display:block;width:10.687125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:17.1875rem;left:31.249998092651rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:2.5621509552002rem;left:2.7405891418457rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { color:rgba(var(--color-secondary-4),1);display:block;width:10.8123125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:17.1875rem;left:45.298292160034rem;height:3.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:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:21.8125rem;left:2.75rem;height:10.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; }
#nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { color:rgba(var(--color-secondary-4),1);display:block;width:12.1875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:21.8125rem;left:16.9375rem;height: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.18714375rem;top:11.811079025269rem;left:19.81178855896rem;overflow:hidden;display:block; }
#VgareedIk8EUU72slNEwo31oR8JNiChE { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:11.811079025269rem;left:35.030183792114rem;overflow:hidden;display:block; }
#TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.18714375rem;top:11.811079025269rem;left:48.498754501343rem;overflow:hidden;display:block; }
#dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { color:rgba(var(--color-secondary-4),1);display:block;width:12.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:31.249998092651rem;height: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:11.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:21.811079025269rem;left:45.297407150269rem;height:10.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; }
#yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:33.748222351074rem;left:-0.094461441040037rem;height:2.25053125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:51.933591842651rem;left:25.311609268189rem;display:block; }
#rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6235625rem;width:60rem;top:36.498579025269rem;left:0rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:6.1789855957031rem;left:3.056640625rem;height:3.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; }
#rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:2.6864128112793rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:56.4994375rem;top:10.176669120789rem;left:1.1802196502686rem;overflow:hidden;display:block; }
#JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79385625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.674360990524rem;left:25.305395126342rem;display:block; }
#NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:32.875rem;width:60rem;position:relative;display:block; }#VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:2.8737182617188rem;left:3.056640625rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:6.3742504119875rem;left:3.0584144592285rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5623125rem;width:52.7494375rem;top:12.184797286988rem;left:3.623046875rem;overflow:hidden;display:block; }
#Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:27.434301376342rem;left:25.311609268189rem;display:block; }
#ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { position:relative;display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { background-color: transparent; background-image: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row > .video-iframe-container { display: none; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { border-width: 0; border-radius: 0; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:54.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#M0Itb457sUKNgesOboxkF8tpr4yqKaEG { color:rgba(var(--color-primary-2),1);display:block;width:22.4369375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15013;line-height:1.1;letter-spacing:0;top:2.936767578125rem;left:3.0584144592285rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { color:rgba(var(--color-secondary-4),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:6.5624771118162rem;left:3.0610790252686rem;height:6.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { color:rgba(var(--color-primary-2),1);display:block;width:53.8743125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:15.047916412354rem;left:3.0610790252686rem;height:3.375rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79474375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:49.11399269104rem;left:25.311609268189rem;display:block; }
#eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { color:rgba(var(--color-primary-2),1);display:block;width:53.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:12.75rem;left:1.5625rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.1875rem;width:49.8748125rem;top:16.732041358948rem;left:5.0612564086914rem;overflow:hidden;display:block; }
#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { position:relative;display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { background-color: transparent; background-image: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row > .video-iframe-container { display: none; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { border-width: 0; border-radius: 0; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { color:rgba(var(--color-primary-2),1);display:block;width:22.4360625rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:2.8116130828858rem;left:2.8125rem;height:2.6125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { color:rgba(var(--color-secondary-4),1);display:block;width:54.375rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:5.9969463348389rem;left:2.8125rem;height:5.0625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5rem;width:15.25rem;top:13.499816894531rem;left:10.312498092651rem;overflow:hidden;display:block; }
#R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:22.5625rem;top:10.999816894531rem;left:28.749998092651rem;overflow:hidden;display:block; }
#Jx6PIl08eykhEZA6peORG84snBCdC0IN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:2.79563125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:24.873931884766rem;left:25.310724258423rem;display:block; }
#oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#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:9.5625rem;width:60rem;position:relative;display:block; }#MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:5.3680629730224rem;left:0rem;height:1.95rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#HshE73FxnKUbCTsrksDTh3iovr3DIfEr { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1747035980224rem;left:17.749467849731rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:235.125rem;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:2.4996452331543rem;left:17.749467849731rem;height:2.35625rem;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:11.099431991577rem;left:5.46875rem;height:1.3rem;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:11.12428855896rem;left:25.499822616577rem;height:1.3rem;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:1.3rem;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:11.12428855896rem;left:45.499822616577rem;height:1.3rem;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:2.8rem;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:;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:31.93678855896rem;left:25.499822616577rem;height:1.3rem;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:31.93678855896rem;left:45.499822616577rem;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:31.93678855896rem;left:5.4998207092285rem;height:1.3rem;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:;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:72.93749809265rem;left:5.4998207092285rem;height:1.3rem;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:52.37428855896rem;left:25.499822616577rem;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:52.37428855896rem;left:5.4998207092285rem;height:1.3rem;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:52.37428855896rem;left:45.499822616577rem;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:1.3rem;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:93.249464035031rem;left:5.4998207092285rem;height:1.3rem;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:72.93749809265rem;left:25.499822616577rem;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.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:84.886360168456rem;left:22.873754501342rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#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:2.56214375rem;width:12.874625rem;top:96.778226852419rem;left:3.5617885589599rem;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.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:125.31072235108rem;left:2.8737564086914rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:123.06107711792rem;left:3.4055385589599rem;height:1.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:113.99981498718rem;left:5.4998207092285rem;height:1.3rem;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:113.99981498718rem;left:25.499822616577rem;height:1.3rem;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:93.4983959198rem;left:25.467859268189rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:102.49910736084rem;left:23.40553855896rem;height:1.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.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:104.74697494507rem;left:22.873754501342rem;height:2.8rem;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:93.249464035031rem;left:45.499822616577rem;height:1.3rem;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:72.93749809265rem;left:45.499822616577rem;height:1.3rem;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:;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:113.99981498718rem;left:45.499822616577rem;height:2.6rem;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.31195640564rem;left:20.687498092651rem;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:;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:134.68642807007rem;left:25.499822616577rem;height:1.3rem;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:134.68642807007rem;left:45.499822616577rem;height:1.3rem;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:134.56178855896rem;left:5.4998207092285rem;height:1.3rem;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:2.8rem;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.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.4;letter-spacing:0;top:166.43469047546rem;left:2.4307518005371rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15305;line-height:1.3;letter-spacing:0;top:164.18415832519rem;left:3.4055385589599rem;height:1.3rem;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.93713951111rem;left:25.499822616577rem;height:1.3rem;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.93713951111rem;left:45.499822616577rem;height:1.3rem;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:155.06195831299rem;left:5.4989337921142rem;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:192.1875rem;left:20.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:207.8125rem;left:22.875rem;height:2.8rem;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:205.5625rem;left:21.5rem;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.81214141846rem;left:22.874643325806rem;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.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15301;line-height:1.4;letter-spacing:0;top:186.92293930054rem;left:2.8737564086914rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15321;line-height:1.3;letter-spacing:0;top:184.6875rem;left:3.4055385589599rem;height:1.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:175.55930137634rem;left:25.467859268189rem;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:196.4375rem;left:25.5rem;height:1.3rem;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:176.25rem;left:5.5rem;height:1.3rem;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.5623125rem;width:18.75rem;top:213.25rem;left:20.625rem;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:228.875rem;left:22.875rem;height:2.8rem;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:226.625rem;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:192.1875rem;left:40.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.8125rem;left:42.875rem;height:2.8rem;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.5625rem;left:43.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:217.3125rem;left:25.5rem;height:1.3rem;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:196.25rem;left:45.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:8.78053855896rem;left:28.40553855896rem;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:29.59303855896rem;left:48.40553855896rem;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:50.03053855896rem;left:8.4685726165769rem;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:50.03053855896rem;left:28.40553855896rem;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:49.93731880188rem;left:48.40553855896rem;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:70.499639511106rem;left:48.40553855896rem;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:70.499639511106rem;left:28.40553855896rem;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:70.499639511106rem;left:8.40553855896rem;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.06196875rem;width:7.24875rem;top:159.06075668335rem;left:6.37428855896rem;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:152.65552902222rem;left:8.4046497344969rem;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:173.6875rem;left:8.375rem;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:152.37499046326rem;left:48.40553855896rem;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:214.9375rem;left:28.375rem;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:193.6875rem;left:48.375rem;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:8.5310726165769rem;left:8.40553855896rem;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:8.6873226165769rem;left:48.40553855896rem;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:29.343572616577rem;left:8.40553855896rem;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:29.43678855896rem;left:28.40553855896rem;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:12.3125rem;top:35.18643951416rem;left:23.842329025269rem;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.1243125rem;top:96.964660644531rem;left:24.936079025269rem;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.5rem;width:12.875rem;top:138.77929496765rem;left:23.56178855896rem;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.43714375rem;width:12.5rem;top:137.80979537964rem;left:43.749998092651rem;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:7.249625rem;width:7.6873125rem;top:156.96732139587rem;left:46.155004501343rem;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:3.2492875rem;width:8.9994375rem;top:179.46821594238rem;left:5.4998207092285rem;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:2.5625rem;width:13rem;top:179.46820831299rem;left:23.498754501342rem;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.06196875rem;width:8.75rem;top:199.5rem;left:25.875rem;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.37446875rem;width:11.25rem;top:138.34246635437rem;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.249625rem;top:117.27894020081rem;left:6.37428855896rem;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.625rem;left:44.9375rem;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:219.6875rem;left:24.625rem;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:194.0625rem;left:28.375rem;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:152.56232261657rem;left:28.40553855896rem;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:132.34338760376rem;left:48.40553855896rem;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:132.46767807007rem;left:28.40553855896rem;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:132.18695640564rem;left:8.40553855896rem;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:111.62499809265rem;left:48.40553855896rem;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:111.53088951111rem;left:28.40553855896rem;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.6867875rem;width:3.18714375rem;top:111.62375545502rem;left:8.40553855896rem;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:90.749464035031rem;left:48.40553855896rem;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.062325rem;width:3.18714375rem;top:90.936252593994rem;left:28.40553855896rem;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:91.061981201175rem;left:8.5296497344969rem;overflow:hidden;display:block; }
#t9UaE5i6ieULGTDd1gGDI1dUIFwZM8d0 { position:absolute;display:block;z-index:15135;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:213.25rem;left:0.625rem;display:block; }
#IttoK2Mgn7G0kRvRy68em7Lw3NwVvUnb { 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:215rem;left:8.375rem;overflow:hidden;display:block; }
#DaA1DQfBpQd7nodS28lkFa4d6GTbxzKx { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:217.3125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GkBifoCOZWfbLH1svQRyxvcyhkfDPSBd { 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:4.4375rem;width:11.25rem;top:220.4375rem;left:4.5rem;overflow:hidden;display:block; }
#CT9nz85vlbePZWioyaTCibQLDMXlBkpL { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15354;line-height:1.3;letter-spacing:0;top:226.625rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TrCPvrNlIgeieS1yKoEHLyqTWKB96vmZ { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15334;line-height:1.4;letter-spacing:0;top:228.875rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cI1MdhWAm6QMxPghtxawcMGRtUZ3CQNI { position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:192.1875rem;left:0.625rem;display:block; }
#T2AB0shDNhn5NpIzNmRnFtq5IhpOgm4r { position:absolute;display:block;z-index:15383;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:193.875rem;left:8.375rem;overflow:hidden;display:block; }
#P2Nw8NNkkw22zFQrqKoACfqB2Lm80TV7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15311;line-height:1.3;letter-spacing:0;top:196.4375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3iTfACPJlEyoLFlxFM5XPAr5B2FLZZQ { position:absolute;display:block;z-index:15375;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:12.5rem;top:200.75rem;left:3.75rem;overflow:hidden;display:block; }
#aT3Sxg5H1VNtsi7SZeJNdLWVh4n28VVh { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15333;line-height:1.3;letter-spacing:0;top:205.5625rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TcvsEwyNhJAIKIhTsmmg3slTJJN35sNR { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15313;line-height:1.4;letter-spacing:0;top:207.8125rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUk23K1TU6rWfSVocxNKycpsSV7MoQMI { 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.062325rem;width:3.18714375rem;top:172.99982070923rem;left:28.40553855896rem;overflow:hidden;display:block; }
#BVd2TKHzXq7qh2kHRB5NE9ce56s94g4F { position:absolute;display:block;z-index:15114;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:171.3125rem;left:40.625rem;display:block; }
#cr1lHcmPnFSu9w7I5sJuG4kb9Z4rgpkt { position:absolute;display:block;z-index:15193;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:173rem;left:48.4375rem;overflow:hidden;display:block; }
#Ieq6Ii2TwTAtToFUyIRICvG3Rq8PFqf3 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15311;line-height:1.3;letter-spacing:0;top:175.5625rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NH5w6SOqNURp2cHCq7TFgfPTb6uEdoMK { position:absolute;display:block;z-index:15375;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99946875rem;width:13.0610625rem;top:178.77401351929rem;left:43.468572616577rem;overflow:hidden;display:block; }
#rJRvVA2oh77om7PxgemLstLirU4lBhdX { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15333;line-height:1.3;letter-spacing:0;top:184.6875rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iKLWuMCNP74A3Qbuwftl0WBEFCH0SZog { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15313;line-height:1.4;letter-spacing:0;top:186.75rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#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:;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:1.625rem;left:0rem;width:13.375rem;height:3.1251314307611rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH7uTTLTuuL9lkqt185lRL7zw69HtgN9 { width:14.0625rem;height:2.75rem;top:2.0625rem;left:32.41139793396rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:21.25rem;height:18rem;top:15.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:22.375rem;height:2.5625rem;top:12.0625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { top:32.125rem;left:0rem;width:15.0625rem;height:2.4897002855407rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { top:10.1875rem;left:0rem;width:26.375rem;height:25.1875rem;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:8.8125rem;left:13.75rem;width:34rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m50ewAIzUptp9OE92Hi7pZla5rCTi2V9 { top:38.9375rem;left:0rem;width:47.75rem;height:20.8309375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zFNmxGlSHd4wOEhaNzLJs6hdew4sDGXV { width:9.375rem;height:2.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:9.375rem;height:2.75rem;top:2.3125rem;left:8.0976543426512rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:9.375rem;height:2.75rem;top:2.3125rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:9.375rem;height:2.75rem;top:2.3125rem;left:30.310939788818rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:9.375rem;height:2.75rem;top:2.25rem;left:38.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:25.6875rem;height:1.3125rem;top:26rem;left:22.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { top:11.8125rem;left:0rem;width:3.5rem;height:3.0707895965158rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.4375rem;height:3.3125rem;top:17.1875rem;left:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:47.75rem;height:3.375rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.625rem;height:3.3125rem;top:17.1875rem;left:25.124998092651rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:22.375rem;height:2.5625rem;top:2.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.75rem;height:3.3125rem;top:17.1875rem;left:37rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:12.875rem;height:10.5rem;top:21.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:12.1875rem;height:8.9375rem;top:21.8125rem;left:10.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { top:11.75rem;left:13.68678855896rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { top:11.75rem;left:28.905183792114rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { top:11.75rem;left:42.373754501343rem;width:3.125rem;height:3.0640679448487rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:12.875rem;height:9rem;top:21.75rem;left:25.124998092651rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:11.75rem;height:9rem;top:21.75rem;left:35.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:47.75rem;height:2.25rem;top:33.6875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.75rem;top:51.875rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { top:36.4375rem;left:0rem;width:47.75rem;height:11.637918489583rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:47.75rem;height:3.3125rem;top:6.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:22.375rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { top:10.125rem;left:0rem;width:47.75rem;height:10.564264467235rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.75rem;top:21.625rem;left:19.180395126342rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:22.375rem;height:2.5625rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:47.75rem;height:5rem;top:6.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { top:12.125rem;left:0rem;width:47.75rem;height:13.182139086791rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.75rem;top:27.375rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:22.375rem;height:2.5625rem;top:2.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:47.75rem;height:6.6875rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:47.75rem;height:1.625rem;top:15rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.75rem;top:49.0625rem;left:19.186609268189rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.9375rem;height:10.0625rem;top:20.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { top:16.6875rem;left:0rem;width:47.75rem;height:30.816218607338rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:22.375rem;height:2.5625rem;top:2.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:47.75rem;height:5rem;top:5.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { top:13.4375rem;left:4.1874980926514rem;width:15.1875rem;height:8.4651027087065rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { top:10.9375rem;left:22.624998092651rem;width:22.5rem;height:13.46245366959rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.75rem;top:24.8125rem;left:19.185724258423rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #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:2.4375rem;left:0rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVTxEU7yOWWZ7ZnZncxUrObHxIaFeIS { top:11.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:11.0625rem;left:19.312322616577rem;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:11.0625rem;left:35.187322616577rem;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:43rem;left:16.687143325806rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2v12HyLIaPQxC4koPv3r8bExd0WICc { top:40.75rem;left:17.249998092651rem;width:13.125rem;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:31.875rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOivFtmKq1rvCrDJkcsip7HTWvq7T6b { top:31.875rem;left:35.187322616577rem;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:31.875rem;left:3.4373207092285rem;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.375rem;left:1.375rem;width:14.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMI1tswOShK2zOr4snhGTb886qgC3I1 { top:72.875rem;left:3.4373207092285rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7fwGXpc0CvzRxvIp93e5Z4Wm4TpqTO4 { top:52.3125rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOo8zC4qJxh25gbzNTNeokBr2DlfIWM { top:52.3125rem;left:3.4373207092285rem;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.625rem;left:32.562139511108rem;width:14.1875rem;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:52.3125rem;left:35.187322616577rem;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.6875rem;left:0.81214332580569rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEyvzkKoNKuoRvmiw4MiJXfTngtvCMU { top:102.5rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftoal1OXdEmDTi1SH8Tkcitr8DTtyMCI { top:93.1875rem;left:3.4373207092285rem;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:72.875rem;left:19.312322616577rem;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.875rem;left:16.686254501342rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZOmbV1XkEsDoTTbD4g4XdyGEB7Unfc { top:96.75rem;left:1.4992885589599rem;width:12.8125rem;height:2.5497804244298rem;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.25rem;left:0.81125640869138rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { top:123rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDE57AKRyLbNZM1s997nxr5depAtsMq { top:113.9375rem;left:3.4373207092285rem;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:113.9375rem;left:19.312322616577rem;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:93.4375rem;left:19.280359268189rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { top:102.4375rem;left:17.21803855896rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0WVv5MRFTxSrNfFpTO7b6prUPlVwW6 { top:104.6875rem;left:16.686254501342rem;width:14.1875rem;height:2.75rem;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:93.1875rem;left:35.187322616577rem;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:72.875rem;left:35.187322616577rem;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.125rem;left:32.562139511108rem;width:14.1875rem;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:113.9375rem;left:35.187322616577rem;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.8125rem;left:32.562139511108rem;width:14.1875rem;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.5625rem;left:16.90553855896rem;width:13.75rem;height:;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.8125rem;left:0.81214332580569rem;width:14.1875rem;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:134.625rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnocx7XaLyi90dN6z36CaAzP6lAfaEcv { top:134.625rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDTVTycXd1m5agKGf4m6qwK3w8iQSkS { top:134.5rem;left:3.4373207092285rem;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.375rem;left:0.36825180053711rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { top:164.125rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNAf8iK5LsTTaLgBhmw1SLzUcPu8sLN { top:154.875rem;left:19.312322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50vUEfeopPLHGGChreOTBLQHqqc56Fq { top:154.875rem;left:35.187322616577rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4eztKr47koMDNSkOOCmteSoboAbM3T { top:155rem;left:3.4364337921142rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThNofOlU55zFnzSvfu7uTno49JdPx5W { width:18.75rem;height:19.5rem;top:192.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKpe6Lg1TWD7I3uyRiWDdsaWcPzAzR0 { top:207.8125rem;left:16.6875rem;width:14.1875rem;height:2.75rem;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:205.5625rem;left:14.875rem;width:16.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwarWK23rwpqinC2ZmucSy2yAlLycTXK { top:186.75rem;left:16.687143325806rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeHZuP271VakXQOlJhra41uGQdzbVnR { top:184.6875rem;left:17.249998092651rem;width:13.125rem;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.875rem;left:0.81125640869138rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { top:184.6875rem;left:1.3430385589599rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Dqrdg8TTc9onqoz4lEy2JPfZIifH0l { top:175.5rem;left:19.280359268189rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTre6Ue2GEvN4MdMAWkdXLsd1179ndiT { top:196.4375rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0TkGidSnl2clpl77IRZ6Oezk4pbG3XT { top:176.25rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2e3d9Gdx4TQhP3MdREsvRcXwbzdJXb { width:18.75rem;height:19.5rem;top:213.25rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4bzgF2Lzgk4gANRZKevRkK8S4Fr22E { top:228.875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahoFpTSKC51JZcK3QsKmT5gtWNLBe67 { top:226.625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFB3rCu8kMaNBsnkfKPix4WeIX7xmgFC { width:18.75rem;height:19.5rem;top:192.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wSb2uJCnPVu1RuQHZaM4OTXHomww8U { top:207.8125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0otGDN97gxbUfF8Z2gDMhvQ5g3iZJV { top:205.5625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gM1EZkAzGyTwg4doHieers76iouBvl { top:217.3125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdONoiPWfoQ8i162o6NDU9HZ9ohPuTo { top:196.25rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT13kPuIu44AJkmJzLzo7NXOeX8eMi5 { top:8.75rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;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:29.5625rem;left:38.09303855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT3HuAH7tlhbTSrieLxif54KbdKSaoI { top:50rem;left:6.4060726165769rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1iDH7ebLhTR3OvFbKNf7uxAgZCDxobl { top:50rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTy7DuVNLLec09nysrE3ToEa0H8OUNw { top:49.875rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;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:70.4375rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWoh9lrwSloFJ0EZOVH8THGJRQTfWpU { top:70.4375rem;left:22.21803855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nBQBb2WlR0Iti5aeh76EPBnBEF5BPA { top:70.4375rem;left:6.34303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnLKVDzUI6yx2yM8zzRDeUFFZWgGFHw { top:159rem;left:4.3117885589599rem;width:7.1875rem;height:3.0360959324884rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUisMaR3dXsi2CaWJNe8WOTKHatACpR { top:152.625rem;left:6.3421497344969rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFy6vmsBv6Rvqp34qA84UkhMOCpToME { top:173.6875rem;left:6.3125rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q7KsUDM0dFkx7UTDd30RRoJ3PUJ5V8 { top:152.3125rem;left:38.09303855896rem;width:3.1875rem;height:2.0625555209112rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtiO5FDW3iLFkCax6N0PaTklHPnWIh1h { top:214.9375rem;left:22.1875rem;width:3.125rem;height:1.5929660275756rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg38Qlox5JcTTceaKCoNEVDWwTgdDVDv { top:193.6875rem;left:38.0625rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE77amLwVq1lkDFKQuFDXBXMMGAikQrT { top:8.5rem;left:6.34303855896rem;width:3.1875rem;height:2.1247062171654rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbhfRE6QoiIWQ5fRPrCQJRdacb8yD4H { top:8.625rem;left:38.09303855896rem;width:3.1875rem;height:1.8121712867909rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJ1Fdl2hOafEJvQE0MsmoErc625ElOJ { top:29.3125rem;left:6.34303855896rem;width:3.1875rem;height:2.1247062171654rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkP3sAqcETGGhI81msMsfM6VTEkCqTTU { top:29.375rem;left:22.21803855896rem;width:3.1875rem;height:1.9373602785017rem;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:12.3125rem;height:2.5rem;top:35.125rem;left:17.654829025269rem;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.748579025269rem;width:10.0625rem;height:2.1741445406787rem;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:138.75rem;left:17.37428855896rem;width:12.875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7N94dK6n3kkJ16TZCGXe0qzn6959b2 { top:137.75rem;left:33.437498092651rem;width:12.5rem;height:4.43714375rem;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:156.9375rem;left:35.842504501343rem;width:7.625rem;height:7.1908603461873rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqCrInDXmemtV9a5swVwJTMO0X42anok { top:179.4375rem;left:3.4373207092285rem;width:8.9375rem;height:3.2269246862651rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIQlStxo5AeK3PipEPSZMKwWHKDQmZk { top:179.4375rem;left:17.311254501342rem;width:13rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aae0kLUus7QF0ow8hbNTkm8yucH1HqDC { top:199.5rem;left:19.6875rem;width:8.75rem;height:3.06196875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKtO3NctyCsT3P7GaWOXHvRaxf7urpH { top:138.3125rem;left:2.3125rem;width:11.25rem;height:3.37446875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIG8epuqC641CyQ53LHsL12e63cm4lg { top:117.25rem;left:4.3117885589599rem;width:7.1875rem;height:2.7883985378554rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4SMvcaqdTkm0IPyGvAuuTDLzCC8z1A { top:198.625rem;left:34.625rem;width:10rem;height:4.347988123781rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuoLnmJt7GcraTv4mF5TWIAXD4ZnOiC { top:219.6875rem;left:18.4375rem;width:10.625rem;height:5.0327171567423rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZxsTh03IN6EmWT6MKTmDTPx2ErCoFN { top:194.0625rem;left:22.1875rem;width:3.125rem;height:1.6538980827269rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTfERRc6DdlqZgzZwMZTVeBEmeMymFI { top:152.5rem;left:22.21803855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Gyz48ca1i5qBOdPpe1mzmpmFgBGB66 { top:132.3125rem;left:38.09303855896rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmc69hMmfRTREXqQMzafEG6W1Xo5T16g { top:132.4375rem;left:22.21803855896rem;width:3.1875rem;height:1.6248253481271rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFDyB6z86mGcKNn4rDmbdsJCGET9TI86 { top:132.125rem;left:6.34303855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngvZHNTTKRDpvSHEhLUUow9p8ramWy3K { top:111.5625rem;left:38.09303855896rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxuirECoyCacpxTv6iD6FhkFnguv2Td { top:111.5rem;left:22.21803855896rem;width:3.1875rem;height:1.8752095822474rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1gF9IfpGlwTrfdAus9feEdd7KJomKpn { top:111.5625rem;left:6.34303855896rem;width:3.125rem;height:1.6538980827269rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkK5QkMmKtlqmT0FRhHTWakgmtGqBbH { top:90.6875rem;left:38.09303855896rem;width:3.1875rem;height:1.9373602785017rem;display:block; }
 }@media only screen and (max-width: 763px) { #lde4yvXorS6y5VFaxAh4yvC1hWInWH8z { top:90.875rem;left:22.21803855896rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsTGQpIDmpS2SRG2Ika6dwGvBilktzZ { top:91rem;left:6.4671497344969rem;width:3.1875rem;height:1.6869760443814rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9UaE5i6ieULGTDd1gGDI1dUIFwZM8d0 { width:18.75rem;height:19.5rem;top:213.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IttoK2Mgn7G0kRvRy68em7Lw3NwVvUnb { top:215rem;left:6.3125rem;width:3.125rem;height:1.5929660275756rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaA1DQfBpQd7nodS28lkFa4d6GTbxzKx { top:217.3125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkBifoCOZWfbLH1svQRyxvcyhkfDPSBd { top:220.4375rem;left:2.4375rem;width:11.25rem;height:4.43714375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9nz85vlbePZWioyaTCibQLDMXlBkpL { top:226.625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCPvrNlIgeieS1yKoEHLyqTWKB96vmZ { top:228.875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI1MdhWAm6QMxPghtxawcMGRtUZ3CQNI { width:18.75rem;height:19.5rem;top:192.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AB0shDNhn5NpIzNmRnFtq5IhpOgm4r { top:193.875rem;left:6.3125rem;width:3.125rem;height:1.9603048772118rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nw8NNkkw22zFQrqKoACfqB2Lm80TV7 { top:196.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iTfACPJlEyoLFlxFM5XPAr5B2FLZZQ { top:200.75rem;left:1.6875rem;width:12.5rem;height:1.6859rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3Sxg5H1VNtsi7SZeJNdLWVh4n28VVh { top:205.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvsEwyNhJAIKIhTsmmg3slTJJN35sNR { top:207.8125rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUk23K1TU6rWfSVocxNKycpsSV7MoQMI { top:172.9375rem;left:22.21803855896rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVd2TKHzXq7qh2kHRB5NE9ce56s94g4F { width:18.75rem;height:19.5rem;top:171.3125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr1lHcmPnFSu9w7I5sJuG4kb9Z4rgpkt { top:173rem;left:38.125rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieq6Ii2TwTAtToFUyIRICvG3Rq8PFqf3 { top:175.5625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH5w6SOqNURp2cHCq7TFgfPTb6uEdoMK { top:178.75rem;left:33.156072616577rem;width:13rem;height:3.9807706111199rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJRvVA2oh77om7PxgemLstLirU4lBhdX { top:184.6875rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLWuMCNP74A3Qbuwftl0WBEFCH0SZog { top:186.75rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:14.8125rem;height:;top:8.125rem;left:32.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORqfX3xl2cCqfK7LJ0FRqxcu20bLg8td { top:8.125rem;left:30.8125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height: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.6239342689514rem;left:3.1150566339493rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzdsamH58eH0PEfdcZIgTfhgp8Jb909S { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dd33e9fd-7d6c-4c9a-b371-d85592c2d347/dentistofficemobile.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:16.25rem;height:17.0625rem;top:13.998579025269rem;left:2.1553622484207rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdJdT8RIWJQu4o9UTCUpscXvInA1uiA4 { width:14.124625rem;height:1.925rem;top:11.499466896057rem;left:2.1546519994736rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCTeT6DOrzczNHJkozzbGmU7k2nCxUoc { width:11.311875rem;height:1.875rem;top:33.756511688233rem;left:4.3435333371163rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyQ2PKJyVJbLNEogHy0TEOVOdzRTZdDE { width:18.375rem;height:33.5625rem;top:0rem;left:0.99893462657931rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xHSEeOf2iSQKhkXvzkmCqwTSl8J3IS { top:33.3271484375rem;left:0rem;width:20rem;height:9.249rem;z-index:15016;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #bNmgOTeP9daLIisKuTMScTtLOmZ6newJ { width:17.9375rem;height:17.1875rem;top:31rem;left:1.03125rem;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.1875rem;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:8.4375rem;height:2.75rem;top:1.875rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #azV7qMTbCxFal6io3Z94vu6JEwGfzetG { display:block; }
 }@media only screen and (max-width: 763px) { #iH1fuAwpyDn2Bp35ecw6NeCx7XkanR5W { width:8.5rem;height:2.75rem;top:5.5rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuFgUpgARsEoi1UdTTcxeMkS92aCa9ow { display:block; }
 }@media only screen and (max-width: 763px) { #GINiHeNItsTsol90p5nMWVyh6cCch0lH { width:8.75rem;height:2.75rem;top:9.125rem;left:5.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #gor7SzA6o3F0TxwldmRfcCPRHWQk5VTU { display:block; }
 }@media only screen and (max-width: 763px) { #XohApmRe30wQoUZekF2kZumViSLpTSgK { width:8.812125rem;height:2.74946875rem;top:12.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQoJ7mrxGPGfXHnAOSh9y9o9EBlVQrG { display:block; }
 }@media only screen and (max-width: 763px) { #oEflIhggHF6ouh1XSWF86OnMslIcx4A2 { width:8.9375rem;height:2.75rem;top:16.4375rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhnT2mQaPUgDCPeWZ5oo0TXGNxTzpvk { display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:95.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OPQi1tomG1TMvySDuCJ04DMhPQrcMNXP { width:14.6875rem;height:2.25rem;top:24.6699375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15010;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #rUOZA2Jndz9mD6vFKuvFI5LmU0WpSg73 { width:10.8125rem;height:3.375rem;top:20.375rem;left:4.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdchSoK1BpSyCRisd6IopA4mTTVl15ZQ { width:3.5617875rem;height:3.125rem;top:16.75rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bq2xanmIhbFqXqZ9H9WHJRef2PcBRSGX { width:10.5rem;height:3.375rem;top:37.375rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuBkTtXFmmGMX16uABuwG40BpwNZ08Xd { width:17.0623125rem;height:9rem;top:5.110969543457rem;left:1.4683948755264rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg6vqPntwTILQ42HpblP5gh3HeT2bHX7 { width:10.6875rem;height:3.375rem;top:52.375rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eghmoWRE7EIndBdPXsFXhFM3VxT1xhOI { width:20rem;height:2.0625rem;top:2.1244659423828rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH0PhPfip4bA9HLdz4bqtDd3iQV1bp5n { width:10.8125rem;height:3.375rem;top:67.125rem;left:4.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #daHtcCtp0ESc4NLfGtbKGO3RiMuSitvK { width:15.687125rem;height:7.03125rem;top:23.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfMxUkstb2tr1hp9FkBHh8l9DJgN5OAR { width:17.5rem;height:5.625rem;top:40.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wbmy1OCTeMfUlSU1cGJPxxVKuZB0FAPA { width:3.18714375rem;height:3.125rem;top:33.375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgareedIk8EUU72slNEwo31oR8JNiChE { width:3.125rem;height:3.125rem;top:48.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG7bs2bGZdTfKII0HFHWrC9LvLdu6ayx { width:3.1875rem;height:3.125rem;top:63.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAJPITk0WGtkCHZM6QCqZcNRlDJnfnQs { width:15.999625rem;height:5.625rem;top:55.75rem;left:2rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykMwQsqqCkmBg8DcU0lwEJobK0VTkx6e { width:17.5rem;height:5.625rem;top:70.5rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqVI5RsUrx1RHBiLdyBn4rkwikK96dvs { width:20rem;height:4.125rem;top:79.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IHO4GcJsDVlxKQTwsbCXm9RZFJJ1MmMl { width:9.375rem;height:2.74946875rem;top:90.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrPpe9CD1ypPDGdvNMSptw76bTTQnNIw { display:block; }
 }@media only screen and (max-width: 763px) { #in1OyPP2HA25eZSNLv8udhnv7sk4lJAn { width:20rem;height:4.874825rem;top:84.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgOo6kWpGWJn9sJ9co8MWBfXkUsuLbbk { width:20rem;height:6rem;top:4.8615074157715rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLaAxOhxRFmSIMJ4raOnHshaoHUqMsaX { width:20rem;height:2.0625rem;top:1.9371452331543rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioPf9QBsQ0HAVUo070DJ2qMZZQNrr2c5 { width:20rem;height:4.5rem;top:11.547412872314rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JkJNqgt7Ck4Sm4J0iteOF7QdHMGhQwTH { width:9.375rem;height:2.74946875rem;top:16.922946929932rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGR2DeGT4A2TheE5gty2zG1uZgSF0wQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQmRB3kmhQN74a9lKBH3gmdAcSpzwDHx { width:20rem;height:2.0625rem;top:1.6867923736573rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUCJo0gHViLvq8boaWhxKoa9F28h3la9 { width:20rem;height:10.5rem;top:4.7993602752686rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsLz5TQTQIp5ahWoTWqqSoTZZxyaCRks { width:20rem;height:5.37464375rem;top:16.797748565674rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Vy0ExLMTH0S9Upr8CpoIqnTIx01pPXmc { width:9.375rem;height:2.74946875rem;top:23.545803070068rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW0rGgJ3i8RlzRqUU93ykxioBns9ObVq { display:block; }
 }@media only screen and (max-width: 763px) { #PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 { display:block; }#PaP6SF0bfHXHqx23qO3ImMoXpAlKFqD2 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0Itb457sUKNgesOboxkF8tpr4yqKaEG { width:20rem;height:2.0625rem;top:2.2487573623658rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMfspdb2sSsHEFsm8LslcCv58dKyUx0v { width:18.6869375rem;height:13.5rem;top:5.4225845336914rem;left:0.65518462657931rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDBV9AaoPHkv6d9mct32iX7MFiBlS2qw { width:20rem;height:4.78125rem;top:20.01855625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFWzHVu6GkfiC7eyc2PKI9XmKEszdowq { width:9.375rem;height:2.74946875rem;top:45.10919380188rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoNqeT9oWgsrDss7GfdJuRdTGMZq0LQa { display:block; }
 }@media only screen and (max-width: 763px) { #DDAQIXaCLJAsOTQOPNBSUgMQuds8wU2R { width:15.999625rem;height:10.125rem;top:20.126949310302rem;left:1.9992896318436rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #zOAVGCDKTSPieHiF3mo4oo0ikGXPWTcm { width:20rem;height:12.874625rem;top:31.329011678696rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #OKOpF6rhR5G91whBqM7VH39q5e4V0TTl { display:block; }#OKOpF6rhR5G91whBqM7VH39q5e4V0TTl > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzI0qlRmD9QvgQZDRugTN6ZQBqQztnL { width:20rem;height:2.0625rem;top:1.8119678497314rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVBeUbtLZBAKQBGB9hFQKl0Tl9d9QUcl { width:18.125rem;height:10.5rem;top:4.6084861755371rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVTSoBxqECae9nH8kUGVrHbZ57WIXSGz { width:7.4369375rem;height:4.0625rem;top:16.935369491577rem;left:2.2443181276321rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0TyP7AKpixDX2TSvK0NDrOhZEGpNafk { width:8.9375rem;height:5.3125rem;top:16.3125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx6PIl08eykhEZA6peORG84snBCdC0IN { width:9.375rem;height:2.74946875rem;top:23.386009216309rem;left:5.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGRgpKdgNo2DfIdLCTEP0HJi17Ov88ic { display:block; }
 }@media only screen and (max-width: 763px) { #X2l2FOICn9cTe7oBchvAhzq7bokRBGmv { display:block; }#X2l2FOICn9cTe7oBchvAhzq7bokRBGmv > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MR4r9qRILSNNwhLHpkTfRupLuDdhX2il { width:13.9373125rem;height:2.6rem;top:4.765625rem;left:3.0300070047379rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HshE73FxnKUbCTsrksDTh3iovr3DIfEr { width:20rem;height:2.6rem;top:2.16796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COEM9OMA1HzLoRRIfgppudPnEwhTQOQM { display:block; }#COEM9OMA1HzLoRRIfgppudPnEwhTQOQM > .row .container { width:20rem;height:679.4375rem;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.95rem;top:2.4343757629394rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTVTxEU7yOWWZ7ZnZncxUrObHxIaFeIS { width:9.0625rem;height:1.3rem;top:11.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvmm2Vc1CENCgu6MP6gkXw9FOocp4c3F { width:13.1875rem;height:1.3rem;top:17.0625rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3rGlWur5mwDqWHI1HZmgNfbS9OGdCUO { width:14.25rem;height:2.8rem;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:25.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNxfw2U9FI3ODrbN1Gi7gG7axeqFlPh { width:9.0625rem;height:1.3rem;top:30.1875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvN3eQW0fC4XcqLubk0JW7cWzWLpoNN { width:13.187125rem;height:1.3rem;top:38.186255455017rem;left:3.4055398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltQH5xzMDHlJiDOyFl1SRVI90EbQCsse { width:14.2498125rem;height:2.8rem;top:40.37375497818rem;left:2.8737570047379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8aXITcZHCuzLB6reKssfFtUHf1EKVwd { width:18.75rem;height:19.5625rem;top:321.5625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZ9LCUcW3UhXZLZWm6G5MXl664WPfBfz { width:9.0625rem;height:1.3rem;top:51.100826263427rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJE95fom32Fhs2tCgO5xFuPJmeqVviDL { width:13.1875rem;height:1.3rem;top:59.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWl5IKA4WorF9rGsJPeo8MGicTW2LaQE { width:14.2498125rem;height:2.8rem;top:61.686786651611rem;left:2.8737570047379rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7T4nwr2BpgqTUoxueWBUd0Bdi0LoWCE { width:18.75rem;height:19.5625rem;top:130.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuJBBoTbRZ1WafZ1XiwVZMwKgvwzGFZe { width:14.2498125rem;height:2.8rem;top:145.18646240234rem;left:2.9996448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGGMXIfyFmu5lztIQhTuoo2MXa82IK4P { width:18.75rem;height:19.5625rem;top:88.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwHiX1TFB7lKlaECvGmM0Gr9JMbI0v0m { width:13.187125rem;height:1.3rem;top:143.06018257141rem;left:3.5305398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOWPbCE0cOvaSHM5oTHSXrzemPJ9eZm8 { width:14.25rem;height:2.8rem;top:103.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sV2v12HyLIaPQxC4koPv3r8bExd0WICc { width:13.1875rem;height:1.3rem;top:101.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs0q9CVzkeZfArGwMOpLFlXrZ4gUQk5o { width:12.9368125rem;height:1.18696875rem;top:139.81267547607rem;left:2.9996448755264rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2Vvl7IIhiQFHD1QKJ5twi19TcyEVunv { width:18.75rem;height:19.5614375rem;top:67.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEZtT8Jk0RxuHliNOo1Nmtcgi7doZhzM { width:9.0625rem;height:1.3rem;top:93.437164306637rem;left:5.4998220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpOivFtmKq1rvCrDJkcsip7HTWvq7T6b { width:9.0625rem;height:1.3rem;top:135.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSpeiu4aAsvTxy6FN4TA8tHgJiVu02we { width:18.9375rem;height:2.8rem;top:82.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6s6raZBVTptwRfMZ95TLx7MTB2nAHtP { width:18.875rem;height:1.3rem;top:80.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GupJuEPXyehTUqBumptb0cZi4yPV8oXy { width:9.0625rem;height:1.3rem;top:72.8125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcqPXNF9DnT1Ns6iVRw9pafGUiDcH6mk { width:13.9364375rem;height:2.5rem;top:75.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mX63HDmE6m9S8moqwWL3DwBwufWkfXtQ { width:18.75rem;height:19.5625rem;top:109.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhKQka9lr7MQoepsdaIDflBi8ky3kCLz { width:14.25rem;height:2.8rem;top:125.0625rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiNvtUAhXmu0K7HLtvnqnwsn8tA5fmy1 { width:13.75rem;height:1.3rem;top:122.8125rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPLSpDbxFITpffie48eApDlMdrnWEREN { width:18.75rem;height:19.5625rem;top:215.5rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFpVhnEwl10395077M5n11ATwefXSCa1 { width:14.25rem;height:2.8rem;top:230.81234741211rem;left:3.061967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #htmHQE4GRKBD0Hm1pDOlGHL6iTp4ucd2 { width:13.1875rem;height:1.3rem;top:228.875rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqzkSgROF0vHivyOTH3vsef0ry2VCBIP { width:18.75rem;height:19.5625rem;top:151.6875rem;left:0.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ANMFWvcvLxKbXSxqpcTL3PLTDba9hzDn { width:14.25rem;height:2.8rem;top:167.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrB9SvMiKXFECwFlQUPKIVpO5PnS2qU { width:14.0625rem;height:1.3rem;top:165.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSMI1tswOShK2zOr4snhGTb886qgC3I1 { width:9.0625rem;height:1.3rem;top:220.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7fwGXpc0CvzRxvIp93e5Z4Wm4TpqTO4 { width:9.0625rem;height:1.3rem;top:114rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyOo8zC4qJxh25gbzNTNeokBr2DlfIWM { width:9.0625rem;height:1.3rem;top:156.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaGeRM10wzBohsripxsHq8nT1l9TNULJ { width:18.75rem;height:19.5625rem;top:236.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvM2cutTNuCLpNS5NMTWpkA4l86tqdyP { width:14.25rem;height:2.8rem;top:251.8742980957rem;left:3.061967253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1DZpOQkmodsAcNEogJlSxJkMCecfak8 { width:18.25rem;height:1.3rem;top:250.0625rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPARu6XsGOG6HIW1corS7ulJapTh7RCH { width:9.0625rem;height:1.3rem;top:241.5625rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBJEbzihg5AlwQKib4igiaZfzadce70N { width:18.75rem;height:19.5623125rem;top:257.97938728333rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzLxGab8T98nweudOqnQ8k4I5uLwCpHz { width:14.2489375rem;height:2.8rem;top:272.99892234803rem;left:3.374467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWEyvzkKoNKuoRvmiw4MiJXfTngtvCMU { width:13.187125rem;height:1.3rem;top:271.06177711487rem;left:3.9941405057907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftoal1OXdEmDTi1SH8Tkcitr8DTtyMCI { width:18.75rem;height:1.3rem;top:262.87392807007rem;left:0.87340199947356rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG7DZRtu2LawZzrGeMkkMG2bikHqQJSP { width:18.75rem;height:19.5625rem;top:172.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRDmZA5gFLpf5E9eBUfiV7P5HaoJHKyK { width:9.0625rem;height:1.3rem;top:177.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #akzyJPKHy2iefdFwf270HluTgchTZfBU { width:13.187125rem;height:1.3rem;top:186.25rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc677ARL5uGT3HIeacFaoL1SE4BZlpTR { width:14.2498125rem;height:1.4rem;top:188.43698120118rem;left:2.9998222589493rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXZOmbV1XkEsDoTTbD4g4XdyGEB7Unfc { width:15.685375rem;height:3.125rem;top:266.19760894776rem;left:2.1564275026321rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmyW6n8mK1Gf6WmMv65OFIggWLymJIS7 { width:18.75rem;height:19.5623125rem;top:46.243760108947rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTi5hLRlWV7U0CtWNUDgEOTWZSUpNVV1 { width:14.2489375rem;height:2.8rem;top:336.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaduZPxuV784TN8srnTTuVe6XzFI5oS3 { width:13.187125rem;height:1.3rem;top:334.625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwDE57AKRyLbNZM1s997nxr5depAtsMq { width:9.0625rem;height:1.3rem;top:326.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSAlJsd1hx6MoLhMiVgt6krbSUkNHtxH { width:18.75rem;height:19.5625rem;top:342.6875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzEuUvfW4ha4w2KGUqLMdJyCkKu0GTmy { width:14.2498125rem;height:2.8rem;top:357.75rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU79vVZTSiqbmQWfUlaWgaRplA88tVct { width:13.187125rem;height:1.3rem;top:355.5rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiUJqTBVlp0qJDa5SkvT5VSOgI7kIa13 { width:9.0625rem;height:1.3rem;top:347.4375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG1Z3znNhtnWlNC4RdgTgbB5b2gTRWDb { width:18.75rem;height:19.5625rem;top:279.125rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7LUaeqt5TK3FNo7cd3WnEQGZ7hiwmaK { width:9.0625rem;height:1.3rem;top:284.0625rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLEaeeUsp81kAq2pHBpqDv12CsWy2tt0 { width:13.1875rem;height:1.3rem;top:292.5rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH0WVv5MRFTxSrNfFpTO7b6prUPlVwW6 { width:14.2498125rem;height:2.8rem;top:294.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdossfaUgQ4ZfWDPD78GSI11FX9REWlP { width:18.75rem;height:19.5623125rem;top:300.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbG2yKOWwEmgleV4hsSeVBUQEOdxKLxB { width:9.0625rem;height:1.3rem;top:305.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWWiJTs7bMUehBC9sLJpHgvO9zTvhDy8 { width:13.1875rem;height:1.3rem;top:313.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n68kFAraah0srqw3kFH5vZeXiNrMetTy { width:14.25rem;height:2.8rem;top:315.625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCp2EnPTnCHKiZ6lCOJPQIOfVmM0imos { width:18.75rem;height:19.5625rem;top:194.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zplw7go6p5JEkINsP6OVaAMSpy5OT06R { width:9.0625rem;height:1.3rem;top:199rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSELkLItgTfWzqUWi8bTzgVIJI3kgVIe { width:13.1875rem;height:1.3rem;top:207.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2yOc7r2NDtUat5Bo5TPSV39E5MJU9u8 { width:14.25rem;height:2.8rem;top:209.56234741211rem;left:2.9998222589493rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnHStEDw9XunQkq2261hCP6c2KcE02xx { width:18.75rem;height:19.5625rem;top:363.625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdIp8DvNC7t2eeT8zpOtP23CZICgtMAq { width:14.25rem;height:2.8rem;top:379.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHK9AJp7GRARnWuMNlySVgnEL0ZgMWIs { width:13.1875rem;height:1.3rem;top:377rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #msIUZvXasMSTEUirnQcqJpSq3rNsdlpB { width:9.0625rem;height:2.6rem;top:368rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlQl5ioSOGAtgWhUbeDTC4KU6G7c29zt { width:18.75rem;height:19.5625rem;top:426.8125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoNtQBLBq6QJQEAqRUxl5lsq86dIeNrQ { width:14.25rem;height:2.8rem;top:442.4375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZucqpE3LFSocS0H7DTQ1I720I8fyRvF { width:18.75rem;height:19.5625rem;top:405.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUytbXsaQRgLtcHPfExp7MtsLT1nPpa5 { width:14.25rem;height:2.8rem;top:421rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGpoa9aV1uNbN4h8rgdyMGhevgIemviS { width:13.8125rem;height:1.3rem;top:418.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB0zr84qo8oTzA1R248WoXygm5k1okXZ { width:13.1875rem;height:1.3rem;top:440.1875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeCBcgNBBHBVS4if4Trwc0EsvRvC1twm { width:18.75rem;height:19.5625rem;top:384.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFBnT6MsxfWRHtE8DQGJ0h6UDAwNX4fS { width:14.25rem;height:2.8rem;top:400.375rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGFSLZctkP1Cif0SHxEkUgl6dA3G6VDw { width:13.1875rem;height:1.3rem;top:398.125rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp1tIE5RaTFs4rpNRfPL5a78GX6TaWqU { width:9.0625rem;height:1.3rem;top:411.0625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hnocx7XaLyi90dN6z36CaAzP6lAfaEcv { width:9.0625rem;height:1.3rem;top:431.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNDTVTycXd1m5agKGf4m6qwK3w8iQSkS { width:9.0625rem;height:1.3rem;top:389.3125rem;left:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV1IZgUTiF0xuOxvuyPHyZ7ZI7t5EOIV { width:18.75rem;height:19.5625rem;top:489.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLhQmEOSU1KcPsBmFC3yoJ0Hzc8yHMnQ { width:14.25rem;height:2.8rem;top:504.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ks90uFrEE6L0zT96LiZzh7QzHDinLT3T { width:18.75rem;height:19.5625rem;top:468.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnvA0rrdsT5JGlL7q1otlsy4ODhI27KC { width:13.1875rem;height:1.3rem;top:503.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brm9setVXc9lTC0rpGAxivs5oDugEONE { width:14.25rem;height:2.8rem;top:483.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7dT4QWAeuC6bG8TtKTcUICFLRh1TgIQ { width:13.1875rem;height:1.3rem;top:481.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rggcC9P68TcpewIDEoUdZ40vUTlsaIB5 { width:18.75rem;height:19.5625rem;top:447.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuSkK5V0WrTN6zFTLwCfgtJ6MaIiFfgQ { width:14.25rem;height:2.8rem;top:463.5rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmW17RBqTfp1d4stI2N0t6LkfRuhTeJF { width:13.1875rem;height:1.3rem;top:461.25rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTNAf8iK5LsTTaLgBhmw1SLzUcPu8sLN { width:9.0625rem;height:1.3rem;top:473.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X50vUEfeopPLHGGChreOTBLQHqqc56Fq { width:9.0625rem;height:1.3rem;top:494rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pW4eztKr47koMDNSkOOCmteSoboAbM3T { width:9.0625rem;height:1.3rem;top:452.625rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UThNofOlU55zFnzSvfu7uTno49JdPx5W { width:18.75rem;height:19.5625rem;top:594.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmKpe6Lg1TWD7I3uyRiWDdsaWcPzAzR0 { width:14.25rem;height:2.8rem;top:610.1875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbFauHSeKxHWZGxi9bS9UWfpRhgImwEl { width:18.75rem;height:19.5625rem;top:531.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKSVHBCXc9ORJKVaUy7JWDvZ235dZUED { width:16.9375rem;height:1.3rem;top:607.9375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwarWK23rwpqinC2ZmucSy2yAlLycTXK { width:14.2498125rem;height:2.8rem;top:546.9375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNeHZuP271VakXQOlJhra41uGQdzbVnR { width:13.1875rem;height:1.3rem;top:545rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGAlwPybrEnF1ZLrlZaIyIvFkfhNb9d { width:18.75rem;height:19.5625rem;top:510.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Esow4JsRsoV8T1MSFIg6R4Q1VpqKbA75 { width:14.2498125rem;height:2.8rem;top:525.625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMSn8ClgPLalGcPligQJUnsrm2lQOZgb { width:13.187125rem;height:1.3rem;top:523.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0Dqrdg8TTc9onqoz4lEy2JPfZIifH0l { width:9.0625rem;height:1.3rem;top:537.125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTre6Ue2GEvN4MdMAWkdXLsd1179ndiT { width:9.0625rem;height:1.3rem;top:599.4375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0TkGidSnl2clpl77IRZ6Oezk4pbG3XT { width:9.0625rem;height:1.3rem;top:516.4375rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp2e3d9Gdx4TQhP3MdREsvRcXwbzdJXb { width:18.75rem;height:19.5625rem;top:657.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gg4bzgF2Lzgk4gANRZKevRkK8S4Fr22E { width:14.25rem;height:2.8rem;top:672.6875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LahoFpTSKC51JZcK3QsKmT5gtWNLBe67 { width:13.1875rem;height:1.3rem;top:670.625rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFB3rCu8kMaNBsnkfKPix4WeIX7xmgFC { width:18.75rem;height:19.5625rem;top:615.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8wSb2uJCnPVu1RuQHZaM4OTXHomww8U { width:14.25rem;height:2.8rem;top:630.8125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OD0otGDN97gxbUfF8Z2gDMhvQ5g3iZJV { width:13.1875rem;height:1.3rem;top:628.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2gM1EZkAzGyTwg4doHieers76iouBvl { width:9.0625rem;height:1.3rem;top:662.5rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDdONoiPWfoQ8i162o6NDU9HZ9ohPuTo { width:9.0625rem;height:1.3rem;top:620.1875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VfT13kPuIu44AJkmJzLzo7NXOeX8eMi5 { width:3.1875rem;height:1.625rem;top:27.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLuQixLMdcaSFNKF2nu3T9oAGKSZKaxg { width:12.5rem;height:1.49946875rem;top:33.921292304992rem;left:3.374467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #SETUzpTGQRTqSSFZlckbXufsF63VEmHs { width:12.5rem;height:3.6875rem;top:158.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdd8IzPJfIruPTguuX65ewCViImaIhRG { width:3.1875rem;height:1.625rem;top:133.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMT3HuAH7tlhbTSrieLxif54KbdKSaoI { width:3.1875rem;height:1.625rem;top:153.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1iDH7ebLhTR3OvFbKNf7uxAgZCDxobl { width:3.1875rem;height:1.625rem;top:111.625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufTy7DuVNLLec09nysrE3ToEa0H8OUNw { width:3.1875rem;height:1.8125rem;top:239.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaiSA7F1ewwkephmnivbDFTFfAveM7iK { width:12.5rem;height:1.6867875rem;top:245.62324905396rem;left:3.7499998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxoLoCTkdF36Ht9K3zQGJ2zhlTtrdtWb { width:3.1875rem;height:1.8125rem;top:196.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBWoh9lrwSloFJ0EZOVH8THGJRQTfWpU { width:3.1875rem;height:1.8125rem;top:175.25rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0nBQBb2WlR0Iti5aeh76EPBnBEF5BPA { width:3.1875rem;height:1.8125rem;top:217.6875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUnLKVDzUI6yx2yM8zzRDeUFFZWgGFHw { width:9.6875rem;height:3.99946875rem;top:455.65432739257rem;left:5.1562498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtUisMaR3dXsi2CaWJNe8WOTKHatACpR { width:3.1875rem;height:1.875rem;top:450.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofFy6vmsBv6Rvqp34qA84UkhMOCpToME { width:3.18714375rem;height:2.062325rem;top:513.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4q7KsUDM0dFkx7UTDd30RRoJ3PUJ5V8 { width:3.1875rem;height:2.0625rem;top:491.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtiO5FDW3iLFkCax6N0PaTklHPnWIh1h { width:3.1875rem;height:1.625rem;top:660.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg38Qlox5JcTTceaKCoNEVDWwTgdDVDv { width:3.1875rem;height:2.0625rem;top:617.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE77amLwVq1lkDFKQuFDXBXMMGAikQrT { width:3.18714375rem;height:2.12446875rem;top:8.4987573623656rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPbhfRE6QoiIWQ5fRPrCQJRdacb8yD4H { width:3.18714375rem;height:1.81196875rem;top:48.749109268189rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #elJ1Fdl2hOafEJvQE0MsmoErc625ElOJ { width:3.18625625rem;height:2.12446875rem;top:70.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkP3sAqcETGGhI81msMsfM6VTEkCqTTU { width:3.1875rem;height:1.9375rem;top:90.937164306637rem;left:8.4374994039537rem;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.6244375rem;height:2.8125rem;top:54.617362976074rem;left:5.1864346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVMfJZ4L6SROZTiGxUokQBfAuuTbKzdb { width:12.3118125rem;height:2.5rem;top:96.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1m5LD5bG3t716xOga0Lm7QC74C9sDNg { width:3.125rem;height:3.246625rem;top:116.96817779541rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTC04TFbGIKbonAISse4SSx9XH8TiDqy { width:5.625rem;height:3.8742875rem;top:223.3125rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bepyxZN5S7k0HecP3UMUaoyL98pX3fil { width:8.499625rem;height:2.5rem;top:181.4375rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxS64bvKhl1emVUhDLA8zygrtz5Cz2dF { width:8.3744375rem;height:3.2492875rem;top:202.375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJcqpsKvM8p0UbcXViIqKkD4yPERK1we { width:10.1243125rem;height:2.1875rem;top:287.8125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAcAzcmTQOQozI8Bxmeb7dEslwT0Lzlp { width:6.6868125rem;height:5.3125rem;top:307.375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD0AxoZ0VWfExRJpEr4t3Lu40rLNRxU4 { width:12.5rem;height:1.875rem;top:350.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tASuAtV4I8kUl8UkvSaAJBGpcx44OgHu { width:7.249625rem;height:3.125rem;top:371.84206771851rem;left:6.374289393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #k02ZT2olcCtAndk4C0pAnum8FDwhJxKE { width:12.87375rem;height:2.5rem;top:414.27999305725rem;left:3.561789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZ7N94dK6n3kkJ16TZCGXe0qzn6959b2 { width:12.5rem;height:4.43714375rem;top:434.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvMmoeIa89R0VnJxFcO3yIcT5nuQQ0Hf { width:12.5rem;height:1.875rem;top:476.875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkNsGMNfLWe6IhmEzOTbZNQbnN1AQDgf { width:7.6873125rem;height:7.249625rem;top:495.8125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqCrInDXmemtV9a5swVwJTMO0X42anok { width:9.375rem;height:3.37446875rem;top:518.75rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaIQlStxo5AeK3PipEPSZMKwWHKDQmZk { width:12.5rem;height:2.3117875rem;top:540.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aae0kLUus7QF0ow8hbNTkm8yucH1HqDC { width:8.75rem;height:3.06196875rem;top:602.81157302856rem;left:5.6249998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwKtO3NctyCsT3P7GaWOXHvRaxf7urpH { width:11.25rem;height:3.37446875rem;top:392.8125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvIG8epuqC641CyQ53LHsL12e63cm4lg { width:7.247875rem;height:2.8125rem;top:329.9375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB4SMvcaqdTkm0IPyGvAuuTDLzCC8z1A { width:9.1868125rem;height:3.937325rem;top:623.18712234497rem;left:5.405717253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFuoLnmJt7GcraTv4mF5TWIAXD4ZnOiC { width:10.687125rem;height:5.06214375rem;top:663.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzZxsTh03IN6EmWT6MKTmDTPx2ErCoFN { width:3.1875rem;height:1.6875rem;top:597.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTfERRc6DdlqZgzZwMZTVeBEmeMymFI { width:3.1875rem;height:1.6875rem;top:470.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6Gyz48ca1i5qBOdPpe1mzmpmFgBGB66 { width:3.1875rem;height:1.875rem;top:429rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmc69hMmfRTREXqQMzafEG6W1Xo5T16g { width:3.1875rem;height:1.625rem;top:408.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFDyB6z86mGcKNn4rDmbdsJCGET9TI86 { width:3.1875rem;height:1.6875rem;top:386.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngvZHNTTKRDpvSHEhLUUow9p8ramWy3K { width:3.1875rem;height:1.6875rem;top:365.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtxuirECoyCacpxTv6iD6FhkFnguv2Td { width:3.1875rem;height:1.875rem;top:344.9375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1gF9IfpGlwTrfdAus9feEdd7KJomKpn { width:3.18714375rem;height:1.6867875rem;top:324.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJkK5QkMmKtlqmT0FRhHTWakgmtGqBbH { width:3.1875rem;height:1.9375rem;top:302.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lde4yvXorS6y5VFaxAh4yvC1hWInWH8z { width:3.1875rem;height:2.0625rem;top:281.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbsTGQpIDmpS2SRG2Ika6dwGvBilktzZ { width:3.18625625rem;height:1.6859rem;top:260.74928283691rem;left:8.6873220205306rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9UaE5i6ieULGTDd1gGDI1dUIFwZM8d0 { width:18.75rem;height:19.4993125rem;top:636.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IttoK2Mgn7G0kRvRy68em7Lw3NwVvUnb { width:3.125rem;height:1.5929660275756rem;top:638.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaA1DQfBpQd7nodS28lkFa4d6GTbxzKx { width:9.0625rem;height:1.3rem;top:640.5rem;left:6.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkBifoCOZWfbLH1svQRyxvcyhkfDPSBd { width:11.25rem;height:4.43714375rem;top:643.1875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CT9nz85vlbePZWioyaTCibQLDMXlBkpL { width:13.125rem;height:1.3rem;top:649.375rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrCPvrNlIgeieS1yKoEHLyqTWKB96vmZ { width:14.1868125rem;height:2.8rem;top:651.625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cI1MdhWAm6QMxPghtxawcMGRtUZ3CQNI { width:18.75rem;height:19.4993125rem;top:573.75rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2AB0shDNhn5NpIzNmRnFtq5IhpOgm4r { width:3.125rem;height:1.9603048772118rem;top:576.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Nw8NNkkw22zFQrqKoACfqB2Lm80TV7 { width:9.0625rem;height:1.3rem;top:578.8125rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3iTfACPJlEyoLFlxFM5XPAr5B2FLZZQ { width:12.5rem;height:1.6867875rem;top:582.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT3Sxg5H1VNtsi7SZeJNdLWVh4n28VVh { width:13.125rem;height:1.3rem;top:586.5rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcvsEwyNhJAIKIhTsmmg3slTJJN35sNR { width:14.1868125rem;height:2.8rem;top:588.75rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUk23K1TU6rWfSVocxNKycpsSV7MoQMI { width:3.125rem;height:2.0214875rem;top:534.5625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVd2TKHzXq7qh2kHRB5NE9ce56s94g4F { width:18.75rem;height:19.5rem;top:552.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cr1lHcmPnFSu9w7I5sJuG4kb9Z4rgpkt { width:3.125rem;height:2.0226764953384rem;top:555rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ieq6Ii2TwTAtToFUyIRICvG3Rq8PFqf3 { width:9.0625rem;height:1.3rem;top:557.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NH5w6SOqNURp2cHCq7TFgfPTb6uEdoMK { width:12.9998125rem;height:3.9799375rem;top:560.44558906555rem;left:3.6177200078964rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJRvVA2oh77om7PxgemLstLirU4lBhdX { width:13.125rem;height:1.3rem;top:566.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKLWuMCNP74A3Qbuwftl0WBEFCH0SZog { width:14.1868125rem;height:2.8rem;top:568.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U6y14JLgnUWTGpWVqOQTv7PmaW9xlNGx { width:11.3125rem;height:1.78125rem;top:17.375rem;left:5.625rem;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:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xo3tTwICCUMbzAwNeiIerxp1oAwcm6Fn { width:8.4375rem;height:1.78125rem;top:14.3125rem;left:5.625rem;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:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCAPOIHTG1QnvbW5X6wRTCgkhiNkWk4R { width:8.4375rem;height:1.78125rem;top:11.375rem;left:5.625rem;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:3.0625rem;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:3.18359375rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }