.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:251,219,228;--color-primary-1:243,135,164;--color-primary-2:230,15,72;--color-primary-3:115,8,36;--color-primary-4:35,2,11;--color-secondary-0:217,243,226;--color-secondary-1:128,216,160;--color-secondary-2:0,177,64;--color-secondary-3:0,89,32;--color-secondary-4:0,27,10;--color-tertiary-0:255,255,255;--color-tertiary-1:173,173,173;--color-tertiary-2:118,119,119;--color-tertiary-3:84,85,85;--color-tertiary-4:85,85,84;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@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.375rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.5rem;top:1.625rem;left:12.18593788147rem;overflow:hidden;display:block; }
#roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { 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:15002;text-align:center;text-align-last:center;top:1.7882813215256rem;left:30.625rem;display:block; }
#vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/7f220a37-4a9a-432d-9b55-c6ab56626fe7/headVIPERmaior.jpg");background-position: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-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:36.5rem;width:60rem;overflow:visible;position:relative;display:block; }#vl2nyC0TvevL32r6hcNRgaHaOUraA0np { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.8125rem;left:7rem;height:7.5625rem;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:none; }
#NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.375rem;left:7rem;height:1.875rem;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:none; }
#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.0625rem;left:5.375rem;height:17.52171875rem;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; }
#J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { background-color:#435664;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9375rem;left:7rem;display:none; }
#aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;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:none; }
#TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;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:none; }
#AwvGp2ROsqLETOVSH3SphclnOre6cGmF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:24.375rem;top:10rem;left:5rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-tertiary-3),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; }#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:32.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9375rem;left:6.96875rem;height:3rem;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; }
#d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.921875rem;left:9.0625rem;height:3rem;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:none; }
#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.798175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
#mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.625rem;left:11.09375rem;height:1.5996125rem;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:none; }
#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
#mBNIbG8owQiQxifDeodiTsddgIVIaXHD { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;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; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .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); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.390625rem;left:7.0625rem;height:7.03125rem;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:none; }
#sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:7.0625rem;display:none; }
#Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { 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:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.5rem;left:5.96875rem;height:3rem;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; }
#isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { 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:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:31.875rem;display:none; }
#zPkaladCRzZGhMludvi86t0R4xtwVcbV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:30.6875rem;display:none; }
#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:40.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.75rem;left:7.875rem;height:3rem;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; }
#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { color:rgba(var(--color-tertiary-3),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:27.125rem;left:8.71875rem;height:10.8007875rem;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; }
#NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.125rem;left:14.5rem;display:none; }
#rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:20.125rem;top:6.8125rem;left:20.84375rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.75rem;width:60rem;position:relative;display:block; }#piJ80LXIR8BMhnuBt8NHecJUSGum08CH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5625rem;left:30rem;height:9.003875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:23.6875rem;top:3.0625rem;left:3.875rem;overflow:hidden;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:21.25rem;width:60rem;position:relative;display:block; }#uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:23.6875rem;top:0.875rem;left:3.8125rem;overflow:hidden;display:block; }
#LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.3125rem;left:29.9375rem;height:12.005175rem;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; }
#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { background-color: transparent; background-image: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .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); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { border-width: 0; border-radius: 0; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.9375rem;left:4.0625rem;height:;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; }
#kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.6875rem;left:4.0625rem;height:;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; }
#eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.34375rem;left:4.0625rem;height:3.1857625rem;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; }
#eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:1.5rem;left:39.6875rem;overflow:hidden;display:block; }
#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { background-color: transparent; background-image: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container > .video-iframe-container { display: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container { display: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .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); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { border-width: 0; border-radius: 0; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.453125rem;left:4.125rem;height:4.77864375rem;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; }
#os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.3125rem;top:2.34375rem;left:39.0830078125rem;overflow:hidden;display:block; }
#WuUO0SXcruROH5px811mVfPzc7ugpTf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { background-color: transparent; background-image: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container > .video-iframe-container { display: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container { display: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .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); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { border-width: 0; border-radius: 0; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;position:relative;display:block; }#RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.71875rem;left:4.125rem;height:3.1857625rem;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; }
#UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:4.0625rem;left:38.40625rem;overflow:hidden;display:block; }
#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { position:relative;display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { background-color: transparent; background-image: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .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); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { border-width: 0; border-radius: 0; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .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; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .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:40rem;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; }#SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:60rem;top:11rem;left:0rem;overflow:hidden;display:block; }
#nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:3.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.875rem;height:2.24935rem;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; }
#iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:30.6875rem;display:none; }
#wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:30.6875rem;display:none; }
#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { position:relative;display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { background-color: transparent; background-image: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .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); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { border-width: 0; border-radius: 0; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .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; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .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:61.25rem;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; }#OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:3.5rem;left:4rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.125rem;left:4rem;height:2.24935rem;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; }
#BbMZPlyIC5RRv5w4fevQFMk40s70nELv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:60rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:29.5625rem;display:none; }
#vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:28.1875rem;display:none; }
#DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:32.5625rem;top:44.25rem;left:13.71875rem;overflow:hidden;display:block; }
#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .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); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { border-width: 0; border-radius: 0; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.625rem;left:9.40625rem;height:5.9982625rem;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; }
#yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.5166015625rem;left:9.46875rem;height:16.7936125rem;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; }
#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { 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; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { background-color: transparent; background-image: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container > .video-iframe-container { display: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container { display: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .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); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { border-width: 0; border-radius: 0; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#OszGpeTfD74AuxhNOe68aApC4OAUewmx { 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.9487875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { 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; }
#yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.62109375rem;left:15.498439788818rem;display:block; }
#ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.62109375rem;left:25.75rem;display:block; }
#xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.62109375rem;left:35.936717987061rem;display:block; }
#OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id { 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; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container { background-color: transparent; background-image: none; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container > .video-iframe-container { display: none; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row > .video-iframe-container { display: none; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .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); }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container { border-width: 0; border-radius: 0; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container { font-size:0.875rem;font-family:arial;height:193.0625rem;width:60rem;position:relative;display:block; }#dmdgPIKQTaqWdukeCqAarRZThV5GW3Ti { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:0.625rem;display:block; }
#TcOHMSvKnZwvqI7ym5TZkpb8TcXR749b { color:rgba(var(--color-primary-2),1);display:block;width:24.4991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.9359474182129rem;left:17.750782012939rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sOPccMkIAF6Sz7INZCSUkJSel839O5CT { 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:9.6617279052738rem;left:5.46875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#alDme51s1QEu6C2zCCN9w5VcETzRCpUt { position:absolute;display:block;z-index:15207;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7.1242218017575rem;left:8.4054698944094rem;overflow:hidden;display:block; }
#DPJPmE78MydcTNxvVzeZTXRMsEfwkbAy { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:20.625rem;display:block; }
#WBRRSaKfLVou8M42xmmtkp1wtzS9THal { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7.1242218017575rem;left:28.436717987061rem;overflow:hidden;display:block; }
#NIZiuiI8AaaKT04kWaNF8W1fMSLyzCQF { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.6867218017575rem;left:25.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4zpIJv87iZ53QTph04Akz0TcVaheniV { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.9375rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VcP9qD4r7SzznciRph0P7Ksz8VWLrkrk { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:21.1875rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnfX970rw9IA4SoDyWgqOaH6r37uO1Hk { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:40.625rem;display:block; }
#BVfTmfJoX3JrhGFuhlyZyzXDLmhDBMIz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.6867218017575rem;left:45.499217987061rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVhNMesQcczpGgITJddLIo8s0nXXF1sO { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.9375rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VJAxTbCkhL6645Gqds5bC6gVS9hgvn38 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:21.1875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JXyATeb5Rb5ToPvibyNbMa7MDTFwcOXL { 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:88.3125rem;left:0.625rem;display:block; }
#uaQ4BLvnvwI89C60lnlJpfOxtgrTp8JE { 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:15229;line-height:1.4;letter-spacing:0;top:103.75rem;left:2.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKTMkMlOv5s3ccut8AWEf7RLg4feXuTb { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:20.625rem;display:block; }
#oJk4AFAqybnvHuioeU49cL8cFcibip6H { 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:101.75rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sq3bKC4pr9n6ION64oyGxAVqBVJfReeK { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:41.686721801757rem;left:22.874217987061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WR1479QxhhCOrlVuXqX1G9RNihrivl0J { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:39.5625rem;left:23.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eI34ig2G4LvIyKt30E6HpnqAoRlda2w5 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.25rem;top:33.18593788147rem;left:23.625rem;overflow:hidden;display:block; }
#sJRTxBVhIOI80bEbtNmh3U0IlOUfQtJU { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:95.75rem;left:8.375rem;overflow:hidden;display:block; }
#Tw6eUBtD8g3pGoLIKG3IOboEmn396LRo { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:0.625rem;display:block; }
#sUtg0Vu9KekkokV3Sdbda32FUCfwotTs { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.5625rem;left:25.4375rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qgTkAZIb1m0rDPPCTHDCJF8Dokp5ztB8 { 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:92.4375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lIzfxy49kxFwAyI7xaOimtMITQPF47gc { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:41.810165405274rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QEGnbvKTdaqT6TGM2vwvqM2SkxWQnim1 { color:rgba(var(--color-secondary-3),1);display:block;width:18.5rem;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:38.8125rem;left:0.86015701293944rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QOUW9bpyqkCWNl2QCeQDO37QppypAhUU { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:30.375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tOAksAEG2h8BE5iMHW0yhgyodA21J9kc { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.875rem;top:12.375rem;left:25.5625rem;overflow:hidden;display:block; }
#ghXZwTrNBh8dxr7nHn9Ht6kRX8qoCnaz { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.1875rem;top:7.1554718017575rem;left:48.405471801757rem;overflow:hidden;display:block; }
#iPDTvTtyLVc2XLW3KoO8JTvrBdbizJgd { position:absolute;display:block;z-index:15227;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:5.5625rem;top:12.875rem;left:47.21875rem;overflow:hidden;display:block; }
#d0htvX7v45oAcP7ptSS4OPkzWx5twD9v { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:90rem;left:8.375rem;overflow:hidden;display:block; }
#nc6UVUCyh6KgcJSmxf9r2uTDKxJzmTUN { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:40.5625rem;display:block; }
#ybRUpTCheq0Uepd2odVKVCVbIWfkBZxu { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103.125rem;left:22.8125rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMyiBEQP64wzHuRNVpbhFRkwr5c264S0 { 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:101.125rem;left:23.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WNvhAtlnaPkVTTcWezWATTqZ0RrZnsZh { 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:88.375rem;left:40.625rem;display:block; }
#DMxzoWePoLRgobxFikspMlQbcCBP9BA3 { 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:15241;line-height:1.4;letter-spacing:0;top:103.1875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRZZgTxmoLwSxsvHcxmBxMZiO8bfcg6P { 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:15261;line-height:1.3;letter-spacing:0;top:101.25rem;left:43.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAFJoiPoDTVFwh8hQtyPwoFoAhvTobnl { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:40.625rem;display:block; }
#I7aGHFk5luEqkxoDIIV7D4FomIAS7B7M { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15235;line-height:1.4;letter-spacing:0;top:81.75rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zfanZ4tpO8faPNywMg2TyBrB11fGX0xM { 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:92.5rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jgl5EpOCexbPbOZzhDwdPTzzwNKMVAQk { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:92.5rem;left:25.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CMwHXDGLu11VQxqyUpQT1AXtOBx8EvhG { 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:72rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oCcconkn1NgW0qWpXmEo6yEUst7RSMbZ { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:69.5625rem;left:48.3125rem;overflow:hidden;display:block; }
#BATzvgihNL9QpTKMXzAiBXgenR5IQAvJ { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:89.9375rem;left:28.375rem;overflow:hidden;display:block; }
#VPhGRHrPMqq2obcHXrOWVL90p40pT5uZ { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:4.31196875rem;top:95.1875rem;left:27.75rem;overflow:hidden;display:block; }
#XSXtWvmfeee13izee10Hium83s72w19r { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.3125rem;left:20.5625rem;display:block; }
#ReUS0d1am1rTSI4dTg9MOMlxu6fo4oyu { 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:109rem;left:40.625rem;display:block; }
#fGrnwT6JDlLq2PS7bxNsTi1HHlDTsUWo { 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:124.625rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abI3RwnxcmNqMIl6APSzFP1tComhHmwn { 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:122.375rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTmTxRoly8T8t5oFgKSWEos03OOCKhbQ { 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:114.0625rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JiFHihTFBwleER2JsQx4RypDyRss7J8u { position:absolute;display:block;z-index:15204;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:89.9375rem;left:48.375rem;overflow:hidden;display:block; }
#qHiHT2yhLA2Vuhcv1lwJDlzS06WZh3kd { color:rgba(var(--color-primary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15195;line-height:1.3;letter-spacing:0;top:18.375rem;left:0.78125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xhMFkPRlG0WuqizAsQSWpzezZrgFanSi { 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:109rem;left:0.625rem;display:block; }
#hgdQzb7cCh6wrlEIOA9G99SzyUh6KncP { 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:113.875rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PKN7Mu7P25zlzpxE6GJollXK9s4tb1ls { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:111.3125rem;left:8.4375rem;overflow:hidden;display:block; }
#CFwB11X7is4iKKcs8c1Ocbvrm2FDbA0h { color:rgba(var(--color-secondary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:122.3125rem;left:1rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AqXfe0yrkNBsg0xVE1qvuMCvAJivDsgy { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:125.25rem;left:0.75rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D4cn5Sfh9SZEzB50duKR4tcJUAnkdssy { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:7.3748125rem;top:117.125rem;left:46.3125rem;overflow:hidden;display:block; }
#ObxvEQi3vHfuCUMhaux2wasSACfvMVfR { 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:129.75rem;left:20.625rem;display:block; }
#zEf5WLy6CabPZ3BP70wcaEKTaO7rE6na { 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:134.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAROOgEhS82cqUWT9IUZusiOQFqPnfPD { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:143.125rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyq586tSH2gicl77FhcrJreeWODGb4xq { position:absolute;display:block;z-index:15224;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:131.5625rem;left:28.375rem;overflow:hidden;display:block; }
#wm1Tm6yGnJ0dCU66QzlwLOKSxGXQUF5L { 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:145.375rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETMAh6dreZGdh5u5N0twL3uOrxtqOFH8 { 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:129.75rem;left:40.6875rem;display:block; }
#XDdBlv1CTIwaECGbsnTQTQh8gTOkLB8N { 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:134.125rem;left:45.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRWITLMtbTrZoO30t49rgsV9NVgmQ4bu { 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:143.125rem;left:43.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X8zqLwg8i9OP6ZzPs7msviE0ff7a14Tb { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:131.6875rem;left:48.4375rem;overflow:hidden;display:block; }
#RC5MvL6sWuA61mLFgmer0T0FPSxfW5UH { 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:145.375rem;left:42.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nteoJRDZLv6u2UATKqOT9mZau2Wc2JTi { position:absolute;display:block;z-index:15286;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:28.375rem;overflow:hidden;display:block; }
#Gf1H9m7zHEZzD85cHMGBSVLl4SvrnUJS { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.3114375rem;top:116.8125rem;left:5.875rem;overflow:hidden;display:block; }
#eZdfPReHEs6gPQbPH5Ax9yPpLfKNDMv5 { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:9.3119375rem;top:95.8125rem;left:45.3125rem;overflow:hidden;display:block; }
#gVZas6lJk8HM4dlo8S120osT5ncGPPK8 { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:137.625rem;left:47.9375rem;overflow:hidden;display:block; }
#PzNERfRGbWivpFBoMSKP4i4kxMm97abC { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:137.125rem;left:27.5625rem;overflow:hidden;display:block; }
#G9WAH1nArVKUTfq2wZ95OtuGqfUEa5ve { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:3.18714375rem;top:27.8125rem;left:8.375rem;overflow:hidden;display:block; }
#hykwGisiMmKfAHEWhGnoEXxzh9L3OC1f { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8742875rem;width:3.8742875rem;top:33.249221801757rem;left:8.06093788147rem;overflow:hidden;display:block; }
#XUmXopNdXlaP3zItwZw2H5f1cncJTlMk { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.7421875rem;left:48.310157775879rem;overflow:hidden;display:block; }
#UCLMVXt9dlPDHMkNXGSugzTc48qqG0xw { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:50.99765586853rem;left:45.404689788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k3l8zukoilUJ48qyp0besvTzVoo4qaPb { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15271;line-height:1.3;letter-spacing:0;top:59.4453125rem;left:43.060939788818rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sivqT8CLTpxHU6p02UCgc3NbkGSpJr0F { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:63.059375762937rem;left:40.5rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cq3rFOsQqIV3GElSTWtcTKkzhbP70UJF { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.25rem;top:54.52890586853rem;left:47.685939788818rem;overflow:hidden;display:block; }
#rLkx8KK6m2KsabVQ9tp1b7AAuaRwuOvi { 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:109rem;left:20.625rem;display:block; }
#Fe1Of9pEyda77FB8qiAyxxTZAg8hJfT4 { position:absolute;display:block;z-index:15210;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:111.3125rem;left:28.4375rem;overflow:hidden;display:block; }
#Qv6TCr5AqSKgpvToblF9ZhcA7MrmW4GH { 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:113.875rem;left:25.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NErOXoQdPCNwFIyQIFFNHQ1oIhry67lW { position:absolute;display:block;z-index:15296;border-top:0;border-left:0;border-right:0;border-bottom:0;border-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:3.2492875rem;top:117.0625rem;left:28.375rem;overflow:hidden;display:block; }
#WWI03MVDEtc82xG8RsFfBZEaS7TzRt67 { 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:122.3125rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oxryLskIEgaAmGakwbsExfh1ZQo8KzTQ { position:absolute;display:block;z-index:15247;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:131.5625rem;left:8.375rem;overflow:hidden;display:block; }
#KpoC5ysDET3TOQKanOhuEfLafJzyT23E { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:134.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INxrFsuWKRFXTq7WCLW2Tee1mULuBden { position:absolute;display:block;z-index:15077;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:129.75rem;left:0.625rem;display:block; }
#areTXca3VGQx5rGv3tzAwwUpb5GZ9Si7 { position:absolute;display:block;z-index:15308;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:137.9375rem;left:8.375rem;overflow:hidden;display:block; }
#lnTKulHoysSNpT61WcTzhcoXKEFHJkDS { color:rgba(var(--color-secondary-4),1);display:block;width:17.8741875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15297;line-height:1.3;letter-spacing:0;top:142.5rem;left:1.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GUvi5uGAl0Vk2hxVHAXERMI6VgZ0mPyH { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:152.8125rem;left:8.5rem;overflow:hidden;display:block; }
#zrEEtumooe74kx2wo4UTTXQ2R4OtCiBn { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:155.375rem;left:5.5625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lZnnHGT0oa3vevT6azCSnDT89xHgVWwV { position:absolute;display:block;z-index:15309;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:158.375rem;left:8.4375rem;overflow:hidden;display:block; }
#yd8tTV2pBeAM66IxGZOspGnb0CggpMF7 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.3;letter-spacing:0;top:163.875rem;left:3.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azkPfNdrG51e3wR3vpQog2hAAFwqcVk1 { 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:15276;line-height:1.4;letter-spacing:0;top:166.125rem;left:2.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fxc9WwGnhAPUEqVgr71dugEi7cvn6vvq { position:absolute;display:block;z-index:15258;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:152.75rem;left:28.4375rem;overflow:hidden;display:block; }
#wnSB4u0tcAk1Pg8wpWuIKVOEroJelAqA { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:155.3125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1QxXZNFzIp88Jqg2eRQXxkXSrxuHwb6 { position:absolute;display:block;z-index:15260;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.246625rem;width:8.125rem;top:158.3125rem;left:26rem;overflow:hidden;display:block; }
#htZVLQBCMkly7hoJbXGgqnWpEBfXOe1x { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15290;line-height:1.3;letter-spacing:0;top:163.8125rem;left:23.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K4teBkHqTaAbi5tEtK0lV7zTrA1wGKJg { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15270;line-height:1.4;letter-spacing:0;top:165.5rem;left:22.9375rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GaHVe8COSstwIRn02F0uoydGl5sScTa8 { position:absolute;display:block;z-index:15078;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:150.5rem;left:0.6875rem;display:block; }
#NfLJLG9WqpDeeN6m3pTxvwCahVtATyUU { position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:150.5rem;left:20.6875rem;display:block; }
#dtAESS6layrfHWdpATGoKo4V8odPyKJ2 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:20.5625rem;display:block; }
#aQJpAa6H3PJEPSwU3TrslPXS0420Z1sq { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:28.3125rem;overflow:hidden;display:block; }
#PvtAhbDXtbr6klnFaanGbnyEHQGtcnNf { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:51rem;left:25.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOIXkQ9QiZQ0LiI8haQlPRloFNegO3E9 { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:6.312125rem;top:54.496874809265rem;left:26.780469894409rem;overflow:hidden;display:block; }
#w2zXhvilxsUzyqIJxsIuVT0TDrrX51vy { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.0625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTnoaSkCuh6oQgvPlx4iVTdD8yTHhKoJ { color:rgba(var(--color-secondary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.059375762937rem;left:20.5rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x9wovlxEx7C4kWnBOsatAFJ1pZ3Q7a9P { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.8125rem;left:8.375rem;overflow:hidden;display:block; }
#meZ0AgyCsUzgoXZ6Gw37PyqLRbl5CWQ8 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:51.0625rem;left:5.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cbiOzaeSO74qs0PvBmHJPuyTZTxnR1zl { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:59.5rem;left:3.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZfQIguWUnF1TiOEreVAvC26tH67FcDT { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.0625rem;left:0.625rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LRTfBhE5wM6o2en09GRqK1ueR8OtsoJQ { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:0.625rem;display:block; }
#SAfOKhgA0IG95lI7TCZra3mhOu3KsZ9M { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:69.5rem;left:8.375rem;overflow:hidden;display:block; }
#wmUSqV82leVZR1UzgBwAxd0V40O1PkZ2 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:71.75rem;left:5.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iP9RdNP07uwkyZ9hTgKpqTbia9T0yN5U { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.874625rem;top:76.375rem;left:3.75rem;overflow:hidden;display:block; }
#ip5WTmU5tb71MVRfw26ephKvX3hdrm9Q { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:80.1875rem;left:3.125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OATnQihRW6CvIEbbbBddPhDKygOBWa8X { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.4;letter-spacing:0;top:83.0625rem;left:2.875rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wJ2V4mfN45xW6riTenbfTeZukTw93r8t { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18625625rem;top:111.5rem;left:48.375rem;overflow:hidden;display:block; }
#EaZfDgXL79iHrScG138f2t0rFsX6Mcc7 { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:69.5625rem;left:28.3125rem;overflow:hidden;display:block; }
#nUNHbJZb8yhKSwRWW5gWcfuJn4I7HV0p { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15266;line-height:1.3;letter-spacing:0;top:71.8125rem;left:25.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELE0WATAJvIsJ114aHUzBma7qtvEkrlI { position:absolute;display:block;z-index:15230;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99921875rem;width:12.2484375rem;top:75.34375rem;left:23.875782012939rem;overflow:hidden;display:block; }
#MOPZrARCTzGuMiEtNH2pLq385azv86Qn { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.4;letter-spacing:0;top:82.9375rem;left:22.375rem;height:1.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uK4FdOtDmyL1yT3ockeE9bMVSEn9pxOl { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:20.625rem;display:block; }
#kIvoGfpvvU3VcsgTLSat1GvzSlon09kv { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:10.93678855896rem;left:45.499822616577rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#srCELbe95hLyCw0S2gh5bzxm7T3vIva3 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:68.5625rem;left:20.625rem;display:none; }
#SxpdlHXJhQCpPNzcUPUgnMTBKc9xdvnx { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:60.693355560302rem;left:43.124998092651rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#DqMldvol0uRvhmNGwuUbDKDKGcwoG7XD { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:54.87265586853rem;left:4.1414070129394rem;overflow:hidden;display:block; }
#SkXdTP7iQys0mJxlufc6gNmmrkek2CSn { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:46.875rem;left:0.625rem;display:block; }
#JKRITuRyfhpzZNdUlLV0mPGKwd3myIrx { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15278;line-height:1.3;letter-spacing:0;top:81rem;left:22.875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OlCV1zCtrGBmXtImZsHKNmkKi9SlUGLz { position:absolute;display:block;z-index:15310;border-top:0;border-left:0;border-right:0;border-bottom:0;border-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:3.2492875rem;top:75.6875rem;left:48.375rem;overflow:hidden;display:block; }
#yhHqvbPmcUNQE7bKcBO8ALoDpDmv05NG { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.87421875rem;width:3.87421875rem;top:12.625rem;left:8.0625rem;overflow:hidden;display:block; }
#QIsBOPet53qCTAG0mhsCnnlvPsmFzlDW { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:150.5625rem;left:40.625rem;display:block; }
#SuH4C6u4SczxqnXuffPOiDi9FTsTM6ei { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:152.8125rem;left:48.375rem;overflow:hidden;display:block; }
#hP8xAcmE6g6HUL1U2zoLTRd2JZp8CLfn { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:155.375rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rduLtmooxkt6RsqfTUG6IyofohgVKXKi { position:absolute;display:block;z-index:15266;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.875rem;top:157.4375rem;left:47.0625rem;overflow:hidden;display:block; }
#LwzE95ZIf9TTbpGC2FpIUk1Lm6FGW6pt { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.3;letter-spacing:0;top:163.875rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUHo1tp8TrB9ETfDgCIewJWCFkwF7mST { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15276;line-height:1.4;letter-spacing:0;top:165.5625rem;left:40.5625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yhXAcdlAeyuuQoQ1nl47PQp59MOEeWdt { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:171.3125rem;left:0.6875rem;display:block; }
#d1Ca6Ei9qL0PhNuEfc2GQte0OrEHWxci { position:absolute;display:block;z-index:15270;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:173.5625rem;left:8.4375rem;overflow:hidden;display:block; }
#RB3kgXdudxqAE0UHRZzoAO5vvedw4rkg { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15280;line-height:1.3;letter-spacing:0;top:176.125rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r2paDR3N1mbg16HZLQWyIWFkySkhnMo5 { position:absolute;display:block;z-index:15272;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.0625rem;top:178.875rem;left:5.03125rem;overflow:hidden;display:block; }
#bstHZTg4S22XhzKRIfqsrX1plGQSe7tH { color:rgba(var(--color-secondary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:184.625rem;left:0.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qmVNz5AuUGOTTUqGnxI0ffdmZT4qzwCa { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15282;line-height:1.4;letter-spacing:0;top:186.3125rem;left:0.625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cEMx5TW1lvBtCS2QTUB6S2e3JSNmxfGK { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:171.3125rem;left:20.6875rem;display:block; }
#HPprmDXpMkuQcyn4EKFJ1cZ6uRVdZeaz { position:absolute;display:block;z-index:15276;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:173.5625rem;left:28.4375rem;overflow:hidden;display:block; }
#IS2rFCHfQzu76BHkyLc8K2XqQ0tBQ6RP { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15286;line-height:1.3;letter-spacing:0;top:176.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7eiwRZ2OmXtdCeQmJEB4iKlAsgd1pG7 { position:absolute;display:block;z-index:15278;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.3125rem;top:179.15546798706rem;left:25.90625rem;overflow:hidden;display:block; }
#fWTWgRWLXPmBrzNbWnwhgaNIT8vzTI2r { color:rgba(var(--color-secondary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15308;line-height:1.3;letter-spacing:0;top:184.625rem;left:20.75rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAE2WukatMPX2MbOmhCJNiHgiqvLNqyz { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15288;line-height:1.4;letter-spacing:0;top:186.3125rem;left:20.625rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BAlMk0b0a724W6WsnZnVTBs2ctqdTz2B { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:40.625rem;display:block; }
#KXGpZGolL5XW2l7KqOA6qOPdr1ZeblwM { position:absolute;display:block;z-index:15292;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:48.375rem;overflow:hidden;display:block; }
#pB4RPhgr5THw6giU5lE6p5RmtztNcDB5 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:30.5625rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOuNcGSHH23iFFasiFlqCTMubVfsAr4G { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.904693603516rem;left:42.374217987061rem;overflow:hidden;display:block; }
#WcNQM1XBJGRtCeMa1yRTvI64F320aF77 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:39.5625rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VUv7TFt9df8stpNoaM1reerJI7CKr0SF { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:41.6875rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ { 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; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container { background-color: transparent; background-image: none; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container > .video-iframe-container { display: none; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row > .video-iframe-container { display: none; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .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); }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container { border-width: 0; border-radius: 0; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#AW32I50ydRAQHZpIbyQdfp9xiJmJqmrm { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5eZZKHBQtZOqz93L90I3MmDGbv009Bw { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#y936pwHtfND6vodboFPgCcCwbRvdI47A { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#ie5lISQu6yTBotfIgX7rB31yNi62HJl3 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#EvVXCfmGHrTktUaTAfXZGU2Tk7ntTL5V { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:3.1875rem;top:7rem;left:8.375rem;overflow:hidden;display:block; }
#Pgq15RIaGaL6L3B5fvS5kA6l5dxVwsK1 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:8.9375rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iTxJvXHC0ANhwqHOQqIJ9OLiRUxsEdAu { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.81171875rem;width:8.49925rem;top:11.5625rem;left:5.5rem;overflow:hidden;display:block; }
#O7OhMQVf9UOSIMuCF3TAeHZEmTOr58tt { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:17.9375rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDVanvmRmBMFlASwunsc1p3pBUu953gz { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.1875rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTfkrsKVUgCOLvDVDp8N9nyfOQ00Ckv1 { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#xOrAQi0CxlqLLrCXuh1xkdf6QQ9JGU0o { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5WcsOGTVO2IfmoNAS3w1LN1Z1zFfHPq { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10rem;top:12.3125rem;left:44.9375rem;overflow:hidden;display:block; }
#C99thsLoABTmbnuBcd33hQg9GsknUNmS { 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:17.9375rem;left:43.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qtOJxgg8UgWmxEyHTPR081MQnvAFCtiP { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.1875rem;left:40.5rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lXU2J1cfEDvWvOmENVOHk9nP8EpkuQ84 { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7rem;left:28.375rem;overflow:hidden;display:block; }
#QRFTQl32W2zAtPWa8hF6MelhbqoQblZn { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15326;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rVOa91yI9TTCF5HaZWLIhGB4e69IMtFf { 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:4.375rem;width:10.0625rem;top:12.155469894409rem;left:24.96875rem;overflow:hidden;display:block; }
#C9r2mbuJAtPzBffM2TDKgGzndNUUeaob { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15348;line-height:1.3;letter-spacing:0;top:17.9375rem;left:23.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riQZNKA6VpgQNbHGfRQRtywu1DK3vCc5 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15328;line-height:1.4;letter-spacing:0;top:20.4375rem;left:22.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { 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; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { background-color: transparent; background-image: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container > .video-iframe-container { display: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container { display: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .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); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { border-width: 0; border-radius: 0; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68671875rem;width:3.18671875rem;top:7.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:12.3118125rem;top:11.842968463898rem;left:3.8421878814698rem;overflow:hidden;display:block; }
#w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:3.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:2.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:11.25rem;top:11.875000476837rem;left:44.375rem;overflow:hidden;display:block; }
#ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:43.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udBJOk48SSnrclPGraWZBc2nWypT7KID { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:42.875rem;height:2.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7.125rem;left:28.375rem;overflow:hidden;display:block; }
#Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.5rem;top:13.062500476837rem;left:23.75rem;overflow:hidden;display:block; }
#JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.499999523163rem;left:23.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.749999523163rem;left:22.875rem;height:2.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:#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; }#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:11.0625rem;width:60rem;position:relative;display:block; }#tIQX72hEchU0J0Du14m40uD118r0IWO3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.8125rem;left:38.0625rem;overflow:hidden;display:block; }
#XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:7.375rem;left:38.0625rem;overflow:hidden;display:block; }
#EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.875rem;left:40.875rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5rem;left:40.875rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { 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.1875rem;width:13.75rem;top:5.693359375rem;left:8.1510429382325rem;overflow:hidden;display:block; }
#wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:38rem;overflow:hidden;display:block; }
#cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:2.25rem;left:40.8125rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.4431419372559rem;left:8.1510429382325rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@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) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:1.625rem;left:6.0609378814697rem;width:13.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { width:14.0625rem;height:2.75rem;top:1.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { 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) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:22.8125rem;height:7.5625rem;top:4.8125rem;left:0.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:24.4375rem;height:1.875rem;top:13.375rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:23.625rem;height:17.5rem;top:17.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:7.875rem;top:6.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:25.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwvGp2ROsqLETOVSH3SphclnOre6cGmF { top:10rem;left:0rem;width:24.375rem;height:5.5rem;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) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:46.0625rem;height:3rem;top:4.9375rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:41.875rem;height:3rem;top:7.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:37.8125rem;height:4.75rem;top:13.875rem;left:4.96875rem;font-size:1.5rem;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:37.8125rem;height:1.5625rem;top:13.625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { width:39.4375rem;height:;top:23rem;left:4.96875rem;font-size:1rem;display:block; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:17.25rem;height:4.75rem;top:11.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:20rem;height:3.1875rem;top:19.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:21.75rem;height:7rem;top:9.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { width:46.0625rem;height:3rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { width:31.875rem;height:50rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { width:30.6875rem;height:34.5625rem;display:none; }
 }@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) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:46.0625rem;height:3rem;top:1.75rem;left:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:44.375rem;height:10.75rem;top:27.125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:31rem;height:3.4375rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { top:6.8125rem;left:14.71875rem;width:20.125rem;height:17.3125rem;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) { #piJ80LXIR8BMhnuBt8NHecJUSGum08CH { width:27.125rem;height:9rem;top:6.5625rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { top:3.0625rem;left:0rem;width:23.6875rem;height:16rem;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) { #uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { top:0.875rem;left:0rem;width:23.6875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { width:27.125rem;height:12rem;top:3.3125rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { width:46.0625rem;height:;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { width:33.75rem;height:;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { width:35.625rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { top:1.5rem;left:28.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { width:30.9375rem;height:4.75rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { top:2.3125rem;left:31.4375rem;width:16.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUO0SXcruROH5px811mVfPzc7ugpTf1 { display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { width:27.1875rem;height:3.1875rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { top:4.0625rem;left:32.0625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { top:11rem;left:0rem;width:47.75rem;height:20.940364583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { width:46.0625rem;height:;top:4.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { width:33.75rem;height:;top:7.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { width:30.6875rem;height:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { width:30.6875rem;height:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { width:46.0625rem;height:;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { width:33.75rem;height:2.25rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMZPlyIC5RRv5w4fevQFMk40s70nELv { top:9.375rem;left:0rem;width:47.75rem;height:23.924739583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { width:29.5625rem;height:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { width:28.1875rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { top:44.25rem;left:7.59375rem;width:32.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:41.1875rem;height:6rem;top:15.625rem;left:3.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { width:41.0625rem;height:16.75rem;top:23.5rem;left:3.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { display:block; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OszGpeTfD74AuxhNOe68aApC4OAUewmx { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block; }
 }@media only screen and (max-width: 763px) { #mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block; }
 }@media only screen and (max-width: 763px) { #W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id { display:block; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmdgPIKQTaqWdukeCqAarRZThV5GW3Ti { width:18.75rem;height:19.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOHMSvKnZwvqI7ym5TZkpb8TcXR749b { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPccMkIAF6Sz7INZCSUkJSel839O5CT { top:9.625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alDme51s1QEu6C2zCCN9w5VcETzRCpUt { top:7.0625rem;left:6.3429698944094rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJPmE78MydcTNxvVzeZTXRMsEfwkbAy { width:18.75rem;height:19.5625rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBRRSaKfLVou8M42xmmtkp1wtzS9THal { top:7.0625rem;left:22.249217987061rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZiuiI8AaaKT04kWaNF8W1fMSLyzCQF { top:9.625rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4zpIJv87iZ53QTph04Akz0TcVaheniV { top:18.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcP9qD4r7SzznciRph0P7Ksz8VWLrkrk { top:21.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnfX970rw9IA4SoDyWgqOaH6r37uO1Hk { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfTmfJoX3JrhGFuhlyZyzXDLmhDBMIz { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVhNMesQcczpGgITJddLIo8s0nXXF1sO { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJAxTbCkhL6645Gqds5bC6gVS9hgvn38 { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyATeb5Rb5ToPvibyNbMa7MDTFwcOXL { width:18.75rem;height:19.5625rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQ4BLvnvwI89C60lnlJpfOxtgrTp8JE { top:103.75rem;left:0.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTMkMlOv5s3ccut8AWEf7RLg4feXuTb { width:18.75rem;height:19.5625rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJk4AFAqybnvHuioeU49cL8cFcibip6H { top:101.75rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq3bKC4pr9n6ION64oyGxAVqBVJfReeK { top:41.625rem;left:16.686717987061rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1479QxhhCOrlVuXqX1G9RNihrivl0J { top:39.5625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI34ig2G4LvIyKt30E6HpnqAoRlda2w5 { width:12.25rem;height:4rem;top:33.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTxBVhIOI80bEbtNmh3U0IlOUfQtJU { width:3.25rem;height:3.25rem;top:95.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6eUBtD8g3pGoLIKG3IOboEmn396LRo { width:18.75rem;height:19.5625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtg0Vu9KekkokV3Sdbda32FUCfwotTs { top:30.5625rem;left:19.25rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgTkAZIb1m0rDPPCTHDCJF8Dokp5ztB8 { top:92.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzfxy49kxFwAyI7xaOimtMITQPF47gc { top:41.75rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGnbvKTdaqT6TGM2vwvqM2SkxWQnim1 { top:38.8125rem;left:0rem;width:18.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUW9bpyqkCWNl2QCeQDO37QppypAhUU { top:30.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOAksAEG2h8BE5iMHW0yhgyodA21J9kc { top:12.375rem;left:19.375rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghXZwTrNBh8dxr7nHn9Ht6kRX8qoCnaz { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPDTvTtyLVc2XLW3KoO8JTvrBdbizJgd { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0htvX7v45oAcP7ptSS4OPkzWx5twD9v { top:90rem;left:6.3125rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc6UVUCyh6KgcJSmxf9r2uTDKxJzmTUN { width:18.75rem;height:19.5625rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRUpTCheq0Uepd2odVKVCVbIWfkBZxu { top:103.125rem;left:16.625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMyiBEQP64wzHuRNVpbhFRkwr5c264S0 { top:101.125rem;left:16.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvhAtlnaPkVTTcWezWATTqZ0RrZnsZh { width:18.75rem;height:19.5625rem;top:88.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMxzoWePoLRgobxFikspMlQbcCBP9BA3 { top:103.1875rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZZgTxmoLwSxsvHcxmBxMZiO8bfcg6P { top:101.25rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAFJoiPoDTVFwh8hQtyPwoFoAhvTobnl { width:18.75rem;height:19.5625rem;top:67.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aGHFk5luEqkxoDIIV7D4FomIAS7B7M { top:81.75rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfanZ4tpO8faPNywMg2TyBrB11fGX0xM { top:92.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgl5EpOCexbPbOZzhDwdPTzzwNKMVAQk { top:92.5rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMwHXDGLu11VQxqyUpQT1AXtOBx8EvhG { top:72rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCcconkn1NgW0qWpXmEo6yEUst7RSMbZ { top:69.5625rem;left:38rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATzvgihNL9QpTKMXzAiBXgenR5IQAvJ { top:89.9375rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPhGRHrPMqq2obcHXrOWVL90p40pT5uZ { top:95.1875rem;left:21.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSXtWvmfeee13izee10Hium83s72w19r { width:18.75rem;height:19.5625rem;top:88.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReUS0d1am1rTSI4dTg9MOMlxu6fo4oyu { width:18.75rem;height:19.5625rem;top:109rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrnwT6JDlLq2PS7bxNsTi1HHlDTsUWo { top:124.625rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abI3RwnxcmNqMIl6APSzFP1tComhHmwn { top:122.375rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmTxRoly8T8t5oFgKSWEos03OOCKhbQ { top:114.0625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFHihTFBwleER2JsQx4RypDyRss7J8u { top:89.9375rem;left:38.0625rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiHT2yhLA2Vuhcv1lwJDlzS06WZh3kd { top:18.375rem;left:0rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMFkPRlG0WuqizAsQSWpzezZrgFanSi { width:18.75rem;height:19.5625rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgdQzb7cCh6wrlEIOA9G99SzyUh6KncP { top:113.875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKN7Mu7P25zlzpxE6GJollXK9s4tb1ls { top:111.3125rem;left:6.375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFwB11X7is4iKKcs8c1Ocbvrm2FDbA0h { top:122.3125rem;left:0rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqXfe0yrkNBsg0xVE1qvuMCvAJivDsgy { top:125.25rem;left:0rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4cn5Sfh9SZEzB50duKR4tcJUAnkdssy { top:117.125rem;left:36rem;width:7.3125rem;height:3.2220106599824rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObxvEQi3vHfuCUMhaux2wasSACfvMVfR { width:18.75rem;height:19.5625rem;top:129.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEf5WLy6CabPZ3BP70wcaEKTaO7rE6na { top:134.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAROOgEhS82cqUWT9IUZusiOQFqPnfPD { top:143.125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyq586tSH2gicl77FhcrJreeWODGb4xq { top:131.5625rem;left:22.1875rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1Tm6yGnJ0dCU66QzlwLOKSxGXQUF5L { top:145.375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMAh6dreZGdh5u5N0twL3uOrxtqOFH8 { width:18.75rem;height:19.5625rem;top:129.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDdBlv1CTIwaECGbsnTQTQh8gTOkLB8N { top:134.125rem;left:35.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRWITLMtbTrZoO30t49rgsV9NVgmQ4bu { top:143.125rem;left:33.1875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zqLwg8i9OP6ZzPs7msviE0ff7a14Tb { top:131.6875rem;left:38.125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5MvL6sWuA61mLFgmer0T0FPSxfW5UH { top:145.375rem;left:32.625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteoJRDZLv6u2UATKqOT9mZau2Wc2JTi { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1H9m7zHEZzD85cHMGBSVLl4SvrnUJS { width:8.25rem;height:3.7225042301184rem;top:116.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZdfPReHEs6gPQbPH5Ax9yPpLfKNDMv5 { width:9.25rem;height:3.4147045399629rem;top:95.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVZas6lJk8HM4dlo8S120osT5ncGPPK8 { width:4.3125rem;height:3.75rem;top:137.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNERfRGbWivpFBoMSKP4i4kxMm97abC { width:4.875rem;height:4.875rem;top:137.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WAH1nArVKUTfq2wZ95OtuGqfUEa5ve { top:27.8125rem;left:6.3125rem;width:3.125rem;height:1.9604988967884rem;display:block; }
 }@media only screen and (max-width: 763px) { #hykwGisiMmKfAHEWhGnoEXxzh9L3OC1f { width:3.8125rem;height:3.8125rem;top:33.1875rem;left:5.9984378814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUmXopNdXlaP3zItwZw2H5f1cncJTlMk { top:48.6875rem;left:37.997657775879rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCLMVXt9dlPDHMkNXGSugzTc48qqG0xw { top:50.9375rem;left:35.092189788818rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3l8zukoilUJ48qyp0besvTzVoo4qaPb { top:59.4375rem;left:32.748439788818rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sivqT8CLTpxHU6p02UCgc3NbkGSpJr0F { top:63rem;left:28.875rem;width:18.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq3rFOsQqIV3GElSTWtcTKkzhbP70UJF { top:54.5rem;left:37.373439788818rem;width:4.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLkx8KK6m2KsabVQ9tp1b7AAuaRwuOvi { width:18.75rem;height:19.5625rem;top:109rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1Of9pEyda77FB8qiAyxxTZAg8hJfT4 { top:111.3125rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv6TCr5AqSKgpvToblF9ZhcA7MrmW4GH { top:113.875rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NErOXoQdPCNwFIyQIFFNHQ1oIhry67lW { width:3.1875rem;height:3.1875rem;top:117.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWI03MVDEtc82xG8RsFfBZEaS7TzRt67 { top:122.3125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxryLskIEgaAmGakwbsExfh1ZQo8KzTQ { top:131.5625rem;left:6.3125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoC5ysDET3TOQKanOhuEfLafJzyT23E { top:134.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxrFsuWKRFXTq7WCLW2Tee1mULuBden { width:18.75rem;height:19.5625rem;top:129.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #areTXca3VGQx5rGv3tzAwwUpb5GZ9Si7 { width:3.25rem;height:3.25rem;top:137.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTKulHoysSNpT61WcTzhcoXKEFHJkDS { top:142.5rem;left:0rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvi5uGAl0Vk2hxVHAXERMI6VgZ0mPyH { top:152.8125rem;left:6.4375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrEEtumooe74kx2wo4UTTXQ2R4OtCiBn { top:155.375rem;left:3.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZnnHGT0oa3vevT6azCSnDT89xHgVWwV { width:3.25rem;height:3.25rem;top:158.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd8tTV2pBeAM66IxGZOspGnb0CggpMF7 { top:163.875rem;left:1.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azkPfNdrG51e3wR3vpQog2hAAFwqcVk1 { top:166.125rem;left:0.875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxc9WwGnhAPUEqVgr71dugEi7cvn6vvq { top:152.75rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSB4u0tcAk1Pg8wpWuIKVOEroJelAqA { top:155.3125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QxXZNFzIp88Jqg2eRQXxkXSrxuHwb6 { top:158.3125rem;left:19.8125rem;width:8.125rem;height:3.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZVLQBCMkly7hoJbXGgqnWpEBfXOe1x { top:163.8125rem;left:17.3125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4teBkHqTaAbi5tEtK0lV7zTrA1wGKJg { top:165.5rem;left:16.75rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHVe8COSstwIRn02F0uoydGl5sScTa8 { width:18.75rem;height:19.5rem;top:150.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfLJLG9WqpDeeN6m3pTxvwCahVtATyUU { width:18.75rem;height:19.5rem;top:150.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtAESS6layrfHWdpATGoKo4V8odPyKJ2 { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJpAa6H3PJEPSwU3TrslPXS0420Z1sq { top:48.75rem;left:22.125rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvtAhbDXtbr6klnFaanGbnyEHQGtcnNf { top:51rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOIXkQ9QiZQ0LiI8haQlPRloFNegO3E9 { top:54.4375rem;left:20.592969894409rem;width:6.25rem;height:2.9079878302373rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zXhvilxsUzyqIJxsIuVT0TDrrX51vy { top:59.4375rem;left:16.875rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnoaSkCuh6oQgvPlx4iVTdD8yTHhKoJ { top:63rem;left:15.25rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wovlxEx7C4kWnBOsatAFJ1pZ3Q7a9P { top:48.8125rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meZ0AgyCsUzgoXZ6Gw37PyqLRbl5CWQ8 { top:51.0625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiOzaeSO74qs0PvBmHJPuyTZTxnR1zl { top:59.5rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZfQIguWUnF1TiOEreVAvC26tH67FcDT { top:63.0625rem;left:0rem;width:18.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTfBhE5wM6o2en09GRqK1ueR8OtsoJQ { width:18.75rem;height:19.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAfOKhgA0IG95lI7TCZra3mhOu3KsZ9M { top:69.5rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUSqV82leVZR1UzgBwAxd0V40O1PkZ2 { top:71.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP9RdNP07uwkyZ9hTgKpqTbia9T0yN5U { top:76.375rem;left:1.6875rem;width:12.8125rem;height:1.8660067576752rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5WTmU5tb71MVRfw26ephKvX3hdrm9Q { top:80.1875rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATnQihRW6CvIEbbbBddPhDKygOBWa8X { top:83.0625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ2V4mfN45xW6riTenbfTeZukTw93r8t { top:111.5rem;left:38.0625rem;width:3.125rem;height:2.0222842079451rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZfDgXL79iHrScG138f2t0rFsX6Mcc7 { top:69.5625rem;left:22.125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUNHbJZb8yhKSwRWW5gWcfuJn4I7HV0p { top:71.8125rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELE0WATAJvIsJ114aHUzBma7qtvEkrlI { top:75.3125rem;left:17.688282012939rem;width:12.1875rem;height:3.9793221393035rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPZrARCTzGuMiEtNH2pLq385azv86Qn { top:82.9375rem;left:16.1875rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK4FdOtDmyL1yT3ockeE9bMVSEn9pxOl { width:18.75rem;height:19.5625rem;top:67.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIvoGfpvvU3VcsgTLSat1GvzSlon09kv { top:89.25rem;left:3.53125rem;width:9.0625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #srCELbe95hLyCw0S2gh5bzxm7T3vIva3 { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #SxpdlHXJhQCpPNzcUPUgnMTBKc9xdvnx { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqMldvol0uRvhmNGwuUbDKDKGcwoG7XD { width:11.9375rem;height:2.1875rem;top:54.8125rem;left:2.0789070129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkXdTP7iQys0mJxlufc6gNmmrkek2CSn { width:18.75rem;height:19.5rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRITuRyfhpzZNdUlLV0mPGKwd3myIrx { top:81rem;left:16.6875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlCV1zCtrGBmXtImZsHKNmkKi9SlUGLz { width:3.1875rem;height:3.1875rem;top:75.6875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHqvbPmcUNQE7bKcBO8ALoDpDmv05NG { width:3.8125rem;height:3.8125rem;top:12.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIsBOPet53qCTAG0mhsCnnlvPsmFzlDW { width:18.75rem;height:19.5rem;top:150.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuH4C6u4SczxqnXuffPOiDi9FTsTM6ei { top:152.8125rem;left:38.0625rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8xAcmE6g6HUL1U2zoLTRd2JZp8CLfn { top:155.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduLtmooxkt6RsqfTUG6IyofohgVKXKi { top:157.4375rem;left:36.75rem;width:5.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzE95ZIf9TTbpGC2FpIUk1Lm6FGW6pt { top:163.875rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHo1tp8TrB9ETfDgCIewJWCFkwF7mST { top:165.5625rem;left:28.75rem;width:18.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhXAcdlAeyuuQoQ1nl47PQp59MOEeWdt { width:18.75rem;height:19.5rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Ca6Ei9qL0PhNuEfc2GQte0OrEHWxci { top:173.5625rem;left:6.375rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3kgXdudxqAE0UHRZzoAO5vvedw4rkg { top:176.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2paDR3N1mbg16HZLQWyIWFkySkhnMo5 { top:178.875rem;left:2.96875rem;width:10.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bstHZTg4S22XhzKRIfqsrX1plGQSe7tH { top:184.625rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmVNz5AuUGOTTUqGnxI0ffdmZT4qzwCa { top:186.3125rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEMx5TW1lvBtCS2QTUB6S2e3JSNmxfGK { width:18.75rem;height:19.5rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPprmDXpMkuQcyn4EKFJ1cZ6uRVdZeaz { top:173.5625rem;left:22.25rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS2rFCHfQzu76BHkyLc8K2XqQ0tBQ6RP { top:176.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7eiwRZ2OmXtdCeQmJEB4iKlAsgd1pG7 { top:179.125rem;left:19.71875rem;width:8.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTWgRWLXPmBrzNbWnwhgaNIT8vzTI2r { top:184.625rem;left:13.0625rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAE2WukatMPX2MbOmhCJNiHgiqvLNqyz { top:186.3125rem;left:12.875rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAlMk0b0a724W6WsnZnVTBs2ctqdTz2B { width:18.75rem;height:19.5625rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGpZGolL5XW2l7KqOA6qOPdr1ZeblwM { top:27.9375rem;left:38.0625rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4RPhgr5THw6giU5lE6p5RmtztNcDB5 { top:30.5625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOuNcGSHH23iFFasiFlqCTMubVfsAr4G { width:14.6875rem;height:3.4375rem;top:33.875rem;left:32.061717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcNQM1XBJGRtCeMa1yRTvI64F320aF77 { top:39.5625rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUv7TFt9df8stpNoaM1reerJI7CKr0SF { top:41.6875rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ { display:block; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AW32I50ydRAQHZpIbyQdfp9xiJmJqmrm { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5eZZKHBQtZOqz93L90I3MmDGbv009Bw { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y936pwHtfND6vodboFPgCcCwbRvdI47A { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5lISQu6yTBotfIgX7rB31yNi62HJl3 { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvVXCfmGHrTktUaTAfXZGU2Tk7ntTL5V { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgq15RIaGaL6L3B5fvS5kA6l5dxVwsK1 { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxJvXHC0ANhwqHOQqIJ9OLiRUxsEdAu { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7OhMQVf9UOSIMuCF3TAeHZEmTOr58tt { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDVanvmRmBMFlASwunsc1p3pBUu953gz { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfkrsKVUgCOLvDVDp8N9nyfOQ00Ckv1 { top:7rem;left:38.0625rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrAQi0CxlqLLrCXuh1xkdf6QQ9JGU0o { top:9.5rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WcsOGTVO2IfmoNAS3w1LN1Z1zFfHPq { top:12.3125rem;left:34.625rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99thsLoABTmbnuBcd33hQg9GsknUNmS { top:17.9375rem;left:33.09375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOJxgg8UgWmxEyHTPR081MQnvAFCtiP { top:20.1875rem;left:28.875rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXU2J1cfEDvWvOmENVOHk9nP8EpkuQ84 { top:7rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFTQl32W2zAtPWa8hF6MelhbqoQblZn { top:9.5625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVOa91yI9TTCF5HaZWLIhGB4e69IMtFf { top:12.125rem;left:18.78125rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9r2mbuJAtPzBffM2TDKgGzndNUUeaob { top:17.9375rem;left:17.21875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riQZNKA6VpgQNbHGfRQRtywu1DK3vCc5 { top:20.4375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { display:block; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBJOk48SSnrclPGraWZBc2nWypT7KID { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { top:4.8125rem;left:31.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { top:7.375rem;left:31.9375rem;width:1.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:8.4375rem;height:1.625rem;top:4.875rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:10.125rem;height:1.625rem;top:7.5rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { top:5.6875rem;left:2.0260429382324rem;width:13.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { top:2.1875rem;left:31.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { width:8.4375rem;height:1.625rem;top:2.25rem;left:34.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { width:22.875rem;height:3.3125rem;top:1.4375rem;left:2.0260429382324rem;font-size:1.125rem;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;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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 { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:13.4375rem;height:3.125rem;top:2.1875rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { width:13.75rem;height:2.75rem;top:6.375rem;left:2.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/a99303d7-b912-4489-aea7-8fda1d197fa6/new.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:57.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:20rem;height:5.63671875rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:20rem;height:1.3125rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:20rem;height:14.4375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:38.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:19.4375rem;height:6.334625rem;top:18.125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15007;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:19.4375rem;height:4.22309375rem;top:25.375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AwvGp2ROsqLETOVSH3SphclnOre6cGmF { width:18.75rem;height:4.51171875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#435664;background-image:none;display:block; }#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:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:16.1875rem;height:4.1232625rem;top:3rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:20rem;height:4.5rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:17.25rem;height:4.798825rem;top:11.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:13.5625rem;height:3.19921875rem;top:13.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { width:20rem;height:3.19921875rem;top:18.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:17.25rem;height:4.80143125rem;top:9.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;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) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:20rem;height:3.20095625rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;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) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .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); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:14.0625rem;height:7.5rem;top:19.9375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:28.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { width:20rem;height:13.6875rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { width:20rem;height:4.1232625rem;top:48.6025625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { width:19.9375rem;height:13.4375rem;top:4.5397012578616rem;left:0rem;z-index:15010;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { top:1.7375011444092rem;left:0.125rem;width:19.875rem;height:31.25rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { top:33.875rem;left:0rem;width:19.5625rem;height:22.0625rem;z-index:15012;overflow:hidden;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:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:17.1875rem;height:2.43815rem;top:2.15625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:17rem;height:17.6052375rem;top:23.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:16.875rem;height:5.3125rem;top:53.25rem;left:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { width:16.9375rem;height:14.5625rem;top:6.5625rem;left:1.5812499523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piJ80LXIR8BMhnuBt8NHecJUSGum08CH { width:17.75rem;height:11.25rem;top:16.6337890625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { width:20rem;height:13.509234828496rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { width:20rem;height:14.195250659631rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { width:16.5625rem;height:15.46875rem;top:17.068359375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { width:16.25rem;height:4.8763rem;top:2.4250001907349rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { width:17.1875rem;height:7.5rem;top:7.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { width:16.6875rem;height:6.0026rem;top:35rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { width:17.75rem;height:17.75rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { width:17.8125rem;height:7.50325rem;top:2.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { width:16rem;height:10.75rem;top:11.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUO0SXcruROH5px811mVfPzc7ugpTf1 { display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { width:20rem;height:3.0013rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { width:15.0625rem;height:10rem;top:7.125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { width:20rem;height:8.7708333333331rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { width:20rem;height:2.43815rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { width:20rem;height:3.9388rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { top:10rem;left:0rem;width:20rem;height:17rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { top:28rem;left:0rem;width:20rem;height:17.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { width:20rem;height:2.43815rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { width:20rem;height:3.9388rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMZPlyIC5RRv5w4fevQFMk40s70nELv { width:20rem;height:10.020833333333rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { top:9.875rem;left:0rem;width:20rem;height:19.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { top:29.9375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { width:16.125rem;height:16.125rem;top:72.5966796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:20rem;height:4.1232625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { width:18.75rem;height:12.60091875rem;top:8.8125007152556rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { display:block; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { width:20rem;height:21rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OszGpeTfD74AuxhNOe68aApC4OAUewmx { width:13.9373125rem;height:2.92535rem;top:4.515625rem;left:3.0295141339302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { width:20rem;height:2.59874375rem;top:1.91796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block; }
 }@media only screen and (max-width: 763px) { #mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block; }
 }@media only screen and (max-width: 763px) { #W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id { display:block; }#W32ySwzlcGBN9FLJEzCK6PxX2vpVN3Id > .row .container { width:20rem;height:545.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dmdgPIKQTaqWdukeCqAarRZThV5GW3Ti { width:18.75rem;height:17rem;top:4.7496452331543rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcOHMSvKnZwvqI7ym5TZkpb8TcXR749b { width:20rem;height:1.9487875rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOPccMkIAF6Sz7INZCSUkJSel839O5CT { width:9.0625rem;height:1.3rem;top:9.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #alDme51s1QEu6C2zCCN9w5VcETzRCpUt { width:3.1875rem;height:2.0625rem;top:6.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPJPmE78MydcTNxvVzeZTXRMsEfwkbAy { width:18.75rem;height:19.5625rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBRRSaKfLVou8M42xmmtkp1wtzS9THal { width:3.1875rem;height:2.0625rem;top:25.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIZiuiI8AaaKT04kWaNF8W1fMSLyzCQF { width:9.0625rem;height:1.3rem;top:27.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4zpIJv87iZ53QTph04Akz0TcVaheniV { width:13.1875rem;height:1.3rem;top:36rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcP9qD4r7SzznciRph0P7Ksz8VWLrkrk { width:14.25rem;height:2.8rem;top:38.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnfX970rw9IA4SoDyWgqOaH6r37uO1Hk { width:18.75rem;height:19.5623125rem;top:63.874643325806rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVfTmfJoX3JrhGFuhlyZyzXDLmhDBMIz { width:9.0625rem;height:1.3rem;top:68.50390434265rem;left:5.7812498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVhNMesQcczpGgITJddLIo8s0nXXF1sO { width:13.187125rem;height:1.3rem;top:75.561788558963rem;left:3.7180398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJAxTbCkhL6645Gqds5bC6gVS9hgvn38 { width:14.2498125rem;height:2.8rem;top:79.122669219969rem;left:3.1871448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXyATeb5Rb5ToPvibyNbMa7MDTFwcOXL { width:18.75rem;height:19.5625rem;top:250.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaQ4BLvnvwI89C60lnlJpfOxtgrTp8JE { width:14.25rem;height:2.8rem;top:266.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTMkMlOv5s3ccut8AWEf7RLg4feXuTb { width:18.75rem;height:19.5623125rem;top:84.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJk4AFAqybnvHuioeU49cL8cFcibip6H { width:13.1875rem;height:1.3rem;top:264.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq3bKC4pr9n6ION64oyGxAVqBVJfReeK { width:14.25rem;height:2.8rem;top:99.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR1479QxhhCOrlVuXqX1G9RNihrivl0J { width:13.187125rem;height:1.3rem;top:97.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eI34ig2G4LvIyKt30E6HpnqAoRlda2w5 { width:13.4375rem;height:4.375rem;top:91.3750038147rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJRTxBVhIOI80bEbtNmh3U0IlOUfQtJU { width:3.2492875rem;height:3.2492875rem;top:258.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6eUBtD8g3pGoLIKG3IOboEmn396LRo { width:18.75rem;height:19.5623125rem;top:43.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUtg0Vu9KekkokV3Sdbda32FUCfwotTs { width:9.0625rem;height:1.3rem;top:71.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgTkAZIb1m0rDPPCTHDCJF8Dokp5ztB8 { width:9.0625rem;height:1.3rem;top:255.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIzfxy49kxFwAyI7xaOimtMITQPF47gc { width:18.75rem;height:2.8rem;top:58.124996185302rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEGnbvKTdaqT6TGM2vwvqM2SkxWQnim1 { width:18.8125rem;height:1.3rem;top:55.934375762939rem;left:0.78046894073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOUW9bpyqkCWNl2QCeQDO37QppypAhUU { width:9.0625rem;height:1.3rem;top:47.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOAksAEG2h8BE5iMHW0yhgyodA21J9kc { width:8.8743125rem;height:4.375rem;top:30.217505455017rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghXZwTrNBh8dxr7nHn9Ht6kRX8qoCnaz { width:3.18625625rem;height:1.9984rem;top:45.187320709229rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPDTvTtyLVc2XLW3KoO8JTvrBdbizJgd { width:5.56196875rem;height:3.37446875rem;top:70.841440200806rem;left:7.5301841497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0htvX7v45oAcP7ptSS4OPkzWx5twD9v { width:3.1875rem;height:1.75rem;top:253.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc6UVUCyh6KgcJSmxf9r2uTDKxJzmTUN { width:18.75rem;height:19.5625rem;top:271.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybRUpTCheq0Uepd2odVKVCVbIWfkBZxu { width:14.25rem;height:2.8rem;top:287.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMyiBEQP64wzHuRNVpbhFRkwr5c264S0 { width:13.75rem;height:1.3rem;top:285.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNvhAtlnaPkVTTcWezWATTqZ0RrZnsZh { width:18.75rem;height:19.5614375rem;top:293.12498855591rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMxzoWePoLRgobxFikspMlQbcCBP9BA3 { width:14.2498125rem;height:2.8rem;top:308.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZZgTxmoLwSxsvHcxmBxMZiO8bfcg6P { width:13.187125rem;height:1.3rem;top:306.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAFJoiPoDTVFwh8hQtyPwoFoAhvTobnl { width:18.75rem;height:19.5623125rem;top:229.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7aGHFk5luEqkxoDIIV7D4FomIAS7B7M { width:14.2489375rem;height:2.8rem;top:243.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfanZ4tpO8faPNywMg2TyBrB11fGX0xM { width:9.0625rem;height:1.3rem;top:298.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgl5EpOCexbPbOZzhDwdPTzzwNKMVAQk { width:9.0625rem;height:1.3rem;top:276.3125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMwHXDGLu11VQxqyUpQT1AXtOBx8EvhG { width:9.0625rem;height:1.3rem;top:235.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCcconkn1NgW0qWpXmEo6yEUst7RSMbZ { width:3.18625625rem;height:1.749825rem;top:232.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BATzvgihNL9QpTKMXzAiBXgenR5IQAvJ { width:3.1875rem;height:2.0625rem;top:273.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPhGRHrPMqq2obcHXrOWVL90p40pT5uZ { width:4.31196875rem;height:4.31196875rem;top:279.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSXtWvmfeee13izee10Hium83s72w19r { width:18.75rem;height:19.5625rem;top:293.12345027924rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReUS0d1am1rTSI4dTg9MOMlxu6fo4oyu { width:18.75rem;height:19.5623125rem;top:356rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGrnwT6JDlLq2PS7bxNsTi1HHlDTsUWo { width:14.25rem;height:2.8rem;top:371.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #abI3RwnxcmNqMIl6APSzFP1tComhHmwn { width:13.1875rem;height:1.3rem;top:369.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmTxRoly8T8t5oFgKSWEos03OOCKhbQ { width:9.0625rem;height:1.3rem;top:360.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiFHihTFBwleER2JsQx4RypDyRss7J8u { width:3.1875rem;height:2.0625rem;top:295.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHiHT2yhLA2Vuhcv1lwJDlzS06WZh3kd { width:18.875rem;height:1.3rem;top:17.125000953674rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhMFkPRlG0WuqizAsQSWpzezZrgFanSi { width:18.75rem;height:19.5625rem;top:314.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgdQzb7cCh6wrlEIOA9G99SzyUh6KncP { width:9.0625rem;height:1.3rem;top:319.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKN7Mu7P25zlzpxE6GJollXK9s4tb1ls { width:3.1875rem;height:2.0625rem;top:316.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFwB11X7is4iKKcs8c1Ocbvrm2FDbA0h { width:13.187125rem;height:1.3rem;top:328.1875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqXfe0yrkNBsg0xVE1qvuMCvAJivDsgy { width:14.2498125rem;height:1.4rem;top:330.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4cn5Sfh9SZEzB50duKR4tcJUAnkdssy { width:7.3748125rem;height:3.2492875rem;top:363.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObxvEQi3vHfuCUMhaux2wasSACfvMVfR { width:18.75rem;height:19.5623125rem;top:419.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zEf5WLy6CabPZ3BP70wcaEKTaO7rE6na { width:9.0625rem;height:1.3rem;top:424.5rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAROOgEhS82cqUWT9IUZusiOQFqPnfPD { width:13.1875rem;height:1.3rem;top:432.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyq586tSH2gicl77FhcrJreeWODGb4xq { width:3.18625625rem;height:2.062325rem;top:421.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm1Tm6yGnJ0dCU66QzlwLOKSxGXQUF5L { width:14.25rem;height:2.8rem;top:434.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETMAh6dreZGdh5u5N0twL3uOrxtqOFH8 { width:18.75rem;height:19.5625rem;top:377.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDdBlv1CTIwaECGbsnTQTQh8gTOkLB8N { width:9.0625rem;height:1.3rem;top:381.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRWITLMtbTrZoO30t49rgsV9NVgmQ4bu { width:13.1875rem;height:1.3rem;top:390.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8zqLwg8i9OP6ZzPs7msviE0ff7a14Tb { width:3.18714375rem;height:2.062325rem;top:357.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RC5MvL6sWuA61mLFgmer0T0FPSxfW5UH { width:14.25rem;height:2.8rem;top:392.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nteoJRDZLv6u2UATKqOT9mZau2Wc2JTi { width:3rem;height:2rem;top:86.562505722044rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf1H9m7zHEZzD85cHMGBSVLl4SvrnUJS { width:7.7494375rem;height:3.49964375rem;top:322.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZdfPReHEs6gPQbPH5Ax9yPpLfKNDMv5 { width:9.6235625rem;height:3.5609rem;top:300.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVZas6lJk8HM4dlo8S120osT5ncGPPK8 { width:4.3125rem;height:3.75rem;top:385rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzNERfRGbWivpFBoMSKP4i4kxMm97abC { width:4.25rem;height:4.25rem;top:426.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9WAH1nArVKUTfq2wZ95OtuGqfUEa5ve { width:3.125rem;height:1.9593375rem;top:65.9081993103rem;left:8.5617898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #hykwGisiMmKfAHEWhGnoEXxzh9L3OC1f { width:3.81214375rem;height:3.81214375rem;top:51.186076164246rem;left:8.0930398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUmXopNdXlaP3zItwZw2H5f1cncJTlMk { width:3.37446875rem;height:2.1875rem;top:169.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCLMVXt9dlPDHMkNXGSugzTc48qqG0xw { width:9.0625rem;height:1.3rem;top:171.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3l8zukoilUJ48qyp0besvTzVoo4qaPb { width:13.75rem;height:1.3rem;top:179.5625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sivqT8CLTpxHU6p02UCgc3NbkGSpJr0F { width:14.1868125rem;height:1.4rem;top:182.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq3rFOsQqIV3GElSTWtcTKkzhbP70UJF { width:4.249825rem;height:2.87464375rem;top:174.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLkx8KK6m2KsabVQ9tp1b7AAuaRwuOvi { width:18.75rem;height:19.5rem;top:335.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe1Of9pEyda77FB8qiAyxxTZAg8hJfT4 { width:3.125rem;height:2.0221132557953rem;top:337.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qv6TCr5AqSKgpvToblF9ZhcA7MrmW4GH { width:9.0625rem;height:1.3rem;top:339.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NErOXoQdPCNwFIyQIFFNHQ1oIhry67lW { width:3.1875rem;height:3.1875rem;top:343rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWI03MVDEtc82xG8RsFfBZEaS7TzRt67 { width:13.125rem;height:1.3rem;top:348.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxryLskIEgaAmGakwbsExfh1ZQo8KzTQ { width:3.125rem;height:2.0221132557953rem;top:400.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpoC5ysDET3TOQKanOhuEfLafJzyT23E { width:9.0625rem;height:1.3rem;top:402.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #INxrFsuWKRFXTq7WCLW2Tee1mULuBden { width:18.75rem;height:19.4993125rem;top:398.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #areTXca3VGQx5rGv3tzAwwUpb5GZ9Si7 { width:3.1875rem;height:3.1875rem;top:406.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnTKulHoysSNpT61WcTzhcoXKEFHJkDS { width:17.8125rem;height:1.21875rem;top:410.8125rem;left:1.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUvi5uGAl0Vk2hxVHAXERMI6VgZ0mPyH { width:3.125rem;height:2.0221132557953rem;top:442.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrEEtumooe74kx2wo4UTTXQ2R4OtCiBn { width:9.0625rem;height:1.3rem;top:445.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZnnHGT0oa3vevT6azCSnDT89xHgVWwV { width:3.18714375rem;height:3.18714375rem;top:448rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yd8tTV2pBeAM66IxGZOspGnb0CggpMF7 { width:13.125rem;height:1.3rem;top:453.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azkPfNdrG51e3wR3vpQog2hAAFwqcVk1 { width:14.1868125rem;height:2.8rem;top:455.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxc9WwGnhAPUEqVgr71dugEi7cvn6vvq { width:3.125rem;height:2.0221132557953rem;top:463rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnSB4u0tcAk1Pg8wpWuIKVOEroJelAqA { width:9.0625rem;height:1.3rem;top:465.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1QxXZNFzIp88Jqg2eRQXxkXSrxuHwb6 { width:8.125rem;height:3.246625rem;top:468.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #htZVLQBCMkly7hoJbXGgqnWpEBfXOe1x { width:13.125rem;height:1.3rem;top:474.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4teBkHqTaAbi5tEtK0lV7zTrA1wGKJg { width:14.1868125rem;height:2.8rem;top:476.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaHVe8COSstwIRn02F0uoydGl5sScTa8 { width:18.75rem;height:19.4993125rem;top:440.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfLJLG9WqpDeeN6m3pTxvwCahVtATyUU { width:18.75rem;height:19.5rem;top:461.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtAESS6layrfHWdpATGoKo4V8odPyKJ2 { width:18.75rem;height:19.5rem;top:147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQJpAa6H3PJEPSwU3TrslPXS0420Z1sq { width:3.3125rem;height:2.1473287461915rem;top:148.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvtAhbDXtbr6klnFaanGbnyEHQGtcnNf { width:9.0625rem;height:1.3rem;top:151.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOIXkQ9QiZQ0LiI8haQlPRloFNegO3E9 { width:6.25rem;height:2.9074074074074rem;top:154.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2zXhvilxsUzyqIJxsIuVT0TDrrX51vy { width:13.75rem;height:1.3rem;top:159.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTnoaSkCuh6oQgvPlx4iVTdD8yTHhKoJ { width:14.1868125rem;height:1.4rem;top:161.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9wovlxEx7C4kWnBOsatAFJ1pZ3Q7a9P { width:3.312325rem;height:2.1466625rem;top:128.8125038147rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meZ0AgyCsUzgoXZ6Gw37PyqLRbl5CWQ8 { width:18.875rem;height:1.3rem;top:131.0000038147rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbiOzaeSO74qs0PvBmHJPuyTZTxnR1zl { width:13.75rem;height:1.3rem;top:139.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZfQIguWUnF1TiOEreVAvC26tH67FcDT { width:14.1868125rem;height:1.4rem;top:142.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRTfBhE5wM6o2en09GRqK1ueR8OtsoJQ { width:18.75rem;height:19.4993125rem;top:188.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAfOKhgA0IG95lI7TCZra3mhOu3KsZ9M { width:3.312325rem;height:2.1466625rem;top:211.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmUSqV82leVZR1UzgBwAxd0V40O1PkZ2 { width:9.0625rem;height:1.3rem;top:214.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP9RdNP07uwkyZ9hTgKpqTbia9T0yN5U { width:12.8125rem;height:1.8652375rem;top:197.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip5WTmU5tb71MVRfw26ephKvX3hdrm9Q { width:13.75rem;height:1.3rem;top:201.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OATnQihRW6CvIEbbbBddPhDKygOBWa8X { width:14.1868125rem;height:1.4rem;top:204.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ2V4mfN45xW6riTenbfTeZukTw93r8t { width:3.125rem;height:2.022375rem;top:379.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaZfDgXL79iHrScG138f2t0rFsX6Mcc7 { width:3.312325rem;height:2.1466625rem;top:190.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUNHbJZb8yhKSwRWW5gWcfuJn4I7HV0p { width:9.0625rem;height:1.3rem;top:193.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELE0WATAJvIsJ114aHUzBma7qtvEkrlI { width:11.1239375rem;height:3.624825rem;top:217.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOPZrARCTzGuMiEtNH2pLq385azv86Qn { width:14.1868125rem;height:1.4rem;top:225.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK4FdOtDmyL1yT3ockeE9bMVSEn9pxOl { width:18.75rem;height:19.5rem;top:209.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIvoGfpvvU3VcsgTLSat1GvzSlon09kv { width:9.0625rem;height:1.3rem;top:88.937505722044rem;left:5.46875rem;font-size:1rem;z-index:15210;display:block; }
 }@media only screen and (max-width: 763px) { #srCELbe95hLyCw0S2gh5bzxm7T3vIva3 { width:18.75rem;height:19.4993125rem;top:167.6875rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #SxpdlHXJhQCpPNzcUPUgnMTBKc9xdvnx { width:13.75rem;height:1.3rem;top:223rem;left:3.0625rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #DqMldvol0uRvhmNGwuUbDKDKGcwoG7XD { width:11.625rem;height:2.125rem;top:134.31172180176rem;left:4.1875rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #SkXdTP7iQys0mJxlufc6gNmmrkek2CSn { width:18.75rem;height:19.5rem;top:126.18672180176rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JKRITuRyfhpzZNdUlLV0mPGKwd3myIrx { width:13.75rem;height:1.3rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #OlCV1zCtrGBmXtImZsHKNmkKi9SlUGLz { width:3.18714375rem;height:3.18714375rem;top:238.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhHqvbPmcUNQE7bKcBO8ALoDpDmv05NG { width:3.8125rem;height:3.8125rem;top:12.092968940735rem;left:8.09375rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #QIsBOPet53qCTAG0mhsCnnlvPsmFzlDW { width:18.75rem;height:19.5rem;top:482.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuH4C6u4SczxqnXuffPOiDi9FTsTM6ei { width:3.0625rem;height:2rem;top:484.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP8xAcmE6g6HUL1U2zoLTRd2JZp8CLfn { width:18.75rem;height:1.3rem;top:486.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rduLtmooxkt6RsqfTUG6IyofohgVKXKi { width:5.6875rem;height:4.875rem;top:489.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwzE95ZIf9TTbpGC2FpIUk1Lm6FGW6pt { width:18.625rem;height:1.3rem;top:495.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUHo1tp8TrB9ETfDgCIewJWCFkwF7mST { width:18.6875rem;height:2.8rem;top:497.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhXAcdlAeyuuQoQ1nl47PQp59MOEeWdt { width:18.75rem;height:19.5rem;top:502.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Ca6Ei9qL0PhNuEfc2GQte0OrEHWxci { width:3.0625rem;height:2rem;top:505rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RB3kgXdudxqAE0UHRZzoAO5vvedw4rkg { width:9.0625rem;height:1.3rem;top:507.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2paDR3N1mbg16HZLQWyIWFkySkhnMo5 { width:9.0625rem;height:3.375rem;top:511rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bstHZTg4S22XhzKRIfqsrX1plGQSe7tH { width:13.1875rem;height:1.3rem;top:516rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmVNz5AuUGOTTUqGnxI0ffdmZT4qzwCa { width:18.875rem;height:2.8rem;top:517.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEMx5TW1lvBtCS2QTUB6S2e3JSNmxfGK { width:18.75rem;height:19.5rem;top:523.81251335144rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPprmDXpMkuQcyn4EKFJ1cZ6uRVdZeaz { width:3.0625rem;height:2rem;top:526.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS2rFCHfQzu76BHkyLc8K2XqQ0tBQ6RP { width:9.0625rem;height:1.3rem;top:529.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7eiwRZ2OmXtdCeQmJEB4iKlAsgd1pG7 { width:8.5rem;height:3.25rem;top:531.68751335144rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWTWgRWLXPmBrzNbWnwhgaNIT8vzTI2r { width:13.1875rem;height:1.3rem;top:536.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAE2WukatMPX2MbOmhCJNiHgiqvLNqyz { width:18.875rem;height:2.8rem;top:538.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAlMk0b0a724W6WsnZnVTBs2ctqdTz2B { width:18.75rem;height:19.5625rem;top:105.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXGpZGolL5XW2l7KqOA6qOPdr1ZeblwM { width:3.125rem;height:2.0625rem;top:107.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB4RPhgr5THw6giU5lE6p5RmtztNcDB5 { width:9.0625rem;height:1.3rem;top:110.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOuNcGSHH23iFFasiFlqCTMubVfsAr4G { width:14.6875rem;height:3.4375rem;top:113.06250762939rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcNQM1XBJGRtCeMa1yRTvI64F320aF77 { width:13.1875rem;height:1.3rem;top:118.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUv7TFt9df8stpNoaM1reerJI7CKr0SF { width:14.25rem;height:2.8rem;top:120.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ { display:block; }#G1WgRuBZv9mF94Tk1PlDfhBxaBdoSBtZ > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AW32I50ydRAQHZpIbyQdfp9xiJmJqmrm { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5eZZKHBQtZOqz93L90I3MmDGbv009Bw { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y936pwHtfND6vodboFPgCcCwbRvdI47A { width:18.75rem;height:19.5625rem;top:25.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ie5lISQu6yTBotfIgX7rB31yNi62HJl3 { width:18.75rem;height:19.5rem;top:46.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvVXCfmGHrTktUaTAfXZGU2Tk7ntTL5V { width:3.1875rem;height:1.6875rem;top:6.6365356445312rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgq15RIaGaL6L3B5fvS5kA6l5dxVwsK1 { width:9.0625rem;height:1.3rem;top:9.0113525390625rem;left:5.3123220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTxJvXHC0ANhwqHOQqIJ9OLiRUxsEdAu { width:8.2493125rem;height:3.68696875rem;top:12.073150634766rem;left:5.6239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7OhMQVf9UOSIMuCF3TAeHZEmTOr58tt { width:13.1875rem;height:1.3rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDVanvmRmBMFlASwunsc1p3pBUu953gz { width:14.25rem;height:2.8rem;top:19.698669433594rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTfkrsKVUgCOLvDVDp8N9nyfOQ00Ckv1 { width:3.1875rem;height:1.9375rem;top:48.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOrAQi0CxlqLLrCXuh1xkdf6QQ9JGU0o { width:9.0625rem;height:1.3rem;top:50.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5WcsOGTVO2IfmoNAS3w1LN1Z1zFfHPq { width:10rem;height:3.75rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C99thsLoABTmbnuBcd33hQg9GsknUNmS { width:13.1875rem;height:1.3rem;top:59.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtOJxgg8UgWmxEyHTPR081MQnvAFCtiP { width:14.25rem;height:2.8rem;top:61.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXU2J1cfEDvWvOmENVOHk9nP8EpkuQ84 { width:3.1875rem;height:2.0625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRFTQl32W2zAtPWa8hF6MelhbqoQblZn { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVOa91yI9TTCF5HaZWLIhGB4e69IMtFf { width:8.5rem;height:3.5625rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9r2mbuJAtPzBffM2TDKgGzndNUUeaob { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riQZNKA6VpgQNbHGfRQRtywu1DK3vCc5 { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { display:block; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBJOk48SSnrclPGraWZBc2nWypT7KID { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { width:1.875rem;height:1.875rem;top:12.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { width:1.875rem;height:1.8120125rem;top:14.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:8.4375rem;height:1.68728125rem;top:12.3125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:10.1875rem;height:1.68728125rem;top:14.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { width:13.4375rem;height:3.125rem;top:19.249118804932rem;left:3.2812502980233rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { width:1.875rem;height:1.875rem;top:9.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { width:8.4375rem;height:1.68728125rem;top:9.5rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { width:20rem;height:5.9082rem;top:1.9986972808838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }