.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:223,242,240;--color-primary-1:160,217,209;--color-primary-2:97,191,179;--color-primary-3:0,181,225;--color-primary-4:0,169,79;--color-secondary-0:255,230,219;--color-secondary-1:255,171,134;--color-secondary-2:254,86,12;--color-secondary-3:127,43,6;--color-secondary-4:38,13,2;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:block; }#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.5623125rem;top:2.1875rem;left:14.342449188233rem;overflow:hidden;display:block; }
#RHOE1Cnbvzh4V9VcvUO98nIy8b52UNkW { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;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.0950625rem;height:2.79730625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.5846354961395rem;left:29.725479125976rem;display:block; }
#cJTiJNTKtRuhQd7oOaLb4Gbf2TTUfKXe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:rgba(var(--color-tertiary-4),1);background-image:url("https://images.assets-landingi.com/uc/dfc3dcd1-5b30-454e-9e9d-6b8b5be81887/HomeBGtopASIA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:48.5rem;width:60rem;overflow:visible;position:relative;display:block; }#vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { 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:18.0625rem;width:49.5625rem;top:25.5rem;left:0.869140625rem;overflow:hidden;display:none; }
#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.4990234375rem;left:5rem;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; }
#ogrxEItOJr28sauxkGErbnOnlsqdwQgx { 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:6.12305rem;width:25rem;top:11.436767578125rem;left:5rem;overflow:hidden;display:block; }
#u11N8hk0qTZ3BLHTIaGSZoOUf3BeBnd3 { 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:12.5rem;width:19.0625rem;top:40.625001907349rem;left:23.625217437744rem;overflow:hidden;display:block; }
#CMP5qncdELC6C8GHB6VATvJP8MUnU5bt { 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:12.5rem;width:18.061rem;top:40.625001907349rem;left:12.068141937256rem;overflow:hidden;display:block; }
#n8wm6FNQCvqqDZX5wrGvKVGuT7KdWAHz { 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:12.5rem;width:17.9373125rem;top:40.625001907349rem;left:0rem;overflow:hidden;display:block; }
#hngTTKvPpMxlZphP1tABMvbWuGTWukwx { 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:13.5623125rem;width:18.5623125rem;top:40.093317031861rem;left:37.374130249024rem;overflow:hidden;display:block; }
#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19a27a3a-4359-4e2c-9cde-0f8b3b90717c/HomeBGimage02ASIA.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.adaptive-delivery-prevent-bg, #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.lazyload, #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.lazyloading { background-image: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { background-color: transparent; background-image: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container > .video-iframe-container { display: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.7); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row > .video-iframe-container { display: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .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); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { border-width: 0; border-radius: 0; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:60rem;position:relative;display:block; }#UokL8LrOaa4LawqPwfmbqXIQzafCbv0v { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:18.56201171875rem;left:5rem;height:5.625rem;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; }
#vqRCJ2kNOZTWfBAFlV2gMHGrKQbWgT83 { 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:6.125rem;width:17.3125rem;top:9.75rem;left:5rem;overflow:hidden;display:block; }
#coNhDKdF4izn7VMB6A7t6cCxVFimrk7w { color:rgba(var(--color-tertiary-0),1);display:block;width:42.5610625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:28.431396484375rem;left:5rem;height:2.8125rem;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; }
#TDHlUoVJSWEBSsKm9szeGdkVJpCJZ52Q { color:rgba(var(--color-tertiary-0),1);display:block;width:29.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:33.25439453125rem;left:5rem;height:5.625rem;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; }
#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc { position:relative;display:block; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc { background-color: transparent; background-image: none; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row .container > .video-iframe-container { display: none; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row > .video-iframe-container { display: none; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .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); }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc { border-width: 0; border-radius: 0; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .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; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;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; }#SeuGwq3zTpB6W56xLPno2kwL6dDzUBp2 { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3.6208782196045rem;left:6.71875rem;height:2.8125rem;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; }
#JFKChwD5mcuAfLdgQBWktzCv8RnW8J11 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:8.255615234375rem;left:5.28076171875rem;height:5.24739375rem;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; }
#TQNECT3CGBsKffA9ivAJqykqCOslJpH2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.062rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:8.255615234375rem;left:34.468994140625rem;height:3.4982625rem;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; }
#sKuzT8FXkTcPiB3pupvAPp92swByu40R { color:rgba(var(--color-primary-4),1);display:block;width:22.37425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:3.62060546875rem;left:33.812255859375rem;height:2.8125rem;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; }
#CWs411TB2446kTXhbaHeCgbFNLVrJBUG { position:relative;display:block; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG { background-color: transparent; background-image: none; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row .container > .video-iframe-container { display: none; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row > .video-iframe-container { display: none; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .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); }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG { border-width: 0; border-radius: 0; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .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; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:17.9375rem;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; }#bo9tFTGbJQ8zBxZT5wglF1VtN1eMLzUe { color:rgba(var(--color-primary-4),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:3.6208782196045rem;left:6.71875rem;height:2.8125rem;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; }
#KueRcFkkyRxByJvZJHdohkemRBiZzmW0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:7.8173828125rem;left:5.28076171875rem;height:5.24739375rem;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; }
#tsCrZXQgvuELZWDRan5Nd6aaQ3hqv0ZF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4360625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:7.816162109375rem;left:35.28076171875rem;height:5.24739375rem;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; }
#VW8TtmJVMXLDoTa0TwJ5prFPIky3Zwxv { color:rgba(var(--color-primary-4),1);display:block;width:21.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:3.6197929382324rem;left:34.343536376953rem;height:2.8125rem;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; }
#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1919;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; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container { background-color: transparent; background-image: none; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container > .video-iframe-container { display: none; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row > .video-iframe-container { display: none; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .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); }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container { border-width: 0; border-radius: 0; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:60rem;position:relative;display:block; }#VMZCuxo9qTV2ITJvgDTy0AJrQEPbNyH5 { 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:12.5rem;width:12.5rem;top:3.12255859375rem;left:1.25rem;overflow:hidden;display:block; }
#VkpcaFsOr5TgvNTRcf5TrdaHyk2vLHNo { 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:12.5rem;width:12.5rem;top:2.498779296875rem;left:16.25rem;overflow:hidden;display:block; }
#AVqne1p71QVrHvlbbdAsCZmwmd1vglPe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-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:12.5rem;width:12.5rem;top:2.498779296875rem;left:46.25rem;overflow:hidden;display:block; }
#M4xHQTcclTwxTZR4LJUtygowT49EQ8hW { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:3.12255859375rem;left:31.25rem;overflow:hidden;display:block; }
#XzikSuN8cOVeHTiddPahURDRXlNmRGRO { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:17.03369140625rem;left:1.40625rem;height:4.72330625rem;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; }
#AJnne09cvRlHZxvAN4Ai0dEhNQTeCpkv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:17.032470703125rem;left:16.40625rem;height:4.72330625rem;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; }
#NxVbTauKdyp06BbdEDl8v7p8tUer2Lsu { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:17.03369140625rem;left:46.4990234375rem;height:6.29775rem;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; }
#fHyV7L1udCiM08SlTs9D6VJcCaNWspHs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:17.03369140625rem;left:31.40625rem;height:7.8721875rem;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; }
#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU { position:relative;display:block; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU { background-color: transparent; background-image: none; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row .container > .video-iframe-container { display: none; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row > .video-iframe-container { display: none; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .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); }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU { border-width: 0; border-radius: 0; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .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; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:52.1875rem;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; }#vU3mEGQK7ph4Hzr2yXJ1XeZyJlKfNR1m { 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:26.5rem;width:30.3125rem;top:4.0614051818847rem;left:29.6875rem;overflow:hidden;display:block; }
#Cv1PCKtsQ4As04m1lFWBznWv5OUsEvMP { color:rgba(var(--color-tertiary-0),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:5.43701171875rem;left:5rem;height:3.9375rem;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; }
#Ev7WzPZ9LR6PIBf6uC3yevaTpkEKMsJW { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1870625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:34.375rem;left:5rem;height:2.8125rem;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; }
#zawb4J20UWePybqb3r9AOO5XpW0QD6Pt { color:rgba(var(--color-tertiary-0),1);display:block;width:29.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:39.3115234375rem;left:5rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cLnSkoitXm8QHeeIIMCeL32hJS2vfv1G { color:rgba(var(--color-tertiary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:9.373779296875rem;left:5rem;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; }
#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M { 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; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container { background-color: transparent; background-image: none; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container > .video-iframe-container { display: none; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row > .video-iframe-container { display: none; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .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); }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container { border-width: 0; border-radius: 0; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:block; }#hiOfSXqtW9FzRfcQW5xpW02JrCnBgdE1 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:2.8732643127441rem;height:6.9965rem;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; }
#Wz3ZvqAfFeK5cuPLnXfBwLCLhPLD9S8s { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.8098945617676rem;left:2.8732643127441rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#p7Ugr3IfCdmpo9Hvu3KXb4Pxx8OKidr1 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.8088092803955rem;left:22.937282562256rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oXpkgRNowsiHETWnVW8n9iyObm9Z0ZPA { color:rgba(var(--color-tertiary-4),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:22.937282562256rem;height:5.24739375rem;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; }
#LVC18UtU6FB5IXlHa7pWXeexI7hU1ZmI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.808349609375rem;left:43.2177734375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Sfd8QqS2yXZhSLRyxV5NE9Ov6gFOGSux { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19.747314453125rem;left:43.34228515625rem;height:12.2439375rem;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; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#1a1919;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; }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#PG84t1UTheS2rC6CL2ecZVfMVNkIvwC0 { 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:27.6855625rem;width:39.4995rem;top:15.74951171875rem;left:10.2490234375rem;overflow:hidden;display:block; }
#JZiBafWALK1sNX9Sp9QCCfEe2XTzTAwE { color:rgba(var(--color-tertiary-0),1);display:block;width:51.062rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.867919921875rem;left:5.374755859375rem;height:6.18489375rem;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; }
#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1919;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; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container { background-color: transparent; background-image: none; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container > .video-iframe-container { display: none; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row > .video-iframe-container { display: none; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .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); }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container { border-width: 0; border-radius: 0; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container { font-size:0.875rem;font-family:arial;height:91.25rem;width:60rem;position:relative;display:block; }#LR8PussFd1u3vLuyBnxIUhkTqltRCeDg { 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:20.3125rem;width:38rem;top:66.49658203125rem;left:10.499267578125rem;overflow:hidden;display:block; }
#WICS7oCTq8UG2gCvbTcswEQMHSuizGc5 { color:rgba(var(--color-tertiary-0),1);display:block;width:47.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:5.054931640625rem;left:4.1552734375rem;height:4.1232625rem;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; }
#Tnk8SKtiXMfRGx0wCBtzfl4KyWuT6g9Q { color:rgba(var(--color-tertiary-0),1);display:block;width:49.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:12.74658203125rem;left:4.1552734375rem;height:49.994575rem;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; }
#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq { background-color:rgba(var(--color-tertiary-4),0.3);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; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { background-color: transparent; background-image: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container > .video-iframe-container { display: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row > .video-iframe-container { display: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .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); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { border-width: 0; border-radius: 0; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#fWiVZWIciM64rtSdTwPI6SwkuwHlhDzt { color:rgba(var(--color-secondary-2),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.25rem;left:5rem;height:3.93663125rem;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; }
#seuUTlLTqx1ErHvdNPJ5LfWiaHfDuE4f { color:rgba(var(--color-tertiary-0),1);display:block;width:46.1865rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:34.81201171875rem;left:5rem;height:2.8125rem;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; }
#ZuHpNTPGD1Ann5JANoRsuLd11fFqVhDS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.2480625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:40rem;left:5rem;height:5.625rem;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; }
#d5whccqddg4KiESUJ7gg1R8VGFONslAI { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.25rem;left:5rem;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; }
#iX6awQE2ZfWaacMdqJ3vicPMdMLueXHy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-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.8125rem;width:27.5625rem;top:4.0625rem;left:31.25rem;overflow:hidden;display:block; }
#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container { background-color: transparent; background-image: none; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container > .video-iframe-container { display: none; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row > .video-iframe-container { display: none; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .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); }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container { border-width: 0; border-radius: 0; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:60rem;position:relative;display:block; }#pHGp4IKQybZdvpRmIFRfuo1V0dB8hElp { color:rgba(var(--color-tertiary-0),1);display:block;width:15.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:2.8732643127441rem;height:5.24739375rem;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; }
#Z7rmiTnxE3RE9kieto3Sb78IxIkTDpLA { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.8095703125rem;left:2.872314453125rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yFV5i5rVievWZnX46dCF0VMWQm9T1mlI { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.8088092803955rem;left:22.937282562256rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KJKR8nO7zsLBmhpFNr4Wenft0OuwsidT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:22.937282562256rem;height:8.7456875rem;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; }
#Xty0fJ3pfvEZoBJuWxhU36X1RIan0xXH { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.808349609375rem;left:43.2177734375rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmhFbgPgFIMiSMKrqUpyt19fThNDsAy3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19.747180938721rem;left:43.343101501465rem;height:3.4982625rem;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; }
#mU1faCwym9foHNaWllHErg1yziME1cim { background-color:rgba(var(--color-tertiary-4),0.3);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; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { background-color: transparent; background-image: none; }#mU1faCwym9foHNaWllHErg1yziME1cim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container > .video-iframe-container { display: none; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row > .video-iframe-container { display: none; }#mU1faCwym9foHNaWllHErg1yziME1cim > .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); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { border-width: 0; border-radius: 0; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:60rem;overflow:visible;position:relative;display:block; }#SL6uFaLrPQZQ8nuUixhHays7AGcsmMyD { color:rgba(var(--color-primary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.25rem;left:5rem;height:3.9375rem;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; }
#Azwg4wZWa594FITSMzAaWDeIc9TMn3Uz { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:34.375rem;left:5rem;height:2.8125rem;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; }
#mP14fcsqHz4yoGIP4p6vFWgVQd3CurcN { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:40rem;left:5rem;height:13.99305rem;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; }
#DSkoGu7SyhaMRhfKTAldivWmPl3N6mcP { color:rgba(var(--color-tertiary-0),1);display:block;width:24.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.25rem;left:5rem;height:12.5998125rem;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; }
#pAQSg7rkD4uZrWKycQUG8AyTfLIfq31h { 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:26.8125rem;width:25.8125rem;top:4.0625rem;left:32.8125rem;overflow:hidden;display:block; }
#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container { background-color: transparent; background-image: none; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container > .video-iframe-container { display: none; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row > .video-iframe-container { display: none; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .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); }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container { border-width: 0; border-radius: 0; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:60rem;position:relative;display:block; }#yN44MFuJOxUMQcB2MBoxmCFk2iq5w5on { color:rgba(var(--color-tertiary-0),1);display:block;width:15.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:2.8732643127441rem;height:15.74218125rem;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; }
#Ob8IWw3VemdzRP8ZVP8E5V3SqqVuRMMR { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.8098945617676rem;left:2.8732643127441rem;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; }
#mRzAqVVxph4z8sVlWv4uGwXyyLd0UTyF { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.8088092803955rem;left:22.937282562256rem;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; }
#GV5p9HQ3fQSrbcnp32GXkrC1WAK7Eu1K { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:19.749130249024rem;left:22.937282562256rem;height:12.24391875rem;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; }
#Api3fHrcS5KO7RuEqB13lXZ8OQImLTpC { color:rgba(var(--color-tertiary-0),1);display:block;width:14.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.8088092803955rem;left:43.218315124512rem;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; }
#w8UrGBwPmR774cqOqZOdwClBfDqGPfvA { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:19.74609375rem;left:43.34228515625rem;height:12.24391875rem;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; }
#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI { background-color:rgba(var(--color-tertiary-4),0.3);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; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { background-color: transparent; background-image: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container > .video-iframe-container { display: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row > .video-iframe-container { display: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .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); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { border-width: 0; border-radius: 0; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { font-size:0.875rem;font-family:arial;height:52.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#gMeOgp4VbMBZOeoQTE9XP7T8lT5QGdSl { color:rgba(var(--color-primary-3),1);display:block;width:27.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.25rem;left:5rem;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; }
#Ml0T0QC1OBobRRGtoxrGLygNhVfRPWHA { color:rgba(var(--color-tertiary-0),1);display:block;width:47.937rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:35.9375rem;left:5rem;height:2.8125rem;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; }
#ehl4EFLZB4LFTSCkeZh3ZzdPJsUitwB4 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:40.936279296875rem;left:4.53125rem;height:5.625rem;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; }
#mt69Z7XIwropOlTbxfQz1F8heXfatrKz { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:11.25rem;left:5rem;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; }
#D85MZqRsTTL04LzFvtR9WEb7fTuiCMxs { 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:30.9375rem;width:28.625rem;top:4.0625rem;left:31.375rem;overflow:hidden;display:block; }
#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container { background-color: transparent; background-image: none; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container > .video-iframe-container { display: none; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row > .video-iframe-container { display: none; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .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); }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container { border-width: 0; border-radius: 0; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#LFibaVITWFm267QlX8XtLUFH58DVcTT6 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:15.37353515625rem;left:2.872314453125rem;height:6.9965rem;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; }
#aUHNFfTkWa1b04MInC8vTf78oCI3ESLE { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:4.8095703125rem;left:2.872314453125rem;height:7.874375rem;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; }
#n7SXOLvC7QlEe1mQDwlSMwWDOfGMLWFP { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:4.8095703125rem;left:21.71875rem;height:7.874375rem;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; }
#RcTtKWUkXr0ZS4AFSu8ExKiPCtXhXTmK { color:rgba(var(--color-tertiary-0),1);display:block;width:14.8108125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:15.37353515625rem;left:21.71875rem;height:8.7456875rem;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; }
#EFUfIZl6rOnqWAddp2okeKZzDaJTgoK3 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.62475rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.8095703125rem;left:41.685791015625rem;height:7.874375rem;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; }
#znXnNWbHKt7VhRtxBq9OLTx30mCX9ibl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:15.37353515625rem;left:42.279052734375rem;height:3.4982625rem;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; }
#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container { background-color: transparent; background-image: none; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container > .video-iframe-container { display: none; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row > .video-iframe-container { display: none; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .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); }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container { border-width: 0; border-radius: 0; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#vP5Gk6g45DEbQlxmKyfiZFixJ0f6JSH8 { color:rgba(var(--color-tertiary-0),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; }
#F5f2wUhgrSDUcggfBlLqTGahQxO7M1QK { color:rgba(var(--color-tertiary-0),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.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3yftXeFZNKsIpqzCEOLAen1IwCzgmgP { background-color:#61bfb3;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; }
#bmIe2d2N8zrSLqFfTRTWLQsCQzMslq4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shSO72lMobupfJyhBWE5dqZFW6KQU6MA { 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; }
#m2bEvQc68o3oKUkuecm5Kq0DbUwmt3At { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cLuQMDkOe7BpTeTOLhvZ9HVWEPyEGwLy { 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; }
#abisv2Ng2yyO559UguAqako7pqHXiynI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container { background-color: transparent; background-image: none; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container > .video-iframe-container { display: none; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row > .video-iframe-container { display: none; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .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); }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container { border-width: 0; border-radius: 0; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container { font-size:0.875rem;font-family:arial;height:193.0625rem;width:60rem;position:relative;display:block; }#n6vcchP64uQck6ETtt2ydZIptrRHTe2Z { 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; }
#WIHo9UNcEna7X5x7u7DgXd6OXkrdwsMr { color:rgba(var(--color-tertiary-0),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.3556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTLAxq3o5DzFR2dBtzczpp6oZZfBiAE6 { 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; }
#nXtymS2xEQ17nXKFzlgiCkUJX0hsCcRR { 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; }
#gKqBHzIetMSG7rkVLXyrDeF7WbbtqG2C { 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; }
#vnQCSRUvlaK6ayrMSOtTTG4cptDcsSZw { 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; }
#fDyT3IKFSkSRnQCd2gS19C3o57E0WEoQ { 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; }
#wO0foVwsfmTcORH8zq66gcxBisETAZtO { 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; }
#ZvbyPsFKTTsw4MmyaBp3QkNL9026BOFN { 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; }
#nzGpfdcg9768sVfbxXGkLwX3QPbDOpJo { 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; }
#qyzFPDmH5TxNzVPrB5xd3UJCpBR22zhh { 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; }
#Hai2xdz3CU5ThaHhCGmPNASas2XDyl2d { 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; }
#MhOeSTSbTbSrGDBWUf4J2dkt4xEkpmGE { 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; }
#KfwmPPsXS0UebttlpEFR4svI1MqZnKOH { 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; }
#oUze5giKoUZQAbllvWmvE7kwUu5PtZfM { 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; }
#Evv5Uxs7rSpwQbokBq3MA6uTmcByMBEz { 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; }
#nhhFTpfIhHCSioXFb7y7BXGCWTTJJ21D { 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; }
#grAN8SIQ8TMUPiZwrd66im4Jwa7n6kxH { 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; }
#dU3AUZ0Q4Hh4iN7aSyqQgNDGETm1aIzh { 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; }
#GTFA0NluaB6TSeIZVwAa3eSTIhUCbHzk { 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; }
#rA43GIp5ki6O3xa1bfN8GrP5445TGxMZ { 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; }
#WXi8IRqmkiET44yMobSHRrUTQi8VDq0T { 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; }
#SGVQH5Gfg3JclnRTx6ELObpkK2ycfBci { 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; }
#EsTIx2MnzyVk24bsCIZeuT9z4gIo2fBz { 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; }
#Kvv7xccTG3KGp2BW2ywPSc5bWU0o5zd7 { 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; }
#coekn83KIqmbstmQSs4a4BIwZQ8ZT3C8 { 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; }
#SsbeuNROs4EfHu6JotMwXLkZ1SNnaqvo { 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; }
#OigiaT5dKNpVUGesnEQt6ooorbcbI91M { 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; }
#x5MhOTgvGrWPUuMeJlL9pZyB0Gomb8zm { 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; }
#UnKTlF9vVAvgeBpWw2vJq6bzbVONPNlv { 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; }
#mVWIXUsFzvfIpWLy93COchvA88MximWk { 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; }
#UwdWgFxL0CbsXgWSTFUiQJxv3FtpIUDq { 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; }
#gCDX6qkTtTunIbrQVUPsBsw7aRxIKR3S { 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; }
#ghcKGlGKJ6aBK7WLElmh6uG5y3xZbTxq { 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; }
#hwgBTPBatgv6xbVXXCUPlLoVESP9nVxk { 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; }
#Zz3M13E6hWlNWdlguEDyTsFgN0btvMTv { 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; }
#VI2Jhe0mcIIozDCoHo9h1byftF0Pr2rJ { 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; }
#gXCADszTE6hKM0KFo2n1JEKnSDicSNb3 { 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; }
#q8gbzoDSGkNZd2I7DkDm2Tz88WSol1f0 { 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; }
#gAbDXyLxT0SP44mccoCoyICoVeH4innV { 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; }
#guhyte0N8NgX0E4WZRJoK7vFKiQODles { 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; }
#ihFCEuVTiGPgU5qFifIuQ9qwLU07GWzW { 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; }
#F5ga0QNwv4VAucXZEG4nkfqCXpnDnWVL { 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; }
#uvPWHWVpUrDIPvzqWxqEslkkPTFiyh8T { 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; }
#iV6Vb0g5Q19VG55WQAiLtILkkbLCSZJd { 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; }
#D5K8wR72W5RPnOOJ1aw23bbRKqd8P23U { 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; }
#MKU8MyTxrEzmuEGt0HHH50a9C1883M6c { 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; }
#Tn83yMg0HHiD9tu1aTTrElAW9BVXpRwz { 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; }
#auAntvNQtGBOmoW8RQMQVHTRfwTRSUVT { 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; }
#eF0pMte2qgtdXfn2Fi5fyNK63kzdmlfc { 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; }
#JCWHI8hIHWb4XZRrqZbNMlP7zVFSNist { 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; }
#rksCaSrIh3nESMMkHkW5CKEOlncrHirF { 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; }
#u9d60UkXdDomKlJlvIebo0GKVw8yqZSN { 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; }
#trqZfGNUcpsdGpRhO4nKMvASRfCuzBl7 { 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; }
#NOiURW5CO8vdHmitUX2a4a0SSEPc1SRT { 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; }
#fWHMVdWSGVnWvuXXanhS0v36Rz2MKHoQ { 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; }
#e2Mwi1UcdKQNVFaK6TAF0rFHsKeWCNRu { 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; }
#KoI2UzgyEHtTIQycBCqT6h53Zak5gXUD { 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; }
#zQxXnbD99PcIsIiIwHJhL7uS1ezOPIsD { 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; }
#np8AuLNXSDQVJkTKBgto3Z3cOw3ALuCG { 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; }
#ByBkCeiHqQlmZDwhusVqhmwoFi88yi9C { 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; }
#tDek68ETXVe6eFqEX154QJos3kwE7kEF { 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; }
#BCoLwwxvTIPXOhNfBDSpwo0sA17MdsfV { 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; }
#AIrbuy9HT6xqbfy9un8F2Gdx9M9k4sap { 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; }
#hyGGzzwoi1U37z1zTDhE6bXA7Rm7Fk8y { 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; }
#Tdv7SbqmEuaTW247IXkKgl2oc3gQT3Gz { 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; }
#Bx2ddyKKFEDfvbApkbMc3QmX4tioLO2e { 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; }
#KXPs94RFQw3nNziy7v6f0dLJO9UgapFH { 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; }
#qnJilJ1E5DZmXf4OxHF1hAEqIBchmwkP { 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; }
#QFK4c5aMSBbDg0gzdXcPhrr0EWExovhf { 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; }
#IuQ4f4zg3RTGc4lKKA5Wn0r7kN5fQn3S { 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; }
#fQ70RisqeCFkm3nedtvqD88RWRSyTN12 { 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; }
#HE1TDCbPVrL2yCt9oqUNAtgmMXUexxQK { 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; }
#DEKt82s6qC4bNdoehrMzvdJd7KJu4AaZ { 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; }
#OauRdxZfIkPsqPmRVl5OqDQuhEaQTNTC { 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; }
#zZar5CMtuFMA3Lh4mk7OXss5kPNnolTb { 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; }
#cCpHB9LgWWBM3StQwOX3kMkDarwxQ56W { 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; }
#kht1eUiBCDqZ8Zor8XJuvzn95TQV3kIp { 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; }
#Ur3o10VSULPxqX5Tc1ulP4Tns9Cu9HhJ { 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; }
#WKezMfbCnoPEgNW4wZFfwtVoqsgVqDUb { 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; }
#UN4v3LpLpUrL7mwWnaJoEzGhit6w5M0E { 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; }
#ICsoWzcoT8GlpVg3S2tZPchTBEzf4Ux7 { 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; }
#akLcAkrcgdTw1v6Czq3PpTrDSsUcPca1 { 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; }
#LlgcnnLkVaJ3Th7PyQmwxKeLiygVSJ5m { 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; }
#xhhW4ye2AOBAqzGoyOSFHTG0ScLbxTgL { 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; }
#uUJ7U5J6Ag0crFuNBk7ygVOhTGnsTXXg { 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; }
#ptVWhRuegttTG1N8ePBeQKM69T4u2gxT { 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; }
#PvP5vy2xZ7xvJKRk74fIDQ6U7NRyH2nk { 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; }
#hg0Fh3vGpUkk24mHDUV6lrMsabEeBNil { 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; }
#oSPFJ2QiSvc4HBrfxohDpnAPts9J3H4r { 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; }
#uDlsm1GlHRIThCTUEoZcM4T0400O7VmJ { 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; }
#lW0OCU4qGub504oDAO4RFOWx2nlf7Gtm { 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; }
#pdtk5Pi7XPgirS6deLQV4DPxv8g9DS65 { 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; }
#xi7whe6nXP1UI4eSfPAfc3HkbkX6Gq5X { 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; }
#VdmIK2T0iSQyvkASSDFUAxTVEmewoBAM { 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; }
#QAvTt69xFTldGps6JkT4bdOGgdI0tTbV { 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; }
#ewbw7EQwB33vxd9PsUTh6JEnTuDll16h { 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; }
#AU1HeTh8X2rcn03eGMqWBk3IXblBTt0q { 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; }
#QdSXzXBbBWBmJ9pTgKvoDNTFfGFKvDTR { 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; }
#E8l8HFRi3TCMe8d5yTB7k1HB72DSgDOm { 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; }
#XekIyukMZcPfzBNZKLHWRxMZrzp2Eg8U { 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; }
#lkXKy4MIAhxb9Kqexv3p8wyfSTFCdoz0 { 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; }
#MDDmGp4quc5CS4wVZvaarVgJ94l8rTpq { 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; }
#gLbvndOA0JiBucPmaV1iloItm8Oh1zN1 { 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; }
#tyuxdIAGUa7r028M6CJatiN4RE1F2XW0 { 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; }
#xg6CmtTBxcrMQAiI2ZNBTfuocwagg8H0 { 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; }
#ao6OMdTn40Kv3aZT9rbKtutNwAKh7oP2 { 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; }
#e4rx6PoZBVNzzxXUyyo4qt81cOKhdk3i { 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; }
#aMu9MvJM1xpZqFaHy9RGJ8vBUFvdCh5Z { 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; }
#bu2OGrvD0UgeGu7lLZvhFi5D06DBlTEJ { 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; }
#HCEpzTIqvQzoVzatlFxynAUinXQidFZf { 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; }
#TKxvVLFwUAkn6BxVgem1U2OJbqJl5eKR { 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; }
#O761uTO10urB5Z5eDJkhSFqAGkmT2TN8 { 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; }
#UHMwinSTJZEINPTEORRin70BTq4HhVI5 { 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; }
#AN0UGWJTl0NTF0g9bJcd5ZD4PblTFLPA { 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; }
#CGApurSmBbJbffNfzCgDe3zr0ZdrIhEu { 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; }
#zmyWMIfp92GibvTbTrfPOA80H01RRo1c { 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; }
#yRSri54uSt4qW7tQWW4kx8cdWHQK0Nub { 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; }
#JobysofgoP2TyuK4zn0IbDeHqaGiVGVT { 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; }
#IzF0ITMGSNEeznMiRvRhn1zB9rLuOh0r { 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; }
#WTgz8z3QNP6Dez6suw7M2QI9wUCh0O5i { 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; }
#iNKVKyQ0QZT4cdbktPU0d68fudiqN6Xd { 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; }
#QHMGMUpy6TaGONpbNTBGD3wAbHlRn4gT { 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; }
#pllOm5cpmWhLO3tCe1oLUSA3lsvXTJpT { 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; }
#oIwCnlbPpHvWH6iby1ZVAMgNAIcOygCo { 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; }
#PQzD91DCdWMXE1ACfBKm89wF5F8ev9Wm { 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; }
#EPJdL1hFGRF3x41GcWqKw7PkNW8Wc0IW { 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; }
#dDNvXMUyu7RiwzprkT01HwBZ4nTs30Li { 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; }
#cZI8g7dQP3oGEOK07PDqNq0lMbhRcUIV { 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; }
#hWKCCkp2waX19wbL4VAdSO31ftfARaJi { 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; }
#Td6k6L1SvwtZ5mW9Fy4JaU5zEXfTITL0 { 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; }
#JvVEnxDWGJZgm1JXiXW2dyP4EX6UoXUk { 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; }
#hnUF7g7so8yFwA0BWOIP5dRBlATXotDD { 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; }
#FWLKsTLqadvoEGIag2eR1XNt6fhfcbnW { 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; }
#i0xlTxUsLD8V1LBDoTMSaft2xSe2mNI2 { 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; }
#HRIq0meTu7OuEvPWmfQT04LrubWZLb5F { 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; }
#VXUyfwHAZQ0wLgAtgt6UphHgcUck2h8s { 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; }
#NhqFZQCbxO7xS95VC64vdg6CRxOlKoXA { 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; }
#pzmlvrlNV6roqAxXQvF3eCVqReokKDFK { 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; }
#tTzs3lnxVVeE8HAv1JZTQmByM8bvufLg { 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; }
#ZXCklqohQuxnO0d4l5ld5AnqZqxRef2B { 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; }
#CGJUTAPTZdpqQTmk5ztdRlBCbMcRnvwv { 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; }
#w14bw0R7DVdP7OUqT0u4q8Ly4DzZUVLN { 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; }
#n7QxdGyJ4Bs77q2TVTUaPZJN6aH61th5 { 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; }
#a8NmvoLHvPB1MiVMHmGxPK8XaMoU4Rkd { 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; }
#MByyq6MwB36TFSZWlGymgGhIZy2s9vzM { 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; }
#pBuFFnS1ZovHTAJ9g2FQtkRA8iQbkZTE { 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; }
#hSruTH2ERbIgiVTXRyloaUsAFTP30rQT { 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; }
#E7qUhMZzCV82QUEzVSLxmNBwo6UmhFSN { 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; }
#BlnOCh3A5cpEqopLFk53sObhe1TbKlIS { 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; }
#ya89vuIxwmE8e7TLB9mvURc9eEB33NTE { 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; }
#cBnURteWQAXMSSNN216DWDv5eC0DwbPk { 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; }
#VICbGBhgATKiXsaOqn6RciZT9MgmftAQ { 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; }
#y63WHLTDSV7hHUJ8w3EuhHHPz1Wz9Fqn { 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; }
#KuzNTKWvAPDtDBuRrCsy4hK6cIxJkCrL { 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; }
#dV7FavsEHrraPaLzJvE7Z0Rzq2376ANT { 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; }
#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container { background-color: transparent; background-image: none; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container > .video-iframe-container { display: none; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row > .video-iframe-container { display: none; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .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); }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container { border-width: 0; border-radius: 0; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#WXOCaHsvCCKxAay58EP16h2ThSiR2TGH { color:rgba(var(--color-tertiary-0),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.3556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CpVqqVz32qIlAfme0BO7DasGhJxTD7dc { 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; }
#cEMNvxyS3GnLKxwNIPR30cBlbz4LKczJ { 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; }
#OgSks4IqmnmdSOpRfQ577PL4qXV8Ziag { 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; }
#dyGuDrgd2sZphmysCRwNMmqRBk9ckiP3 { 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; }
#RCxDTTg8Tzi0ME36TZ7dHqIcgaQxWw7h { 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; }
#kus6fbDOHZ9e3rWUvPUkGG07niaIhfaA { 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; }
#ursk6TycI8NEmy8Q4uXRM8XHHrcNswTX { 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; }
#eSGMSKTGb8vytx8iPBkQ9duq20vadBhg { 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; }
#c9TsMWXoWGBAttyeS1qkcC37vxHh6JiU { 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; }
#smD9GVZHl6lq0Og0QXfzXcChsqsSaKTK { 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; }
#SayqzddsgTVCmVmgLHscAItW6esnSTXS { 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; }
#PRHnJRrR4iKiEMew6lxo5Tg2HrHogXyT { 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; }
#gcQELFNE9wHBRPOykMMTmUXIX91iVX3l { 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; }
#RT3qObsFGLTQgacbaSWsbAg9svVRr3yz { 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; }
#yyc0sAwsi1aSBzDiduCOpuF4F5HAw5M2 { 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; }
#HhfBEQ8KTWGQxCvVM1GJmRKFahVyR0zO { 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; }
#a3tN4zxnzWsEbDZ5ekiyQTHkE14sC7CV { 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; }
#QGtwm4UTBqR91IV11on7UXHdfpFVEfoT { 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; }
#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container { background-color: transparent; background-image: none; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container > .video-iframe-container { display: none; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row > .video-iframe-container { display: none; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .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); }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container { border-width: 0; border-radius: 0; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#wn5ewX4dPm2PXxRfpNpvXzexiW6cXBCh { color:rgba(var(--color-tertiary-0),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.3556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ELQ9UrFvXEVNLg2tdSp4FousgqiGyMr2 { 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; }
#kncr0sqyrVpygPaMhVzk123IwkO9deRC { 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; }
#wBTxoiqMqA8Msm1zzxdvvWm1GRVf8yBl { 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; }
#fVnv4bnxlKc068m67dK9N0QFadMPNH0u { 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; }
#d5vWXKziJpfmsDHT6eztvx8eer0XLcKW { 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; }
#uqS0zAQX1aiyHkap6OOtyZNHVOmhtfc0 { 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; }
#soTcAmphCCZ69DWf2rF7dJMN0yQGoH2i { 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; }
#K8Py0ubph0SD445ytv3D69MLXghKxJXK { 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; }
#K9SF6xTmRFCKcZMnLH6pbN2kFah54MJ1 { 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; }
#FEs518mUuXf2wJ9kTyod4IZ0RocViCGb { 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; }
#bf2XCGV8QMXkoqSBr0TU8mIFeifGL3p6 { 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; }
#AOeEDiolaLp1DKNznutIJFqXu4zT2PMO { 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; }
#BiJGDNlKcH28Id9LrE0g7fohNTEdTAn5 { 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; }
#NCJDacIWxNCC7F4p9en0PoMX5zuKELEq { 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; }
#Ke2QoTFlSc8SEvCBEnN8hAgzketreGLa { 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; }
#xwCOWuGBLhbXZTTJ5TinT2LUtWCbzmFh { 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; }
#LouFhAxkpTQD1GiLvZPTUyt1mJC3Sp1s { 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; }
#cBnsVb8mdyOiP4k8TRaeTR5XkC0AAodm { 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; }
#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { background-color: transparent; background-image: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { display: none; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .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); }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { border-width: 0; border-radius: 0; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:block; }#k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { color:rgba(var(--color-tertiary-0),1);display:block;width:26.74925rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.624267578125rem;left:6.124267578125rem;height:3.75rem;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; }
#ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { 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:5.8740234375rem;left:36.5rem;overflow:hidden;display:block; }
#DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { 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:8.8115234375rem;left:36.5rem;overflow:hidden;display:block; }
#vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.8740234375rem;left:39.3125rem;height:1.875rem;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; }
#NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:8.8115234375rem;left:39.3125rem;height:1.875rem;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; }
#w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.5608125rem;top:8.1240234375rem;left:6.124267578125rem;overflow:hidden;display:block; }
#qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.5625rem;top:6.9375rem;left:16.9375rem;overflow:hidden;display:none; }
#d4iXsTULP5M9GFuHcZM7G4NLW7B4B1qh { 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.875rem;width:1.875rem;top:2.9365234375rem;left:36.5rem;overflow:hidden;display:block; }
#FJ8NQTZxQxl6UEfiHklFigEok2SIpeCF { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:2.9365234375rem;left:39.3125rem;height:1.875rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:2.1875rem;left:8.2174491882325rem;width:13.5rem;height:3.1106420826094rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOE1Cnbvzh4V9VcvUO98nIy8b52UNkW { width:14.0625rem;height:2.75rem;top:2.5625rem;left:23.600479125976rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTiJNTKtRuhQd7oOaLb4Gbf2TTUfKXe { 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) { #vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { top:25.5rem;left:0rem;width:47.75rem;height:17.401954602774rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:25.625rem;height:;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogrxEItOJr28sauxkGErbnOnlsqdwQgx { top:11.375rem;left:0rem;width:25rem;height:6.12305rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11N8hk0qTZ3BLHTIaGSZoOUf3BeBnd3 { top:40.625rem;left:17.500217437744rem;width:19.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMP5qncdELC6C8GHB6VATvJP8MUnU5bt { top:40.625rem;left:5.9431419372559rem;width:18rem;height:12.457781961132rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wm6FNQCvqqDZX5wrGvKVGuT7KdWAHz { top:40.625rem;left:0rem;width:17.875rem;height:12.456576201145rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngTTKvPpMxlZphP1tABMvbWuGTWukwx { top:40.0625rem;left:29.25rem;width:18.5rem;height:13.516784681327rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g { display:block; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UokL8LrOaa4LawqPwfmbqXIQzafCbv0v { width:47.75rem;height:5.625rem;top:18.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqRCJ2kNOZTWfBAFlV2gMHGrKQbWgT83 { top:9.75rem;left:0rem;width:17.25rem;height:6.1020885605259rem;display:block; }
 }@media only screen and (max-width: 763px) { #coNhDKdF4izn7VMB6A7t6cCxVFimrk7w { width:42.5rem;height:2.8125rem;top:28.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDHlUoVJSWEBSsKm9szeGdkVJpCJZ52Q { width:29.1875rem;height:5.625rem;top:33.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc { display:block; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeuGwq3zTpB6W56xLPno2kwL6dDzUBp2 { width:16.5625rem;height:2.8125rem;top:3.5625rem;left:3.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFKChwD5mcuAfLdgQBWktzCv8RnW8J11 { width:19.375rem;height:5.1875rem;top:8.25rem;left:2.21826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQNECT3CGBsKffA9ivAJqykqCOslJpH2 { width:21rem;height:3.5rem;top:8.25rem;left:25.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sKuzT8FXkTcPiB3pupvAPp92swByu40R { width:22.3125rem;height:2.8125rem;top:3.5625rem;left:24.624755859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWs411TB2446kTXhbaHeCgbFNLVrJBUG { display:block; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo9tFTGbJQ8zBxZT5wglF1VtN1eMLzUe { width:16.5625rem;height:2.8125rem;top:3.5625rem;left:3.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KueRcFkkyRxByJvZJHdohkemRBiZzmW0 { width:19.375rem;height:5.1875rem;top:7.8125rem;left:2.21826171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsCrZXQgvuELZWDRan5Nd6aaQ3hqv0ZF { width:19.375rem;height:5.1875rem;top:7.8125rem;left:26.09326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW8TtmJVMXLDoTa0TwJ5prFPIky3Zwxv { width:21.25rem;height:2.8125rem;top:3.5625rem;left:25.15576171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD { display:block; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMZCuxo9qTV2ITJvgDTy0AJrQEPbNyH5 { top:3.0625rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkpcaFsOr5TgvNTRcf5TrdaHyk2vLHNo { top:2.4375rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVqne1p71QVrHvlbbdAsCZmwmd1vglPe { top:2.4375rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4xHQTcclTwxTZR4LJUtygowT49EQ8hW { top:3.0625rem;left:23.3125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzikSuN8cOVeHTiddPahURDRXlNmRGRO { width:12.1875rem;height:4.6875rem;top:17rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJnne09cvRlHZxvAN4Ai0dEhNQTeCpkv { width:11.4375rem;height:6.3125rem;top:17rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxVbTauKdyp06BbdEDl8v7p8tUer2Lsu { width:11.9375rem;height:6.25rem;top:17rem;left:35.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHyV7L1udCiM08SlTs9D6VJcCaNWspHs { width:12.1875rem;height:7.8125rem;top:17rem;left:23.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU { display:block; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU3mEGQK7ph4Hzr2yXJ1XeZyJlKfNR1m { top:4.0625rem;left:6.875rem;width:40.875rem;height:35.732672164948rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1PCKtsQ4As04m1lFWBznWv5OUsEvMP { width:26.5625rem;height:;top:5.375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7WzPZ9LR6PIBf6uC3yevaTpkEKMsJW { width:46.125rem;height:2.8125rem;top:34.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawb4J20UWePybqb3r9AOO5XpW0QD6Pt { width:29.1875rem;height:9.375rem;top:39.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnSkoitXm8QHeeIIMCeL32hJS2vfv1G { width:17.6875rem;height:;top:9.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M { display:block; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiOfSXqtW9FzRfcQW5xpW02JrCnBgdE1 { width:15.4375rem;height:6.9375rem;top:19.6875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3ZvqAfFeK5cuPLnXfBwLCLhPLD9S8s { width:15rem;height:10.4375rem;top:4.75rem;left:0.809814453125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ugr3IfCdmpo9Hvu3KXb4Pxx8OKidr1 { width:14.75rem;height:10.4375rem;top:4.75rem;left:16.74951171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpkgRNowsiHETWnVW8n9iyObm9Z0ZPA { width:14.75rem;height:5.1875rem;top:19.6875rem;left:16.74951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVC18UtU6FB5IXlHa7pWXeexI7hU1ZmI { width:13.3125rem;height:10.5rem;top:4.75rem;left:32.9052734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfd8QqS2yXZhSLRyxV5NE9Ov6gFOGSux { width:11.8125rem;height:12.25rem;top:19.6875rem;left:33.02978515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG84t1UTheS2rC6CL2ecZVfMVNkIvwC0 { top:15.6875rem;left:4.1240234375rem;width:39.4375rem;height:27.642106130299rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiBafWALK1sNX9Sp9QCCfEe2XTzTAwE { width:47.75rem;height:6.125rem;top:5.8125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p10mqXBbFTZgh1f8u0GODhxv17nM5lzv { display:block; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR8PussFd1u3vLuyBnxIUhkTqltRCeDg { top:66.4375rem;left:4.374267578125rem;width:37.9375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WICS7oCTq8UG2gCvbTcswEQMHSuizGc5 { width:47.75rem;height:;top:5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnk8SKtiXMfRGx0wCBtzfl4KyWuT6g9Q { width:47.75rem;height:49.9375rem;top:12.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq { display:block; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWiVZWIciM64rtSdTwPI6SwkuwHlhDzt { width:27.25rem;height:3.875rem;top:6.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seuUTlLTqx1ErHvdNPJ5LfWiaHfDuE4f { width:46.125rem;height:2.8125rem;top:34.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHpNTPGD1Ann5JANoRsuLd11fFqVhDS { width:29.1875rem;height:5.625rem;top:40rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5whccqddg4KiESUJ7gg1R8VGFONslAI { width:26.75rem;height:;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iX6awQE2ZfWaacMdqJ3vicPMdMLueXHy { top:4.0625rem;left:6.75rem;width:41rem;height:39.883227965787rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV { display:block; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHGp4IKQybZdvpRmIFRfuo1V0dB8hElp { width:15.4375rem;height:5.1875rem;top:19.6875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7rmiTnxE3RE9kieto3Sb78IxIkTDpLA { width:14rem;height:10.5rem;top:4.75rem;left:0.809814453125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFV5i5rVievWZnX46dCF0VMWQm9T1mlI { width:14.75rem;height:10.4375rem;top:4.75rem;left:16.74951171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJKR8nO7zsLBmhpFNr4Wenft0OuwsidT { width:14.75rem;height:8.6875rem;top:19.6875rem;left:16.74951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xty0fJ3pfvEZoBJuWxhU36X1RIan0xXH { width:14.8125rem;height:10.5rem;top:4.75rem;left:32.9052734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhFbgPgFIMiSMKrqUpyt19fThNDsAy3 { width:13.9375rem;height:3.4375rem;top:19.6875rem;left:33.02978515625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU1faCwym9foHNaWllHErg1yziME1cim { display:block; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL6uFaLrPQZQ8nuUixhHays7AGcsmMyD { width:27.25rem;height:3.875rem;top:6.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azwg4wZWa594FITSMzAaWDeIc9TMn3Uz { width:47.75rem;height:;top:34.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP14fcsqHz4yoGIP4p6vFWgVQd3CurcN { width:44.0625rem;height:13.9375rem;top:40rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSkoGu7SyhaMRhfKTAldivWmPl3N6mcP { width:24.25rem;height:12.625rem;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQSg7rkD4uZrWKycQUG8AyTfLIfq31h { top:4.0625rem;left:3.9375rem;width:43.8125rem;height:45.509461533991rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCibbKbXHBuTSPrtSgtD19agN7l7zXdL { display:block; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN44MFuJOxUMQcB2MBoxmCFk2iq5w5on { width:15.4375rem;height:15.6875rem;top:19.6875rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8IWw3VemdzRP8ZVP8E5V3SqqVuRMMR { width:15rem;height:;top:4.75rem;left:0.809814453125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRzAqVVxph4z8sVlWv4uGwXyyLd0UTyF { width:14.75rem;height:;top:4.75rem;left:16.74951171875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5p9HQ3fQSrbcnp32GXkrC1WAK7Eu1K { width:14.75rem;height:12.1875rem;top:19.6875rem;left:16.74951171875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Api3fHrcS5KO7RuEqB13lXZ8OQImLTpC { width:14.6875rem;height:;top:4.75rem;left:32.9052734375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UrGBwPmR774cqOqZOdwClBfDqGPfvA { width:15.125rem;height:12.25rem;top:19.6875rem;left:32.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI { display:block; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMeOgp4VbMBZOeoQTE9XP7T8lT5QGdSl { width:27.25rem;height:;top:6.25rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml0T0QC1OBobRRGtoxrGLygNhVfRPWHA { width:47.75rem;height:2.8125rem;top:35.9375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehl4EFLZB4LFTSCkeZh3ZzdPJsUitwB4 { width:47.75rem;height:5.625rem;top:40.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt69Z7XIwropOlTbxfQz1F8heXfatrKz { width:26.25rem;height:;top:11.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D85MZqRsTTL04LzFvtR9WEb7fTuiCMxs { top:4.0625rem;left:5rem;width:42.75rem;height:46.204813226547rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG { display:block; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFibaVITWFm267QlX8XtLUFH58DVcTT6 { width:15.4375rem;height:6.9375rem;top:15.3125rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHNFfTkWa1b04MInC8vTf78oCI3ESLE { width:16.5625rem;height:7.875rem;top:4.75rem;left:0.809814453125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7SXOLvC7QlEe1mQDwlSMwWDOfGMLWFP { width:16.5625rem;height:7.8125rem;top:4.75rem;left:15.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTtKWUkXr0ZS4AFSu8ExKiPCtXhXTmK { width:14.75rem;height:8.6875rem;top:15.3125rem;left:15.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUfIZl6rOnqWAddp2okeKZzDaJTgoK3 { width:16.5625rem;height:7.8125rem;top:4.75rem;left:31rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znXnNWbHKt7VhRtxBq9OLTx30mCX9ibl { width:13.4375rem;height:3.4375rem;top:15.3125rem;left:31.966552734375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc { display:block; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP5Gk6g45DEbQlxmKyfiZFixJ0f6JSH8 { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5f2wUhgrSDUcggfBlLqTGahQxO7M1QK { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3yftXeFZNKsIpqzCEOLAen1IwCzgmgP { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmIe2d2N8zrSLqFfTRTWLQsCQzMslq4T { display:block; }
 }@media only screen and (max-width: 763px) { #shSO72lMobupfJyhBWE5dqZFW6KQU6MA { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bEvQc68o3oKUkuecm5Kq0DbUwmt3At { display:block; }
 }@media only screen and (max-width: 763px) { #cLuQMDkOe7BpTeTOLhvZ9HVWEPyEGwLy { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #abisv2Ng2yyO559UguAqako7pqHXiynI { display:block; }
 }@media only screen and (max-width: 763px) { #HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX { display:block; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6vcchP64uQck6ETtt2ydZIptrRHTe2Z { width:18.75rem;height:19.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHo9UNcEna7X5x7u7DgXd6OXkrdwsMr { top:1.875rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTLAxq3o5DzFR2dBtzczpp6oZZfBiAE6 { top:9.625rem;left:3.40625rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtymS2xEQ17nXKFzlgiCkUJX0hsCcRR { top:7.0625rem;left:6.3429698944094rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKqBHzIetMSG7rkVLXyrDeF7WbbtqG2C { width:18.75rem;height:19.5625rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQCSRUvlaK6ayrMSOtTTG4cptDcsSZw { top:7.0625rem;left:22.249217987061rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDyT3IKFSkSRnQCd2gS19C3o57E0WEoQ { top:9.625rem;left:19.311717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0foVwsfmTcORH8zq66gcxBisETAZtO { top:18.9375rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbyPsFKTTsw4MmyaBp3QkNL9026BOFN { top:21.1875rem;left:16.6875rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzGpfdcg9768sVfbxXGkLwX3QPbDOpJo { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyzFPDmH5TxNzVPrB5xd3UJCpBR22zhh { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai2xdz3CU5ThaHhCGmPNASas2XDyl2d { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhOeSTSbTbSrGDBWUf4J2dkt4xEkpmGE { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfwmPPsXS0UebttlpEFR4svI1MqZnKOH { width:18.75rem;height:19.5625rem;top:88.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUze5giKoUZQAbllvWmvE7kwUu5PtZfM { top:103.75rem;left:0.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evv5Uxs7rSpwQbokBq3MA6uTmcByMBEz { width:18.75rem;height:19.5625rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhFTpfIhHCSioXFb7y7BXGCWTTJJ21D { top:101.75rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grAN8SIQ8TMUPiZwrd66im4Jwa7n6kxH { top:41.625rem;left:16.686717987061rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU3AUZ0Q4Hh4iN7aSyqQgNDGETm1aIzh { top:39.5625rem;left:17.25rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFA0NluaB6TSeIZVwAa3eSTIhUCbHzk { width:12.25rem;height:4rem;top:33.125rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA43GIp5ki6O3xa1bfN8GrP5445TGxMZ { width:3.25rem;height:3.25rem;top:95.75rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXi8IRqmkiET44yMobSHRrUTQi8VDq0T { width:18.75rem;height:19.5625rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGVQH5Gfg3JclnRTx6ELObpkK2ycfBci { top:30.5625rem;left:19.25rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTIx2MnzyVk24bsCIZeuT9z4gIo2fBz { top:92.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvv7xccTG3KGp2BW2ywPSc5bWU0o5zd7 { top:41.75rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coekn83KIqmbstmQSs4a4BIwZQ8ZT3C8 { top:38.8125rem;left:0rem;width:18.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsbeuNROs4EfHu6JotMwXLkZ1SNnaqvo { top:30.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigiaT5dKNpVUGesnEQt6ooorbcbI91M { top:12.375rem;left:19.375rem;width:8.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5MhOTgvGrWPUuMeJlL9pZyB0Gomb8zm { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKTlF9vVAvgeBpWw2vJq6bzbVONPNlv { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWIXUsFzvfIpWLy93COchvA88MximWk { top:90rem;left:6.3125rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdWgFxL0CbsXgWSTFUiQJxv3FtpIUDq { width:18.75rem;height:19.5625rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDX6qkTtTunIbrQVUPsBsw7aRxIKR3S { top:103.125rem;left:16.625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcKGlGKJ6aBK7WLElmh6uG5y3xZbTxq { top:101.125rem;left:16.875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgBTPBatgv6xbVXXCUPlLoVESP9nVxk { width:18.75rem;height:19.5625rem;top:88.375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3M13E6hWlNWdlguEDyTsFgN0btvMTv { top:103.1875rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI2Jhe0mcIIozDCoHo9h1byftF0Pr2rJ { top:101.25rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXCADszTE6hKM0KFo2n1JEKnSDicSNb3 { width:18.75rem;height:19.5625rem;top:67.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8gbzoDSGkNZd2I7DkDm2Tz88WSol1f0 { top:81.75rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbDXyLxT0SP44mccoCoyICoVeH4innV { top:92.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhyte0N8NgX0E4WZRJoK7vFKiQODles { top:92.5rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFCEuVTiGPgU5qFifIuQ9qwLU07GWzW { top:72rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ga0QNwv4VAucXZEG4nkfqCXpnDnWVL { top:69.5625rem;left:38rem;width:3.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvPWHWVpUrDIPvzqWxqEslkkPTFiyh8T { top:89.9375rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6Vb0g5Q19VG55WQAiLtILkkbLCSZJd { top:95.1875rem;left:21.5625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5K8wR72W5RPnOOJ1aw23bbRKqd8P23U { width:18.75rem;height:19.5625rem;top:88.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKU8MyTxrEzmuEGt0HHH50a9C1883M6c { width:18.75rem;height:19.5625rem;top:109rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn83yMg0HHiD9tu1aTTrElAW9BVXpRwz { top:124.625rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auAntvNQtGBOmoW8RQMQVHTRfwTRSUVT { top:122.375rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF0pMte2qgtdXfn2Fi5fyNK63kzdmlfc { top:114.0625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWHI8hIHWb4XZRrqZbNMlP7zVFSNist { top:89.9375rem;left:38.0625rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rksCaSrIh3nESMMkHkW5CKEOlncrHirF { top:18.375rem;left:0rem;width:18.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9d60UkXdDomKlJlvIebo0GKVw8yqZSN { width:18.75rem;height:19.5625rem;top:109rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqZfGNUcpsdGpRhO4nKMvASRfCuzBl7 { top:113.875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOiURW5CO8vdHmitUX2a4a0SSEPc1SRT { top:111.3125rem;left:6.375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHMVdWSGVnWvuXXanhS0v36Rz2MKHoQ { top:122.3125rem;left:0rem;width:17.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Mwi1UcdKQNVFaK6TAF0rFHsKeWCNRu { top:125.25rem;left:0rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoI2UzgyEHtTIQycBCqT6h53Zak5gXUD { top:117.125rem;left:36rem;width:7.3125rem;height:3.2220106599824rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxXnbD99PcIsIiIwHJhL7uS1ezOPIsD { width:18.75rem;height:19.5625rem;top:129.75rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8AuLNXSDQVJkTKBgto3Z3cOw3ALuCG { top:134.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByBkCeiHqQlmZDwhusVqhmwoFi88yi9C { top:143.125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDek68ETXVe6eFqEX154QJos3kwE7kEF { top:131.5625rem;left:22.1875rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoLwwxvTIPXOhNfBDSpwo0sA17MdsfV { top:145.375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIrbuy9HT6xqbfy9un8F2Gdx9M9k4sap { width:18.75rem;height:19.5625rem;top:129.75rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGGzzwoi1U37z1zTDhE6bXA7Rm7Fk8y { top:134.125rem;left:35.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv7SbqmEuaTW247IXkKgl2oc3gQT3Gz { top:143.125rem;left:33.1875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2ddyKKFEDfvbApkbMc3QmX4tioLO2e { top:131.6875rem;left:38.125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPs94RFQw3nNziy7v6f0dLJO9UgapFH { top:145.375rem;left:32.625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJilJ1E5DZmXf4OxHF1hAEqIBchmwkP { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFK4c5aMSBbDg0gzdXcPhrr0EWExovhf { width:8.25rem;height:3.7225042301184rem;top:116.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQ4f4zg3RTGc4lKKA5Wn0r7kN5fQn3S { width:9.25rem;height:3.4147045399629rem;top:95.8125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ70RisqeCFkm3nedtvqD88RWRSyTN12 { width:4.3125rem;height:3.75rem;top:137.625rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE1TDCbPVrL2yCt9oqUNAtgmMXUexxQK { width:4.875rem;height:4.875rem;top:137.125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKt82s6qC4bNdoehrMzvdJd7KJu4AaZ { top:27.8125rem;left:6.3125rem;width:3.125rem;height:1.9604988967884rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauRdxZfIkPsqPmRVl5OqDQuhEaQTNTC { width:3.8125rem;height:3.8125rem;top:33.1875rem;left:5.9984378814697rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZar5CMtuFMA3Lh4mk7OXss5kPNnolTb { top:48.6875rem;left:37.997657775879rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpHB9LgWWBM3StQwOX3kMkDarwxQ56W { top:50.9375rem;left:35.092189788818rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kht1eUiBCDqZ8Zor8XJuvzn95TQV3kIp { top:59.4375rem;left:32.748439788818rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3o10VSULPxqX5Tc1ulP4Tns9Cu9HhJ { top:63rem;left:28.875rem;width:18.875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKezMfbCnoPEgNW4wZFfwtVoqsgVqDUb { top:54.5rem;left:37.373439788818rem;width:4.25rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN4v3LpLpUrL7mwWnaJoEzGhit6w5M0E { width:18.75rem;height:19.5625rem;top:109rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICsoWzcoT8GlpVg3S2tZPchTBEzf4Ux7 { top:111.3125rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akLcAkrcgdTw1v6Czq3PpTrDSsUcPca1 { top:113.875rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlgcnnLkVaJ3Th7PyQmwxKeLiygVSJ5m { width:3.1875rem;height:3.1875rem;top:117.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhhW4ye2AOBAqzGoyOSFHTG0ScLbxTgL { top:122.3125rem;left:17.25rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJ7U5J6Ag0crFuNBk7ygVOhTGnsTXXg { top:131.5625rem;left:6.3125rem;width:3.125rem;height:2.0217884285364rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVWhRuegttTG1N8ePBeQKM69T4u2gxT { top:134.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvP5vy2xZ7xvJKRk74fIDQ6U7NRyH2nk { width:18.75rem;height:19.5625rem;top:129.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0Fh3vGpUkk24mHDUV6lrMsabEeBNil { width:3.25rem;height:3.25rem;top:137.9375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPFJ2QiSvc4HBrfxohDpnAPts9J3H4r { top:142.5rem;left:0rem;width:17.8125rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDlsm1GlHRIThCTUEoZcM4T0400O7VmJ { top:152.8125rem;left:6.4375rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0OCU4qGub504oDAO4RFOWx2nlf7Gtm { top:155.375rem;left:3.5rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtk5Pi7XPgirS6deLQV4DPxv8g9DS65 { width:3.25rem;height:3.25rem;top:158.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi7whe6nXP1UI4eSfPAfc3HkbkX6Gq5X { top:163.875rem;left:1.4375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmIK2T0iSQyvkASSDFUAxTVEmewoBAM { top:166.125rem;left:0.875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvTt69xFTldGps6JkT4bdOGgdI0tTbV { top:152.75rem;left:22.25rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewbw7EQwB33vxd9PsUTh6JEnTuDll16h { top:155.3125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1HeTh8X2rcn03eGMqWBk3IXblBTt0q { top:158.3125rem;left:19.8125rem;width:8.125rem;height:3.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdSXzXBbBWBmJ9pTgKvoDNTFfGFKvDTR { top:163.8125rem;left:17.3125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8l8HFRi3TCMe8d5yTB7k1HB72DSgDOm { top:165.5rem;left:16.75rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XekIyukMZcPfzBNZKLHWRxMZrzp2Eg8U { width:18.75rem;height:19.5rem;top:150.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkXKy4MIAhxb9Kqexv3p8wyfSTFCdoz0 { width:18.75rem;height:19.5rem;top:150.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDmGp4quc5CS4wVZvaarVgJ94l8rTpq { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLbvndOA0JiBucPmaV1iloItm8Oh1zN1 { top:48.75rem;left:22.125rem;width:3.3125rem;height:2.1469907407407rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuxdIAGUa7r028M6CJatiN4RE1F2XW0 { top:51rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg6CmtTBxcrMQAiI2ZNBTfuocwagg8H0 { top:54.4375rem;left:20.592969894409rem;width:6.25rem;height:2.9079878302373rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6OMdTn40Kv3aZT9rbKtutNwAKh7oP2 { top:59.4375rem;left:16.875rem;width:13.75rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rx6PoZBVNzzxXUyyo4qt81cOKhdk3i { top:63rem;left:15.25rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMu9MvJM1xpZqFaHy9RGJ8vBUFvdCh5Z { top:48.8125rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2OGrvD0UgeGu7lLZvhFi5D06DBlTEJ { top:51.0625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCEpzTIqvQzoVzatlFxynAUinXQidFZf { top:59.5rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxvVLFwUAkn6BxVgem1U2OJbqJl5eKR { top:63.0625rem;left:0rem;width:18.625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O761uTO10urB5Z5eDJkhSFqAGkmT2TN8 { width:18.75rem;height:19.5625rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHMwinSTJZEINPTEORRin70BTq4HhVI5 { top:69.5rem;left:6.3125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN0UGWJTl0NTF0g9bJcd5ZD4PblTFLPA { top:71.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApurSmBbJbffNfzCgDe3zr0ZdrIhEu { top:76.375rem;left:1.6875rem;width:12.8125rem;height:1.8660067576752rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyWMIfp92GibvTbTrfPOA80H01RRo1c { top:80.1875rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSri54uSt4qW7tQWW4kx8cdWHQK0Nub { top:83.0625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JobysofgoP2TyuK4zn0IbDeHqaGiVGVT { top:111.5rem;left:38.0625rem;width:3.125rem;height:2.0222842079451rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzF0ITMGSNEeznMiRvRhn1zB9rLuOh0r { top:69.5625rem;left:22.125rem;width:3.375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgz8z3QNP6Dez6suw7M2QI9wUCh0O5i { top:71.8125rem;left:19.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNKVKyQ0QZT4cdbktPU0d68fudiqN6Xd { top:75.3125rem;left:17.688282012939rem;width:12.1875rem;height:3.9793221393035rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMGMUpy6TaGONpbNTBGD3wAbHlRn4gT { top:82.9375rem;left:16.1875rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pllOm5cpmWhLO3tCe1oLUSA3lsvXTJpT { width:18.75rem;height:19.5625rem;top:67.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIwCnlbPpHvWH6iby1ZVAMgNAIcOygCo { top:89.25rem;left:3.53125rem;width:9.0625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PQzD91DCdWMXE1ACfBKm89wF5F8ev9Wm { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #EPJdL1hFGRF3x41GcWqKw7PkNW8Wc0IW { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dDNvXMUyu7RiwzprkT01HwBZ4nTs30Li { width:11.9375rem;height:2.1875rem;top:54.8125rem;left:2.0789070129394rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZI8g7dQP3oGEOK07PDqNq0lMbhRcUIV { width:18.75rem;height:19.5rem;top:46.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWKCCkp2waX19wbL4VAdSO31ftfARaJi { top:81rem;left:16.6875rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td6k6L1SvwtZ5mW9Fy4JaU5zEXfTITL0 { width:3.1875rem;height:3.1875rem;top:75.6875rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVEnxDWGJZgm1JXiXW2dyP4EX6UoXUk { width:3.8125rem;height:3.8125rem;top:12.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnUF7g7so8yFwA0BWOIP5dRBlATXotDD { width:18.75rem;height:19.5rem;top:150.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWLKsTLqadvoEGIag2eR1XNt6fhfcbnW { top:152.8125rem;left:38.0625rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xlTxUsLD8V1LBDoTMSaft2xSe2mNI2 { top:155.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIq0meTu7OuEvPWmfQT04LrubWZLb5F { top:157.4375rem;left:36.75rem;width:5.875rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXUyfwHAZQ0wLgAtgt6UphHgcUck2h8s { top:163.875rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhqFZQCbxO7xS95VC64vdg6CRxOlKoXA { top:165.5625rem;left:28.75rem;width:18.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzmlvrlNV6roqAxXQvF3eCVqReokKDFK { width:18.75rem;height:19.5rem;top:171.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzs3lnxVVeE8HAv1JZTQmByM8bvufLg { top:173.5625rem;left:6.375rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCklqohQuxnO0d4l5ld5AnqZqxRef2B { top:176.125rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJUTAPTZdpqQTmk5ztdRlBCbMcRnvwv { top:178.875rem;left:2.96875rem;width:10.0625rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w14bw0R7DVdP7OUqT0u4q8Ly4DzZUVLN { top:184.625rem;left:0rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QxdGyJ4Bs77q2TVTUaPZJN6aH61th5 { top:186.3125rem;left:0rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8NmvoLHvPB1MiVMHmGxPK8XaMoU4Rkd { width:18.75rem;height:19.5rem;top:171.3125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MByyq6MwB36TFSZWlGymgGhIZy2s9vzM { top:173.5625rem;left:22.25rem;width:3.0625rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuFFnS1ZovHTAJ9g2FQtkRA8iQbkZTE { top:176.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSruTH2ERbIgiVTXRyloaUsAFTP30rQT { top:179.125rem;left:19.71875rem;width:8.3125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qUhMZzCV82QUEzVSLxmNBwo6UmhFSN { top:184.625rem;left:13.0625rem;width:18.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlnOCh3A5cpEqopLFk53sObhe1TbKlIS { top:186.3125rem;left:12.875rem;width:18.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya89vuIxwmE8e7TLB9mvURc9eEB33NTE { width:18.75rem;height:19.5625rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnURteWQAXMSSNN216DWDv5eC0DwbPk { top:27.9375rem;left:38.0625rem;width:3.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VICbGBhgATKiXsaOqn6RciZT9MgmftAQ { top:30.5625rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y63WHLTDSV7hHUJ8w3EuhHHPz1Wz9Fqn { width:14.6875rem;height:3.4375rem;top:33.875rem;left:32.061717987061rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzNTKWvAPDtDBuRrCsy4hK6cIxJkCrL { top:39.5625rem;left:33.125rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7FavsEHrraPaLzJvE7Z0Rzq2376ANT { top:41.6875rem;left:32.5625rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 { display:block; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXOCaHsvCCKxAay58EP16h2ThSiR2TGH { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVqqVz32qIlAfme0BO7DasGhJxTD7dc { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEMNvxyS3GnLKxwNIPR30cBlbz4LKczJ { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgSks4IqmnmdSOpRfQ577PL4qXV8Ziag { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyGuDrgd2sZphmysCRwNMmqRBk9ckiP3 { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCxDTTg8Tzi0ME36TZ7dHqIcgaQxWw7h { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kus6fbDOHZ9e3rWUvPUkGG07niaIhfaA { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursk6TycI8NEmy8Q4uXRM8XHHrcNswTX { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSGMSKTGb8vytx8iPBkQ9duq20vadBhg { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TsMWXoWGBAttyeS1qkcC37vxHh6JiU { top:7rem;left:38.0625rem;width:3.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smD9GVZHl6lq0Og0QXfzXcChsqsSaKTK { top:9.5rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SayqzddsgTVCmVmgLHscAItW6esnSTXS { top:12.3125rem;left:34.625rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHnJRrR4iKiEMew6lxo5Tg2HrHogXyT { top:17.9375rem;left:33.09375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcQELFNE9wHBRPOykMMTmUXIX91iVX3l { top:20.1875rem;left:28.875rem;width:18.875rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3qObsFGLTQgacbaSWsbAg9svVRr3yz { top:7rem;left:22.1875rem;width:3.1875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyc0sAwsi1aSBzDiduCOpuF4F5HAw5M2 { top:9.5625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhfBEQ8KTWGQxCvVM1GJmRKFahVyR0zO { top:12.125rem;left:18.78125rem;width:10.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tN4zxnzWsEbDZ5ekiyQTHkE14sC7CV { top:17.9375rem;left:17.21875rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGtwm4UTBqR91IV11on7UXHdfpFVEfoT { top:20.4375rem;left:16.6875rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 { display:block; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wn5ewX4dPm2PXxRfpNpvXzexiW6cXBCh { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELQ9UrFvXEVNLg2tdSp4FousgqiGyMr2 { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kncr0sqyrVpygPaMhVzk123IwkO9deRC { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTxoiqMqA8Msm1zzxdvvWm1GRVf8yBl { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVnv4bnxlKc068m67dK9N0QFadMPNH0u { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5vWXKziJpfmsDHT6eztvx8eer0XLcKW { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqS0zAQX1aiyHkap6OOtyZNHVOmhtfc0 { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTcAmphCCZ69DWf2rF7dJMN0yQGoH2i { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Py0ubph0SD445ytv3D69MLXghKxJXK { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9SF6xTmRFCKcZMnLH6pbN2kFah54MJ1 { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEs518mUuXf2wJ9kTyod4IZ0RocViCGb { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2XCGV8QMXkoqSBr0TU8mIFeifGL3p6 { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOeEDiolaLp1DKNznutIJFqXu4zT2PMO { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJGDNlKcH28Id9LrE0g7fohNTEdTAn5 { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJDacIWxNCC7F4p9en0PoMX5zuKELEq { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2QoTFlSc8SEvCBEnN8hAgzketreGLa { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwCOWuGBLhbXZTTJ5TinT2LUtWCbzmFh { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LouFhAxkpTQD1GiLvZPTUyt1mJC3Sp1s { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnsVb8mdyOiP4k8TRaeTR5XkC0AAodm { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:26.6875rem;height:3.75rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { top:5.8125rem;left:30.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { top:8.75rem;left:30.375rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:8.4375rem;height:;top:5.8125rem;left:33.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:14.8125rem;height:1.875rem;top:8.75rem;left:32.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { top:8.0625rem;left:0rem;width:13.5rem;height:3.1109861595682rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { top:7.5625rem;left:11.4375rem;width:13.5625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4iXsTULP5M9GFuHcZM7G4NLW7B4B1qh { top:2.875rem;left:30.375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8NQTZxQxl6UEfiHklFigEok2SIpeCF { width:8.4375rem;height:1.875rem;top:2.875rem;left:33.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:11.5625rem;height:2.6875rem;top:1.96875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHOE1Cnbvzh4V9VcvUO98nIy8b52UNkW { width:11.6875rem;height:2.75rem;top:5.5924682617188rem;left:4.1872830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJTiJNTKtRuhQd7oOaLb4Gbf2TTUfKXe { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dfc3dcd1-5b30-454e-9e9d-6b8b5be81887/HomeBGtopASIA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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.3); }#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.3); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrB3ge3MIRMmr8ven9BsLT3K7HMo4z38 { width:17.9373125rem;height:6.4995625rem;top:11.560329914093rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:17.8125rem;height:11.0210625rem;top:20.430772781372rem;left:1.0937500596046rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ogrxEItOJr28sauxkGErbnOnlsqdwQgx { width:15.625rem;height:3.75rem;top:14.375000953674rem;left:1.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #u11N8hk0qTZ3BLHTIaGSZoOUf3BeBnd3 { width:10.375rem;height:6.4375rem;top:42.561645507812rem;left:7.374132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMP5qncdELC6C8GHB6VATvJP8MUnU5bt { width:9.561625rem;height:6.436625rem;top:34.248901367188rem;left:8.311632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8wm6FNQCvqqDZX5wrGvKVGuT7KdWAHz { width:9.375rem;height:6.3748125rem;top:34.248901367188rem;left:0.87456601858137rem;display:block; }
 }@media only screen and (max-width: 763px) { #hngTTKvPpMxlZphP1tABMvbWuGTWukwx { width:9.8125rem;height:7.0625rem;top:42.436828613281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/19a27a3a-4359-4e2c-9cde-0f8b3b90717c/HomeBGimage02ASIA.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.adaptive-delivery-prevent-bg, #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.lazyload, #SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g.lazyloading { background-image: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { background-color: transparent; background-image: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container > .video-iframe-container { display: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row > .video-iframe-container { display: none; }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .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); }#SKZoSb6lNBQGLSWzkQc5qUIb4RX8Li0g > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UokL8LrOaa4LawqPwfmbqXIQzafCbv0v { width:17.625rem;height:9.446625rem;top:10.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #vqRCJ2kNOZTWfBAFlV2gMHGrKQbWgT83 { width:10.5625rem;height:3.75rem;top:3.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #coNhDKdF4izn7VMB6A7t6cCxVFimrk7w { width:19.75rem;height:2.15603125rem;top:22.408638000488rem;left:0.74869793653488rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDHlUoVJSWEBSsKm9szeGdkVJpCJZ52Q { width:17.5625rem;height:6.29774375rem;top:25.595485687256rem;left:0.99934905767444rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc { display:block; }#ucedHMuoTegi4fV3pGKRp5TgQm2gWIvc > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SeuGwq3zTpB6W56xLPno2kwL6dDzUBp2 { width:16.5625rem;height:2.25rem;top:3.125rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.5rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JFKChwD5mcuAfLdgQBWktzCv8RnW8J11 { width:15.8105625rem;height:4.72330625rem;top:6.436767578125rem;left:2.093505859375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TQNECT3CGBsKffA9ivAJqykqCOslJpH2 { width:14.812rem;height:4.72330625rem;top:17.872802734375rem;left:2.593994140625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #sKuzT8FXkTcPiB3pupvAPp92swByu40R { width:20rem;height:2.25rem;top:14.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWs411TB2446kTXhbaHeCgbFNLVrJBUG { display:block; }#CWs411TB2446kTXhbaHeCgbFNLVrJBUG > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bo9tFTGbJQ8zBxZT5wglF1VtN1eMLzUe { width:16.5625rem;height:2.25rem;top:3.125rem;left:1.6872830986977rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KueRcFkkyRxByJvZJHdohkemRBiZzmW0 { width:15.4980625rem;height:4.72330625rem;top:6.68701171875rem;left:2.249755859375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #tsCrZXQgvuELZWDRan5Nd6aaQ3hqv0ZF { width:16.9995rem;height:4.72330625rem;top:18.75rem;left:1.4990234375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VW8TtmJVMXLDoTa0TwJ5prFPIky3Zwxv { width:20rem;height:2.25rem;top:15.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD { display:block; }#F9Ri1Lm9501S4ekixk99TKWgdRXJhrbD > .row .container { width:20rem;height:84.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VMZCuxo9qTV2ITJvgDTy0AJrQEPbNyH5 { width:12.5rem;height:12.5rem;top:2.5624952316284rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkpcaFsOr5TgvNTRcf5TrdaHyk2vLHNo { width:12.5rem;height:12.5rem;top:19.674476623535rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVqne1p71QVrHvlbbdAsCZmwmd1vglPe { width:12.5rem;height:12.5rem;top:61.933815002441rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4xHQTcclTwxTZR4LJUtygowT49EQ8hW { width:12.5rem;height:12.5rem;top:39.56120300293rem;left:3.7500002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzikSuN8cOVeHTiddPahURDRXlNmRGRO { width:12.1875rem;height:4.72330625rem;top:13.374133110046rem;left:3.9062502980233rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJnne09cvRlHZxvAN4Ai0dEhNQTeCpkv { width:12.1875rem;height:4.72330625rem;top:32.111976623535rem;left:3.8747833371162rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxVbTauKdyp06BbdEDl8v7p8tUer2Lsu { width:12.1875rem;height:6.29775rem;top:72.871315002444rem;left:3.8747833371162rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHyV7L1udCiM08SlTs9D6VJcCaNWspHs { width:12.1875rem;height:7.8721875rem;top:51.998695373535rem;left:3.8747833371162rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU { display:block; }#BizVSyUgSZoSeRkiGrZ6fMHocqXfSkzU > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vU3mEGQK7ph4Hzr2yXJ1XeZyJlKfNR1m { width:15.7483125rem;height:13.75rem;top:16.50634765625rem;left:2.125244140625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Cv1PCKtsQ4As04m1lFWBznWv5OUsEvMP { width:15.49925rem;height:3rem;top:2.999267578125rem;left:1.748046875rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Ev7WzPZ9LR6PIBf6uC3yevaTpkEKMsJW { width:16.4978125rem;height:11.9965rem;top:35rem;left:1.24755859375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawb4J20UWePybqb3r9AOO5XpW0QD6Pt { width:17.1875rem;height:9.375rem;top:49.0625rem;left:1.40625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLnSkoitXm8QHeeIIMCeL32hJS2vfv1G { width:18.18725rem;height:6.2955625rem;top:6.708984375rem;left:1.812744140625rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M { display:block; }#Vlfgx7zGxWA0Z1EolTXBuz0NOi3E4X3M > .row .container { width:20rem;height:76.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiOfSXqtW9FzRfcQW5xpW02JrCnBgdE1 { width:15.4373125rem;height:6.9965rem;top:15.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz3ZvqAfFeK5cuPLnXfBwLCLhPLD9S8s { width:14.25rem;height:11.1979375rem;top:3.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7Ugr3IfCdmpo9Hvu3KXb4Pxx8OKidr1 { width:12.875rem;height:11.1979375rem;top:26.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXpkgRNowsiHETWnVW8n9iyObm9Z0ZPA { width:14.749375rem;height:5.24739375rem;top:39.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVC18UtU6FB5IXlHa7pWXeexI7hU1ZmI { width:14rem;height:11.1979375rem;top:48.0625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfd8QqS2yXZhSLRyxV5NE9Ov6gFOGSux { width:14.375rem;height:12.2439375rem;top:60.5625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#1a1919;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:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PG84t1UTheS2rC6CL2ecZVfMVNkIvwC0 { width:20rem;height:14.016125rem;top:21.124267578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZiBafWALK1sNX9Sp9QCCfEe2XTzTAwE { width:17.68675rem;height:13.9930625rem;top:3.4375rem;left:1.15478515625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p10mqXBbFTZgh1f8u0GODhxv17nM5lzv { display:block; }#p10mqXBbFTZgh1f8u0GODhxv17nM5lzv > .row .container { width:20rem;height:112.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LR8PussFd1u3vLuyBnxIUhkTqltRCeDg { width:20rem;height:10.625rem;top:98.73779296875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WICS7oCTq8UG2gCvbTcswEQMHSuizGc5 { width:18.0603125rem;height:11.25rem;top:2.87353515625rem;left:0.96923828125rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Tnk8SKtiXMfRGx0wCBtzfl4KyWuT6g9Q { width:18.25rem;height:77.1474rem;top:16.7431640625rem;left:1.280517578125rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq { background-color:rgba(0,0,0,0.3);background-image:none;display:block; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { background-color: transparent; background-image: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container > .video-iframe-container { display: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row > .video-iframe-container { display: none; }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .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); }#w8qGOnHEbA0kOkHnnKxDDuOi41vuxStq > .row .container { width:20rem;height:66.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fWiVZWIciM64rtSdTwPI6SwkuwHlhDzt { width:14.5605625rem;height:5.9982625rem;top:4.061279296875rem;left:1.8115234375rem;text-align:left;text-align-last:left;font-size:2rem;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #seuUTlLTqx1ErHvdNPJ5LfWiaHfDuE4f { width:15.874rem;height:8.4375rem;top:42.125rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ZuHpNTPGD1Ann5JANoRsuLd11fFqVhDS { width:16.875rem;height:9.375rem;top:52.8125rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d5whccqddg4KiESUJ7gg1R8VGFONslAI { width:17.4375rem;height:8.394125rem;top:10.794677734375rem;left:1.807861328125rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #iX6awQE2ZfWaacMdqJ3vicPMdMLueXHy { width:14.1235625rem;height:13.75rem;top:22.90283203125rem;left:2.93701171875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV { display:block; }#fgi49f2hUd3KnN7pRhwsEcLc0LuWt1QV > .row .container { width:20rem;height:71.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHGp4IKQybZdvpRmIFRfuo1V0dB8hElp { width:15.437rem;height:5.625rem;top:13.812255859375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Z7rmiTnxE3RE9kieto3Sb78IxIkTDpLA { width:16.5rem;height:8.997375rem;top:3.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yFV5i5rVievWZnX46dCF0VMWQm9T1mlI { width:17.8125rem;height:8.997375rem;top:25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KJKR8nO7zsLBmhpFNr4Wenft0OuwsidT { width:15.68725rem;height:9.375rem;top:35.435791015625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Xty0fJ3pfvEZoBJuWxhU36X1RIan0xXH { width:14.6875rem;height:11.1979375rem;top:50.625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmhFbgPgFIMiSMKrqUpyt19fThNDsAy3 { width:13.9995625rem;height:3.75rem;top:63.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mU1faCwym9foHNaWllHErg1yziME1cim { background-color:rgba(0,0,0,0.3);background-image:none;display:block; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { background-color: transparent; background-image: none; }#mU1faCwym9foHNaWllHErg1yziME1cim::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container > .video-iframe-container { display: none; }#mU1faCwym9foHNaWllHErg1yziME1cim > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row > .video-iframe-container { display: none; }#mU1faCwym9foHNaWllHErg1yziME1cim > .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); }#mU1faCwym9foHNaWllHErg1yziME1cim > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SL6uFaLrPQZQ8nuUixhHays7AGcsmMyD { width:15.125rem;height:2.79980625rem;top:3.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Azwg4wZWa594FITSMzAaWDeIc9TMn3Uz { width:14.625rem;height:11.9965rem;top:35rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mP14fcsqHz4yoGIP4p6vFWgVQd3CurcN { width:17.875rem;height:22.7387125rem;top:48.56201171875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSkoGu7SyhaMRhfKTAldivWmPl3N6mcP { width:16.8125rem;height:8.394125rem;top:6.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAQSg7rkD4uZrWKycQUG8AyTfLIfq31h { width:12.4375rem;height:12.9375rem;top:17.357177734375rem;left:3.780517578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sCibbKbXHBuTSPrtSgtD19agN7l7zXdL { display:block; }#sCibbKbXHBuTSPrtSgtD19agN7l7zXdL > .row .container { width:20rem;height:92.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yN44MFuJOxUMQcB2MBoxmCFk2iq5w5on { width:16.499rem;height:15.74218125rem;top:16.8125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob8IWw3VemdzRP8ZVP8E5V3SqqVuRMMR { width:16.31225rem;height:11.1979375rem;top:3.6875rem;left:1.875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRzAqVVxph4z8sVlWv4uGwXyyLd0UTyF { width:16.31225rem;height:11.1979375rem;top:33.625rem;left:1.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV5p9HQ3fQSrbcnp32GXkrC1WAK7Eu1K { width:14.7485625rem;height:12.24391875rem;top:46.8125rem;left:1.375rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Api3fHrcS5KO7RuEqB13lXZ8OQImLTpC { width:16.9375rem;height:11.1979375rem;top:64.25rem;left:1.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8UrGBwPmR774cqOqZOdwClBfDqGPfvA { width:16.9995rem;height:10.4947875rem;top:77.75rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI { background-color:rgba(0,0,0,0.3);background-image:none;display:block; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { background-color: transparent; background-image: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container > .video-iframe-container { display: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row > .video-iframe-container { display: none; }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .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); }#JAzzRSC544ToaKX5wc0MGF9nPaMBUmNI > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gMeOgp4VbMBZOeoQTE9XP7T8lT5QGdSl { width:17.875rem;height:2.79980625rem;top:3.125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml0T0QC1OBobRRGtoxrGLygNhVfRPWHA { width:14.6228125rem;height:8.997375rem;top:32.935791015625rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehl4EFLZB4LFTSCkeZh3ZzdPJsUitwB4 { width:18.25rem;height:13.125rem;top:43.625rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt69Z7XIwropOlTbxfQz1F8heXfatrKz { width:16.8125rem;height:6.2955625rem;top:6.25rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #D85MZqRsTTL04LzFvtR9WEb7fTuiCMxs { width:13.4375rem;height:14.4995rem;top:15.1953125rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG { display:block; }#XGpAqiPMAcLeF4vqGFsSbGIEXGfQgVmG > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LFibaVITWFm267QlX8XtLUFH58DVcTT6 { width:15.4373125rem;height:6.9965rem;top:15.625rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUHNFfTkWa1b04MInC8vTf78oCI3ESLE { width:15rem;height:11.1979375rem;top:3.125rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7SXOLvC7QlEe1mQDwlSMwWDOfGMLWFP { width:14.749375rem;height:11.1979375rem;top:26.75rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcTtKWUkXr0ZS4AFSu8ExKiPCtXhXTmK { width:14.7485625rem;height:8.7456875rem;top:39.686279296875rem;left:2.31201171875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFUfIZl6rOnqWAddp2okeKZzDaJTgoK3 { width:14.6875rem;height:11.1979375rem;top:52.5rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #znXnNWbHKt7VhRtxBq9OLTx30mCX9ibl { width:12.9375rem;height:3.4982625rem;top:65rem;left:2.3125rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc { display:block; }#ZvuLEmIcfsWuOLpVhgO1EAGXlHZryZfc > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vP5Gk6g45DEbQlxmKyfiZFixJ0f6JSH8 { width:14.375rem;height:3.2487rem;top:4.265625rem;left:3.0295141339302rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F5f2wUhgrSDUcggfBlLqTGahQxO7M1QK { width:20rem;height:2.59874375rem;top:1.66796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3yftXeFZNKsIpqzCEOLAen1IwCzgmgP { width:8.75rem;height:2.75rem;top:8.6237182617188rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmIe2d2N8zrSLqFfTRTWLQsCQzMslq4T { display:block; }
 }@media only screen and (max-width: 763px) { #shSO72lMobupfJyhBWE5dqZFW6KQU6MA { width:8.75rem;height:2.75rem;top:12.435546875rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2bEvQc68o3oKUkuecm5Kq0DbUwmt3At { display:block; }
 }@media only screen and (max-width: 763px) { #cLuQMDkOe7BpTeTOLhvZ9HVWEPyEGwLy { width:8.75rem;height:2.75rem;top:16.435119628906rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #abisv2Ng2yyO559UguAqako7pqHXiynI { display:block; }
 }@media only screen and (max-width: 763px) { #HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX { display:block; }#HxN1T3BNd88wzFPPRnn6CTccIcv4gZnX > .row .container { width:20rem;height:545.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n6vcchP64uQck6ETtt2ydZIptrRHTe2Z { width:18.75rem;height:17rem;top:4.7496452331543rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIHo9UNcEna7X5x7u7DgXd6OXkrdwsMr { width:20rem;height:1.9487875rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTLAxq3o5DzFR2dBtzczpp6oZZfBiAE6 { width:9.0625rem;height:1.3rem;top:9.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXtymS2xEQ17nXKFzlgiCkUJX0hsCcRR { width:3.1875rem;height:2.0625rem;top:6.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKqBHzIetMSG7rkVLXyrDeF7WbbtqG2C { width:18.75rem;height:19.5625rem;top:22.625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQCSRUvlaK6ayrMSOtTTG4cptDcsSZw { width:3.1875rem;height:2.0625rem;top:25.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDyT3IKFSkSRnQCd2gS19C3o57E0WEoQ { width:9.0625rem;height:1.3rem;top:27.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wO0foVwsfmTcORH8zq66gcxBisETAZtO { width:13.1875rem;height:1.3rem;top:36rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvbyPsFKTTsw4MmyaBp3QkNL9026BOFN { width:14.25rem;height:2.8rem;top:38.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzGpfdcg9768sVfbxXGkLwX3QPbDOpJo { width:18.75rem;height:19.5623125rem;top:63.874643325806rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyzFPDmH5TxNzVPrB5xd3UJCpBR22zhh { width:9.0625rem;height:1.3rem;top:68.50390434265rem;left:5.7812498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hai2xdz3CU5ThaHhCGmPNASas2XDyl2d { width:13.187125rem;height:1.3rem;top:75.561788558963rem;left:3.7180398702621rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhOeSTSbTbSrGDBWUf4J2dkt4xEkpmGE { width:14.2498125rem;height:2.8rem;top:79.122669219969rem;left:3.1871448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfwmPPsXS0UebttlpEFR4svI1MqZnKOH { width:18.75rem;height:19.5625rem;top:250.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUze5giKoUZQAbllvWmvE7kwUu5PtZfM { width:14.25rem;height:2.8rem;top:266.4375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evv5Uxs7rSpwQbokBq3MA6uTmcByMBEz { width:18.75rem;height:19.5623125rem;top:84.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhhFTpfIhHCSioXFb7y7BXGCWTTJJ21D { width:13.1875rem;height:1.3rem;top:264.1875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #grAN8SIQ8TMUPiZwrd66im4Jwa7n6kxH { width:14.25rem;height:2.8rem;top:99.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU3AUZ0Q4Hh4iN7aSyqQgNDGETm1aIzh { width:13.187125rem;height:1.3rem;top:97.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTFA0NluaB6TSeIZVwAa3eSTIhUCbHzk { width:13.4375rem;height:4.375rem;top:91.3750038147rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rA43GIp5ki6O3xa1bfN8GrP5445TGxMZ { width:3.2492875rem;height:3.2492875rem;top:258.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXi8IRqmkiET44yMobSHRrUTQi8VDq0T { width:18.75rem;height:19.5623125rem;top:43.3125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGVQH5Gfg3JclnRTx6ELObpkK2ycfBci { width:9.0625rem;height:1.3rem;top:71.5rem;left:6.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsTIx2MnzyVk24bsCIZeuT9z4gIo2fBz { width:9.0625rem;height:1.3rem;top:255.625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kvv7xccTG3KGp2BW2ywPSc5bWU0o5zd7 { width:18.75rem;height:2.8rem;top:58.124996185302rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coekn83KIqmbstmQSs4a4BIwZQ8ZT3C8 { width:18.8125rem;height:1.3rem;top:55.934375762939rem;left:0.78046894073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsbeuNROs4EfHu6JotMwXLkZ1SNnaqvo { width:9.0625rem;height:1.3rem;top:47.9375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OigiaT5dKNpVUGesnEQt6ooorbcbI91M { width:8.8743125rem;height:4.375rem;top:30.217505455017rem;left:5.561967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5MhOTgvGrWPUuMeJlL9pZyB0Gomb8zm { width:3.18625625rem;height:1.9984rem;top:45.187320709229rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnKTlF9vVAvgeBpWw2vJq6bzbVONPNlv { width:5.56196875rem;height:3.37446875rem;top:70.841440200806rem;left:7.5301841497419rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVWIXUsFzvfIpWLy93COchvA88MximWk { width:3.1875rem;height:1.75rem;top:253.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwdWgFxL0CbsXgWSTFUiQJxv3FtpIUDq { width:18.75rem;height:19.5625rem;top:271.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCDX6qkTtTunIbrQVUPsBsw7aRxIKR3S { width:14.25rem;height:2.8rem;top:287.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcKGlGKJ6aBK7WLElmh6uG5y3xZbTxq { width:13.75rem;height:1.3rem;top:285.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwgBTPBatgv6xbVXXCUPlLoVESP9nVxk { width:18.75rem;height:19.5614375rem;top:293.12498855591rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz3M13E6hWlNWdlguEDyTsFgN0btvMTv { width:14.2498125rem;height:2.8rem;top:308.625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI2Jhe0mcIIozDCoHo9h1byftF0Pr2rJ { width:13.187125rem;height:1.3rem;top:306.5rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXCADszTE6hKM0KFo2n1JEKnSDicSNb3 { width:18.75rem;height:19.5623125rem;top:229.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8gbzoDSGkNZd2I7DkDm2Tz88WSol1f0 { width:14.2489375rem;height:2.8rem;top:243.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAbDXyLxT0SP44mccoCoyICoVeH4innV { width:9.0625rem;height:1.3rem;top:298.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #guhyte0N8NgX0E4WZRJoK7vFKiQODles { width:9.0625rem;height:1.3rem;top:276.3125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihFCEuVTiGPgU5qFifIuQ9qwLU07GWzW { width:9.0625rem;height:1.3rem;top:235.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5ga0QNwv4VAucXZEG4nkfqCXpnDnWVL { width:3.18625625rem;height:1.749825rem;top:232.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvPWHWVpUrDIPvzqWxqEslkkPTFiyh8T { width:3.1875rem;height:2.0625rem;top:273.75rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iV6Vb0g5Q19VG55WQAiLtILkkbLCSZJd { width:4.31196875rem;height:4.31196875rem;top:279.5rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5K8wR72W5RPnOOJ1aw23bbRKqd8P23U { width:18.75rem;height:19.5625rem;top:293.12345027924rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKU8MyTxrEzmuEGt0HHH50a9C1883M6c { width:18.75rem;height:19.5623125rem;top:356rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn83yMg0HHiD9tu1aTTrElAW9BVXpRwz { width:14.25rem;height:2.8rem;top:371.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #auAntvNQtGBOmoW8RQMQVHTRfwTRSUVT { width:13.1875rem;height:1.3rem;top:369.0625rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF0pMte2qgtdXfn2Fi5fyNK63kzdmlfc { width:9.0625rem;height:1.3rem;top:360.0625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCWHI8hIHWb4XZRrqZbNMlP7zVFSNist { width:3.1875rem;height:2.0625rem;top:295.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rksCaSrIh3nESMMkHkW5CKEOlncrHirF { width:18.875rem;height:1.3rem;top:17.125000953674rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9d60UkXdDomKlJlvIebo0GKVw8yqZSN { width:18.75rem;height:19.5625rem;top:314.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqZfGNUcpsdGpRhO4nKMvASRfCuzBl7 { width:9.0625rem;height:1.3rem;top:319.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOiURW5CO8vdHmitUX2a4a0SSEPc1SRT { width:3.1875rem;height:2.0625rem;top:316.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWHMVdWSGVnWvuXXanhS0v36Rz2MKHoQ { width:13.187125rem;height:1.3rem;top:328.1875rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e2Mwi1UcdKQNVFaK6TAF0rFHsKeWCNRu { width:14.2498125rem;height:1.4rem;top:330.5rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoI2UzgyEHtTIQycBCqT6h53Zak5gXUD { width:7.3748125rem;height:3.2492875rem;top:363.375rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQxXnbD99PcIsIiIwHJhL7uS1ezOPIsD { width:18.75rem;height:19.5623125rem;top:419.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #np8AuLNXSDQVJkTKBgto3Z3cOw3ALuCG { width:9.0625rem;height:1.3rem;top:424.5rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByBkCeiHqQlmZDwhusVqhmwoFi88yi9C { width:13.1875rem;height:1.3rem;top:432.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDek68ETXVe6eFqEX154QJos3kwE7kEF { width:3.18625625rem;height:2.062325rem;top:421.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCoLwwxvTIPXOhNfBDSpwo0sA17MdsfV { width:14.25rem;height:2.8rem;top:434.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIrbuy9HT6xqbfy9un8F2Gdx9M9k4sap { width:18.75rem;height:19.5625rem;top:377.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyGGzzwoi1U37z1zTDhE6bXA7Rm7Fk8y { width:9.0625rem;height:1.3rem;top:381.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tdv7SbqmEuaTW247IXkKgl2oc3gQT3Gz { width:13.1875rem;height:1.3rem;top:390.5rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bx2ddyKKFEDfvbApkbMc3QmX4tioLO2e { width:3.18714375rem;height:2.062325rem;top:357.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXPs94RFQw3nNziy7v6f0dLJO9UgapFH { width:14.25rem;height:2.8rem;top:392.75rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnJilJ1E5DZmXf4OxHF1hAEqIBchmwkP { width:3rem;height:2rem;top:86.562505722044rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFK4c5aMSBbDg0gzdXcPhrr0EWExovhf { width:7.7494375rem;height:3.49964375rem;top:322.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IuQ4f4zg3RTGc4lKKA5Wn0r7kN5fQn3S { width:9.6235625rem;height:3.5609rem;top:300.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ70RisqeCFkm3nedtvqD88RWRSyTN12 { width:4.3125rem;height:3.75rem;top:385rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE1TDCbPVrL2yCt9oqUNAtgmMXUexxQK { width:4.25rem;height:4.25rem;top:426.875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEKt82s6qC4bNdoehrMzvdJd7KJu4AaZ { width:3.125rem;height:1.9593375rem;top:65.9081993103rem;left:8.5617898702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #OauRdxZfIkPsqPmRVl5OqDQuhEaQTNTC { width:3.81214375rem;height:3.81214375rem;top:51.186076164246rem;left:8.0930398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZar5CMtuFMA3Lh4mk7OXss5kPNnolTb { width:3.37446875rem;height:2.1875rem;top:169.8125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCpHB9LgWWBM3StQwOX3kMkDarwxQ56W { width:9.0625rem;height:1.3rem;top:171.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kht1eUiBCDqZ8Zor8XJuvzn95TQV3kIp { width:13.75rem;height:1.3rem;top:179.5625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur3o10VSULPxqX5Tc1ulP4Tns9Cu9HhJ { width:14.1868125rem;height:1.4rem;top:182.0625rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKezMfbCnoPEgNW4wZFfwtVoqsgVqDUb { width:4.249825rem;height:2.87464375rem;top:174.8125rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN4v3LpLpUrL7mwWnaJoEzGhit6w5M0E { width:18.75rem;height:19.5rem;top:335.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICsoWzcoT8GlpVg3S2tZPchTBEzf4Ux7 { width:3.125rem;height:2.0221132557953rem;top:337.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #akLcAkrcgdTw1v6Czq3PpTrDSsUcPca1 { width:9.0625rem;height:1.3rem;top:339.6875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlgcnnLkVaJ3Th7PyQmwxKeLiygVSJ5m { width:3.1875rem;height:3.1875rem;top:343rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhhW4ye2AOBAqzGoyOSFHTG0ScLbxTgL { width:13.125rem;height:1.3rem;top:348.4375rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUJ7U5J6Ag0crFuNBk7ygVOhTGnsTXXg { width:3.125rem;height:2.0221132557953rem;top:400.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptVWhRuegttTG1N8ePBeQKM69T4u2gxT { width:9.0625rem;height:1.3rem;top:402.75rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvP5vy2xZ7xvJKRk74fIDQ6U7NRyH2nk { width:18.75rem;height:19.4993125rem;top:398.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg0Fh3vGpUkk24mHDUV6lrMsabEeBNil { width:3.1875rem;height:3.1875rem;top:406.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSPFJ2QiSvc4HBrfxohDpnAPts9J3H4r { 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) { #uDlsm1GlHRIThCTUEoZcM4T0400O7VmJ { width:3.125rem;height:2.0221132557953rem;top:442.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW0OCU4qGub504oDAO4RFOWx2nlf7Gtm { width:9.0625rem;height:1.3rem;top:445.125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdtk5Pi7XPgirS6deLQV4DPxv8g9DS65 { width:3.18714375rem;height:3.18714375rem;top:448rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi7whe6nXP1UI4eSfPAfc3HkbkX6Gq5X { width:13.125rem;height:1.3rem;top:453.4375rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdmIK2T0iSQyvkASSDFUAxTVEmewoBAM { width:14.1868125rem;height:2.8rem;top:455.6875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAvTt69xFTldGps6JkT4bdOGgdI0tTbV { width:3.125rem;height:2.0221132557953rem;top:463rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewbw7EQwB33vxd9PsUTh6JEnTuDll16h { width:9.0625rem;height:1.3rem;top:465.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AU1HeTh8X2rcn03eGMqWBk3IXblBTt0q { width:8.125rem;height:3.246625rem;top:468.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdSXzXBbBWBmJ9pTgKvoDNTFfGFKvDTR { width:13.125rem;height:1.3rem;top:474.6875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8l8HFRi3TCMe8d5yTB7k1HB72DSgDOm { width:14.1868125rem;height:2.8rem;top:476.9375rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XekIyukMZcPfzBNZKLHWRxMZrzp2Eg8U { width:18.75rem;height:19.4993125rem;top:440.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkXKy4MIAhxb9Kqexv3p8wyfSTFCdoz0 { width:18.75rem;height:19.5rem;top:461.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDDmGp4quc5CS4wVZvaarVgJ94l8rTpq { width:18.75rem;height:19.5rem;top:147rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLbvndOA0JiBucPmaV1iloItm8Oh1zN1 { width:3.3125rem;height:2.1473287461915rem;top:148.9375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyuxdIAGUa7r028M6CJatiN4RE1F2XW0 { width:9.0625rem;height:1.3rem;top:151.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg6CmtTBxcrMQAiI2ZNBTfuocwagg8H0 { width:6.25rem;height:2.9074074074074rem;top:154.6875rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ao6OMdTn40Kv3aZT9rbKtutNwAKh7oP2 { width:13.75rem;height:1.3rem;top:159.625rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4rx6PoZBVNzzxXUyyo4qt81cOKhdk3i { width:14.1868125rem;height:1.4rem;top:161.8125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMu9MvJM1xpZqFaHy9RGJ8vBUFvdCh5Z { width:3.312325rem;height:2.1466625rem;top:128.8125038147rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu2OGrvD0UgeGu7lLZvhFi5D06DBlTEJ { width:18.875rem;height:1.3rem;top:131.0000038147rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCEpzTIqvQzoVzatlFxynAUinXQidFZf { width:13.75rem;height:1.3rem;top:139.25rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKxvVLFwUAkn6BxVgem1U2OJbqJl5eKR { width:14.1868125rem;height:1.4rem;top:142.0625rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O761uTO10urB5Z5eDJkhSFqAGkmT2TN8 { width:18.75rem;height:19.4993125rem;top:188.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHMwinSTJZEINPTEORRin70BTq4HhVI5 { width:3.312325rem;height:2.1466625rem;top:211.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN0UGWJTl0NTF0g9bJcd5ZD4PblTFLPA { width:9.0625rem;height:1.3rem;top:214.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGApurSmBbJbffNfzCgDe3zr0ZdrIhEu { width:12.8125rem;height:1.8652375rem;top:197.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmyWMIfp92GibvTbTrfPOA80H01RRo1c { width:13.75rem;height:1.3rem;top:201.0625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRSri54uSt4qW7tQWW4kx8cdWHQK0Nub { width:14.1868125rem;height:1.4rem;top:204.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JobysofgoP2TyuK4zn0IbDeHqaGiVGVT { width:3.125rem;height:2.022375rem;top:379.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzF0ITMGSNEeznMiRvRhn1zB9rLuOh0r { width:3.312325rem;height:2.1466625rem;top:190.6875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTgz8z3QNP6Dez6suw7M2QI9wUCh0O5i { width:9.0625rem;height:1.3rem;top:193.3125rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNKVKyQ0QZT4cdbktPU0d68fudiqN6Xd { width:11.1239375rem;height:3.624825rem;top:217.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHMGMUpy6TaGONpbNTBGD3wAbHlRn4gT { width:14.1868125rem;height:1.4rem;top:225.125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pllOm5cpmWhLO3tCe1oLUSA3lsvXTJpT { width:18.75rem;height:19.5rem;top:209.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIwCnlbPpHvWH6iby1ZVAMgNAIcOygCo { 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) { #PQzD91DCdWMXE1ACfBKm89wF5F8ev9Wm { width:18.75rem;height:19.4993125rem;top:167.6875rem;left:0.625rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #EPJdL1hFGRF3x41GcWqKw7PkNW8Wc0IW { 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) { #dDNvXMUyu7RiwzprkT01HwBZ4nTs30Li { width:11.625rem;height:2.125rem;top:134.31172180176rem;left:4.1875rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #cZI8g7dQP3oGEOK07PDqNq0lMbhRcUIV { width:18.75rem;height:19.5rem;top:126.18672180176rem;left:0.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hWKCCkp2waX19wbL4VAdSO31ftfARaJi { 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) { #Td6k6L1SvwtZ5mW9Fy4JaU5zEXfTITL0 { width:3.18714375rem;height:3.18714375rem;top:238.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvVEnxDWGJZgm1JXiXW2dyP4EX6UoXUk { width:3.8125rem;height:3.8125rem;top:12.092968940735rem;left:8.09375rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #hnUF7g7so8yFwA0BWOIP5dRBlATXotDD { width:18.75rem;height:19.5rem;top:482.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWLKsTLqadvoEGIag2eR1XNt6fhfcbnW { width:3.0625rem;height:2rem;top:484.3125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0xlTxUsLD8V1LBDoTMSaft2xSe2mNI2 { width:18.75rem;height:1.3rem;top:486.875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRIq0meTu7OuEvPWmfQT04LrubWZLb5F { width:5.6875rem;height:4.875rem;top:489.375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXUyfwHAZQ0wLgAtgt6UphHgcUck2h8s { width:18.625rem;height:1.3rem;top:495.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NhqFZQCbxO7xS95VC64vdg6CRxOlKoXA { width:18.6875rem;height:2.8rem;top:497.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzmlvrlNV6roqAxXQvF3eCVqReokKDFK { width:18.75rem;height:19.5rem;top:502.9375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTzs3lnxVVeE8HAv1JZTQmByM8bvufLg { width:3.0625rem;height:2rem;top:505rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXCklqohQuxnO0d4l5ld5AnqZqxRef2B { width:9.0625rem;height:1.3rem;top:507.5625rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGJUTAPTZdpqQTmk5ztdRlBCbMcRnvwv { width:9.0625rem;height:3.375rem;top:511rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w14bw0R7DVdP7OUqT0u4q8Ly4DzZUVLN { width:13.1875rem;height:1.3rem;top:516rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7QxdGyJ4Bs77q2TVTUaPZJN6aH61th5 { width:18.875rem;height:2.8rem;top:517.75rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8NmvoLHvPB1MiVMHmGxPK8XaMoU4Rkd { width:18.75rem;height:19.5rem;top:523.81251335144rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MByyq6MwB36TFSZWlGymgGhIZy2s9vzM { width:3.0625rem;height:2rem;top:526.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBuFFnS1ZovHTAJ9g2FQtkRA8iQbkZTE { width:9.0625rem;height:1.3rem;top:529.3125rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSruTH2ERbIgiVTXRyloaUsAFTP30rQT { width:8.5rem;height:3.25rem;top:531.68751335144rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7qUhMZzCV82QUEzVSLxmNBwo6UmhFSN { width:13.1875rem;height:1.3rem;top:536.75rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlnOCh3A5cpEqopLFk53sObhe1TbKlIS { width:18.875rem;height:2.8rem;top:538.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ya89vuIxwmE8e7TLB9mvURc9eEB33NTE { width:18.75rem;height:19.5625rem;top:105.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnURteWQAXMSSNN216DWDv5eC0DwbPk { width:3.125rem;height:2.0625rem;top:107.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VICbGBhgATKiXsaOqn6RciZT9MgmftAQ { width:9.0625rem;height:1.3rem;top:110.1875rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y63WHLTDSV7hHUJ8w3EuhHHPz1Wz9Fqn { width:14.6875rem;height:3.4375rem;top:113.06250762939rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuzNTKWvAPDtDBuRrCsy4hK6cIxJkCrL { width:13.1875rem;height:1.3rem;top:118.75rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dV7FavsEHrraPaLzJvE7Z0Rzq2376ANT { width:14.25rem;height:2.8rem;top:120.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 { display:block; }#anvgUTCmtbTVx9wWeXnAKB2yNNOIeCf8 > .row .container { width:20rem;height:67.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXOCaHsvCCKxAay58EP16h2ThSiR2TGH { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpVqqVz32qIlAfme0BO7DasGhJxTD7dc { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEMNvxyS3GnLKxwNIPR30cBlbz4LKczJ { width:18.75rem;height:19.5625rem;top:25.375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgSks4IqmnmdSOpRfQ577PL4qXV8Ziag { width:18.75rem;height:19.5rem;top:46.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyGuDrgd2sZphmysCRwNMmqRBk9ckiP3 { width:3.1875rem;height:1.6875rem;top:6.6365356445312rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCxDTTg8Tzi0ME36TZ7dHqIcgaQxWw7h { width:9.0625rem;height:1.3rem;top:9.0113525390625rem;left:5.3123220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kus6fbDOHZ9e3rWUvPUkGG07niaIhfaA { width:8.2493125rem;height:3.68696875rem;top:12.073150634766rem;left:5.6239346265793rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursk6TycI8NEmy8Q4uXRM8XHHrcNswTX { width:13.1875rem;height:1.3rem;top:17.82421875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSGMSKTGb8vytx8iPBkQ9duq20vadBhg { width:14.25rem;height:2.8rem;top:19.698669433594rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TsMWXoWGBAttyeS1qkcC37vxHh6JiU { width:3.1875rem;height:1.9375rem;top:48.4375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smD9GVZHl6lq0Og0QXfzXcChsqsSaKTK { width:9.0625rem;height:1.3rem;top:50.9375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SayqzddsgTVCmVmgLHscAItW6esnSTXS { width:10rem;height:3.75rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRHnJRrR4iKiEMew6lxo5Tg2HrHogXyT { width:13.1875rem;height:1.3rem;top:59.3125rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcQELFNE9wHBRPOykMMTmUXIX91iVX3l { width:14.25rem;height:2.8rem;top:61.25rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT3qObsFGLTQgacbaSWsbAg9svVRr3yz { width:3.1875rem;height:2.0625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyc0sAwsi1aSBzDiduCOpuF4F5HAw5M2 { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhfBEQ8KTWGQxCvVM1GJmRKFahVyR0zO { width:8.5rem;height:3.5625rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3tN4zxnzWsEbDZ5ekiyQTHkE14sC7CV { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGtwm4UTBqR91IV11on7UXHdfpFVEfoT { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 { display:block; }#rURDUD6nKZybJT3d31QBbWxCv4i1Tqw4 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wn5ewX4dPm2PXxRfpNpvXzexiW6cXBCh { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELQ9UrFvXEVNLg2tdSp4FousgqiGyMr2 { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kncr0sqyrVpygPaMhVzk123IwkO9deRC { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBTxoiqMqA8Msm1zzxdvvWm1GRVf8yBl { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVnv4bnxlKc068m67dK9N0QFadMPNH0u { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5vWXKziJpfmsDHT6eztvx8eer0XLcKW { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqS0zAQX1aiyHkap6OOtyZNHVOmhtfc0 { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTcAmphCCZ69DWf2rF7dJMN0yQGoH2i { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Py0ubph0SD445ytv3D69MLXghKxJXK { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9SF6xTmRFCKcZMnLH6pbN2kFah54MJ1 { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEs518mUuXf2wJ9kTyod4IZ0RocViCGb { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf2XCGV8QMXkoqSBr0TU8mIFeifGL3p6 { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOeEDiolaLp1DKNznutIJFqXu4zT2PMO { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BiJGDNlKcH28Id9LrE0g7fohNTEdTAn5 { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJDacIWxNCC7F4p9en0PoMX5zuKELEq { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ke2QoTFlSc8SEvCBEnN8hAgzketreGLa { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwCOWuGBLhbXZTTJ5TinT2LUtWCbzmFh { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LouFhAxkpTQD1GiLvZPTUyt1mJC3Sp1s { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBnsVb8mdyOiP4k8TRaeTR5XkC0AAodm { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 { display:block; }#ZLG5pSrmCTE10wUWIKOBgqfptGS4iqn8 > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1T6UeIBTW5XH45AFmhyhfNnX5M45eUv { width:15.5625rem;height:5.625rem;top:2.431640625rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBzTHxD0ynuXDlkrveG9ak7ehNlJuoL { width:1.875rem;height:1.875rem;top:12.3125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQJWbCDpbOzXTUFeqlgNsFqxxSmBhgJR { width:1.875rem;height:1.8112rem;top:15.125rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPkSWKSN5SCLVFyBq0TX7qeSU18koGuS { width:8.125rem;height:1.78125rem;top:12.375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJPPEUoB1uveKSSQCUinRTr6D7DkBVvi { width:13rem;height:1.78125rem;top:15.0625rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6QKC9fAbxi4h9iIA7EaH60PmfBGOmRo { width:12.5rem;height:2.8125rem;top:19.9345703125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVbarrCwC8f4piF9R9gtBKQUhg0hMZlM { width:13.5625rem;height:3.125rem;top:1.4986991882324rem;left:3.21875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #d4iXsTULP5M9GFuHcZM7G4NLW7B4B1qh { width:1.875rem;height:1.875rem;top:9.5625rem;left:2.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ8NQTZxQxl6UEfiHklFigEok2SIpeCF { width:8.4375rem;height:1.78125rem;top:9.609375rem;left:4.84375rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }