.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:251,219,228;--color-primary-1:243,135,164;--color-primary-2:230,15,72;--color-primary-3:115,8,36;--color-primary-4:35,2,11;--color-secondary-0:217,243,226;--color-secondary-1:128,216,160;--color-secondary-2:0,177,64;--color-secondary-3:0,89,32;--color-secondary-4:0,27,10;--color-tertiary-0:255,255,255;--color-tertiary-1:173,173,173;--color-tertiary-2:118,119,119;--color-tertiary-3:84,85,85;--color-tertiary-4:85,85,84;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.5rem;top:1.625rem;left:12.18593788147rem;overflow:hidden;display:block; }
#roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.096125rem;height:2.79765625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.7882813215256rem;left:30.625rem;display:block; }
#vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/7f220a37-4a9a-432d-9b55-c6ab56626fe7/headVIPERmaior.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:60rem;overflow:visible;position:relative;display:block; }#vl2nyC0TvevL32r6hcNRgaHaOUraA0np { color:rgba(var(--color-tertiary-0),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:4.8125rem;left:7rem;height:7.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { color:rgba(var(--color-tertiary-0),1);display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:13.375rem;left:7rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:17.0625rem;left:5.375rem;height:17.52930625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { background-color:#435664;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:23.9375rem;left:7rem;display:none; }
#aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { color:rgba(var(--color-tertiary-3),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:7.0625rem;left:5.9375rem;height:20.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AwvGp2ROsqLETOVSH3SphclnOre6cGmF { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:24.375rem;top:10rem;left:5rem;overflow:hidden;display:block; }
#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:rgba(var(--color-tertiary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { border-width: 0; border-radius: 0; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.9375rem;left:6.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.921875rem;left:9.0625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.8011375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
#mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:13.625rem;left:11.09375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
#mBNIbG8owQiQxifDeodiTsddgIVIaXHD { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:13.880859375rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:23.0625rem;left:11.09375rem;height:4.798825rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:rgba(var(--color-tertiary-0),0.5);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { font-size:0.875rem;font-family:arial;height:43.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:9.390625rem;left:7.0625rem;height:7.03125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19rem;left:7.0625rem;display:none; }
#Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:block; }
#iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:4.5rem;left:5.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.5625rem;width:57.6875rem;top:2.4375rem;left:0rem;overflow:hidden;display:none; }
#KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:31.875rem;display:none; }
#zPkaladCRzZGhMludvi86t0R4xtwVcbV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:30.6875rem;display:none; }
#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { border-width: 0; border-radius: 0; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:1.75rem;left:7.875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { color:rgba(var(--color-tertiary-3),1);display:block;width:44.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:27.125rem;left:8.71875rem;height:10.797225rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:37.125rem;left:14.5rem;display:none; }
#rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3125rem;width:20.125rem;top:6.8125rem;left:20.84375rem;overflow:hidden;display:block; }
#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { background-color: transparent; background-image: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { display: none; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { border-width: 0; border-radius: 0; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#piJ80LXIR8BMhnuBt8NHecJUSGum08CH { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.5625rem;left:30rem;height:8.9968125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16rem;width:23.6875rem;top:3.0625rem;left:3.875rem;overflow:hidden;display:block; }
#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { background-color: transparent; background-image: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { display: none; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { border-width: 0; border-radius: 0; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:60rem;position:relative;display:block; }#uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.8125rem;width:23.6875rem;top:0.875rem;left:3.8125rem;overflow:hidden;display:block; }
#LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:3.3125rem;left:29.9375rem;height:11.99575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { background-color: transparent; background-image: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { display: none; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { border-width: 0; border-radius: 0; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.9375rem;left:4.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:7.6875rem;left:4.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:15.34375rem;left:4.0625rem;height:3.18715rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:19.25rem;top:1.5rem;left:39.6875rem;overflow:hidden;display:block; }
#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { background-color: transparent; background-image: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container > .video-iframe-container { display: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container { display: none; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { border-width: 0; border-radius: 0; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:block; }#au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { color:rgba(var(--color-tertiary-0),1);display:block;width:30.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:5.453125rem;left:4.125rem;height:4.78071875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11rem;width:16.3125rem;top:2.34375rem;left:39.0830078125rem;overflow:hidden;display:block; }
#WuUO0SXcruROH5px811mVfPzc7ugpTf1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { background-color: transparent; background-image: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container > .video-iframe-container { display: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container { display: none; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { border-width: 0; border-radius: 0; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:60rem;position:relative;display:block; }#RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { color:rgba(var(--color-tertiary-0),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:7.71875rem;left:4.125rem;height:3.18715rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:15rem;top:4.0625rem;left:38.40625rem;overflow:hidden;display:block; }
#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { position:relative;display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { background-color: transparent; background-image: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row > .video-iframe-container { display: none; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { border-width: 0; border-radius: 0; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:60rem;top:11rem;left:0rem;overflow:hidden;display:block; }
#nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:4.125rem;left:3.875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.875rem;height:2.25053125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.125rem;width:30.6875rem;display:none; }
#wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.3125rem;width:30.6875rem;display:none; }
#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { position:relative;display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { background-color: transparent; background-image: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row > .video-iframe-container { display: none; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { border-width: 0; border-radius: 0; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:61.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { color:rgba(var(--color-tertiary-3),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:3.5rem;left:4rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { color:rgba(var(--color-tertiary-3),1);display:block;width:33.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:6.125rem;left:4rem;height:2.25053125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BbMZPlyIC5RRv5w4fevQFMk40s70nELv { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:60rem;top:9.375rem;left:0rem;overflow:hidden;display:block; }
#FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.5625rem;width:29.5625rem;display:none; }
#vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.875rem;width:28.1875rem;display:none; }
#DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.625rem;width:32.5625rem;top:44.25rem;left:13.71875rem;overflow:hidden;display:block; }
#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { background-color: transparent; background-image: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { display: none; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { border-width: 0; border-radius: 0; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { font-size:0.875rem;font-family:arial;height:41.6875rem;width:60rem;position:relative;display:block; }#nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { color:rgba(var(--color-tertiary-0),1);display:block;width:41.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:15.625rem;left:9.40625rem;height:5.99964375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { color:rgba(var(--color-tertiary-0),1);display:block;width:41.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:23.5166015625rem;left:9.46875rem;height:16.80398125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { background-color: transparent; background-image: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container > .video-iframe-container { display: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container { display: none; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { border-width: 0; border-radius: 0; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#OszGpeTfD74AuxhNOe68aApC4OAUewmx { color:rgba(var(--color-primary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15187;line-height:1.3;letter-spacing:0;top:5.3680629730224rem;left:0rem;height:1.9504625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1747035980224rem;left:17.749467849731rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:8.62109375rem;left:15.498439788818rem;display:block; }
#ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:8.62109375rem;left:25.75rem;display:block; }
#xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:2.796875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:8.62109375rem;left:35.936717987061rem;display:block; }
#OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container { background-color: transparent; background-image: none; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container > .video-iframe-container { display: none; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row > .video-iframe-container { display: none; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .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); }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container { border-width: 0; border-radius: 0; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container { font-size:0.875rem;font-family:arial;height:152.125rem;width:60rem;position:relative;display:block; }#Od2qTe3ZkXxQI53kB36wK44tmUaUac9J { color:rgba(var(--color-primary-2),1);display:block;width:24.4991875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.9359474182129rem;left:17.750782012939rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6a5z4RSCWMU4AF9PR6y8eGUplVgSby7 { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:0.625rem;display:block; }
#sMHzTtNwiIz09DuqdQ7bU4PuBJJOJOHW { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:7.125rem;left:8.4375rem;overflow:hidden;display:block; }
#F3QNTlLSUaBRzHMUWJdmnoEbhyuXMl1m { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.6875rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lwvrOa83RbvdvDCw6Z6XrNLICnvmla23 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.9375rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FwBBv3cum3C7sPDTXUusZPMHaEpLTRfs { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:21.1875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oiMEK31nJnZk4yebuHcvPfBTHOesEEkq { 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; }
#pAWZpVqteoUGIVkCWTdSOfOO66nn288P { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoEtMzZE50MviQxwvNrs46qK3mHWLdqR { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RapVcldH0B2z7cCsIJquqVMAFFiCowfq { 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.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZGq7tI9z5Bx4MkoIA4FDWKVlJ3K0wwu { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:40.625rem;display:block; }
#HezU3Hi5Px1akWsAKGE5xgsx7LsCOD6s { 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:82.9375rem;left:42.8125rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJ2755ANKARFIJReWE2PAnEf1or06rpr { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:0.625rem;display:block; }
#pINrnbSL8tFoEU1gibpK48p9W5JuwXba { 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:80.9375rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zng5zz1DQKNH9nRrEF5CKmpzrsVR9LK1 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15223;line-height:1.4;letter-spacing:0;top:41.6875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g8i0iWofLBoZ8klX5bxwDnCRzhXOScuQ { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15243;line-height:1.3;letter-spacing:0;top:39.5625rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQ3xQCvqdmrX4zSFeQBQQDpWpanke15u { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.25rem;top:33.1875rem;left:3.625rem;overflow:hidden;display:block; }
#ANnnpCo10TM7TsQs4tyoniTQP82QLRFi { 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:74.9375rem;left:48.375rem;overflow:hidden;display:block; }
#Oz1c9JvxR5eSZXgEXxas47dFPw1DguET { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:5.5625rem;left:20.625rem;display:block; }
#Xt3DFw2mVXgLzS4nZlNC9O53oV3LDeLz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15221;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKHwBlv2Kq2q8dLltlkBkCt14q74tReP { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:71.625rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q1drTIylpeEQoTy1w94EW4mtbiA12ppr { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:21.1875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCSklnlZnbnyQBLpt3ydaIGpfT2e3sOa { color:rgba(var(--color-secondary-3),1);display:block;width:10.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:15.1875rem;left:24.625rem;height:2.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZyXVGDaIU7vrG003STC5583hNgNqDXBo { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:9.75rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E5o43yyNQc0gy9T0R33QJhGpaKlZMqDV { position:absolute;display:block;z-index:15203;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:8.875rem;top:12.375rem;left:5.5625rem;overflow:hidden;display:block; }
#TDBBnVuPZVwuSGxeEhJecxUkf8zbxtTL { 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; }
#oKvBHi63fAzIr5ooWvaKf6T6NkMF6gNC { 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; }
#W0vlqTp90ZGIfDouVTrMhbAdUeN7JTQT { 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:69.1875rem;left:48.375rem;overflow:hidden;display:block; }
#uMglRWeSSmDWCp9AVXoF2U1XQUTZoUWm { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:20.625rem;display:block; }
#dINhkRoSTHCcOIpSTcii0a2etkFKdNCt { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wL8SlKERZakS23qRmQJI6z6QRQfkDMk4 { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K0W0BqqgbpJG38GdfdMp0Gk6Mo8NCm0E { position:absolute;display:block;z-index:15036;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:67.5rem;left:20.625rem;display:block; }
#aW0R3R9iLSg8aK5EMgRXn0pAUUS6DTPI { 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.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnTzB8fTh9pchT4JKcbtsiAHFlX2Xqec { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:92.375rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xn2TTJDr2a1qfe4OZT5TBkZve5I1o081 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15233;line-height:1.3;letter-spacing:0;top:71.9375rem;left:25.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSRUkUHSX7WxWDwEEN2BQFlSXAkxKTFu { position:absolute;display:block;z-index:15235;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:69.5rem;left:28.3125rem;overflow:hidden;display:block; }
#PKSawhK97I8yqN4J6p7Ji2aAlP5shF3q { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:89.8125rem;left:8.4375rem;overflow:hidden;display:block; }
#MPMk2yhsdbeKK00FDTZ3xaZ7tmsdUsMt { position:absolute;display:block;z-index:15212;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:4.31196875rem;top:95.0625rem;left:7.8125rem;overflow:hidden;display:block; }
#Ox7TB8g7oNAF2xyxPAwzE3T68Tx591nh { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:0.625rem;display:block; }
#oMfyHqQgWNHLL0c0a8uAM0BBRQI1MMbx { position:absolute;display:block;z-index:15048;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:40.625rem;display:block; }
#MrwCFsWvMUicsSv3OyzuTmssNN4SX1c3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15247;line-height:1.4;letter-spacing:0;top:103.8125rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h3Go7emTQO537QkhDR1zdvzm5a50zQ8B { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15267;line-height:1.3;letter-spacing:0;top:101.5625rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKGcCeTwxhTWiUg45r0RlGW3EfB61W2b { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15245;line-height:1.3;letter-spacing:0;top:93.25rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rdnTUepiJ18h5RpZ8g5m18vwpce4i1M5 { position:absolute;display:block;z-index:15049;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:88.1875rem;left:20.625rem;display:block; }
#KliuesCFXgTn9IDa4GoMLUacZlnJKseb { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15246;line-height:1.3;letter-spacing:0;top:93.0625rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeqNW90ypNTDWheoo8Wgs9QBP3SR3WTA { position:absolute;display:block;z-index:15211;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:90.5rem;left:28.4375rem;overflow:hidden;display:block; }
#hubHLtUqIXhVsTANwHvFw5HUChbIvbER { color:rgba(var(--color-secondary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:101.5rem;left:21rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wCIkzs3Cm3VphwnqHHJeDhZWfS80N0BM { color:rgba(var(--color-secondary-4),1);display:block;width:18.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15248;line-height:1.4;letter-spacing:0;top:104.4375rem;left:20.75rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IB6W8RMED0uAJq4MRizgWo7pa2xhvVlK { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:7.3748125rem;top:96.3125rem;left:46.3125rem;overflow:hidden;display:block; }
#aqzmLhuIEfPVhGhQZ80OrHEfqyPsCqXc { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:0.625rem;display:block; }
#oZcyDS37rqBa31vzbfX3FRJTC6n41ve7 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.3;letter-spacing:0;top:113.4375rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S6sdibaJyTwK6OF38RHcvSXPtGewiNPJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15273;line-height:1.3;letter-spacing:0;top:122.4375rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BxgwCcuZ0vAsleZfJsorqalPa3xbZwSo { position:absolute;display:block;z-index:15224;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:110.875rem;left:8.375rem;overflow:hidden;display:block; }
#o2dccd2hz0a6i5RHSO7AwlBfv5AX2Wlv { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15253;line-height:1.4;letter-spacing:0;top:124.6875rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J8doGttIXklSnf1KJhG7lFyy0bahXX00 { position:absolute;display:block;z-index:15066;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:109.0625rem;left:20.6875rem;display:block; }
#TB69q3tRksSTq9eAegqB4RD1y1mD5T08 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.3;letter-spacing:0;top:113.4375rem;left:25.5625rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AEUqNR1IxyAWmwGnKFViriP54C0LCTQ2 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15285;line-height:1.3;letter-spacing:0;top:122.4375rem;left:23.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S7NJe3bKCfNg7BGamtXznzuo20WiHXoK { position:absolute;display:block;z-index:15236;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18714375rem;top:111rem;left:28.4375rem;overflow:hidden;display:block; }
#v0XDHau0yM4wbyT7eyrINWRXf7gOG3fO { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15265;line-height:1.4;letter-spacing:0;top:124.6875rem;left:22.9375rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPlETFImpSbVDOPty0XElehfonSLzcRb { position:absolute;display:block;z-index:15286;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:8.375rem;overflow:hidden;display:block; }
#ZcmgfashZ96OFz4wh1TS1CvpGs9F3ugw { position:absolute;display:block;z-index:15289;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:8.3114375rem;top:96rem;left:25.875rem;overflow:hidden;display:block; }
#A3A94dIdudUmCRUhi7KKHZUZgDUKoxQo { position:absolute;display:block;z-index:15291;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:4.3125rem;top:116.9375rem;left:27.9375rem;overflow:hidden;display:block; }
#OnrdATN4Px78Srx3v5i6z8XwaLxLR5Iu { position:absolute;display:block;z-index:15290;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:116.4375rem;left:7.5625rem;overflow:hidden;display:block; }
#MpR7ShAQtbL4kldUiGdS4ubiQzTloMCS { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:3.18714375rem;top:7.1875rem;left:28.375rem;overflow:hidden;display:block; }
#GH5IfJIbFOOTmGWXDBMZBqNeyh098glW { position:absolute;display:block;z-index:15217;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:28.375rem;overflow:hidden;display:block; }
#sO3GiZfQ1TAChB0oFRAudq77fIF4vzXN { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:51rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oLSkWDsUTHs0JkTWdFdEtWnAwOVXm6Jq { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15271;line-height:1.3;letter-spacing:0;top:59.4375rem;left:23.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e1pKnhDSqtPTKQZmaU3nuwt1hcKl26uT { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15251;line-height:1.4;letter-spacing:0;top:63.0625rem;left:20.5625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wgeikGKD91VTfZIwbVCNOcRrPqatFHVN { position:absolute;display:block;z-index:15213;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:4.25rem;top:54.5rem;left:27.75rem;overflow:hidden;display:block; }
#h9TLWVH7rlpTazfhCaCtR4wOrMrXaK84 { position:absolute;display:block;z-index:15258;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:111.3125rem;left:48.375rem;overflow:hidden;display:block; }
#cPCmgXeBwrAQQ8OoAWnoni1utRE2SMPf { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15268;line-height:1.3;letter-spacing:0;top:113.875rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RyEZtaWLhS6524CcxGN2HnoHf1smUVfP { position:absolute;display:block;z-index:15260;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.246625rem;width:8.125rem;top:116.875rem;left:45.9375rem;overflow:hidden;display:block; }
#caduDI3FxX70hSwCJX6x6Oiu3UZTkOXN { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15290;line-height:1.3;letter-spacing:0;top:122.375rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#arQs9QaPTXN3hwbFdDX2dJKPe0IAKyW3 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15270;line-height:1.4;letter-spacing:0;top:124.0625rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sLUM7ET6L5kUxwU3gT3N4OuF4IixCGtd { position:absolute;display:block;z-index:15079;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:109.0625rem;left:40.625rem;display:block; }
#AwNgmh61CIHGLiFZFG20sIOK4tdxp2LX { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:0.625rem;display:block; }
#VBBELkFhCEa8CgbTCBn7aoniFaWZDCiT { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:8.375rem;overflow:hidden;display:block; }
#pRWHkyq0i7DZ2p5GvSCNslKeZ47fNDB5 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:51rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdwCmmasmIFztE8DRmQ6nTxhJX94LTOD { position:absolute;display:block;z-index:15219;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:6.312125rem;top:54.5rem;left:6.875rem;overflow:hidden;display:block; }
#ISQpNcQfmfhwor5eFoly35lmXrKPNOVO { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:59.4375rem;left:3.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwX8IuRIHtrRRMkkZUIIDh0AtLqRfs4i { color:rgba(var(--color-secondary-4),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:63.0625rem;left:0.5625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NVhOzPviq3UUt1fKvkq2ETZLzZAnoZJf { position:absolute;display:block;z-index:15223;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:28.125rem;left:48.375rem;overflow:hidden;display:block; }
#uISwxcr2774oniTpIKoXTV99TT9u8tyz { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15255;line-height:1.3;letter-spacing:0;top:30.375rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GMTyTbwauLmlmURubuJ1QOG230m8J2UC { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15277;line-height:1.3;letter-spacing:0;top:38.8125rem;left:43.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JTqb1mRp22N0VTZPTHuaAfuIkd2MKXBJ { color:rgba(var(--color-secondary-4),1);display:block;width:18.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15257;line-height:1.4;letter-spacing:0;top:42.375rem;left:40.625rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#POoqQR6BS1rcK12NH7P0rn8o9biW19Q2 { position:absolute;display:block;z-index:15060;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:46.8125rem;left:40.625rem;display:block; }
#lgILHN11ACP6VRV2O98TDuLroPUH2T61 { position:absolute;display:block;z-index:15229;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:48.75rem;left:48.375rem;overflow:hidden;display:block; }
#UvvHqi8nVuvePb5wtXKNLA8rSfhLHECK { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15261;line-height:1.3;letter-spacing:0;top:51rem;left:45.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lAICDMaL4gFKyapBoNkfZmswUVM3DXWc { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:12.874625rem;top:55.625rem;left:43.75rem;overflow:hidden;display:block; }
#J8M8arshaNk9pNsHcXF1FIz8K3IQ7Gb1 { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15283;line-height:1.3;letter-spacing:0;top:59.4375rem;left:43.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQh5POTXSFTWCmXnlKfcy3ew4PaRetsw { color:rgba(var(--color-secondary-4),1);display:block;width:14.2489375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15263;line-height:1.4;letter-spacing:0;top:62.3125rem;left:42.875rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LECXAOQcUntn7PE0FwEKezilirziIRmx { position:absolute;display:block;z-index:15225;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.062325rem;width:3.18625625rem;top:90.6875rem;left:48.375rem;overflow:hidden;display:block; }
#zE08qriq5KVuJJnNPEWDTh2wcipZ4dNA { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:3.375rem;top:69.5625rem;left:8.3125rem;overflow:hidden;display:block; }
#o9Dd6fpPiPawmeqoil4GC82uKJl71lgh { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15266;line-height:1.3;letter-spacing:0;top:71.8125rem;left:5.375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bayNWWH9x8pAI6gkpHxggbqCeUPKRxLT { position:absolute;display:block;z-index:15230;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99921875rem;width:12.2484375rem;top:75.3125rem;left:3.875rem;overflow:hidden;display:block; }
#QXHazhMTV0T7qANMMRUxhVU1KOTXGNq2 { 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:2.375rem;height:1.39915rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iConfLOnMCieg2p9nyOE1pQG7DSewl1X { position:absolute;display:block;z-index:15065;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,22,33,0.07) ;height:19.5625rem;width:18.75rem;top:67.5625rem;left:0.625rem;display:block; }
#t9lTReFwb2MTU279TOteOfleaE6EJpOL { 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; }
#t9h8mD45xRFAJGb3uSswtWK5tZkEOXQ4 { 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; }
#xl3QEBRthoyBTATKuOKmnFniB062VHlg { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:11.9375rem;top:34.1875rem;left:44.125rem;overflow:hidden;display:block; }
#vWOLnV8xfuOR7RT6pOHHVpI1OXROEuxa { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.1875rem;left:40.625rem;display:block; }
#HNQMHlfeqtD1sETTM8GT6RGM9KVGXWsU { 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:2.875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XKEp5LKQe9gH0SmSz8D11ItnEAfrBBoy { position:absolute;display:block;z-index:15085;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:0.625rem;display:block; }
#yLGPqesric4xJDOF8LwhVhkIS5iofArs { position:absolute;display:block;z-index:15264;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:8.375rem;overflow:hidden;display:block; }
#xu8EnxanfoiRhgQPieCJJcEbvOMaZB1U { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15274;line-height:1.3;letter-spacing:0;top:134.75rem;left:5.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FmDnVcTgFsBLyWezTcSJvFFCzOcxigKi { position:absolute;display:block;z-index:15266;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:5.875rem;top:136.8125rem;left:7.0625rem;overflow:hidden;display:block; }
#leMhRHO0wJ6lplo1GGBEEyWny8lxDzkr { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15296;line-height:1.3;letter-spacing:0;top:143.25rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oSyEGKHT0Tguq35pcNROcw4X40ZvB5WT { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15276;line-height:1.4;letter-spacing:0;top:144.9375rem;left:0.5625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PmQqONk8fkt6PTtg3i0zlRi2NVJy6dxe { position:absolute;display:block;z-index:15091;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:20.6875rem;display:block; }
#ziCm85Bw3No3aI70AI2U7FuuKwuT0rXv { position:absolute;display:block;z-index:15270;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:28.4375rem;overflow:hidden;display:block; }
#t3MEvitaqW9egcBThO2T8dJrdnxVUS25 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15280;line-height:1.3;letter-spacing:0;top:134.75rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EaSIO3IqM71J4XpVsHDDc9noVGdmgzsV { position:absolute;display:block;z-index:15272;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:10.0625rem;top:137.5rem;left:25rem;overflow:hidden;display:block; }
#VK5dePaEbxk9OT2wK1gn5ZQDnHxGdTfv { color:rgba(var(--color-secondary-4),1);display:block;width:18.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15302;line-height:1.3;letter-spacing:0;top:143.25rem;left:20.6875rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpeadxkTtssAEIEc823vCr6CGisRD6D1 { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15282;line-height:1.4;letter-spacing:0;top:144.9375rem;left:20.625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbGelvR6PPOK1FPg87xLQw3Tly23NaJl { position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5614375rem;width:18.75rem;top:129.9375rem;left:40.6875rem;display:block; }
#kWe0vtkp59WdOhlPOxPlq1det4dSX8Ht { position:absolute;display:block;z-index:15276;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:3.0625rem;top:132.1875rem;left:48.4375rem;overflow:hidden;display:block; }
#FkOCygOcGywxhukofldeNETfubGiyNHG { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15286;line-height:1.3;letter-spacing:0;top:134.75rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qFsC6Vs4LeHWsFPELGhT6U11sMePTxSS { position:absolute;display:block;z-index:15278;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8734rem;width:4.43625625rem;top:137.40500068664rem;left:47.7796459198rem;overflow:hidden;display:block; }
#zRosss80MPe2iaruWDqvO6bnK9H2z39W { color:rgba(var(--color-secondary-4),1);display:block;width:18.6869375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15308;line-height:1.3;letter-spacing:0;top:143.24750900269rem;left:40.655179977417rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QvCAXSRd27TTzmz0t4L27saURmc3MzDB { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15288;line-height:1.4;letter-spacing:0;top:144.9375rem;left:40.625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kD4r8gTrhW8lKmRUIJ2pEgVK7Cn6PLoq { position:absolute;display:block;z-index:15030;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5625rem;width:18.75rem;top:26.1875rem;left:20.625rem;display:block; }
#z26rJyqfLQ0BRcbzE8ldxSiTZMMlS8ct { position:absolute;display:block;z-index:15292;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:2.0625rem;width:3.125rem;top:27.9375rem;left:28.375rem;overflow:hidden;display:block; }
#wF1Tdi4q5oRMQG6LUNoyCJa6i3MFrUCm { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15227;line-height:1.3;letter-spacing:0;top:30.5625rem;left:25.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNXG1Fq9de4ZFNpKnSmzDPV5HaKn0fTk { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.6875rem;top:33.875rem;left:22.375rem;overflow:hidden;display:block; }
#hnCDU0ewGprlm5VykiNUQftUgTXDwQU4 { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15249;line-height:1.3;letter-spacing:0;top:39.5625rem;left:23.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xvse4PRqKxUcaKSMn56Tcfg0DT3kUX7W { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15229;line-height:1.4;letter-spacing:0;top:41.6875rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eSCxQz52ADSIBeNU5e4O8r4BZqlAuA6q { color:rgba(var(--color-secondary-4),1);display:block;width:13.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15279;line-height:1.3;letter-spacing:0;top:77.3125rem;left:23.125rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container { background-color: transparent; background-image: none; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container > .video-iframe-container { display: none; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row > .video-iframe-container { display: none; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .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); }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container { border-width: 0; border-radius: 0; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container { font-size:0.875rem;font-family:arial;height:47.375rem;width:60rem;position:relative;display:block; }#E6eBVk38W7oV4eziuDf2wF8P0t1lxfoc { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35618125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zy0bgUrGZngTFhNmb5lHWSpST5zB2ZH3 { 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; }
#bDKcdOgLNVTaW7J9Bh3qC4FlFQVxpwCT { 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; }
#xyfaEmzi26UExTzwG1gb8ZO7pAhikw7V { 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; }
#T3BMs3DlRxSpVG3aT5uD978gl0ek6sGq { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vr47IDfNlhZ5f8wsUfrTvtQ2klmaWzw7 { 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; }
#PKUMJvWdiHm5SLvBXTm0y7aFvVxpVKwi { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#egOTtANtmhPo0KQbmsX9N6HBlNFZ4N2t { 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.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vs2TxiaIO4XqgfXgIDX5n1riZrUUNrNF { position:absolute;display:block;z-index:15202;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:3.125rem;top:7rem;left:28.375rem;overflow:hidden;display:block; }
#gXlKavwIP7KkxLEe9VQtamlDOtyMe1mZ { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15326;line-height:1.3;letter-spacing:0;top:9.5625rem;left:25.5rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vgDn6P81va71ShZfpMfEUn0nhwX4izxM { position:absolute;display:block;z-index:15384;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:14.874125rem;top:11.591796875rem;left:22.561847686767rem;overflow:hidden;display:block; }
#t2qNnWJAZDKacennDnrJGvBWdy5PcDEz { 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.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PnxFNddAC0VpSFxxJPC78BVIM32Hxsuo { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15328;line-height:1.4;letter-spacing:0;top:20.4375rem;left:22.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QXnpJ9KHkRhW4XSRHiRTOZ6CaiR8t8hw { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:26.0625rem;left:0.6875rem;display:block; }
#bx14vThqKxno6CRBLTOKEAT1yEr17SRn { position:absolute;display:block;z-index:15239;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:3.1875rem;top:28.0625rem;left:8.4375rem;overflow:hidden;display:block; }
#KSkZJ6xJugGh7Lyzd9UGJCJx5pa4G5ns { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15215;line-height:1.3;letter-spacing:0;top:30.5625rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BWB5AFMK0n9HKmeMWzcWCAsRZvwLkh2J { position:absolute;display:block;z-index:15240;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:10rem;top:33.375rem;left:5rem;overflow:hidden;display:block; }
#PwntOCLRTXmI3nRX9SHt8m1w7sw1ES3e { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15237;line-height:1.3;letter-spacing:0;top:39rem;left:3.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRnoUE3krrBlrDVBBOPaWALnbvIFuPm9 { color:rgba(var(--color-secondary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15217;line-height:1.4;letter-spacing:0;top:41.25rem;left:0.5625rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RvGpel5TtblTtBXlZXHT80Mx7Rn9OSSV { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#DOUV3L1XUiA1Ii2GlvLqgf5xq6qxM7wM { position:absolute;display:block;z-index:15208;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:3.1875rem;top:6.9375rem;left:48.375rem;overflow:hidden;display:block; }
#xfenF9CawQ8qBJGghqPyNmR325NkFTdu { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15332;line-height:1.3;letter-spacing:0;top:9.5rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hIzCnzs4gOS7A9VzSohoE9binrnubtzn { position:absolute;display:block;z-index:15390;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.0625rem;top:12.0625rem;left:44.9375rem;overflow:hidden;display:block; }
#mT6Da5clgJHWgf0xdXe7d47ZRlvbKAhi { color:rgba(var(--color-secondary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15354;line-height:1.3;letter-spacing:0;top:17.875rem;left:43.375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vaKO8b2WWxgFHt0lHU3w9k9H3P7S2MJ4 { color:rgba(var(--color-secondary-4),1);display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15334;line-height:1.4;letter-spacing:0;top:20.375rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { background-color: transparent; background-image: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container > .video-iframe-container { display: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container { display: none; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { border-width: 0; border-radius: 0; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { color:rgba(var(--color-primary-2),1);display:block;width:24.4993125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15186;line-height:1.3;letter-spacing:0;top:1.3101561069489rem;left:17.749217987061rem;height:2.35625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:0.625rem;display:block; }
#HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { position:absolute;display:block;z-index:15232;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.68671875rem;width:3.18671875rem;top:7.0625rem;left:8.40625rem;overflow:hidden;display:block; }
#coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15203;line-height:1.3;letter-spacing:0;top:9.0625rem;left:5.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { position:absolute;display:block;z-index:15222;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31196875rem;width:12.3118125rem;top:11.842968463898rem;left:3.8421878814698rem;overflow:hidden;display:block; }
#w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15225;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:3.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15205;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:2.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5rem;left:40.625rem;display:block; }
#AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { position:absolute;display:block;z-index:15233;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7rem;left:48.375rem;overflow:hidden;display:block; }
#G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { position:absolute;display:block;z-index:15234;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249825rem;width:11.25rem;top:11.875000476837rem;left:44.375rem;overflow:hidden;display:block; }
#ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.374999523163rem;left:43.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#udBJOk48SSnrclPGraWZBc2nWypT7KID { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.624999523163rem;left:42.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:19.5623125rem;width:18.75rem;top:5.0625rem;left:20.625rem;display:block; }
#ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { position:absolute;display:block;z-index:15238;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6867875rem;width:3.18714375rem;top:7.125rem;left:28.375rem;overflow:hidden;display:block; }
#Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { color:rgba(var(--color-secondary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15209;line-height:1.3;letter-spacing:0;top:9.125rem;left:25.5rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { position:absolute;display:block;z-index:15228;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:12.5rem;top:13.062500476837rem;left:23.75rem;overflow:hidden;display:block; }
#JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { color:rgba(var(--color-secondary-4),1);display:block;width:13.187125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15231;line-height:1.3;letter-spacing:0;top:18.499999523163rem;left:23.4375rem;height:1.298825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { color:rgba(var(--color-secondary-4),1);display:block;width:14.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15211;line-height:1.4;letter-spacing:0;top:20.749999523163rem;left:22.875rem;height:2.79829375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { background-color: transparent; background-image: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { display: none; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { border-width: 0; border-radius: 0; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#tIQX72hEchU0J0Du14m40uD118r0IWO3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:4.8125rem;left:38.0625rem;overflow:hidden;display:block; }
#XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:7.375rem;left:38.0625rem;overflow:hidden;display:block; }
#EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:4.875rem;left:40.875rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:7.5rem;left:40.875rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:13.75rem;top:5.693359375rem;left:8.1510429382325rem;overflow:hidden;display:block; }
#wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.1875rem;left:38rem;overflow:hidden;display:block; }
#cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:2.25rem;left:40.8125rem;height:1.68728125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9373125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.4431419372559rem;left:8.1510429382325rem;height:3.37358125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:1.625rem;left:6.0609378814697rem;width:13.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { width:14.0625rem;height:2.75rem;top:1.75rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:22.8125rem;height:7.5625rem;top:4.8125rem;left:0.875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:24.4375rem;height:1.875rem;top:13.375rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:23.625rem;height:17.5rem;top:17.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:23.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:20rem;height:7.875rem;top:6.625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:20rem;height:5.25rem;top:25.0625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwvGp2ROsqLETOVSH3SphclnOre6cGmF { top:10rem;left:0rem;width:24.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:46.0625rem;height:3rem;top:4.9375rem;left:0.84375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:41.875rem;height:3rem;top:7.875rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:37.8125rem;height:4.75rem;top:13.875rem;left:4.96875rem;font-size:1.5rem;display:block; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:37.8125rem;height:1.5625rem;top:13.625rem;left:4.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { width:39.4375rem;height:;top:23rem;left:4.96875rem;font-size:1rem;display:block; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:17.25rem;height:4.75rem;top:11.5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:20rem;height:3.1875rem;top:19.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:21.75rem;height:7rem;top:9.375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:19rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { width:46.0625rem;height:3rem;top:4.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { top:2.4375rem;left:0rem;width:47.75rem;height:32.747291440953rem;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { width:31.875rem;height:50rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { width:30.6875rem;height:34.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:46.0625rem;height:3rem;top:1.75rem;left:1.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:44.375rem;height:10.75rem;top:27.125rem;left:2.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:31rem;height:3.4375rem;top:37.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { top:6.8125rem;left:14.71875rem;width:20.125rem;height:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piJ80LXIR8BMhnuBt8NHecJUSGum08CH { width:27.125rem;height:9rem;top:6.5625rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { top:3.0625rem;left:0rem;width:23.6875rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { top:0.875rem;left:0rem;width:23.6875rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { width:27.125rem;height:12rem;top:3.3125rem;left:20.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { width:46.0625rem;height:;top:3.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { width:33.75rem;height:;top:7.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { width:35.625rem;height:3.1875rem;top:15.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { top:1.5rem;left:28.5rem;width:19.25rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { width:30.9375rem;height:4.75rem;top:5.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { top:2.3125rem;left:31.4375rem;width:16.3125rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUO0SXcruROH5px811mVfPzc7ugpTf1 { display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { width:27.1875rem;height:3.1875rem;top:7.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { top:4.0625rem;left:32.0625rem;width:15rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { top:11rem;left:0rem;width:47.75rem;height:20.940364583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { width:46.0625rem;height:;top:4.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { width:33.75rem;height:;top:7.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { width:30.6875rem;height:26.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { width:30.6875rem;height:26.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { width:46.0625rem;height:;top:3.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { width:33.75rem;height:2.25rem;top:6.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMZPlyIC5RRv5w4fevQFMk40s70nELv { top:9.375rem;left:0rem;width:47.75rem;height:23.924739583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { width:29.5625rem;height:28.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { width:28.1875rem;height:26.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { top:44.25rem;left:7.59375rem;width:32.5625rem;height:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:41.1875rem;height:6rem;top:15.625rem;left:3.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { width:41.0625rem;height:16.75rem;top:23.5rem;left:3.34375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { display:block; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OszGpeTfD74AuxhNOe68aApC4OAUewmx { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block; }
 }@media only screen and (max-width: 763px) { #mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block; }
 }@media only screen and (max-width: 763px) { #ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr { display:block; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od2qTe3ZkXxQI53kB36wK44tmUaUac9J { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6a5z4RSCWMU4AF9PR6y8eGUplVgSby7 { width:18.75rem;height:19.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMHzTtNwiIz09DuqdQ7bU4PuBJJOJOHW { top:7.125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3QNTlLSUaBRzHMUWJdmnoEbhyuXMl1m { top:9.6875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwvrOa83RbvdvDCw6Z6XrNLICnvmla23 { top:18.9375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBBv3cum3C7sPDTXUusZPMHaEpLTRfs { top:21.1875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiMEK31nJnZk4yebuHcvPfBTHOesEEkq { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWZpVqteoUGIVkCWTdSOfOO66nn288P { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEtMzZE50MviQxwvNrs46qK3mHWLdqR { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RapVcldH0B2z7cCsIJquqVMAFFiCowfq { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZGq7tI9z5Bx4MkoIA4FDWKVlJ3K0wwu { width:18.75rem;height:19.5rem;top:67.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezU3Hi5Px1akWsAKGE5xgsx7LsCOD6s { top:82.9375rem;left:32.5rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2755ANKARFIJReWE2PAnEf1or06rpr { width:18.75rem;height:19.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pINrnbSL8tFoEU1gibpK48p9W5JuwXba { top:80.9375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zng5zz1DQKNH9nRrEF5CKmpzrsVR9LK1 { top:41.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8i0iWofLBoZ8klX5bxwDnCRzhXOScuQ { top:39.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ3xQCvqdmrX4zSFeQBQQDpWpanke15u { width:12.1875rem;height:3.9791851089829rem;top:33.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANnnpCo10TM7TsQs4tyoniTQP82QLRFi { width:3.1875rem;height:3.1875rem;top:74.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1c9JvxR5eSZXgEXxas47dFPw1DguET { width:18.75rem;height:19.5rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3DFw2mVXgLzS4nZlNC9O53oV3LDeLz { top:30.5625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHwBlv2Kq2q8dLltlkBkCt14q74tReP { top:71.625rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1drTIylpeEQoTy1w94EW4mtbiA12ppr { top:21.1875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSklnlZnbnyQBLpt3ydaIGpfT2e3sOa { top:15.1875rem;left:18.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXVGDaIU7vrG003STC5583hNgNqDXBo { top:9.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5o43yyNQc0gy9T0R33QJhGpaKlZMqDV { top:12.375rem;left:3.5rem;width:8.8125rem;height:4.3445266886872rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBBnVuPZVwuSGxeEhJecxUkf8zbxtTL { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvBHi63fAzIr5ooWvaKf6T6NkMF6gNC { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0vlqTp90ZGIfDouVTrMhbAdUeN7JTQT { top:69.1875rem;left:38.0625rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMglRWeSSmDWCp9AVXoF2U1XQUTZoUWm { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINhkRoSTHCcOIpSTcii0a2etkFKdNCt { top:103rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8SlKERZakS23qRmQJI6z6QRQfkDMk4 { top:101rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0W0BqqgbpJG38GdfdMp0Gk6Mo8NCm0E { width:18.75rem;height:19.5rem;top:67.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #aW0R3R9iLSg8aK5EMgRXn0pAUUS6DTPI { top:81.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTzB8fTh9pchT4JKcbtsiAHFlX2Xqec { top:92.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn2TTJDr2a1qfe4OZT5TBkZve5I1o081 { top:71.9375rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSRUkUHSX7WxWDwEEN2BQFlSXAkxKTFu { top:69.5rem;left:22.125rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSawhK97I8yqN4J6p7Ji2aAlP5shF3q { top:89.8125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPMk2yhsdbeKK00FDTZ3xaZ7tmsdUsMt { top:95.0625rem;left:5.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox7TB8g7oNAF2xyxPAwzE3T68Tx591nh { width:18.75rem;height:19.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMfyHqQgWNHLL0c0a8uAM0BBRQI1MMbx { width:18.75rem;height:19.5rem;top:88.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrwCFsWvMUicsSv3OyzuTmssNN4SX1c3 { top:103.8125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Go7emTQO537QkhDR1zdvzm5a50zQ8B { top:101.5625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKGcCeTwxhTWiUg45r0RlGW3EfB61W2b { top:93.25rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdnTUepiJ18h5RpZ8g5m18vwpce4i1M5 { width:18.75rem;height:19.5rem;top:88.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #KliuesCFXgTn9IDa4GoMLUacZlnJKseb { top:93.0625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqNW90ypNTDWheoo8Wgs9QBP3SR3WTA { top:90.5rem;left:22.25rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #hubHLtUqIXhVsTANwHvFw5HUChbIvbER { top:101.5rem;left:14.0625rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCIkzs3Cm3VphwnqHHJeDhZWfS80N0BM { top:104.4375rem;left:13.3125rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB6W8RMED0uAJq4MRizgWo7pa2xhvVlK { top:96.3125rem;left:36rem;width:7.3125rem;height:3.2213352771162rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzmLhuIEfPVhGhQZ80OrHEfqyPsCqXc { width:18.75rem;height:19.5rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZcyDS37rqBa31vzbfX3FRJTC6n41ve7 { top:113.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6sdibaJyTwK6OF38RHcvSXPtGewiNPJ { top:122.4375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgwCcuZ0vAsleZfJsorqalPa3xbZwSo { top:110.875rem;left:6.3125rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dccd2hz0a6i5RHSO7AwlBfv5AX2Wlv { top:124.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8doGttIXklSnf1KJhG7lFyy0bahXX00 { width:18.75rem;height:19.5rem;top:109.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB69q3tRksSTq9eAegqB4RD1y1mD5T08 { top:113.4375rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUqNR1IxyAWmwGnKFViriP54C0LCTQ2 { top:122.4375rem;left:17.3125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7NJe3bKCfNg7BGamtXznzuo20WiHXoK { top:111rem;left:22.25rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0XDHau0yM4wbyT7eyrINWRXf7gOG3fO { top:124.6875rem;left:16.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlETFImpSbVDOPty0XElehfonSLzcRb { top:27.9375rem;left:6.3125rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcmgfashZ96OFz4wh1TS1CvpGs9F3ugw { width:8.25rem;height:3.7222802914658rem;top:96rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3A94dIdudUmCRUhi7KKHZUZgDUKoxQo { width:4.25rem;height:3.6961074915026rem;top:116.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnrdATN4Px78Srx3v5i6z8XwaLxLR5Iu { width:4.8125rem;height:4.8125rem;top:116.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpR7ShAQtbL4kldUiGdS4ubiQzTloMCS { top:7.1875rem;left:22.1875rem;width:3.125rem;height:1.959980462965rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH5IfJIbFOOTmGWXDBMZBqNeyh098glW { top:48.75rem;left:22.1875rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO3GiZfQ1TAChB0oFRAudq77fIF4vzXN { top:51rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSkWDsUTHs0JkTWdFdEtWnAwOVXm6Jq { top:59.4375rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pKnhDSqtPTKQZmaU3nuwt1hcKl26uT { top:63.0625rem;left:12.875rem;width:18.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeikGKD91VTfZIwbVCNOcRrPqatFHVN { top:54.5rem;left:21.5625rem;width:4.1875rem;height:2.832486208991rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9TLWVH7rlpTazfhCaCtR4wOrMrXaK84 { top:111.3125rem;left:38.0625rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPCmgXeBwrAQQ8OoAWnoni1utRE2SMPf { top:113.875rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEZtaWLhS6524CcxGN2HnoHf1smUVfP { top:116.875rem;left:35.625rem;width:8.125rem;height:3.2457375rem;display:block; }
 }@media only screen and (max-width: 763px) { #caduDI3FxX70hSwCJX6x6Oiu3UZTkOXN { top:122.375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQs9QaPTXN3hwbFdDX2dJKPe0IAKyW3 { top:124.0625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUM7ET6L5kUxwU3gT3N4OuF4IixCGtd { width:18.75rem;height:19.5rem;top:109.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNgmh61CIHGLiFZFG20sIOK4tdxp2LX { width:18.75rem;height:19.5rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBELkFhCEa8CgbTCBn7aoniFaWZDCiT { top:48.75rem;left:6.3125rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWHkyq0i7DZ2p5GvSCNslKeZ47fNDB5 { top:51rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdwCmmasmIFztE8DRmQ6nTxhJX94LTOD { top:54.5rem;left:4.8125rem;width:6.25rem;height:2.9074074074074rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQpNcQfmfhwor5eFoly35lmXrKPNOVO { top:59.4375rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwX8IuRIHtrRRMkkZUIIDh0AtLqRfs4i { top:63.0625rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhOzPviq3UUt1fKvkq2ETZLzZAnoZJf { top:28.125rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISwxcr2774oniTpIKoXTV99TT9u8tyz { top:30.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTyTbwauLmlmURubuJ1QOG230m8J2UC { top:38.8125rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTqb1mRp22N0VTZPTHuaAfuIkd2MKXBJ { top:42.375rem;left:29rem;width:18.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POoqQR6BS1rcK12NH7P0rn8o9biW19Q2 { width:18.75rem;height:19.5rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgILHN11ACP6VRV2O98TDuLroPUH2T61 { top:48.75rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvvHqi8nVuvePb5wtXKNLA8rSfhLHECK { top:51rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAICDMaL4gFKyapBoNkfZmswUVM3DXWc { top:55.625rem;left:33.4375rem;width:12.8125rem;height:1.8660792309933rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8M8arshaNk9pNsHcXF1FIz8K3IQ7Gb1 { top:59.4375rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQh5POTXSFTWCmXnlKfcy3ew4PaRetsw { top:62.3125rem;left:32.5625rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECXAOQcUntn7PE0FwEKezilirziIRmx { top:90.6875rem;left:38.0625rem;width:3.125rem;height:2.0232400487385rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE08qriq5KVuJJnNPEWDTh2wcipZ4dNA { top:69.5625rem;left:6.25rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Dd6fpPiPawmeqoil4GC82uKJl71lgh { top:71.8125rem;left:3.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bayNWWH9x8pAI6gkpHxggbqCeUPKRxLT { top:75.3125rem;left:1.8125rem;width:12.1875rem;height:3.9788705374912rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXHazhMTV0T7qANMMRUxhVU1KOTXGNq2 { top:82.9375rem;left:0.3125rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iConfLOnMCieg2p9nyOE1pQG7DSewl1X { width:18.75rem;height:19.5rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lTReFwb2MTU279TOteOfleaE6EJpOL { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #t9h8mD45xRFAJGb3uSswtWK5tZkEOXQ4 { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xl3QEBRthoyBTATKuOKmnFniB062VHlg { width:11.875rem;height:2.1761154800674rem;top:34.1875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWOLnV8xfuOR7RT6pOHHVpI1OXROEuxa { width:18.75rem;height:19.5rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNQMHlfeqtD1sETTM8GT6RGM9KVGXWsU { top:81rem;left:0.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKEp5LKQe9gH0SmSz8D11ItnEAfrBBoy { width:18.75rem;height:19.5rem;top:129.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLGPqesric4xJDOF8LwhVhkIS5iofArs { top:132.1875rem;left:6.3125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu8EnxanfoiRhgQPieCJJcEbvOMaZB1U { top:134.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDnVcTgFsBLyWezTcSJvFFCzOcxigKi { top:136.8125rem;left:5rem;width:5.8125rem;height:5.0087440752621rem;display:block; }
 }@media only screen and (max-width: 763px) { #leMhRHO0wJ6lplo1GGBEEyWny8lxDzkr { top:143.25rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSyEGKHT0Tguq35pcNROcw4X40ZvB5WT { top:144.9375rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQqONk8fkt6PTtg3i0zlRi2NVJy6dxe { width:18.75rem;height:19.5rem;top:129.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziCm85Bw3No3aI70AI2U7FuuKwuT0rXv { top:132.1875rem;left:22.25rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3MEvitaqW9egcBThO2T8dJrdnxVUS25 { top:134.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSIO3IqM71J4XpVsHDDc9noVGdmgzsV { top:137.5rem;left:18.8125rem;width:10rem;height:3.6642048772004rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK5dePaEbxk9OT2wK1gn5ZQDnHxGdTfv { top:143.25rem;left:13.125rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpeadxkTtssAEIEc823vCr6CGisRD6D1 { top:144.9375rem;left:12.9375rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGelvR6PPOK1FPg87xLQw3Tly23NaJl { width:18.75rem;height:19.5rem;top:129.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWe0vtkp59WdOhlPOxPlq1det4dSX8Ht { top:132.1875rem;left:38.125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkOCygOcGywxhukofldeNETfubGiyNHG { top:134.75rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFsC6Vs4LeHWsFPELGhT6U11sMePTxSS { top:137.375rem;left:37.4671459198rem;width:4.375rem;height:3.8199157228575rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRosss80MPe2iaruWDqvO6bnK9H2z39W { top:143.1875rem;left:29rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvCAXSRd27TTzmz0t4L27saURmc3MzDB { top:144.9375rem;left:28.8125rem;width:18.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4r8gTrhW8lKmRUIJ2pEgVK7Cn6PLoq { width:18.75rem;height:19.5rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26rJyqfLQ0BRcbzE8ldxSiTZMMlS8ct { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1Tdi4q5oRMQG6LUNoyCJa6i3MFrUCm { top:30.5625rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXG1Fq9de4ZFNpKnSmzDPV5HaKn0fTk { width:14.6875rem;height:3.4375rem;top:33.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCDU0ewGprlm5VykiNUQftUgTXDwQU4 { top:39.5625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvse4PRqKxUcaKSMn56Tcfg0DT3kUX7W { top:41.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSCxQz52ADSIBeNU5e4O8r4BZqlAuA6q { top:77.3125rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q { display:block; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6eBVk38W7oV4eziuDf2wF8P0t1lxfoc { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy0bgUrGZngTFhNmb5lHWSpST5zB2ZH3 { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDKcdOgLNVTaW7J9Bh3qC4FlFQVxpwCT { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyfaEmzi26UExTzwG1gb8ZO7pAhikw7V { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BMs3DlRxSpVG3aT5uD978gl0ek6sGq { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr47IDfNlhZ5f8wsUfrTvtQ2klmaWzw7 { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUMJvWdiHm5SLvBXTm0y7aFvVxpVKwi { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egOTtANtmhPo0KQbmsX9N6HBlNFZ4N2t { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2TxiaIO4XqgfXgIDX5n1riZrUUNrNF { top:7rem;left:22.1875rem;width:3.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXlKavwIP7KkxLEe9VQtamlDOtyMe1mZ { top:9.5rem;left:19.311634063721rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgDn6P81va71ShZfpMfEUn0nhwX4izxM { top:11.5625rem;left:16.374347686767rem;width:14.8125rem;height:3.734463371795rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2qNnWJAZDKacennDnrJGvBWdy5PcDEz { top:17.875rem;left:17.218532562256rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnxFNddAC0VpSFxxJPC78BVIM32Hxsuo { top:20.375rem;left:16.686847686767rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXnpJ9KHkRhW4XSRHiRTOZ6CaiR8t8hw { width:18.75rem;height:19.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx14vThqKxno6CRBLTOKEAT1yEr17SRn { top:28.0625rem;left:6.375rem;width:3.125rem;height:1.8992598490673rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSkZJ6xJugGh7Lyzd9UGJCJx5pa4G5ns { top:30.5625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWB5AFMK0n9HKmeMWzcWCAsRZvwLkh2J { top:33.375rem;left:2.9375rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwntOCLRTXmI3nRX9SHt8m1w7sw1ES3e { top:39rem;left:1.4375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRnoUE3krrBlrDVBBOPaWALnbvIFuPm9 { top:41.25rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvGpel5TtblTtBXlZXHT80Mx7Rn9OSSV { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOUV3L1XUiA1Ii2GlvLqgf5xq6qxM7wM { top:6.9375rem;left:38.0625rem;width:3.125rem;height:2.0216193596341rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfenF9CawQ8qBJGghqPyNmR325NkFTdu { top:9.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIzCnzs4gOS7A9VzSohoE9binrnubtzn { top:12.0625rem;left:34.625rem;width:10rem;height:4.3480961550407rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6Da5clgJHWgf0xdXe7d47ZRlvbKAhi { top:17.875rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKO8b2WWxgFHt0lHU3w9k9H3P7S2MJ4 { top:20.375rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { display:block; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBJOk48SSnrclPGraWZBc2nWypT7KID { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { top:4.8125rem;left:31.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { top:7.375rem;left:31.9375rem;width:1.875rem;height:1.81206875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:8.4375rem;height:1.625rem;top:4.875rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:10.125rem;height:1.625rem;top:7.5rem;left:34.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { top:5.6875rem;left:2.0260429382324rem;width:13.75rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { top:2.1875rem;left:31.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { width:8.4375rem;height:1.625rem;top:2.25rem;left:34.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { width:22.875rem;height:3.3125rem;top:1.4375rem;left:2.0260429382324rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { background-color: transparent; background-image: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { display: none; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { border-width: 0; border-radius: 0; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:13.4375rem;height:3.125rem;top:2.1875rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #roJo7xmwAuCfd5G0ZUTIInH9hFOrZ6n6 { width:13.75rem;height:2.75rem;top:6.375rem;left:2.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vt7P37BSsB5pQMiZ70IvHLWBkKu7PRmG { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#cccdcf;background-image:url("https://images.assets-landingi.com/uc/a99303d7-b912-4489-aea7-8fda1d197fa6/new.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.adaptive-delivery-prevent-bg, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyload, #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx.lazyloading { background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { background-color: transparent; background-image: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { display: none; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { border-width: 0; border-radius: 0; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vl2nyC0TvevL32r6hcNRgaHaOUraA0np { width:20rem;height:5.63671875rem;top:21.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NAeP8ZgQs7awDvUWXBCFQrWEUzKT6ZuI { width:20rem;height:1.3125rem;top:28.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:20rem;height:14.4375rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3gnV5l8th6WP7ZA1JxZ7pXx6hVElIQl { width:14.125rem;height:3.4375rem;top:38.1875rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #aKNLXwe4DeCUzkVWsiX0loy24I9TVIhT { display:block; }
 }@media only screen and (max-width: 763px) { #bnrzJFmeMFnJEs6VpUdbBvmV2dGBTR7g { width:19.4375rem;height:6.334625rem;top:18.125rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15007;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TOrDHPqs9G1TeiTd3TWKBXLGhnBEambd { width:19.4375rem;height:4.22309375rem;top:25.375rem;left:0.4375rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:15008;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #AwvGp2ROsqLETOVSH3SphclnOre6cGmF { width:18.75rem;height:4.51171875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uILQcEakq0CPfpoK8gHXUcrto3IE5MNV { background-color:#435664;background-image:none;display:block; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { background-color: transparent; background-image: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row > .video-iframe-container { display: none; }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uILQcEakq0CPfpoK8gHXUcrto3IE5MNV > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LIrtlDf5HpxKrmdQG69GFPg567LfiMR8 { width:16.1875rem;height:4.1232625rem;top:3rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d68BnHx1zCrDQ3TfbxFtfa5G5tdJ6cMh { width:20rem;height:4.5rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR { width:17.25rem;height:4.798825rem;top:11.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#d81Rxd5WXRbd6g6Sy5DsdBTBFG3VUegR li:before{  }
 }@media only screen and (max-width: 763px) { #mLd0ErI1PNmGc7GVQvLZXIvenyk43EbM { width:13.5625rem;height:3.19921875rem;top:13.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U { width:20rem;height:3.19921875rem;top:18.421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#sfFlMSe3I0a6WFq80aFc6MhSdq5Kha2U li:before{  }
 }@media only screen and (max-width: 763px) { #mBNIbG8owQiQxifDeodiTsddgIVIaXHD { width:17.25rem;height:4.80143125rem;top:9.9375rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #mTDArzvTK8wBAHMRrQX4ZtsTmkapskcp { width:20rem;height:3.20095625rem;top:17.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { background-color: transparent; background-image: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { display: none; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { border-width: 0; border-radius: 0; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDWpHLM7PEVuCrAN2xSkxT7J5p7w02w0 { width:14.0625rem;height:7.5rem;top:19.9375rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sVENAhyZcuciOAuCRLlcynVQqnpaQq97 { width:14.125rem;height:3.4375rem;top:28.9375rem;left:2.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pn8basDIsuzA2Ot0nDrHGGdbMThk6Um3 { display:block; }
 }@media only screen and (max-width: 763px) { #Q4RVsIQ0XGo89qfvVSKICFR1TvfHoPrg { width:20rem;height:13.6875rem;top:14.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iSzlWqHckXviM2m4nAR2fyzGM6rptMQZ { width:20rem;height:4.1232625rem;top:48.6025625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #isL38Jgber9Uw0XS0OhtTGMFEpHJvCaq { width:19.9375rem;height:13.4375rem;top:4.5397012578616rem;left:0rem;z-index:15010;border-top:0.0625rem solid #5d92ff;border-left:0;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;display:none; }
 }@media only screen and (max-width: 763px) { #KEEZccSJIxNRP5Pr8QT1ZtE7k448vkq6 { top:1.7375011444092rem;left:0.125rem;width:19.875rem;height:31.25rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zPkaladCRzZGhMludvi86t0R4xtwVcbV { top:33.875rem;left:0rem;width:19.5625rem;height:22.0625rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk { background-color:#ffffff;background-image:none;display:block; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { background-color: transparent; background-image: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row > .video-iframe-container { display: none; }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXEOgSis8NPPHirfwrKRTOP6JSNOZmKk > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:17.1875rem;height:2.43815rem;top:2.15625rem;left:1.40625rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:17rem;height:17.6052375rem;top:23.0625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRnbsbQ92T2eCPIy7t68yBMxQLJmtvHd { width:16.875rem;height:5.3125rem;top:53.25rem;left:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rxkmJXdiwclx3zpTGqOtW0tNGrriTh7V { display:block; }
 }@media only screen and (max-width: 763px) { #liq6nQf0DCELOAXPD0JdA4yrDyV3Uitm { width:16.9375rem;height:14.5625rem;top:6.5625rem;left:1.5812499523163rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7vCuQyThLrF8TEctBOW2qPT4QxWoKql { display:block; }#e7vCuQyThLrF8TEctBOW2qPT4QxWoKql > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piJ80LXIR8BMhnuBt8NHecJUSGum08CH { width:17.75rem;height:11.25rem;top:16.6337890625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7AQnAsUFfsTLFEysXpvS8n4yuWf0eXs { width:20rem;height:13.509234828496rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mob17w6k2TBaIHL4iGwN5aCax0W8UpaF { display:block; }#mob17w6k2TBaIHL4iGwN5aCax0W8UpaF > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uDcivFPwPn4MB8pwsgvAZlTitf1z0kNA { width:20rem;height:14.195250659631rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgyTlPNFaLVsS7wPMP34eOlmi94Vwyh2 { width:16.5625rem;height:15.46875rem;top:17.068359375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN { display:block; }#ZxEdTJUGaq7Ge6KbMBWJLzsOUppHfctN > .row .container { width:20rem;height:43.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dPLm26g9KccRE6An3KHBh9wzuOn8g0Aa { width:16.25rem;height:4.8763rem;top:2.4250001907349rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR0tF4q65wPfqqDXZAaJkC1kzSKAbMwo { width:17.1875rem;height:7.5rem;top:7.25rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJMsVO2bdWElD0cxH8SOFsTdWOZRXKqx { width:16.6875rem;height:6.0026rem;top:35rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eo23xqA4DeRxyoJgE7b7K6EuVDIzWWqe { width:17.75rem;height:17.75rem;top:15.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQw02ExkaADfqPo25zFx5uBKWN3RLiPe { display:block; }#dQw02ExkaADfqPo25zFx5uBKWN3RLiPe > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #au5vQP5m3MPu8g2uhS7y9gcGEoJFpyhi { width:17.8125rem;height:7.50325rem;top:2.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #os1A7FnvVTnHDdNnXsbLtw00PBIKTxWa { width:16rem;height:10.75rem;top:11.6875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuUO0SXcruROH5px811mVfPzc7ugpTf1 { display:block; }#WuUO0SXcruROH5px811mVfPzc7ugpTf1 > .row .container { width:20rem;height:19.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzxAk7LSGUmPSVqkBOiZFmhobTAwchLQ { width:20rem;height:3.0013rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKSm1BCT63pH7e1FEUtRqsdu0ilHW7Kx { width:15.0625rem;height:10rem;top:7.125rem;left:2.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1lQQJdV27nWHWguq2HHDTK1CmxwQckO { display:block; }#V1lQQJdV27nWHWguq2HHDTK1CmxwQckO > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUJJwKTUOubfSvsREUHcKIT0fiZktkd0 { width:20rem;height:8.7708333333331rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvrrWT2axR3SsSo6KzQSG7kwcG7ED3Tl { width:20rem;height:2.43815rem;top:2.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn9Jl7Z4MrmbZyC4Vf18lyReFoRlAnlJ { width:20rem;height:3.9388rem;top:4.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVBmMMdbc3lxnb3gngkR1soUxJO5uFGC { top:10rem;left:0rem;width:20rem;height:17rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wvtXyp3kb1otnxUJQOH9HxTaTlls79Jr { top:28rem;left:0rem;width:20rem;height:17.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 { display:block; }#E6iPQOXE0iJV1yQwcbL6dRXDLSwblih8 > .row .container { width:20rem;height:49.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OlSXOEwPzJb0DtN9T15o4niFIr4U1Iuh { width:20rem;height:2.43815rem;top:2.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3lWnRlTZfxWexCKZ4XWnETGdmPRcKa3 { width:20rem;height:3.9388rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbMZPlyIC5RRv5w4fevQFMk40s70nELv { width:20rem;height:10.020833333333rem;top:14.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQBDoNFCNh5JdgAaP3sQBRE3AqT8RTWh { top:9.875rem;left:0rem;width:20rem;height:19.3125rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vpdAGuQyQR366dkwEaiRhbEMRdO5f3km { top:29.9375rem;left:0rem;width:20rem;height:19.0625rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DTTPKl2PK32ieJ1pIW8GzGU9mRLMUVZE { width:16.125rem;height:16.125rem;top:72.5966796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo { display:block; }#syeKmRCIBf1TrnhSXJuVoynP2hS9lLzo > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nzWJWCPRApmeKZ88H7eHD2p4LA7Li5gu { width:20rem;height:4.1232625rem;top:2.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEcLo2LzWCzkGz3sc8zmtPZ0bpAT4lwD { width:18.75rem;height:12.60091875rem;top:8.8125007152556rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP { display:block; }#zfwxaRXCPhVr9fzHLvHmyLLIe6JIdZUP > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OszGpeTfD74AuxhNOe68aApC4OAUewmx { width:13.9373125rem;height:2.92535rem;top:4.515625rem;left:3.0295141339302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xQ0l6veSUrzkQdgt9xF9ry3syHsrXUp0 { width:20rem;height:2.59874375rem;top:1.91796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQz6QBnqcqTcomv5cB5BAzJQkb80D6qH { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPlRrFD5EmoSMeD81piNrkF3WXAp1nw9 { display:block; }
 }@media only screen and (max-width: 763px) { #z8sPQugCFfJTiECwSf7ftHNgKo1UQ13u { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtOQgfQKtrGOff3k5kMs1f8HnpPkhIex { display:block; }
 }@media only screen and (max-width: 763px) { #mRvsKuF7BNIIOo4kClWhfea3LfAI2ATL { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OepiXTpeNqfHLf1IMHNKGe4IZOm40TGr { display:block; }
 }@media only screen and (max-width: 763px) { #ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr { display:block; }#ATKu8xGbKQLJlumUXrNqM6ZXohGE4zZr > .row .container { width:20rem;height:442.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Od2qTe3ZkXxQI53kB36wK44tmUaUac9J { width:20rem;height:1.9504625rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6a5z4RSCWMU4AF9PR6y8eGUplVgSby7 { width:18.75rem;height:19.5625rem;top:4.6875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMHzTtNwiIz09DuqdQ7bU4PuBJJOJOHW { width:3.1875rem;height:2.0625rem;top:7.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3QNTlLSUaBRzHMUWJdmnoEbhyuXMl1m { width:9.0625rem;height:1.298825rem;top:9.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwvrOa83RbvdvDCw6Z6XrNLICnvmla23 { width:13.1875rem;height:1.298825rem;top:18.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FwBBv3cum3C7sPDTXUusZPMHaEpLTRfs { width:14.25rem;height:2.79829375rem;top:20.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiMEK31nJnZk4yebuHcvPfBTHOesEEkq { width:18.75rem;height:19.5623125rem;top:45.999664306641rem;left:0.62375700473786rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAWZpVqteoUGIVkCWTdSOfOO66nn288P { width:9.0625rem;height:1.298825rem;top:50.624113082886rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoEtMzZE50MviQxwvNrs46qK3mHWLdqR { width:18.75rem;height:1.298825rem;top:57.687320709229rem;left:0.749467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RapVcldH0B2z7cCsIJquqVMAFFiCowfq { width:14.2498125rem;height:2.79829375rem;top:61.249996185302rem;left:3.1246446371079rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZGq7tI9z5Bx4MkoIA4FDWKVlJ3K0wwu { width:18.75rem;height:19.5625rem;top:232.87464904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #HezU3Hi5Px1akWsAKGE5xgsx7LsCOD6s { width:14.25rem;height:2.79829375rem;top:248.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJ2755ANKARFIJReWE2PAnEf1or06rpr { width:18.75rem;height:19.5623125rem;top:66.875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #pINrnbSL8tFoEU1gibpK48p9W5JuwXba { width:13.1875rem;height:1.298825rem;top:246.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zng5zz1DQKNH9nRrEF5CKmpzrsVR9LK1 { width:18.6875rem;height:2.79829375rem;top:81.811962127687rem;left:0.74982237815856rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8i0iWofLBoZ8klX5bxwDnCRzhXOScuQ { width:18.5rem;height:1.298825rem;top:79.562320709231rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQ3xQCvqdmrX4zSFeQBQQDpWpanke15u { width:13.4375rem;height:4.375rem;top:73.686962127687rem;left:3.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANnnpCo10TM7TsQs4tyoniTQP82QLRFi { width:3.2492875rem;height:3.2492875rem;top:241rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz1c9JvxR5eSZXgEXxas47dFPw1DguET { width:18.75rem;height:19.5623125rem;top:25.374664306641rem;left:0.68625700473787rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt3DFw2mVXgLzS4nZlNC9O53oV3LDeLz { width:9.0625rem;height:1.298825rem;top:71.623752593994rem;left:5.5296519994736rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKHwBlv2Kq2q8dLltlkBkCt14q74tReP { width:9.0625rem;height:1.298825rem;top:237.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1drTIylpeEQoTy1w94EW4mtbiA12ppr { width:18.5625rem;height:2.79829375rem;top:40.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCSklnlZnbnyQBLpt3ydaIGpfT2e3sOa { width:10.9375rem;height:2.59765625rem;top:34.561966896057rem;left:4.5312498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyXVGDaIU7vrG003STC5583hNgNqDXBo { width:9.0625rem;height:1.298825rem;top:30.000000715256rem;left:5.499467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5o43yyNQc0gy9T0R33QJhGpaKlZMqDV { width:8.8743125rem;height:4.375rem;top:12.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDBBnVuPZVwuSGxeEhJecxUkf8zbxtTL { width:3.18625625rem;height:1.9984rem;top:27.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKvBHi63fAzIr5ooWvaKf6T6NkMF6gNC { width:5.56196875rem;height:3.37446875rem;top:52.936786651611rem;left:7.4374994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0vlqTp90ZGIfDouVTrMhbAdUeN7JTQT { width:3.1875rem;height:1.75rem;top:235.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMglRWeSSmDWCp9AVXoF2U1XQUTZoUWm { width:18.75rem;height:19.5625rem;top:253.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dINhkRoSTHCcOIpSTcii0a2etkFKdNCt { width:14.25rem;height:2.79829375rem;top:269.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wL8SlKERZakS23qRmQJI6z6QRQfkDMk4 { width:13.75rem;height:1.298825rem;top:267.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0W0BqqgbpJG38GdfdMp0Gk6Mo8NCm0E { width:18.75rem;height:19.5614375rem;top:211.9992980957rem;left:0.74982237815856rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #aW0R3R9iLSg8aK5EMgRXn0pAUUS6DTPI { width:14.2489375rem;height:2.79829375rem;top:226.68678283691rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnTzB8fTh9pchT4JKcbtsiAHFlX2Xqec { width:9.0625rem;height:1.298825rem;top:258.1875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xn2TTJDr2a1qfe4OZT5TBkZve5I1o081 { width:9.0625rem;height:1.298825rem;top:217.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSRUkUHSX7WxWDwEEN2BQFlSXAkxKTFu { width:3.18536875rem;height:1.749825rem;top:214.93696022034rem;left:8.4064267873762rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKSawhK97I8yqN4J6p7Ji2aAlP5shF3q { width:3.1875rem;height:2.0625rem;top:255.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPMk2yhsdbeKK00FDTZ3xaZ7tmsdUsMt { width:4.31196875rem;height:4.31196875rem;top:261.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ox7TB8g7oNAF2xyxPAwzE3T68Tx591nh { width:18.75rem;height:19.5623125rem;top:253.74911499024rem;left:0.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMfyHqQgWNHLL0c0a8uAM0BBRQI1MMbx { width:18.75rem;height:19.5623125rem;top:295.68714904785rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrwCFsWvMUicsSv3OyzuTmssNN4SX1c3 { width:14.25rem;height:2.79829375rem;top:311rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3Go7emTQO537QkhDR1zdvzm5a50zQ8B { width:13.1875rem;height:1.298825rem;top:308.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKGcCeTwxhTWiUg45r0RlGW3EfB61W2b { width:9.0625rem;height:1.298825rem;top:299.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdnTUepiJ18h5RpZ8g5m18vwpce4i1M5 { width:18.75rem;height:19.5625rem;top:274.68750762939rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #KliuesCFXgTn9IDa4GoMLUacZlnJKseb { width:9.0625rem;height:1.298825rem;top:279.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeqNW90ypNTDWheoo8Wgs9QBP3SR3WTA { width:3.1875rem;height:2.0625rem;top:277.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hubHLtUqIXhVsTANwHvFw5HUChbIvbER { width:13.187125rem;height:1.298825rem;top:288.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCIkzs3Cm3VphwnqHHJeDhZWfS80N0BM { width:14.2498125rem;height:1.39915rem;top:291.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB6W8RMED0uAJq4MRizgWo7pa2xhvVlK { width:7.3748125rem;height:3.2492875rem;top:303.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqzmLhuIEfPVhGhQZ80OrHEfqyPsCqXc { width:18.75rem;height:19.5623125rem;top:337.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZcyDS37rqBa31vzbfX3FRJTC6n41ve7 { width:9.0625rem;height:1.298825rem;top:342.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6sdibaJyTwK6OF38RHcvSXPtGewiNPJ { width:13.1875rem;height:1.298825rem;top:350.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxgwCcuZ0vAsleZfJsorqalPa3xbZwSo { width:3.18625625rem;height:2.062325rem;top:340.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o2dccd2hz0a6i5RHSO7AwlBfv5AX2Wlv { width:14.25rem;height:2.79829375rem;top:352.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8doGttIXklSnf1KJhG7lFyy0bahXX00 { width:18.75rem;height:19.5625rem;top:316.5625rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB69q3tRksSTq9eAegqB4RD1y1mD5T08 { width:9.0625rem;height:1.298825rem;top:321.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEUqNR1IxyAWmwGnKFViriP54C0LCTQ2 { width:13.1875rem;height:1.298825rem;top:329.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7NJe3bKCfNg7BGamtXznzuo20WiHXoK { width:3.18714375rem;height:2.062325rem;top:297.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0XDHau0yM4wbyT7eyrINWRXf7gOG3fO { width:14.25rem;height:2.79829375rem;top:332.1875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPlETFImpSbVDOPty0XElehfonSLzcRb { width:3rem;height:2rem;top:68.874286651612rem;left:8.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcmgfashZ96OFz4wh1TS1CvpGs9F3ugw { width:7.7494375rem;height:3.49964375rem;top:283.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3A94dIdudUmCRUhi7KKHZUZgDUKoxQo { width:4.3125rem;height:3.75rem;top:324.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnrdATN4Px78Srx3v5i6z8XwaLxLR5Iu { width:4.25rem;height:4.25rem;top:345.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpR7ShAQtbL4kldUiGdS4ubiQzTloMCS { width:3.125rem;height:1.95845rem;top:48.061079978943rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #GH5IfJIbFOOTmGWXDBMZBqNeyh098glW { width:3.37446875rem;height:2.1875rem;top:152rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sO3GiZfQ1TAChB0oFRAudq77fIF4vzXN { width:9.0625rem;height:1.298825rem;top:154.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLSkWDsUTHs0JkTWdFdEtWnAwOVXm6Jq { width:13.75rem;height:1.298825rem;top:161.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1pKnhDSqtPTKQZmaU3nuwt1hcKl26uT { width:14.1868125rem;height:1.39915rem;top:164.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgeikGKD91VTfZIwbVCNOcRrPqatFHVN { width:4.249825rem;height:2.87464375rem;top:157rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9TLWVH7rlpTazfhCaCtR4wOrMrXaK84 { width:3.125rem;height:2.0221132557953rem;top:360.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPCmgXeBwrAQQ8OoAWnoni1utRE2SMPf { width:9.0625rem;height:1.298825rem;top:362.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyEZtaWLhS6524CcxGN2HnoHf1smUVfP { width:8.125rem;height:3.246625rem;top:365.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caduDI3FxX70hSwCJX6x6Oiu3UZTkOXN { width:13.125rem;height:1.298825rem;top:371.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #arQs9QaPTXN3hwbFdDX2dJKPe0IAKyW3 { width:14.1868125rem;height:2.79829375rem;top:374rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLUM7ET6L5kUxwU3gT3N4OuF4IixCGtd { width:18.75rem;height:19.5rem;top:358.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwNgmh61CIHGLiFZFG20sIOK4tdxp2LX { width:18.75rem;height:19.5rem;top:129.1867980957rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBELkFhCEa8CgbTCBn7aoniFaWZDCiT { width:3.3125rem;height:2.1473287461915rem;top:131.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRWHkyq0i7DZ2p5GvSCNslKeZ47fNDB5 { width:9.0625rem;height:1.298825rem;top:133.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdwCmmasmIFztE8DRmQ6nTxhJX94LTOD { width:6.25rem;height:2.9074074074074rem;top:136.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISQpNcQfmfhwor5eFoly35lmXrKPNOVO { width:13.75rem;height:1.298825rem;top:141.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwX8IuRIHtrRRMkkZUIIDh0AtLqRfs4i { width:14.1868125rem;height:1.39915rem;top:144rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVhOzPviq3UUt1fKvkq2ETZLzZAnoZJf { width:3.312325rem;height:2.1466625rem;top:111rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uISwxcr2774oniTpIKoXTV99TT9u8tyz { width:18.875rem;height:1.298825rem;top:113.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMTyTbwauLmlmURubuJ1QOG230m8J2UC { width:13.75rem;height:1.298825rem;top:121.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTqb1mRp22N0VTZPTHuaAfuIkd2MKXBJ { width:14.1868125rem;height:1.39915rem;top:124.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POoqQR6BS1rcK12NH7P0rn8o9biW19Q2 { width:18.75rem;height:19.4993125rem;top:170.62501525879rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgILHN11ACP6VRV2O98TDuLroPUH2T61 { width:3.312325rem;height:2.1466625rem;top:193.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvvHqi8nVuvePb5wtXKNLA8rSfhLHECK { width:9.0625rem;height:1.298825rem;top:196.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAICDMaL4gFKyapBoNkfZmswUVM3DXWc { width:12.8125rem;height:1.8652375rem;top:179.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8M8arshaNk9pNsHcXF1FIz8K3IQ7Gb1 { width:13.75rem;height:1.298825rem;top:183.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQh5POTXSFTWCmXnlKfcy3ew4PaRetsw { width:14.1868125rem;height:1.39915rem;top:186.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LECXAOQcUntn7PE0FwEKezilirziIRmx { width:3.125rem;height:2.022375rem;top:318.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE08qriq5KVuJJnNPEWDTh2wcipZ4dNA { width:3.312325rem;height:2.1466625rem;top:172.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Dd6fpPiPawmeqoil4GC82uKJl71lgh { width:9.0625rem;height:1.298825rem;top:175.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bayNWWH9x8pAI6gkpHxggbqCeUPKRxLT { width:11.1239375rem;height:3.624825rem;top:199.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXHazhMTV0T7qANMMRUxhVU1KOTXGNq2 { width:14.1868125rem;height:1.39915rem;top:207.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iConfLOnMCieg2p9nyOE1pQG7DSewl1X { width:18.75rem;height:19.5rem;top:191.31214904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9lTReFwb2MTU279TOteOfleaE6EJpOL { width:18.75rem;height:19.4993125rem;top:149.87483215332rem;left:0.74982237815856rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #t9h8mD45xRFAJGb3uSswtWK5tZkEOXQ4 { width:13.75rem;height:1.298825rem;top:205.1875rem;left:3.25rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #xl3QEBRthoyBTATKuOKmnFniB062VHlg { width:11.625rem;height:2.125rem;top:116.5rem;left:4.375rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #vWOLnV8xfuOR7RT6pOHHVpI1OXROEuxa { width:18.75rem;height:19.5rem;top:108.37448120118rem;left:0.74982237815856rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HNQMHlfeqtD1sETTM8GT6RGM9KVGXWsU { width:13.75rem;height:1.298825rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #XKEp5LKQe9gH0SmSz8D11ItnEAfrBBoy { width:18.75rem;height:19.5rem;top:379.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLGPqesric4xJDOF8LwhVhkIS5iofArs { width:3.0625rem;height:2rem;top:381.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xu8EnxanfoiRhgQPieCJJcEbvOMaZB1U { width:18.75rem;height:1.298825rem;top:383.9375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmDnVcTgFsBLyWezTcSJvFFCzOcxigKi { width:5.6875rem;height:4.875rem;top:386.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leMhRHO0wJ6lplo1GGBEEyWny8lxDzkr { width:18.625rem;height:1.298825rem;top:392.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSyEGKHT0Tguq35pcNROcw4X40ZvB5WT { width:18.6875rem;height:2.79829375rem;top:394.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmQqONk8fkt6PTtg3i0zlRi2NVJy6dxe { width:18.75rem;height:19.5rem;top:400rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziCm85Bw3No3aI70AI2U7FuuKwuT0rXv { width:3.0625rem;height:2rem;top:402.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3MEvitaqW9egcBThO2T8dJrdnxVUS25 { width:9.0625rem;height:1.298825rem;top:404.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaSIO3IqM71J4XpVsHDDc9noVGdmgzsV { width:9.0625rem;height:3.375rem;top:408.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VK5dePaEbxk9OT2wK1gn5ZQDnHxGdTfv { width:13.1875rem;height:1.298825rem;top:413.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpeadxkTtssAEIEc823vCr6CGisRD6D1 { width:18.875rem;height:2.79829375rem;top:414.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbGelvR6PPOK1FPg87xLQw3Tly23NaJl { width:18.75rem;height:19.5rem;top:420.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWe0vtkp59WdOhlPOxPlq1det4dSX8Ht { width:3.0625rem;height:2rem;top:423.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkOCygOcGywxhukofldeNETfubGiyNHG { width:9.0625rem;height:1.298825rem;top:425.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFsC6Vs4LeHWsFPELGhT6U11sMePTxSS { width:4.0625rem;height:3.5617875rem;top:428.52892494202rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRosss80MPe2iaruWDqvO6bnK9H2z39W { width:13.1875rem;height:1.298825rem;top:433.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvCAXSRd27TTzmz0t4L27saURmc3MzDB { width:18.875rem;height:2.79829375rem;top:435.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kD4r8gTrhW8lKmRUIJ2pEgVK7Cn6PLoq { width:18.75rem;height:19.5625rem;top:87.6242980957rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #z26rJyqfLQ0BRcbzE8ldxSiTZMMlS8ct { width:3.125rem;height:2.0625rem;top:89.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wF1Tdi4q5oRMQG6LUNoyCJa6i3MFrUCm { width:9.0625rem;height:1.298825rem;top:92.4375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXG1Fq9de4ZFNpKnSmzDPV5HaKn0fTk { width:14.6875rem;height:3.4375rem;top:95.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnCDU0ewGprlm5VykiNUQftUgTXDwQU4 { width:13.1875rem;height:1.298825rem;top:101rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvse4PRqKxUcaKSMn56Tcfg0DT3kUX7W { width:14.25rem;height:2.79829375rem;top:103.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eSCxQz52ADSIBeNU5e4O8r4BZqlAuA6q { width:13.75rem;height:1.298825rem;top:221.75514221191rem;left:3.1249998807907rem;font-size:1rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q { display:block; }#lTJAmBt8TBFRGQoSkwPtq8PxPr2hzw0q > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6eBVk38W7oV4eziuDf2wF8P0t1lxfoc { width:20rem;height:1.9487875rem;top:1.6866455078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zy0bgUrGZngTFhNmb5lHWSpST5zB2ZH3 { width:18.75rem;height:19.5625rem;top:5.0112915039062rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDKcdOgLNVTaW7J9Bh3qC4FlFQVxpwCT { width:18.75rem;height:19.4998125rem;top:25.748672485351rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #xyfaEmzi26UExTzwG1gb8ZO7pAhikw7V { width:3.1875rem;height:1.6875rem;top:7.1987915039062rem;left:8.4049485325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3BMs3DlRxSpVG3aT5uD978gl0ek6sGq { width:9.0625rem;height:1.2999125rem;top:9.5729064941406rem;left:5.3114150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr47IDfNlhZ5f8wsUfrTvtQ2klmaWzw7 { width:8.2493125rem;height:3.68696875rem;top:12.634979248047rem;left:5.6239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKUMJvWdiHm5SLvBXTm0y7aFvVxpVKwi { width:13.1875rem;height:1.2999125rem;top:18.385864257812rem;left:3.4375002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egOTtANtmhPo0KQbmsX9N6HBlNFZ4N2t { width:14.25rem;height:2.79948125rem;top:20.260864257812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs2TxiaIO4XqgfXgIDX5n1riZrUUNrNF { width:3.1875rem;height:1.5625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXlKavwIP7KkxLEe9VQtamlDOtyMe1mZ { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgDn6P81va71ShZfpMfEUn0nhwX4izxM { width:8rem;height:2.125rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2qNnWJAZDKacennDnrJGvBWdy5PcDEz { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnxFNddAC0VpSFxxJPC78BVIM32Hxsuo { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXnpJ9KHkRhW4XSRHiRTOZ6CaiR8t8hw { width:18.75rem;height:19.5rem;top:67.061671630863rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bx14vThqKxno6CRBLTOKEAT1yEr17SRn { width:3.125rem;height:1.8992598490673rem;top:69.061671630863rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSkZJ6xJugGh7Lyzd9UGJCJx5pa4G5ns { width:9.0625rem;height:1.2999125rem;top:71.561671630863rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWB5AFMK0n9HKmeMWzcWCAsRZvwLkh2J { width:10rem;height:3.75rem;top:74.374171630863rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwntOCLRTXmI3nRX9SHt8m1w7sw1ES3e { width:13.125rem;height:1.2999125rem;top:79.999171630863rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRnoUE3krrBlrDVBBOPaWALnbvIFuPm9 { width:18.811875rem;height:2.79948125rem;top:82.249171630863rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RvGpel5TtblTtBXlZXHT80Mx7Rn9OSSV { width:18.75rem;height:19.5rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOUV3L1XUiA1Ii2GlvLqgf5xq6qxM7wM { width:3.125rem;height:2.0216193596341rem;top:48.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfenF9CawQ8qBJGghqPyNmR325NkFTdu { width:9.0625rem;height:1.2999125rem;top:51rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIzCnzs4gOS7A9VzSohoE9binrnubtzn { width:10rem;height:4.3480961550407rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT6Da5clgJHWgf0xdXe7d47ZRlvbKAhi { width:13.125rem;height:1.2999125rem;top:59.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaKO8b2WWxgFHt0lHU3w9k9H3P7S2MJ4 { width:14.1873125rem;height:2.79948125rem;top:61.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 { display:block; }#V8VVDpUMOcrNmaLwDtAgb7mLTTTQFgE3 > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VVs5Zw9IV6ZaSm1V4GoX2BLvwDMysb5d { width:20rem;height:1.9487875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzgcNzEPfdRhL5aLMmdGI2DQ134hZZwz { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDvpqorg5OghB4ppk8Ry2hKSfDp4gghB { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #coz1qKEoE7NX5zrXaw1IGIzq3AdAIha2 { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFTqZ0KzeDZlxx3oxEbs6WD3yFnEcuSQ { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6vhTHQkrn5oMMUHdELLMHSMTFRlG3xP { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWq7ZERc0Z8VCZu8Alpfo1eB1eaFHsoe { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1FB0Rahv7CdnTa8DPWkZlLHJHwTe9c5 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnVSfBtAIwPD7TbTkduF4Dmdhxaa6XT5 { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8PcB8bCZWkZmVHFWWIG4dbO5VOpbPzI { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBWdxJUt4vgPPhPytrp9hZBBuM3DwBpH { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICgw9k3mNyvZSMJBKaI4ruT4OyQqmbAd { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #udBJOk48SSnrclPGraWZBc2nWypT7KID { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LL5f5XMnpAIvqayWMZmu39yIUSdMT9pu { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULie8THcfBIG7gtGJpSRPCVFCz7dEFlo { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3am4BiebhtPZfcOqunt9kHQGm9EUGF { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6WTqKvZbd8ShERnXzEbX6ldKIBH9qWl { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTC7yXprqCGR0KJ9pkQ3d8FofBERTZiJ { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgALoszaJ9Rw55qe4L4rpHKH8TrCqt8S { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT { display:block; }#tkkgT4PJRAPlbUnH3zLMqcOUb10BDqUT > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tIQX72hEchU0J0Du14m40uD118r0IWO3 { width:1.875rem;height:1.875rem;top:12.125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQDmkbz3Kv6J8M5M09BMpXvps5cSdHFt { width:1.875rem;height:1.8120125rem;top:14.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFwO9BuxT9s0sBFfidvfsw1mPcbkt1aS { width:8.4375rem;height:1.68728125rem;top:12.3125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elZrA6qhLSJ5Ji0ZOVKORE4QW3gLOK95 { width:10.1875rem;height:1.68728125rem;top:14.9375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0P0GBWM4XSGaBNFOvgG0gFZSNexEWon { width:13.4375rem;height:3.125rem;top:19.249118804932rem;left:3.2812502980233rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wLkT18mNePgVZ3LAN4eOnFf6VhzMszBG { width:1.875rem;height:1.875rem;top:9.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvqhlUqIGkpwl49859xDyXXgd6DGfD4l { width:8.4375rem;height:1.68728125rem;top:9.5rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugHFDMT4gnRb5VeX7tnedBnRy0OKcQax { width:20rem;height:5.9082rem;top:1.9986972808838rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }