.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:227,230,232;--color-primary-1:161,171,178;--color-primary-2:67,86,100;--color-primary-3:34,43,50;--color-primary-4:10,13,15;--color-secondary-0:225,243,227;--color-secondary-1:154,214,162;--color-secondary-2:53,173,68;--color-secondary-3:27,87,34;--color-secondary-4:8,26,10;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:93,93,93;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-2),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:7.5rem;width:60rem;position:relative;display:block; }#Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.375rem;top:2.1875rem;left:10.8125rem;overflow:hidden;display:block; }
#RLbbSJzxmoFN0m3IcGolFIq1vpF1cQ1V { background-color:rgba(var(--color-secondary-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:2.3507812023163rem;left:32.125rem;display:block; }
#eQRZs2UN69p9gqvHq6PTHgEXGu1KkN6q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#5ec4b4;background-image:url("https://images.assets-landingi.com/uc/c65cc376-c522-4730-955c-fcbda09d756a/BGMiniPrevailLP.png");background-position:top center !important;background-repeat:repeat-x !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:35.625rem;width:60rem;overflow:visible;position:relative;display:block; }#zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { color:#313131;display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:25.75rem;left:31.1875rem;height:8.4375rem;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; }
#bnyKt3b2vEsFLDTMT2o9OG3BDccrwMfT { 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:7.9375rem;width:14.8125rem;top:10.75rem;left:35.393749237061rem;overflow:hidden;display:block; }
#zawpoO602s8FVzEQToawCfehDnfe48xT { 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:2.8125rem;width:11.5625rem;top:21.0625rem;left:37.018749237061rem;overflow:hidden;display:block; }
#d5BOwc28g8ATub6obWNRgpTbKnud5MSE { 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:47.4375rem;width:52.8125rem;display:none; }
#zdI4bzm3JTP8L7TlpLwIDPsdPgewbqQ7 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-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.0625rem;width:31.1875rem;top:7.46875rem;left:0rem;overflow:hidden;display:block; }
#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy { 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; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container { background-color: transparent; background-image: none; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container > .video-iframe-container { display: none; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row > .video-iframe-container { display: none; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .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); }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container { border-width: 0; border-radius: 0; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:60rem;position:relative;display:block; }#K0kutpVJAhso7Aoc0edgNWTSkrkd8nTq { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:11.4375rem;left:2.5rem;height:1.875rem;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; }
#I6tPMJcFtpTgtpKQNTLrO9OvktIT48RR { 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:4.625rem;width:4.625rem;top:5.375rem;left:7.6875rem;overflow:hidden;display:block; }
#JMAkgvBnnmGedX2WD2uDQdwFaqzVGG9h { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.4375rem;left:22.5rem;height:1.875rem;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; }
#M0oOLu1FUS98X1c3b46BI58XPnZV4RbI { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:11.4375rem;left:42.5rem;height:3.75rem;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; }
#zgvgxlRyTqS5w45gPxqKwKfyMm9qI27l { 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:4.625rem;width:4.625rem;top:5.375rem;left:27.6875rem;overflow:hidden;display:block; }
#lRZITnXFD3bGW3g1ahsK3GSIVfRAIMQy { 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:4.625rem;width:4.625rem;top:5.375rem;left:47.6875rem;overflow:hidden;display:block; }
#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL { background-color:rgba(var(--color-primary-2),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; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { background-color: transparent; background-image: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container > .video-iframe-container { display: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row > .video-iframe-container { display: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .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); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { border-width: 0; border-radius: 0; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#gFUb0M1vfrwib2OUOWvpfwPO2Mq9vZom { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5rem;left:7rem;height:;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; }
#LgvP0pg2TTv7PBSkQAmd49pGSuRQEKJb { color:rgba(var(--color-tertiary-0),1);display:block;width:43.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.9375rem;left:9.0625rem;height:;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; }
#PmATlkEmSxS5pHy4invm1A34yHNLCKBI { color:rgba(var(--color-tertiary-0),1);display:block;width:37.8125rem;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:12.5rem;left:11.125rem;height:5.39844375rem;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; }
#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container { background-color: transparent; background-image: none; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container > .video-iframe-container { display: none; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row > .video-iframe-container { display: none; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .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); }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container { border-width: 0; border-radius: 0; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:block; }#FSbMFwwCJ23pRr7ORo2D9RzunK2cRnH0 { 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.25rem;width:60rem;top:5.90625rem;left:0rem;overflow:hidden;display:block; }
#GcXRT3tBRp72tM7zfHGasRRtCCqfxaSk { color:rgba(var(--color-primary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:3.625rem;left:20.375rem;height:2.34375rem;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; }
#px5zew0VhN2FXLvE1zRgblS3Au03uNg0 { 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:51.125rem;width:60rem;display:none; }
#mefbPSKoINh51X4MkIwLUtTkpQzUWnOb { 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:52.5625rem;width:45.9375rem;display:none; }
#luVvS7aChZHd6p7ole1dshwWGqlWvtPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container { background-color: transparent; background-image: none; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container > .video-iframe-container { display: none; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row > .video-iframe-container { display: none; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .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); }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container { border-width: 0; border-radius: 0; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#LEl0kUd9ZdtZa1NkQ0PlJJ6zJXbrFlaJ { 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:18.8125rem;width:60rem;top:4.9375rem;left:0rem;overflow:hidden;display:block; }
#ESdVPUa9FETl79eqLucJDDXEXqd7c5tS { color:rgba(var(--color-primary-2),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:2.59375rem;left:20.375rem;height:2.34375rem;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; }
#TxNo69HDDQk7TkGJmhnEGkaGzIo0vLXs { 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:30.25rem;width:44.875rem;display:none; }
#RFAHzu25A8mTK25HsS1HfsDSP1dq3Ply { 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:37.6875rem;width:37.625rem;display:none; }
#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0151406f-7f60-40ff-b50e-ec1ed96144f9/BGescurobracket.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.adaptive-delivery-prevent-bg, #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.lazyload, #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.lazyloading { background-image: none; }#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(var(--color-tertiary-4),0.5); }#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(var(--color-tertiary-4),0.5); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:32.5rem;width:60rem;overflow:visible;position:relative;display:block; }#gTNzITzmGJfzsKyvStbdOEDbcJSV4Vz6 { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5.125rem;left:6.96875rem;height:2.53125rem;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; }
#nML8bVSNh2U1S9vQ20CXTwZCi4Z0pBy7 { color:rgba(var(--color-tertiary-0),1);display:block;width:41.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:3;letter-spacing:0;top:9.5rem;left:9.0625rem;height:19.125rem;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; }
#m1zcodmJrfetqwEQmSXoQ4TaA3eimRtr { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:25.9375rem;top:12.8125rem;left:2.125rem;display:none; }
#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { position:relative;display:block; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { background-color: transparent; background-image: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container > .video-iframe-container { display: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row > .video-iframe-container { display: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .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); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { border-width: 0; border-radius: 0; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#t9owKZC4mqtqLEgoP9ke5ASJ3qh1EU7c { 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.375rem;width:29.5625rem;top:-0.0625rem;left:0rem;overflow:hidden;display:block; }
#WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:2.5rem;left:33rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { color:rgba(var(--color-tertiary-0),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:7.125rem;left:33rem;height:9.6484375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV li:before{  }
#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS { 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; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container { background-color: transparent; background-image: none; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container > .video-iframe-container { display: none; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row > .video-iframe-container { display: none; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .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); }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container { border-width: 0; border-radius: 0; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container { font-size:0.875rem;font-family:arial;height:19.3125rem;width:60rem;position:relative;display:block; }#xJx7nTO75fHBefypFU6oJrLCx1hHtMxB { 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.3119375rem;width:29.8118125rem;top:0rem;left:30.188207626342rem;overflow:hidden;display:block; }
#siL2vQlR2PDTxFSWk4T9ifw42ZwC1UhF { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.0625rem;left:2.5rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:9rem;left:2.5rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT li:before{  }
#oS7I0NTvg6gKKELau890aqOpA78LLB6L { position:relative;display:block; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L { background-color: transparent; background-image: none; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container > .video-iframe-container { display: none; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row > .video-iframe-container { display: none; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .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); }#oS7I0NTvg6gKKELau890aqOpA78LLB6L { border-width: 0; border-radius: 0; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hdA5w31HTI4JgfDGir1UpFkWluc8oExX { 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.4375rem;width:29.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vpw4Ia8i1v6TGbNNbmVB6Tr9Dh5Zcxl0 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.0625rem;left:33rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:9rem;left:33rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV li:before{  }
#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 { position:relative;display:block; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 { background-color: transparent; background-image: none; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row .container > .video-iframe-container { display: none; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row > .video-iframe-container { display: none; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .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); }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 { border-width: 0; border-radius: 0; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .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; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-primary-2),1);background-image:none;font-size:0.875rem;font-family:arial;height:27rem;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; }#NESAcRWN90QtHrCl5chxIADUBuqSrydf { 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:18.6855625rem;width:24.9355625rem;top:2.4677734375rem;left:35.0634765625rem;overflow:hidden;display:block; }
#FVo30USFrXfMwqguFOmZH98HUG1qPz1U { color:rgba(var(--color-tertiary-0),1);display:block;width:19.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:7.591796875rem;left:6.529296875rem;height:8.4375rem;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; }
#I2H3cxoAkKLAs6cE1rUSfOoJmKOme3Kg { color:rgba(var(--color-tertiary-0),1);display:block;width:41.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:22.7783203125rem;left:6.529296875rem;height:2.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:block; }
#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/c65cc376-c522-4730-955c-fcbda09d756a/BGMiniPrevailLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB.adaptive-delivery-prevent-bg, #KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB.lazyload, #KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB.lazyloading { background-image: none; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container { background-color: transparent; background-image: none; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container > .video-iframe-container { display: none; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row > .video-iframe-container { display: none; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .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); }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container { border-width: 0; border-radius: 0; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#oeCrkEWIJD9P69QpDv2ztr6SZeRT3a0w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:5.625rem;left:10rem;display:block; }
#QrlXdhRkZfD172gufoI62ywxECrLu0sN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container { background-color: transparent; background-image: none; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container > .video-iframe-container { display: none; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row > .video-iframe-container { display: none; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .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); }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container { border-width: 0; border-radius: 0; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#TTg35d3JEaTNNfJKJEeJR3e0XIxA9BnQ { color:rgba(var(--color-primary-2),1);display:block;width:46.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:1.796875rem;left:6.96875rem;height:2.34375rem;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; }
#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container { background-color: transparent; background-image: none; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container > .video-iframe-container { display: none; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row > .video-iframe-container { display: none; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .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); }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container { border-width: 0; border-radius: 0; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:60rem;position:relative;display:block; }#C6NZCP8sdI6XNrSKHmbpb0B88TQJTipf { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:15.125rem;top:5.5625rem;left:2.3125rem;display:block; }
#MRXXTpBKkQ8VMHnK7cpEvgifhq6XGcxy { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:4rem;height:9.503875rem;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; }
#hXpzyfp3yZXmVF9vd2vaukU3b5pse13o { 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:6.75rem;width:6.8125rem;top:2.25rem;left:6.625rem;overflow:hidden;display:block; }
#KDVXI0eImduSAcm1MLOWdIGnngnTvBt5 { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:2.4375rem;height:1.31303125rem;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; }
#Poonxdg9coi5dmE1VcSu2IBExCnwsplI { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:15.125rem;top:5.5625rem;left:22.375rem;display:block; }
#npSzWT2uxvycTgZ1ppVlAKn87UNEMT1g { 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:6.75rem;width:6.8125rem;top:2.25rem;left:26.75rem;overflow:hidden;display:block; }
#EoGhyiePTynnr3pcLNqTwa5ZbiC4Ji5v { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:24.125rem;height:7.3919375rem;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; }
#M7kRh5NHmFq8wruFwvUo6KKutqgde5LN { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:22.5625rem;height:1.31303125rem;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; }
#K1PzTM4pecivqsod6588dX2xtcm4N0Qs { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:15.125rem;top:5.5625rem;left:42.375rem;display:block; }
#KEJ5fxeBUCsBar31xLh6dcHSDOzKmKUw { 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:6.75rem;width:6.8125rem;top:2.25rem;left:46.75rem;overflow:hidden;display:block; }
#Pm59NOaxolDWTv3BWSnUnS3pVmvb1vqD { color:rgba(var(--color-tertiary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4375rem;left:44.125rem;height:10.559875rem;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; }
#pAl3bpLut8V6xb0Tu8zCsRO9PG8s5hxP { color:rgba(var(--color-secondary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:22.125rem;left:42.5625rem;height:1.31303125rem;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; }
#biFVzDyLd9drHddaObZwas3blhaoxhhC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#444444;background-image:url("https://images.assets-landingi.com/uc/c65cc376-c522-4730-955c-fcbda09d756a/BGMiniPrevailLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#biFVzDyLd9drHddaObZwas3blhaoxhhC.adaptive-delivery-prevent-bg, #biFVzDyLd9drHddaObZwas3blhaoxhhC.lazyload, #biFVzDyLd9drHddaObZwas3blhaoxhhC.lazyloading { background-image: none; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container { background-color: transparent; background-image: none; }#biFVzDyLd9drHddaObZwas3blhaoxhhC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container > .video-iframe-container { display: none; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row > .video-iframe-container { display: none; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .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); }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container { border-width: 0; border-radius: 0; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:60rem;position:relative;display:block; }#CaHqfwb4enhMdT6Ql8kQO3eent17cmO7 { background-color:rgba(var(--color-primary-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-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-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:20.9375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:9.6865234375rem;left:19.875rem;display:block; }
#JHPelXawc7cOG0dgMzZNkgRPwAWeUWxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EdGZ5iUI8eW1T5foCfQgyei3IyifGdJR { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.8115234375rem;left:19.71875rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP { 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; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container { background-color: transparent; background-image: none; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container > .video-iframe-container { display: none; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row > .video-iframe-container { display: none; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .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); }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container { border-width: 0; border-radius: 0; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#zeN9Z28OnW8vZWe1RM3orpMrN0oxE2Hw { color:rgba(var(--color-tertiary-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; }
#UlcCaJr8RvLiUkklreCCIeag3C690VTG { 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; }
#CUzVaaRu43xXJ9Q4hXiAbTyibPbrTnc6 { 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; }
#EfLMTOhPiGoXSwNh8kFM89Xeqlv1RKBV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oD4h65Wlv1E0oOLtd6tlltXBKDAn9Xmi { 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; }
#y64hdVWSrBnsT4gxMbMA5sC2DtHvq2me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x5Hlb29Fv6zLKTMgmgUMT255UZcWnyBx { 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; }
#sxsiFaSTwe4gw8NNLqvD2rcuTKGXH3Db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 { 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; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container { background-color: transparent; background-image: none; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container > .video-iframe-container { display: none; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row > .video-iframe-container { display: none; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .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); }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container { border-width: 0; border-radius: 0; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container { font-size:0.875rem;font-family:arial;height:152.125rem;width:60rem;position:relative;display:block; }#tpfmqlzFmhZrbsm7ArUruyc7SIrJFGiA { 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; }
#DvT4xknSe1aLgP7U6zlwO729hTmK6coP { 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; }
#NnhFUhhGG6q4nMOfCFDbdH79b6309Hhv { 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; }
#pC2hRxVTpqZapJxL0SiNpLmgaoiTi5pS { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BNb5ow5w9ZbxmUrVdIcEyDs3d9IiVB0H { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMSh4tATEBx30pQuwcRyJQHzqbcDP6qU { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#au8Qa8uORcyk9GDRWwwlcTHEoM6svS4E { 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; }
#fbd4OQlzU0cJTqTl7nz9DPNIdd4y3smG { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A3wCNGPX3ZqE71V84aJxVoTaaCRVV2AT { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#px0RTBpmHuE5X38QnEWRlkANArqHVKcw { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SIDBMmqVvy9zcN80cb7qibsbPGCLibL6 { 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; }
#Tc672Tc1ovBz6axgmOGv3TTQGT1T2uDm { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcA8VPT75q5TEuwd9Fmw03npSbTZBxou { 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; }
#rXnS1a5q8VJeQ9IAbBAm82oTTUv9s8pe { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PuIKziHTHdrroou3ZMJBTVhm5E67vrOV { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JCCNloO3TXw0be4uPFdJoygMbIqPA28W { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U6H31Uu9pMP1GXCUEkEWgXCeOS8ETKyI { 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; }
#UwaiDq0gkaP1hgq3qgMceCOEIXSgtR9d { 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; }
#bezpnFQSlAd2q3umnGECWAfJJSUQWAiF { 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; }
#o6WfHkSK5IukC5h8bkTSHOoGdgd0cBOf { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRexAPX8bOhRtEGoCmSDAlCk5THv0nGI { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FlJNRre4mSfkpoHH0ZS2tV13vRCmbHWH { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDRfQFx2TZwGo2EkPU1g7r0Xoq3lBlCS { 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.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PUAhxIuJ35P8dHViyGzc2aWNqTawuf70 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Alx6ZreHs5QdArmu3ZLpVVXScz4mKiFB { 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; }
#X2qAewCJpkk7Glvhp4XtXHZagpyx0V35 { 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; }
#qSDQt03ssAfMDqMmi51NvcM9elswn65t { 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; }
#w1L1UVyUGz6nhbrpGFNk7a9QUCGgU2pT { 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; }
#i6rks0hdvQqy4eBKGt2756oSZuyTVzKc { 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; }
#MEMLaBzebeUBfNN1y1HyzKVg28s9Gs8T { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgXDDzGd6p3M40gqyKV4L8USloP8GiTA { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pMQiRqDztoRqFEb6c7QlTxhifon88nnU { 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; }
#tmaxtu0lo0qRB2JKubT1Sb3M7AoWIVDD { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eDk9eZGiKJvDbs5oHeGSmxPbwvxvMqoL { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMbB5mSfcvUThC2MmXTPh1gqWke88IP7 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZshh9yDdmGMudaextds0wcWZLwoxyS4 { 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; }
#W5e8k9AB1hr8zEAWmE7c7ab2ylhtK2FT { 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; }
#QUUGIq3pTZ5vh4gaBkZU9hfsgT0IppUV { 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; }
#dOVopxWTrJVAiT5pMXTAGN9vrA0mThnb { 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; }
#OefwIzpfUs95c1pTvwGFa55yB08iv3rz { 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; }
#gtdlFADiCoio3kGiDwkuy13nbJnA2Co9 { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VuB5w9W6TPfWhoyiXcTppWkzww8kZxxh { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhD0uIbg79BNII2LlVr3eD6LUW5RXo1K { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OmDrAUKwy4u4L9QGmE4M0TJTZkTrZOvD { 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; }
#e9SKAlKTHFh1DqDJTOeDW616cHD7kgCC { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HoDimzaNFbuQa2r99wkDX8EaIoSpad9f { 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; }
#XhP7IDEf8XMx8a1aRTsA0VKMKTXu0N1o { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7Z6m9153JRgXO3gwkKlipVyvt53SW82 { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WVqyKlUyfJLUXxTknn0UckQf5uJM9dpJ { 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; }
#yV04pWcUJbcOsqOAc1uQTnu4vmQk49k7 { 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; }
#zXfRcJncTBREMeeNZc5lffUDghiMUibb { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s90HDtQ4eWLkFfyAFfs9PA30M75vV1WP { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wAnrtlG2qJO6hpOoftKyLRTBBsydyFZR { 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; }
#v5fMNKPOwEgB5TqqGRxkiTTZfDKt8I9V { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hqTcg6hydFFgiCFBkCHCIeov4SkH9ir6 { 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; }
#SuHgNMSJZ7r00H9CXlvkpWmzz6XH3AQt { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdPZMlsGXdQMtWTP2QQyCq1Bm3XXiS2p { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vKdaNuEyCFmRJ0O2AdfhksVIRTuRfWQ8 { 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; }
#RkByPqd8rbGBH8TwJr9ezqdIesmW4N5Z { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SHCLDE7pNhLHmsw1yPSFfbIs2xPFJtm3 { 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; }
#JXq19wr6G1RyhT9J5g9AtXtptu9XWzfq { 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; }
#dXm0xs0uRsSUk6spgW9MhWPKPJ69T6bp { 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; }
#PDhXWaPOrz7WXktKMEeK0PZ2HkAFngMD { 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; }
#mhinwf3nGA5PbwWCdPMmRuug1M7sHlMI { 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; }
#tcMQ0nqx7cCMiJ5Ws0nzzHATXZJFsoPg { 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; }
#oPV0R7b2CEHSP5dggTw2Oa9oHpZdhhlk { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wkkfEXKCnsudtABC6Mny5NfccCzgFhFZ { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q7DNFkTBbnmm4SSSzVpIwqUoON8SxemM { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DNVeU5eHskBmpxgZq7XKzqz4OvTDolm3 { 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; }
#nsKzO6FXrJdt4WIwuB0eg33QABmfCwlT { 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; }
#Znn7RO2Z0OlXLqSVpyGnRTWg3Flkc8Qo { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BN02CyTOsg9ASfTIqyeMMOF2QvsLSTpq { 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; }
#uQgd9tDL6R8edmufczABfOTN7fkxVChK { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wNcuGrds1f8WpHvsQkRpWEMPhngCifaB { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CStuT18R9nlDyD0VsshedW4IQRcvu5J7 { 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; }
#vHykPQAN01CtIknmrIMfd4v6Ozs3BilR { 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; }
#WCCwLCfQQsSniSOFy6IGLgw4XGWUEkEQ { 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; }
#Bz1q8e4bzECTzIUhiZUaxhP35qzX6ldH { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x4Ob2NCtDxJ06PN5PqzgKdI0CHwQ65t3 { 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; }
#zkAciqnVp3erqverkqoIg2Lg6zRx9y5f { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#emd6HXtpc7OTKpA9GhfCPQPmQ4w2gLmL { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JNHrbqov6mVoNTZdFWJTse87LR8RkHQA { 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; }
#xeCmsVhRHlQg5MiNUzCrdQcJOlMxK39a { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KXEEZnPH0fgBcXArMzCpz55tZZyUS9zS { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dHPiFnlH2kuydeZ6vCsJl6eTuzGastLl { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N3rbAJpwM4THDbEmGCxLM3TfPLnryqsv { 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; }
#WMB2VQVgExRAco9UQaXwHnKqu9yIMwcA { 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; }
#r5DoXoOlRrawpTos28ulrFO7Tx8EPIy9 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQcMODgxOkJnDPldCOrXLgdwCozKBuDp { 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; }
#AlxSTiveDdT0CSl3I8x7yle7RidZG8Q8 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ew9uuh1kLWPoz1Op9sh8yIXQcB6eJeo1 { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0plFM54moxf7bAQ1QhoxIJtUnx8Dvs4 { 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; }
#CaECK7w1Udd7CaDR4W5hIH1zEDNb3ecz { 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; }
#ufbxh1SWJiT9vMG2RMeMNhnxFDS1zXNu { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NSRoPVtfwD9WDZqt6cxhDGfCpu8K6xd5 { 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; }
#VBG4FxNZXFtLbMGnp49QT7BiKUoJxGIx { 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.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUhGrUe1CU6rHDuq0RwKkedfs6Bl3QbF { 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; }
#tfZH37QS2IeE6hmAa3AWLQ0HgpQtw4cX { 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; }
#MbiqXhtHxiMCgXiXwN1cXVSTFNU4ZLaG { 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; }
#dryzgMxPizd0frN9d0f2e7Tibqy4Cka6 { 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; }
#QWTctbU3NmDp4DEFr2vn6E4O8VbyerGH { 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; }
#pqB0XUWr6mGDcnKfTFdRG2JnhHGfFLh3 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IHqK7fC3BimDdJOq0mbARNsFmS6abVDQ { 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; }
#y2KKxpnnFXQOV80nZuDbO7AKFzLtOnay { 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; }
#DyV7k5D5Slnb2T1sFFfHxHokKatqCxwB { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cARoezbXFUHyN8PTtPF8NHmulaooc6d0 { 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; }
#Zx537yfce9bWSLZoG0Oa9T3VcsyFvFho { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdT9WdSKnfG5lChz8lGlEkQdJt9NxQa2 { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e6nXMhogAi79ME0Qg9AmlFqW8bLIMO52 { 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; }
#q3X6Vy8V8JuxLSmhzt8ss7JQhr5G1pei { 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; }
#v0mEywep4owf6Kc9oAilzDmnzGKbrUmP { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXxNC87rMgwr0RVkl3nZULpRhlS9Clho { 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; }
#TsQpeJZq9XZLNw1swTScWCEH0yhEhQWF { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4L6WJiTswUnFDM16e81b15BkU32TNAO { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvXPGdmft4qkAGzF3stvF3mGwJk9xT8A { 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; }
#m9VkgU9sIAuB4tydkke5HL5Vv4VBsTNz { 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; }
#pIyEafJHThipUs9BoRGTQZC8xDy54FTq { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FyXzTgWbGCyyTD2OeQlogcU6277Kgqni { 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; }
#VmM0ompDml2hpAKSnVip1XezJGtzu2T8 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yfR28fTa2NSIKLlrGDTpX2AdANtNa4zT { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#syP9Aci6dxercqT8zqaaJthg079fSixJ { 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; }
#AWPX0oNkt7ugQtroi2hAxghep4S3BZU7 { 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; }
#s8HIPksh1p3faLLJwuiN7niT8yTvDa0U { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpZUcSiWZlM6pu6waVaPpUnqcPW7Bc8f { 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; }
#cGbWBtCb21ysinBaow1tZhQdTWyN8D5i { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zR1rKkHlDcGXkqwbCh4xK5D3pCrQXoH5 { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RBP4Lfs1EBh2WGfm48TIlBytuz9SiPNC { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 { 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; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container { background-color: transparent; background-image: none; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container > .video-iframe-container { display: none; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row > .video-iframe-container { display: none; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .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); }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container { border-width: 0; border-radius: 0; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:60rem;position:relative;display:block; }#gluXVxrQrZdrq5r2k8tWHdrSt3bpPIlM { 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; }
#AcSUGdN71i1Fe0mNZtSQV3XSccvmMkHN { 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; }
#ifGPTy5yHli0Hhf4COiW9i0T2Pqnc05p { 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; }
#JEGe8Cv1q9O4ieDbrxFCbl4uKJ9imRyf { 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; }
#tElpwbHTnuV4MPRpJyMKGQaGbXSRFSmE { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fwg1NT1KnC3LrEvZLNJqBLLfV5TOKZNR { 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; }
#CAVGwLOB61u9Fc2hV5RwqF8v6IkdgQan { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQmOPeQ7iFiSKSiKsaJRsqeHmtncBrs8 { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gZacmnkXyolkscCaLqELXsr5l9QptOmt { 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; }
#HWMk8J1Z3r3cNLFFikeoSwmcJZdTwvtZ { 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; }
#XThDGAD36IXfwdwmZS7Q7t4bVzlP3Jmh { 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; }
#MI4OUNDHTP5CnyigftJ8ZeCCDvR9nqyX { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#up8ucvB004dRfGh4T15EqoepuxFXzVld { 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; }
#Wnctgs4yQVxVgaae2PNo2W9OFtPoXJdS { 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; }
#idr9hwfGh2vToHSuqLtJW8MABRxkTdqH { 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; }
#kZ1KGoZT07wWIDM4Lp95SrnAasH4F2kL { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y1fQraWRuOlJmdiVMEMlnZ3N5uf9QuDl { 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; }
#mbriJtVcSavVtszkOy1MTb19x2DowybJ { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vk7fFzbUrcsKo04wLF8VaEAxyaHsl5TA { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bkeftmu8wTHb1Jvcs2Uq3feQHhpHz4O6 { 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; }
#JFoxdHEVSzBRLF73NBKqkzsZ2WTIcBqq { 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; }
#PrezM6QzOKlLETrQ3AzrX8lzer9RdKFU { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r5O7MenClRLPrbkkE9H2NTRt9Bl9qEiE { 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; }
#XOZUS87WRwobR2DNBwQkG7p9OfdP2Ico { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dazIHDiTAZmH3q77U6mGCd7vVgelaZg4 { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk { 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; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container { background-color: transparent; background-image: none; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container > .video-iframe-container { display: none; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row > .video-iframe-container { display: none; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .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); }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container { border-width: 0; border-radius: 0; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:60rem;position:relative;display:block; }#WKhRC66iAPVkxseE95Dfnom28gdieCIK { 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; }
#QdpdaUJTbR1DuSkKWM6nzVCiHFsQDxxU { 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; }
#kXg4woHBTuclmy1fbS0DLrM35lpy4Rf3 { 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; }
#kVQe7vtpy1tyg4HCcrfwPGCGODEWkM5o { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B6ZA7lwZK4keF8sI8uVdPXiZMC1edrGh { 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; }
#vql728ZN07a0AU8bCqzIf1GKwgic4WRF { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QNqgAhpR5fVZnvBwTmygub7UeT3rW8yC { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xi8SDBTVo0b2A9hI2dvSetlh0n0UTal7 { 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; }
#OvXAiOn6TDZPqp0GbQFL1wFOqyL0Pzf7 { 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; }
#m2Pr5dptd6SLKKPFFJECUFUFDuNL7GAq { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b24kPtOlFu9zi1wQTbnzoTW6mApK1sSP { 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; }
#a2faNQbs4mQCGkcJvbvEqJWgdevV9fl7 { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OByBre2JdstH1oEnFyJgi4h0rVaSfPXX { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oAXR4TMaKpL28qvehCf1Gh9ObCwZDeTR { 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; }
#o31fgxx1bU0Asf20TGkV4vZKcL9q3HQs { 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; }
#ZiTmmFwHk5pHsEyrKEnazLOX1vkqXLNl { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pT7ywXn3JSx6XsieJzicgT5JJrgUBbGN { 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; }
#qhi0pTE0c2p1O3TcPuW2JeKc4ggKqQ3G { 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.29948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c0SS0MT5OVJPxlgbrz1wWEcTQEteZg3d { 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.79948125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTC4sohELvwtz5fChebTFvDBSdpqE4JM { 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; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container { background-color: transparent; background-image: none; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container > .video-iframe-container { display: none; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row > .video-iframe-container { display: none; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .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); }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container { border-width: 0; border-radius: 0; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:block; }#gznSwUUwNd3MHmyDSpuZwLErox27lMdu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:2.75rem;left:6.125rem;height:3.5635625rem;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; }
#qMEUG0u5g38qMHMxGL5mgnyTIqOzvgiP { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:5.5625rem;left:35.25rem;overflow:hidden;display:block; }
#TRsiGrkTVNG7VAiv4KRX1NTHfNphNwGZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.875rem;top:8.5625rem;left:35.25rem;overflow:hidden;display:block; }
#LenCIouBzF3iUA4TilJaspcZXnLgzK1r { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:5.5625rem;left:38.0625rem;height:1.78178125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WTDTvHHD6hwc9NcFC9Hgt8tWU2kcbKPy { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:8.5rem;left:38.0625rem;height:1.78178125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#M72Oyt1doLE4noAEBLcqpvZkq2CL5NVq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.6875rem;top:7.6875rem;left:6.125rem;overflow:hidden;display:block; }
#qmJOHDGKlkZxlzDaP6h1WIS1CmP9voIo { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:13.5625rem;top:6.9375rem;left:16.9375rem;overflow:hidden;display:none; }
#IGuVSwzFc9bob7BNruRVW46cPmIbMEhX { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:2.75rem;left:38.0625rem;height:1.78178125rem;text-align:justify;text-align-last:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aEn8KX5GApOa7Wpku0oMDoz648DM9Ne8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:2.6875rem;left:35.25rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { top:2.1875rem;left:4.6875rem;width:13.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLbbSJzxmoFN0m3IcGolFIq1vpF1cQ1V { width:14.0625rem;height:2.75rem;top:2.3125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQRZs2UN69p9gqvHq6PTHgEXGu1KkN6q { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { display:block; }#Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:24.875rem;height:8.4375rem;top:25.75rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnyKt3b2vEsFLDTMT2o9OG3BDccrwMfT { top:10.75rem;left:29.268749237061rem;width:14.8125rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawpoO602s8FVzEQToawCfehDnfe48xT { top:21.0625rem;left:30.893749237061rem;width:11.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5BOwc28g8ATub6obWNRgpTbKnud5MSE { width:42rem;height:37.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdI4bzm3JTP8L7TlpLwIDPsdPgewbqQ7 { top:7.4375rem;left:0rem;width:31.1875rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy { display:block; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0kutpVJAhso7Aoc0edgNWTSkrkd8nTq { width:15rem;height:1.875rem;top:11.4375rem;left:0.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tPMJcFtpTgtpKQNTLrO9OvktIT48RR { top:5.375rem;left:5.625rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAkgvBnnmGedX2WD2uDQdwFaqzVGG9h { width:15rem;height:1.875rem;top:11.4375rem;left:16.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0oOLu1FUS98X1c3b46BI58XPnZV4RbI { width:15rem;height:3.75rem;top:11.4375rem;left:32.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvgxlRyTqS5w45gPxqKwKfyMm9qI27l { top:5.375rem;left:21.5rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZITnXFD3bGW3g1ahsK3GSIVfRAIMQy { top:5.375rem;left:37.375rem;width:4.625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL { display:block; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFUb0M1vfrwib2OUOWvpfwPO2Mq9vZom { width:46.0625rem;height:;top:2.5rem;left:0.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgvP0pg2TTv7PBSkQAmd49pGSuRQEKJb { width:43.875rem;height:;top:6.875rem;left:2.9374980926514rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmATlkEmSxS5pHy4invm1A34yHNLCKBI { width:37.8125rem;height:5.375rem;top:12.5rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 { display:block; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSbMFwwCJ23pRr7ORo2D9RzunK2cRnH0 { top:5.875rem;left:0rem;width:47.75rem;height:20.890625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcXRT3tBRp72tM7zfHGasRRtCCqfxaSk { width:19.25rem;height:2.3125rem;top:3.625rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5zew0VhN2FXLvE1zRgblS3Au03uNg0 { width:47.75rem;height:40.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mefbPSKoINh51X4MkIwLUtTkpQzUWnOb { width:45.9375rem;height:52.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #luVvS7aChZHd6p7ole1dshwWGqlWvtPh { display:block; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEl0kUd9ZdtZa1NkQ0PlJJ6zJXbrFlaJ { top:4.9375rem;left:0rem;width:47.75rem;height:14.971614583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESdVPUa9FETl79eqLucJDDXEXqd7c5tS { width:19.25rem;height:2.3125rem;top:2.5625rem;left:14.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNo69HDDQk7TkGJmhnEGkaGzIo0vLXs { width:44.875rem;height:30.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #RFAHzu25A8mTK25HsS1HfsDSP1dq3Ply { width:37.625rem;height:37.6875rem;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) { #gTNzITzmGJfzsKyvStbdOEDbcJSV4Vz6 { width:46.0625rem;height:2.5rem;top:5.125rem;left:0.84375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nML8bVSNh2U1S9vQ20CXTwZCi4Z0pBy7 { width:41.875rem;height:19.125rem;top:9.5rem;left:2.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1zcodmJrfetqwEQmSXoQ4TaA3eimRtr { top:12.8125rem;left:0rem;width:15.6875rem;height:25.9375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { display:block; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9owKZC4mqtqLEgoP9ke5ASJ3qh1EU7c { top:-0.0625rem;left:0rem;width:29.5625rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:19.3125rem;height:3.375rem;top:2.5rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:17rem;height:9.625rem;top:7.125rem;left:23.875rem;font-size:0.875rem;display:block; }#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV li:before{  }
 }@media only screen and (max-width: 763px) { #inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS { display:block; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJx7nTO75fHBefypFU6oJrLCx1hHtMxB { top:0rem;left:17.9375rem;width:29.75rem;height:19.271895683129rem;display:block; }
 }@media only screen and (max-width: 763px) { #siL2vQlR2PDTxFSWk4T9ifw42ZwC1UhF { width:19.3125rem;height:;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT { width:18.125rem;height:;top:8.9375rem;left:0rem;font-size:0.875rem;display:block; }#kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT li:before{  }
 }@media only screen and (max-width: 763px) { #oS7I0NTvg6gKKELau890aqOpA78LLB6L { display:block; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdA5w31HTI4JgfDGir1UpFkWluc8oExX { top:0rem;left:0rem;width:29.6875rem;height:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpw4Ia8i1v6TGbNNbmVB6Tr9Dh5Zcxl0 { width:19.3125rem;height:;top:4.0625rem;left:23.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV { width:18.1875rem;height:;top:9rem;left:23.875rem;font-size:0.875rem;display:block; }#RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV li:before{  }
 }@media only screen and (max-width: 763px) { #RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 { display:block; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NESAcRWN90QtHrCl5chxIADUBuqSrydf { top:2.4375rem;left:22.875rem;width:24.875rem;height:18.640179750808rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVo30USFrXfMwqguFOmZH98HUG1qPz1U { width:19.8125rem;height:;top:7.5625rem;left:0.404296875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2H3cxoAkKLAs6cE1rUSfOoJmKOme3Kg { width:41.125rem;height:;top:22.75rem;left:0.404296875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB { display:block; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeCrkEWIJD9P69QpDv2ztr6SZeRT3a0w { top:5.625rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrlXdhRkZfD172gufoI62ywxECrLu0sN { display:block; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTg35d3JEaTNNfJKJEeJR3e0XIxA9BnQ { width:46.0625rem;height:2.3125rem;top:1.75rem;left:0.84375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XylXwWX0VSoTZg5QM7AU97w1tvw23kLC { display:block; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6NZCP8sdI6XNrSKHmbpb0B88TQJTipf { width:15.125rem;height:19rem;top:5.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRXXTpBKkQ8VMHnK7cpEvgifhq6XGcxy { width:12.0625rem;height:9.5rem;top:10.4375rem;left:1.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXpzyfp3yZXmVF9vd2vaukU3b5pse13o { top:2.25rem;left:4.5625rem;width:6.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVXI0eImduSAcm1MLOWdIGnngnTvBt5 { width:15.1875rem;height:1.3125rem;top:22.125rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poonxdg9coi5dmE1VcSu2IBExCnwsplI { width:15.125rem;height:19rem;top:5.5625rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #npSzWT2uxvycTgZ1ppVlAKn87UNEMT1g { top:2.25rem;left:20.5625rem;width:6.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGhyiePTynnr3pcLNqTwa5ZbiC4Ji5v { width:12.0625rem;height:7.375rem;top:10.4375rem;left:17.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kRh5NHmFq8wruFwvUo6KKutqgde5LN { width:15.1875rem;height:1.3125rem;top:22.125rem;left:16.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PzTM4pecivqsod6588dX2xtcm4N0Qs { width:15.125rem;height:19rem;top:5.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEJ5fxeBUCsBar31xLh6dcHSDOzKmKUw { top:2.25rem;left:36.4375rem;width:6.8125rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm59NOaxolDWTv3BWSnUnS3pVmvb1vqD { width:12.0625rem;height:10.5rem;top:10.4375rem;left:33.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAl3bpLut8V6xb0Tu8zCsRO9PG8s5hxP { width:15.1875rem;height:1.3125rem;top:22.125rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biFVzDyLd9drHddaObZwas3blhaoxhhC { display:block; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaHqfwb4enhMdT6Ql8kQO3eent17cmO7 { width:20.9375rem;height:3.4375rem;top:9.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHPelXawc7cOG0dgMzZNkgRPwAWeUWxZ { display:block; }
 }@media only screen and (max-width: 763px) { #EdGZ5iUI8eW1T5foCfQgyei3IyifGdJR { width:20.5625rem;height:5.25rem;top:2.75rem;left:13.59375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTQT2MGsmL3HBNdHXacIXHitnktMxPP { display:block; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeN9Z28OnW8vZWe1RM3orpMrN0oxE2Hw { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlcCaJr8RvLiUkklreCCIeag3C690VTG { top:2.125rem;left:0rem;width:24.4375rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzVaaRu43xXJ9Q4hXiAbTyibPbrTnc6 { width:8.75rem;height:2.75rem;top:8.5625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfLMTOhPiGoXSwNh8kFM89Xeqlv1RKBV { display:block; }
 }@media only screen and (max-width: 763px) { #oD4h65Wlv1E0oOLtd6tlltXBKDAn9Xmi { width:8.75rem;height:2.75rem;top:8.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64hdVWSrBnsT4gxMbMA5sC2DtHvq2me { display:block; }
 }@media only screen and (max-width: 763px) { #x5Hlb29Fv6zLKTMgmgUMT255UZcWnyBx { width:8.75rem;height:2.75rem;top:8.5625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsiFaSTwe4gw8NNLqvD2rcuTKGXH3Db { display:block; }
 }@media only screen and (max-width: 763px) { #lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 { display:block; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpfmqlzFmhZrbsm7ArUruyc7SIrJFGiA { top:1.875rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvT4xknSe1aLgP7U6zlwO729hTmK6coP { width:18.75rem;height:19.5rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhFUhhGG6q4nMOfCFDbdH79b6309Hhv { top:7.125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC2hRxVTpqZapJxL0SiNpLmgaoiTi5pS { top:9.6875rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNb5ow5w9ZbxmUrVdIcEyDs3d9IiVB0H { top:18.9375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSh4tATEBx30pQuwcRyJQHzqbcDP6qU { top:21.1875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #au8Qa8uORcyk9GDRWwwlcTHEoM6svS4E { width:18.75rem;height:19.5625rem;top:5.5625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbd4OQlzU0cJTqTl7nz9DPNIdd4y3smG { top:9.625rem;left:35.186717987061rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3wCNGPX3ZqE71V84aJxVoTaaCRVV2AT { top:18.9375rem;left:33.125rem;width:13.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0RTBpmHuE5X38QnEWRlkANArqHVKcw { top:21.1875rem;left:32.5625rem;width:14.25rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIDBMmqVvy9zcN80cb7qibsbPGCLibL6 { width:18.75rem;height:19.5rem;top:67.5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc672Tc1ovBz6axgmOGv3TTQGT1T2uDm { top:82.9375rem;left:32.5rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcA8VPT75q5TEuwd9Fmw03npSbTZBxou { width:18.75rem;height:19.5rem;top:26.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXnS1a5q8VJeQ9IAbBAm82oTTUv9s8pe { top:80.9375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuIKziHTHdrroou3ZMJBTVhm5E67vrOV { top:41.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCNloO3TXw0be4uPFdJoygMbIqPA28W { top:39.5625rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6H31Uu9pMP1GXCUEkEWgXCeOS8ETKyI { width:12.1875rem;height:3.9791851089829rem;top:33.1875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwaiDq0gkaP1hgq3qgMceCOEIXSgtR9d { width:3.1875rem;height:3.1875rem;top:74.9375rem;left:38.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bezpnFQSlAd2q3umnGECWAfJJSUQWAiF { width:18.75rem;height:19.5rem;top:5.5625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6WfHkSK5IukC5h8bkTSHOoGdgd0cBOf { top:30.5625rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRexAPX8bOhRtEGoCmSDAlCk5THv0nGI { top:71.625rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJNRre4mSfkpoHH0ZS2tV13vRCmbHWH { top:21.1875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRfQFx2TZwGo2EkPU1g7r0Xoq3lBlCS { top:15.1875rem;left:18.4375rem;width:10.6875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAhxIuJ35P8dHViyGzc2aWNqTawuf70 { top:9.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alx6ZreHs5QdArmu3ZLpVVXScz4mKiFB { top:12.375rem;left:3.5rem;width:8.8125rem;height:4.3445266886872rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2qAewCJpkk7Glvhp4XtXHZagpyx0V35 { top:7.125rem;left:38.092971801757rem;width:3.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSDQt03ssAfMDqMmi51NvcM9elswn65t { top:12.875rem;left:36.90625rem;width:5.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L1UVyUGz6nhbrpGFNk7a9QUCGgU2pT { top:69.1875rem;left:38.0625rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rks0hdvQqy4eBKGt2756oSZuyTVzKc { width:18.75rem;height:19.5rem;top:46.8125rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMLaBzebeUBfNN1y1HyzKVg28s9Gs8T { top:103rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgXDDzGd6p3M40gqyKV4L8USloP8GiTA { top:101rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQiRqDztoRqFEb6c7QlTxhifon88nnU { width:18.75rem;height:19.5rem;top:67.5rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmaxtu0lo0qRB2JKubT1Sb3M7AoWIVDD { top:81.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDk9eZGiKJvDbs5oHeGSmxPbwvxvMqoL { top:92.375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbB5mSfcvUThC2MmXTPh1gqWke88IP7 { top:71.9375rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZshh9yDdmGMudaextds0wcWZLwoxyS4 { top:69.5rem;left:22.125rem;width:3.125rem;height:1.7157064613104rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e8k9AB1hr8zEAWmE7c7ab2ylhtK2FT { top:89.8125rem;left:6.375rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUGIq3pTZ5vh4gaBkZU9hfsgT0IppUV { top:95.0625rem;left:5.75rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOVopxWTrJVAiT5pMXTAGN9vrA0mThnb { width:18.75rem;height:19.5rem;top:88.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OefwIzpfUs95c1pTvwGFa55yB08iv3rz { width:18.75rem;height:19.5rem;top:88.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdlFADiCoio3kGiDwkuy13nbJnA2Co9 { top:103.8125rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuB5w9W6TPfWhoyiXcTppWkzww8kZxxh { top:101.5625rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhD0uIbg79BNII2LlVr3eD6LUW5RXo1K { top:93.25rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmDrAUKwy4u4L9QGmE4M0TJTZkTrZOvD { width:18.75rem;height:19.5rem;top:88.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9SKAlKTHFh1DqDJTOeDW616cHD7kgCC { top:93.0625rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoDimzaNFbuQa2r99wkDX8EaIoSpad9f { top:90.5rem;left:22.25rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhP7IDEf8XMx8a1aRTsA0VKMKTXu0N1o { top:101.5rem;left:14.0625rem;width:17.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Z6m9153JRgXO3gwkKlipVyvt53SW82 { top:104.4375rem;left:13.3125rem;width:18.4375rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqyKlUyfJLUXxTknn0UckQf5uJM9dpJ { top:96.3125rem;left:36rem;width:7.3125rem;height:3.2213352771162rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV04pWcUJbcOsqOAc1uQTnu4vmQk49k7 { width:18.75rem;height:19.5rem;top:109.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXfRcJncTBREMeeNZc5lffUDghiMUibb { top:113.4375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90HDtQ4eWLkFfyAFfs9PA30M75vV1WP { top:122.4375rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnrtlG2qJO6hpOoftKyLRTBBsydyFZR { top:110.875rem;left:6.3125rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5fMNKPOwEgB5TqqGRxkiTTZfDKt8I9V { top:124.6875rem;left:0.8125rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTcg6hydFFgiCFBkCHCIeov4SkH9ir6 { width:18.75rem;height:19.5rem;top:109.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuHgNMSJZ7r00H9CXlvkpWmzz6XH3AQt { top:113.4375rem;left:19.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPZMlsGXdQMtWTP2QQyCq1Bm3XXiS2p { top:122.4375rem;left:17.3125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdaNuEyCFmRJ0O2AdfhksVIRTuRfWQ8 { top:111rem;left:22.25rem;width:3.125rem;height:2.0226764953384rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkByPqd8rbGBH8TwJr9ezqdIesmW4N5Z { top:124.6875rem;left:16.75rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCLDE7pNhLHmsw1yPSFfbIs2xPFJtm3 { top:27.9375rem;left:6.3125rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXq19wr6G1RyhT9J5g9AtXtptu9XWzfq { width:8.25rem;height:3.7222802914658rem;top:96rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXm0xs0uRsSUk6spgW9MhWPKPJ69T6bp { width:4.25rem;height:3.6961074915026rem;top:116.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDhXWaPOrz7WXktKMEeK0PZ2HkAFngMD { width:4.8125rem;height:4.8125rem;top:116.4375rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhinwf3nGA5PbwWCdPMmRuug1M7sHlMI { top:7.1875rem;left:22.1875rem;width:3.125rem;height:1.959980462965rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMQ0nqx7cCMiJ5Ws0nzzHATXZJFsoPg { top:48.75rem;left:22.1875rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPV0R7b2CEHSP5dggTw2Oa9oHpZdhhlk { top:51rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkkfEXKCnsudtABC6Mny5NfccCzgFhFZ { top:59.4375rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7DNFkTBbnmm4SSSzVpIwqUoON8SxemM { top:63.0625rem;left:12.875rem;width:18.8125rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNVeU5eHskBmpxgZq7XKzqz4OvTDolm3 { top:54.5rem;left:21.5625rem;width:4.1875rem;height:2.832486208991rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKzO6FXrJdt4WIwuB0eg33QABmfCwlT { top:111.3125rem;left:38.0625rem;width:3.125rem;height:2.0221132557953rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znn7RO2Z0OlXLqSVpyGnRTWg3Flkc8Qo { top:113.875rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN02CyTOsg9ASfTIqyeMMOF2QvsLSTpq { top:116.875rem;left:35.625rem;width:8.125rem;height:3.2457375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgd9tDL6R8edmufczABfOTN7fkxVChK { top:122.375rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNcuGrds1f8WpHvsQkRpWEMPhngCifaB { top:124.0625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CStuT18R9nlDyD0VsshedW4IQRcvu5J7 { width:18.75rem;height:19.5rem;top:109.0625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHykPQAN01CtIknmrIMfd4v6Ozs3BilR { width:18.75rem;height:19.5rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCCwLCfQQsSniSOFy6IGLgw4XGWUEkEQ { top:48.75rem;left:6.3125rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1q8e4bzECTzIUhiZUaxhP35qzX6ldH { top:51rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Ob2NCtDxJ06PN5PqzgKdI0CHwQ65t3 { top:54.5rem;left:4.8125rem;width:6.25rem;height:2.9074074074074rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkAciqnVp3erqverkqoIg2Lg6zRx9y5f { top:59.4375rem;left:1.0625rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emd6HXtpc7OTKpA9GhfCPQPmQ4w2gLmL { top:63.0625rem;left:0rem;width:18.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHrbqov6mVoNTZdFWJTse87LR8RkHQA { top:28.125rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCmsVhRHlQg5MiNUzCrdQcJOlMxK39a { top:30.375rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXEEZnPH0fgBcXArMzCpz55tZZyUS9zS { top:38.8125rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPiFnlH2kuydeZ6vCsJl6eTuzGastLl { top:42.375rem;left:29rem;width:18.5625rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rbAJpwM4THDbEmGCxLM3TfPLnryqsv { width:18.75rem;height:19.5rem;top:46.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMB2VQVgExRAco9UQaXwHnKqu9yIMwcA { top:48.75rem;left:38.0625rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5DoXoOlRrawpTos28ulrFO7Tx8EPIy9 { top:51rem;left:35.125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQcMODgxOkJnDPldCOrXLgdwCozKBuDp { top:55.625rem;left:33.4375rem;width:12.8125rem;height:1.8660792309933rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlxSTiveDdT0CSl3I8x7yle7RidZG8Q8 { top:59.4375rem;left:32.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9uuh1kLWPoz1Op9sh8yIXQcB6eJeo1 { top:62.3125rem;left:32.5625rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0plFM54moxf7bAQ1QhoxIJtUnx8Dvs4 { top:90.6875rem;left:38.0625rem;width:3.125rem;height:2.0232400487385rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaECK7w1Udd7CaDR4W5hIH1zEDNb3ecz { top:69.5625rem;left:6.25rem;width:3.3125rem;height:2.1473287461915rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbxh1SWJiT9vMG2RMeMNhnxFDS1zXNu { top:71.8125rem;left:3.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSRoPVtfwD9WDZqt6cxhDGfCpu8K6xd5 { top:75.3125rem;left:1.8125rem;width:12.1875rem;height:3.9788705374912rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBG4FxNZXFtLbMGnp49QT7BiKUoJxGIx { top:82.9375rem;left:0.3125rem;width:14.1875rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUhGrUe1CU6rHDuq0RwKkedfs6Bl3QbF { width:18.75rem;height:19.5rem;top:67.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZH37QS2IeE6hmAa3AWLQ0HgpQtw4cX { width:18.75rem;height:19.5rem;top:68.5625rem;left:13rem;display:none; }
 }@media only screen and (max-width: 763px) { #MbiqXhtHxiMCgXiXwN1cXVSTFNU4ZLaG { top:201.25rem;left:1.4984019994736rem;width:13.75rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dryzgMxPizd0frN9d0f2e7Tibqy4Cka6 { width:11.875rem;height:2.1761154800674rem;top:34.1875rem;left:33.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QWTctbU3NmDp4DEFr2vn6E4O8VbyerGH { width:18.75rem;height:19.5rem;top:26.1875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqB0XUWr6mGDcnKfTFdRG2JnhHGfFLh3 { top:81rem;left:0.8125rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHqK7fC3BimDdJOq0mbARNsFmS6abVDQ { width:18.75rem;height:19.5rem;top:129.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2KKxpnnFXQOV80nZuDbO7AKFzLtOnay { top:132.1875rem;left:6.3125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyV7k5D5Slnb2T1sFFfHxHokKatqCxwB { top:134.75rem;left:3.375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARoezbXFUHyN8PTtPF8NHmulaooc6d0 { top:136.8125rem;left:5rem;width:5.8125rem;height:5.0087440752621rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx537yfce9bWSLZoG0Oa9T3VcsyFvFho { top:143.25rem;left:1.375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdT9WdSKnfG5lChz8lGlEkQdJt9NxQa2 { top:144.9375rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nXMhogAi79ME0Qg9AmlFqW8bLIMO52 { width:18.75rem;height:19.5rem;top:129.9375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3X6Vy8V8JuxLSmhzt8ss7JQhr5G1pei { top:132.1875rem;left:22.25rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mEywep4owf6Kc9oAilzDmnzGKbrUmP { top:134.75rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXxNC87rMgwr0RVkl3nZULpRhlS9Clho { top:137.5rem;left:18.8125rem;width:10rem;height:3.6642048772004rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQpeJZq9XZLNw1swTScWCEH0yhEhQWF { top:143.25rem;left:13.125rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4L6WJiTswUnFDM16e81b15BkU32TNAO { top:144.9375rem;left:12.9375rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvXPGdmft4qkAGzF3stvF3mGwJk9xT8A { width:18.75rem;height:19.5rem;top:129.9375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9VkgU9sIAuB4tydkke5HL5Vv4VBsTNz { top:132.1875rem;left:38.125rem;width:3rem;height:1.9588255105477rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIyEafJHThipUs9BoRGTQZC8xDy54FTq { top:134.75rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXzTgWbGCyyTD2OeQlogcU6277Kgqni { top:137.375rem;left:37.4671459198rem;width:4.375rem;height:3.8199157228575rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmM0ompDml2hpAKSnVip1XezJGtzu2T8 { top:143.1875rem;left:29rem;width:18.625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfR28fTa2NSIKLlrGDTpX2AdANtNa4zT { top:144.9375rem;left:28.8125rem;width:18.8125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syP9Aci6dxercqT8zqaaJthg079fSixJ { width:18.75rem;height:19.5rem;top:26.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWPX0oNkt7ugQtroi2hAxghep4S3BZU7 { top:27.9375rem;left:22.1875rem;width:3.125rem;height:2.062325rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HIPksh1p3faLLJwuiN7niT8yTvDa0U { top:30.5625rem;left:19.25rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZUcSiWZlM6pu6waVaPpUnqcPW7Bc8f { width:14.6875rem;height:3.4375rem;top:33.875rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGbWBtCb21ysinBaow1tZhQdTWyN8D5i { top:39.5625rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1rKkHlDcGXkqwbCh4xK5D3pCrQXoH5 { top:41.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBP4Lfs1EBh2WGfm48TIlBytuz9SiPNC { top:77.3125rem;left:16.9375rem;width:13.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 { display:block; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluXVxrQrZdrq5r2k8tWHdrSt3bpPIlM { top:1.25rem;left:0rem;width:24.4375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSUGdN71i1Fe0mNZtSQV3XSccvmMkHN { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGPTy5yHli0Hhf4COiW9i0T2Pqnc05p { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEGe8Cv1q9O4ieDbrxFCbl4uKJ9imRyf { top:7rem;left:6.3125rem;width:3.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tElpwbHTnuV4MPRpJyMKGQaGbXSRFSmE { top:8.9375rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwg1NT1KnC3LrEvZLNJqBLLfV5TOKZNR { top:11.5625rem;left:3.4375rem;width:8.4375rem;height:3.7840252908345rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAVGwLOB61u9Fc2hV5RwqF8v6IkdgQan { top:17.9375rem;left:1.375rem;width:13.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmOPeQ7iFiSKSiKsaJRsqeHmtncBrs8 { top:20.1875rem;left:0.8125rem;width:14.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZacmnkXyolkscCaLqELXsr5l9QptOmt { top:7rem;left:22.1875rem;width:3.125rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWMk8J1Z3r3cNLFFikeoSwmcJZdTwvtZ { top:9.5rem;left:19.311634063721rem;width:9.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThDGAD36IXfwdwmZS7Q7t4bVzlP3Jmh { top:11.5625rem;left:16.374347686767rem;width:14.8125rem;height:3.734463371795rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4OUNDHTP5CnyigftJ8ZeCCDvR9nqyX { top:17.875rem;left:17.218532562256rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up8ucvB004dRfGh4T15EqoepuxFXzVld { top:20.375rem;left:16.686847686767rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnctgs4yQVxVgaae2PNo2W9OFtPoXJdS { width:18.75rem;height:19.5rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #idr9hwfGh2vToHSuqLtJW8MABRxkTdqH { top:28.0625rem;left:6.375rem;width:3.125rem;height:1.8992598490673rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1KGoZT07wWIDM4Lp95SrnAasH4F2kL { top:30.5625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fQraWRuOlJmdiVMEMlnZ3N5uf9QuDl { top:33.375rem;left:2.9375rem;width:10rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbriJtVcSavVtszkOy1MTb19x2DowybJ { top:39rem;left:1.4375rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7fFzbUrcsKo04wLF8VaEAxyaHsl5TA { top:41.25rem;left:0rem;width:18.8125rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkeftmu8wTHb1Jvcs2Uq3feQHhpHz4O6 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoxdHEVSzBRLF73NBKqkzsZ2WTIcBqq { top:6.9375rem;left:38.0625rem;width:3.125rem;height:2.0216193596341rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrezM6QzOKlLETrQ3AzrX8lzer9RdKFU { top:9.5rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5O7MenClRLPrbkkE9H2NTRt9Bl9qEiE { top:12.0625rem;left:34.625rem;width:10rem;height:4.3480961550407rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZUS87WRwobR2DNBwQkG7p9OfdP2Ico { top:17.875rem;left:33.0625rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazIHDiTAZmH3q77U6mGCd7vVgelaZg4 { top:20.375rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk { display:block; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKhRC66iAPVkxseE95Dfnom28gdieCIK { top:1.25rem;left:0rem;width:24.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdpdaUJTbR1DuSkKWM6nzVCiHFsQDxxU { width:18.75rem;height:19.5rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXg4woHBTuclmy1fbS0DLrM35lpy4Rf3 { top:7.0625rem;left:6.34375rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVQe7vtpy1tyg4HCcrfwPGCGODEWkM5o { top:9.0625rem;left:3.4375rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZA7lwZK4keF8sI8uVdPXiZMC1edrGh { top:11.8125rem;left:1.7796878814698rem;width:12.25rem;height:4.2900931782647rem;display:block; }
 }@media only screen and (max-width: 763px) { #vql728ZN07a0AU8bCqzIf1GKwgic4WRF { top:18.3125rem;left:1.375rem;width:13.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNqgAhpR5fVZnvBwTmygub7UeT3rW8yC { top:20.5625rem;left:0.8125rem;width:14.1875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8SDBTVo0b2A9hI2dvSetlh0n0UTal7 { width:18.75rem;height:19.5rem;top:5rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvXAiOn6TDZPqp0GbQFL1wFOqyL0Pzf7 { top:7rem;left:38.0625rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Pr5dptd6SLKKPFFJECUFUFDuNL7GAq { top:9.125rem;left:35.1875rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b24kPtOlFu9zi1wQTbnzoTW6mApK1sSP { top:11.875rem;left:34.0625rem;width:11.25rem;height:4.24921875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2faNQbs4mQCGkcJvbvEqJWgdevV9fl7 { top:18.3125rem;left:33.125rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OByBre2JdstH1oEnFyJgi4h0rVaSfPXX { top:20.5625rem;left:32.5625rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXR4TMaKpL28qvehCf1Gh9ObCwZDeTR { width:18.75rem;height:19.5rem;top:5.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31fgxx1bU0Asf20TGkV4vZKcL9q3HQs { top:7.125rem;left:22.1875rem;width:3.125rem;height:1.6540512380485rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTmmFwHk5pHsEyrKEnazLOX1vkqXLNl { top:9.125rem;left:19.3125rem;width:9.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT7ywXn3JSx6XsieJzicgT5JJrgUBbGN { top:13.0625rem;left:17.5625rem;width:12.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhi0pTE0c2p1O3TcPuW2JeKc4ggKqQ3G { top:18.4375rem;left:17.25rem;width:13.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0SS0MT5OVJPxlgbrz1wWEcTQEteZg3d { top:20.6875rem;left:16.6875rem;width:14.1875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTC4sohELvwtz5fChebTFvDBSdpqE4JM { display:block; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gznSwUUwNd3MHmyDSpuZwLErox27lMdu { width:26.75rem;height:3.5625rem;top:2.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMEUG0u5g38qMHMxGL5mgnyTIqOzvgiP { top:5.5625rem;left:29.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsiGrkTVNG7VAiv4KRX1NTHfNphNwGZ { top:8.5625rem;left:29.125rem;width:1.875rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LenCIouBzF3iUA4TilJaspcZXnLgzK1r { width:8.4375rem;height:1.75rem;top:5.5625rem;left:31.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDTvHHD6hwc9NcFC9Hgt8tWU2kcbKPy { width:14.875rem;height:1.75rem;top:8.5rem;left:31.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72Oyt1doLE4noAEBLcqpvZkq2CL5NVq { top:7.6875rem;left:0rem;width:13.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmJOHDGKlkZxlzDaP6h1WIS1CmP9voIo { top:7.5625rem;left:11.4375rem;width:13.5625rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IGuVSwzFc9bob7BNruRVW46cPmIbMEhX { width:8.4375rem;height:1.75rem;top:2.75rem;left:31.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEn8KX5GApOa7Wpku0oMDoz648DM9Ne8 { top:2.6875rem;left:29.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#ziWK9PTck2uqxZoA9Xhq99R5PZqZK1ma > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jeek2RQbhIDRHcisqE4icqMFO2bJXRth { width:12.3125rem;height:2.8125rem;top:1.59375rem;left:3.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RLbbSJzxmoFN0m3IcGolFIq1vpF1cQ1V { width:13.4375rem;height:2.75rem;top:5.84375rem;left:3.28125rem;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) { #eQRZs2UN69p9gqvHq6PTHgEXGu1KkN6q { display:block; }
 }@media only screen and (max-width: 763px) { #Ff9cQWISBpTp7H2X6k61nEc9oDvGC6lx { background-color:#5ec4b4;background-image:url("https://images.assets-landingi.com/uc/c65cc376-c522-4730-955c-fcbda09d756a/BGMiniPrevailLP.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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 { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmkzGmfs4bhx1tK1vgeTeOsRIxkIBGQE { width:16.875rem;height:15rem;top:42.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;color:#313131;display:block; }
 }@media only screen and (max-width: 763px) { #bnyKt3b2vEsFLDTMT2o9OG3BDccrwMfT { width:16.875rem;height:9rem;top:31rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zawpoO602s8FVzEQToawCfehDnfe48xT { width:13rem;height:3.125rem;top:25.5rem;left:3.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #d5BOwc28g8ATub6obWNRgpTbKnud5MSE { top:11.0625rem;left:1.28125rem;width:17.4375rem;height:15.625rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #zdI4bzm3JTP8L7TlpLwIDPsdPgewbqQ7 { width:16.375rem;height:14.75rem;top:8.10546875rem;left:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy { display:block; }#BLzsc3ZfVOTxhU26ae2kC62GlPoPruWy > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0kutpVJAhso7Aoc0edgNWTSkrkd8nTq { width:15rem;height:1.875rem;top:8.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6tPMJcFtpTgtpKQNTLrO9OvktIT48RR { width:3.8125rem;height:3.8125rem;top:3.5rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMAkgvBnnmGedX2WD2uDQdwFaqzVGG9h { width:15rem;height:1.875rem;top:18.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0oOLu1FUS98X1c3b46BI58XPnZV4RbI { width:15rem;height:3.75rem;top:29.125rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgvgxlRyTqS5w45gPxqKwKfyMm9qI27l { width:4.625rem;height:4.625rem;top:13.3125rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRZITnXFD3bGW3g1ahsK3GSIVfRAIMQy { width:3.8125rem;height:3.8125rem;top:24.625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL { background-color:#435664;background-image:none;display:block; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { background-color: transparent; background-image: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container > .video-iframe-container { display: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row > .video-iframe-container { display: none; }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .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); }#dZA0mCz1Nl31C4WKJy0eQppTA3MtpIOL > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gFUb0M1vfrwib2OUOWvpfwPO2Mq9vZom { width:16.1875rem;height:4.125rem;top:2.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgvP0pg2TTv7PBSkQAmd49pGSuRQEKJb { width:15.375rem;height:9rem;top:8.3125rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmATlkEmSxS5pHy4invm1A34yHNLCKBI { width:20rem;height:4.79686875rem;top:19.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 { display:block; }#BSnrOTyeJPH5VWwliXmDkh2vVdCza5A5 > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSbMFwwCJ23pRr7ORo2D9RzunK2cRnH0 { width:20rem;height:8.6875rem;top:7.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GcXRT3tBRp72tM7zfHGasRRtCCqfxaSk { width:20rem;height:2.0625rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #px5zew0VhN2FXLvE1zRgblS3Au03uNg0 { top:4.437141418457rem;left:0rem;width:20rem;height:17rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #mefbPSKoINh51X4MkIwLUtTkpQzUWnOb { top:22.874647140503rem;left:0rem;width:16.312125rem;height:18.6869375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #luVvS7aChZHd6p7ole1dshwWGqlWvtPh { display:block; }#luVvS7aChZHd6p7ole1dshwWGqlWvtPh > .row .container { width:20rem;height:33.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LEl0kUd9ZdtZa1NkQ0PlJJ6zJXbrFlaJ { width:20rem;height:6.25rem;top:5.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESdVPUa9FETl79eqLucJDDXEXqd7c5tS { width:19.25rem;height:2.0625rem;top:2.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxNo69HDDQk7TkGJmhnEGkaGzIo0vLXs { top:4.8125rem;left:0rem;width:20rem;height:13.3125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RFAHzu25A8mTK25HsS1HfsDSP1dq3Ply { top:16.875rem;left:0rem;width:16.6875rem;height:16.6875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0151406f-7f60-40ff-b50e-ec1ed96144f9/BGescurobracket.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.adaptive-delivery-prevent-bg, #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.lazyload, #yua6RcAfC3cPpcRqA3pEVeTT5yFmVKMz.lazyloading { background-image: none; }#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.3); }#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.3); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gTNzITzmGJfzsKyvStbdOEDbcJSV4Vz6 { width:17.625rem;height:4.125rem;top:3.5625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nML8bVSNh2U1S9vQ20CXTwZCi4Z0pBy7 { width:17.3125rem;height:0;top:9.75rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1zcodmJrfetqwEQmSXoQ4TaA3eimRtr { top:9.67578125rem;left:1.5rem;width:17rem;height:22.09115rem;z-index:15010;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { display:block; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { background-color: transparent; background-image: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container > .video-iframe-container { display: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row > .video-iframe-container { display: none; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .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); }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe { border-width: 0; border-radius: 0; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nRLcaFcDI0irp5yOLS8biOOIF5MlpKEe > .row .container { width:20rem;height:36.311218261719rem;background-color:#35ad44;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t9owKZC4mqtqLEgoP9ke5ASJ3qh1EU7c { width:20rem;height:13.0625rem;top:23.249198600003rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqhdepAF4v5bRSBTGCcBD6f0qQb0bAH4 { width:15.8123125rem;height:6.1875rem;top:2.8728685379028rem;left:2.0933948755264rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kc1MmyABRzdm203RM1IOI5XOTHyOvysV { width:17.4375rem;height:10.84375rem;top:10.625rem;left:1.28125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#Kc1MmyABRzdm203RM1IOI5XOTHyOvysV li:before{  }
 }@media only screen and (max-width: 763px) { #inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS { display:block; }#inRUtZGbE1JS2ZXVTaFk43pxTFLeiGtS > .row .container { width:20rem;height:33.953125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJx7nTO75fHBefypFU6oJrLCx1hHtMxB { width:20rem;height:12.954125rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #siL2vQlR2PDTxFSWk4T9ifw42ZwC1UhF { width:16.1248125rem;height:6.1875rem;top:2.8728694915771rem;left:1.9371448755264rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT { width:17rem;height:7.0208125rem;top:11.4375rem;left:1.5rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#kFTOF8xrT6FUy99WHdWPuG177Dw7wqdT li:before{  }
 }@media only screen and (max-width: 763px) { #oS7I0NTvg6gKKELau890aqOpA78LLB6L { display:block; }#oS7I0NTvg6gKKELau890aqOpA78LLB6L > .row .container { width:20rem;height:33.184905761719rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hdA5w31HTI4JgfDGir1UpFkWluc8oExX { width:20rem;height:13.0619375rem;top:20.124275207519rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpw4Ia8i1v6TGbNNbmVB6Tr9Dh5Zcxl0 { width:16.312125rem;height:6.1875rem;top:2.6234018802643rem;left:1.8430396318436rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV { width:16.9993125rem;height:7.0208125rem;top:10.436792373658rem;left:1.499467253685rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#RQXmFtKoBsuyN5sE6WeBW8p2HawtfOlV li:before{  }
 }@media only screen and (max-width: 763px) { #RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 { display:block; }#RNZTzIXLWcpQvOQTQFBb4D1XbTS0Tzx0 > .row .container { width:20rem;height:31.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NESAcRWN90QtHrCl5chxIADUBuqSrydf { width:16.375rem;height:12.1875rem;top:11.8125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVo30USFrXfMwqguFOmZH98HUG1qPz1U { width:18.375rem;height:6.1875rem;top:3rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2H3cxoAkKLAs6cE1rUSfOoJmKOme3Kg { width:20rem;height:3.09375rem;top:26.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB { display:block; }#KUNH0NiCRQgZnZcNL6hrgxU5nWkp9qKB > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeCrkEWIJD9P69QpDv2ztr6SZeRT3a0w { height:11.25rem;width:20rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrlXdhRkZfD172gufoI62ywxECrLu0sN { display:block; }#QrlXdhRkZfD172gufoI62ywxECrLu0sN > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTg35d3JEaTNNfJKJEeJR3e0XIxA9BnQ { width:20rem;height:4.125rem;top:2.40625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XylXwWX0VSoTZg5QM7AU97w1tvw23kLC { display:block; }#XylXwWX0VSoTZg5QM7AU97w1tvw23kLC > .row .container { width:20rem;height:60.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6NZCP8sdI6XNrSKHmbpb0B88TQJTipf { width:19.625rem;height:14.375rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRXXTpBKkQ8VMHnK7cpEvgifhq6XGcxy { width:14.4375rem;height:7.3919375rem;top:9.5625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXpzyfp3yZXmVF9vd2vaukU3b5pse13o { width:6.8125rem;height:6.75rem;top:1.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDVXI0eImduSAcm1MLOWdIGnngnTvBt5 { width:15.1875rem;height:1.3125rem;top:17.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Poonxdg9coi5dmE1VcSu2IBExCnwsplI { width:19.625rem;height:14.375rem;top:4.888671875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #npSzWT2uxvycTgZ1ppVlAKn87UNEMT1g { width:6.8125rem;height:6.75rem;top:21.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoGhyiePTynnr3pcLNqTwa5ZbiC4Ji5v { width:13.375rem;height:6.3359375rem;top:29.4375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7kRh5NHmFq8wruFwvUo6KKutqgde5LN { width:15.1875rem;height:1.3125rem;top:36.375rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1PzTM4pecivqsod6588dX2xtcm4N0Qs { width:19.625rem;height:14.375rem;top:13.3447265625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #KEJ5fxeBUCsBar31xLh6dcHSDOzKmKUw { width:6.8125rem;height:6.75rem;top:40.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pm59NOaxolDWTv3BWSnUnS3pVmvb1vqD { width:13.9375rem;height:8.4479375rem;top:47.875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAl3bpLut8V6xb0Tu8zCsRO9PG8s5hxP { width:15.1875rem;height:1.3125rem;top:57.125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biFVzDyLd9drHddaObZwas3blhaoxhhC { display:block; }#biFVzDyLd9drHddaObZwas3blhaoxhhC > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaHqfwb4enhMdT6Ql8kQO3eent17cmO7 { width:15.4375rem;height:3.4375rem;top:9.8115234375rem;left:2.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHPelXawc7cOG0dgMzZNkgRPwAWeUWxZ { display:block; }
 }@media only screen and (max-width: 763px) { #EdGZ5iUI8eW1T5foCfQgyei3IyifGdJR { width:15.75rem;height:4.125rem;top:3.060546875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeTQT2MGsmL3HBNdHXacIXHitnktMxPP { display:block; }#UeTQT2MGsmL3HBNdHXacIXHitnktMxPP > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zeN9Z28OnW8vZWe1RM3orpMrN0oxE2Hw { width:13.9373125rem;height:2.92535rem;top:4.390625rem;left:3.0295141339302rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlcCaJr8RvLiUkklreCCIeag3C690VTG { width:20rem;height:2.59895625rem;top:1.79296875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CUzVaaRu43xXJ9Q4hXiAbTyibPbrTnc6 { width:8.75rem;height:2.75rem;top:8.5615265625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EfLMTOhPiGoXSwNh8kFM89Xeqlv1RKBV { display:block; }
 }@media only screen and (max-width: 763px) { #oD4h65Wlv1E0oOLtd6tlltXBKDAn9Xmi { width:8.75rem;height:2.75rem;top:12.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y64hdVWSrBnsT4gxMbMA5sC2DtHvq2me { display:block; }
 }@media only screen and (max-width: 763px) { #x5Hlb29Fv6zLKTMgmgUMT255UZcWnyBx { width:8.75rem;height:2.75rem;top:16.373435974121rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsiFaSTwe4gw8NNLqvD2rcuTKGXH3Db { display:block; }
 }@media only screen and (max-width: 763px) { #lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 { display:block; }#lUOPyTMZH5TS7AfrNxBBN5x7z3kJO8O6 > .row .container { width:20rem;height:442.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tpfmqlzFmhZrbsm7ArUruyc7SIrJFGiA { width:20rem;height:1.9504625rem;top:1.6867904663086rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DvT4xknSe1aLgP7U6zlwO729hTmK6coP { width:18.75rem;height:19.5625rem;top:4.6875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnhFUhhGG6q4nMOfCFDbdH79b6309Hhv { width:3.1875rem;height:2.0625rem;top:7.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC2hRxVTpqZapJxL0SiNpLmgaoiTi5pS { width:9.0625rem;height:1.29948125rem;top:9.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNb5ow5w9ZbxmUrVdIcEyDs3d9IiVB0H { width:13.1875rem;height:1.29948125rem;top:18.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMSh4tATEBx30pQuwcRyJQHzqbcDP6qU { width:14.25rem;height:2.79948125rem;top:20.3125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #au8Qa8uORcyk9GDRWwwlcTHEoM6svS4E { width:18.75rem;height:19.5623125rem;top:45.999664306641rem;left:0.62375700473786rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbd4OQlzU0cJTqTl7nz9DPNIdd4y3smG { width:9.0625rem;height:1.29948125rem;top:50.624113082886rem;left:5.4687498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3wCNGPX3ZqE71V84aJxVoTaaCRVV2AT { width:18.75rem;height:1.29948125rem;top:57.687320709229rem;left:0.749467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #px0RTBpmHuE5X38QnEWRlkANArqHVKcw { width:14.2498125rem;height:2.79948125rem;top:61.249996185302rem;left:3.1246446371079rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIDBMmqVvy9zcN80cb7qibsbPGCLibL6 { width:18.75rem;height:19.5625rem;top:232.87464904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc672Tc1ovBz6axgmOGv3TTQGT1T2uDm { width:14.25rem;height:2.79948125rem;top:248.5rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcA8VPT75q5TEuwd9Fmw03npSbTZBxou { width:18.75rem;height:19.5623125rem;top:66.875rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXnS1a5q8VJeQ9IAbBAm82oTTUv9s8pe { width:13.1875rem;height:1.29948125rem;top:246.25rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuIKziHTHdrroou3ZMJBTVhm5E67vrOV { width:18.6875rem;height:2.79948125rem;top:81.811962127687rem;left:0.74982237815856rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCCNloO3TXw0be4uPFdJoygMbIqPA28W { width:18.5rem;height:1.29948125rem;top:79.562320709231rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6H31Uu9pMP1GXCUEkEWgXCeOS8ETKyI { width:13.4375rem;height:4.375rem;top:73.686962127687rem;left:3.2187498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwaiDq0gkaP1hgq3qgMceCOEIXSgtR9d { width:3.2492875rem;height:3.2492875rem;top:241rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bezpnFQSlAd2q3umnGECWAfJJSUQWAiF { width:18.75rem;height:19.5623125rem;top:25.374664306641rem;left:0.68625700473787rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6WfHkSK5IukC5h8bkTSHOoGdgd0cBOf { width:9.0625rem;height:1.29948125rem;top:71.623752593994rem;left:5.5296519994736rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRexAPX8bOhRtEGoCmSDAlCk5THv0nGI { width:9.0625rem;height:1.29948125rem;top:237.6875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlJNRre4mSfkpoHH0ZS2tV13vRCmbHWH { width:18.5625rem;height:2.79948125rem;top:40.1875rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDRfQFx2TZwGo2EkPU1g7r0Xoq3lBlCS { width:10.9375rem;height:2.59895625rem;top:34.561966896057rem;left:4.5312498807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUAhxIuJ35P8dHViyGzc2aWNqTawuf70 { width:9.0625rem;height:1.29948125rem;top:30.000000715256rem;left:5.499467253685rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alx6ZreHs5QdArmu3ZLpVVXScz4mKiFB { width:8.8743125rem;height:4.375rem;top:12.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2qAewCJpkk7Glvhp4XtXHZagpyx0V35 { width:3.18625625rem;height:1.9984rem;top:27.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSDQt03ssAfMDqMmi51NvcM9elswn65t { width:5.56196875rem;height:3.37446875rem;top:52.936786651611rem;left:7.4374994039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1L1UVyUGz6nhbrpGFNk7a9QUCGgU2pT { width:3.1875rem;height:1.75rem;top:235.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6rks0hdvQqy4eBKGt2756oSZuyTVzKc { width:18.75rem;height:19.5625rem;top:253.75rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEMLaBzebeUBfNN1y1HyzKVg28s9Gs8T { width:14.25rem;height:2.79948125rem;top:269.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgXDDzGd6p3M40gqyKV4L8USloP8GiTA { width:13.75rem;height:1.29948125rem;top:267.125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMQiRqDztoRqFEb6c7QlTxhifon88nnU { width:18.75rem;height:19.5614375rem;top:211.9992980957rem;left:0.74982237815856rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #tmaxtu0lo0qRB2JKubT1Sb3M7AoWIVDD { width:14.2489375rem;height:2.79948125rem;top:226.68678283691rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDk9eZGiKJvDbs5oHeGSmxPbwvxvMqoL { width:9.0625rem;height:1.29948125rem;top:258.1875rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMbB5mSfcvUThC2MmXTPh1gqWke88IP7 { width:9.0625rem;height:1.29948125rem;top:217.25rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZshh9yDdmGMudaextds0wcWZLwoxyS4 { width:3.18536875rem;height:1.749825rem;top:214.93696022034rem;left:8.4064267873762rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5e8k9AB1hr8zEAWmE7c7ab2ylhtK2FT { width:3.1875rem;height:2.0625rem;top:255.625rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUUGIq3pTZ5vh4gaBkZU9hfsgT0IppUV { width:4.31196875rem;height:4.31196875rem;top:261.375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOVopxWTrJVAiT5pMXTAGN9vrA0mThnb { width:18.75rem;height:19.5623125rem;top:253.74911499024rem;left:0.811967253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #OefwIzpfUs95c1pTvwGFa55yB08iv3rz { width:18.75rem;height:19.5623125rem;top:295.68714904785rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtdlFADiCoio3kGiDwkuy13nbJnA2Co9 { width:14.25rem;height:2.79948125rem;top:311rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuB5w9W6TPfWhoyiXcTppWkzww8kZxxh { width:13.1875rem;height:1.29948125rem;top:308.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhD0uIbg79BNII2LlVr3eD6LUW5RXo1K { width:9.0625rem;height:1.29948125rem;top:299.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmDrAUKwy4u4L9QGmE4M0TJTZkTrZOvD { width:18.75rem;height:19.5625rem;top:274.68750762939rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9SKAlKTHFh1DqDJTOeDW616cHD7kgCC { width:9.0625rem;height:1.29948125rem;top:279.875rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoDimzaNFbuQa2r99wkDX8EaIoSpad9f { width:3.1875rem;height:2.0625rem;top:277.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhP7IDEf8XMx8a1aRTsA0VKMKTXu0N1o { width:13.187125rem;height:1.29948125rem;top:288.8125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7Z6m9153JRgXO3gwkKlipVyvt53SW82 { width:14.2498125rem;height:1.3997375rem;top:291.125rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVqyKlUyfJLUXxTknn0UckQf5uJM9dpJ { width:7.3748125rem;height:3.2492875rem;top:303.0625rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV04pWcUJbcOsqOAc1uQTnu4vmQk49k7 { width:18.75rem;height:19.5623125rem;top:337.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXfRcJncTBREMeeNZc5lffUDghiMUibb { width:9.0625rem;height:1.29948125rem;top:342.6875rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s90HDtQ4eWLkFfyAFfs9PA30M75vV1WP { width:13.1875rem;height:1.29948125rem;top:350.6875rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAnrtlG2qJO6hpOoftKyLRTBBsydyFZR { width:3.18625625rem;height:2.062325rem;top:340.125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5fMNKPOwEgB5TqqGRxkiTTZfDKt8I9V { width:14.25rem;height:2.79948125rem;top:352.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqTcg6hydFFgiCFBkCHCIeov4SkH9ir6 { width:18.75rem;height:19.5625rem;top:316.5625rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuHgNMSJZ7r00H9CXlvkpWmzz6XH3AQt { width:9.0625rem;height:1.29948125rem;top:321.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdPZMlsGXdQMtWTP2QQyCq1Bm3XXiS2p { width:13.1875rem;height:1.29948125rem;top:329.9375rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKdaNuEyCFmRJ0O2AdfhksVIRTuRfWQ8 { width:3.18714375rem;height:2.062325rem;top:297.1875rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkByPqd8rbGBH8TwJr9ezqdIesmW4N5Z { width:14.25rem;height:2.79948125rem;top:332.1875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHCLDE7pNhLHmsw1yPSFfbIs2xPFJtm3 { width:3rem;height:2rem;top:68.874286651612rem;left:8.624467253685rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXq19wr6G1RyhT9J5g9AtXtptu9XWzfq { width:7.7494375rem;height:3.49964375rem;top:283.375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXm0xs0uRsSUk6spgW9MhWPKPJ69T6bp { width:4.3125rem;height:3.75rem;top:324.4375rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDhXWaPOrz7WXktKMEeK0PZ2HkAFngMD { width:4.25rem;height:4.25rem;top:345.0625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #mhinwf3nGA5PbwWCdPMmRuug1M7sHlMI { width:3.125rem;height:1.95845rem;top:48.061079978943rem;left:8.4374994039537rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcMQ0nqx7cCMiJ5Ws0nzzHATXZJFsoPg { width:3.37446875rem;height:2.1875rem;top:152rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPV0R7b2CEHSP5dggTw2Oa9oHpZdhhlk { width:9.0625rem;height:1.29948125rem;top:154.125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkkfEXKCnsudtABC6Mny5NfccCzgFhFZ { width:13.75rem;height:1.29948125rem;top:161.75rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7DNFkTBbnmm4SSSzVpIwqUoON8SxemM { width:14.1868125rem;height:1.3997375rem;top:164.25rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNVeU5eHskBmpxgZq7XKzqz4OvTDolm3 { width:4.249825rem;height:2.87464375rem;top:157rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsKzO6FXrJdt4WIwuB0eg33QABmfCwlT { width:3.125rem;height:2.0221132557953rem;top:360.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Znn7RO2Z0OlXLqSVpyGnRTWg3Flkc8Qo { width:9.0625rem;height:1.29948125rem;top:362.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BN02CyTOsg9ASfTIqyeMMOF2QvsLSTpq { width:8.125rem;height:3.246625rem;top:365.75rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQgd9tDL6R8edmufczABfOTN7fkxVChK { width:13.125rem;height:1.29948125rem;top:371.75rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNcuGrds1f8WpHvsQkRpWEMPhngCifaB { width:14.1868125rem;height:2.79948125rem;top:374rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CStuT18R9nlDyD0VsshedW4IQRcvu5J7 { width:18.75rem;height:19.5rem;top:358.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHykPQAN01CtIknmrIMfd4v6Ozs3BilR { width:18.75rem;height:19.5rem;top:129.1867980957rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCCwLCfQQsSniSOFy6IGLgw4XGWUEkEQ { width:3.3125rem;height:2.1473287461915rem;top:131.125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bz1q8e4bzECTzIUhiZUaxhP35qzX6ldH { width:9.0625rem;height:1.29948125rem;top:133.375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4Ob2NCtDxJ06PN5PqzgKdI0CHwQ65t3 { width:6.25rem;height:2.9074074074074rem;top:136.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkAciqnVp3erqverkqoIg2Lg6zRx9y5f { width:13.75rem;height:1.29948125rem;top:141.8125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #emd6HXtpc7OTKpA9GhfCPQPmQ4w2gLmL { width:14.1868125rem;height:1.3997375rem;top:144rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHrbqov6mVoNTZdFWJTse87LR8RkHQA { width:3.312325rem;height:2.1466625rem;top:111rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeCmsVhRHlQg5MiNUzCrdQcJOlMxK39a { width:18.875rem;height:1.29948125rem;top:113.1875rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXEEZnPH0fgBcXArMzCpz55tZZyUS9zS { width:13.75rem;height:1.29948125rem;top:121.4375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHPiFnlH2kuydeZ6vCsJl6eTuzGastLl { width:14.1868125rem;height:1.3997375rem;top:124.25rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3rbAJpwM4THDbEmGCxLM3TfPLnryqsv { width:18.75rem;height:19.4993125rem;top:170.62501525879rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMB2VQVgExRAco9UQaXwHnKqu9yIMwcA { width:3.312325rem;height:2.1466625rem;top:193.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5DoXoOlRrawpTos28ulrFO7Tx8EPIy9 { width:9.0625rem;height:1.29948125rem;top:196.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQcMODgxOkJnDPldCOrXLgdwCozKBuDp { width:12.8125rem;height:1.8652375rem;top:179.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlxSTiveDdT0CSl3I8x7yle7RidZG8Q8 { width:13.75rem;height:1.29948125rem;top:183.25rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ew9uuh1kLWPoz1Op9sh8yIXQcB6eJeo1 { width:14.1868125rem;height:1.3997375rem;top:186.375rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0plFM54moxf7bAQ1QhoxIJtUnx8Dvs4 { width:3.125rem;height:2.022375rem;top:318.5625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaECK7w1Udd7CaDR4W5hIH1zEDNb3ecz { width:3.312325rem;height:2.1466625rem;top:172.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufbxh1SWJiT9vMG2RMeMNhnxFDS1zXNu { width:9.0625rem;height:1.29948125rem;top:175.5rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSRoPVtfwD9WDZqt6cxhDGfCpu8K6xd5 { width:11.1239375rem;height:3.624825rem;top:199.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBG4FxNZXFtLbMGnp49QT7BiKUoJxGIx { width:14.1868125rem;height:1.3997375rem;top:207.3125rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUhGrUe1CU6rHDuq0RwKkedfs6Bl3QbF { width:18.75rem;height:19.5rem;top:191.31214904785rem;left:0.74982237815856rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfZH37QS2IeE6hmAa3AWLQ0HgpQtw4cX { width:18.75rem;height:19.4993125rem;top:149.87483215332rem;left:0.74982237815856rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #MbiqXhtHxiMCgXiXwN1cXVSTFNU4ZLaG { width:13.75rem;height:1.29948125rem;top:205.1875rem;left:3.25rem;font-size:1rem;z-index:15284;display:block; }
 }@media only screen and (max-width: 763px) { #dryzgMxPizd0frN9d0f2e7Tibqy4Cka6 { width:11.625rem;height:2.125rem;top:116.5rem;left:4.375rem;z-index:15310;display:block; }
 }@media only screen and (max-width: 763px) { #QWTctbU3NmDp4DEFr2vn6E4O8VbyerGH { width:18.75rem;height:19.5rem;top:108.37448120118rem;left:0.74982237815856rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pqB0XUWr6mGDcnKfTFdRG2JnhHGfFLh3 { width:13.75rem;height:1.29948125rem;top:200.63209915161rem;left:0rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #IHqK7fC3BimDdJOq0mbARNsFmS6abVDQ { width:18.75rem;height:19.5rem;top:379.125rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2KKxpnnFXQOV80nZuDbO7AKFzLtOnay { width:3.0625rem;height:2rem;top:381.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyV7k5D5Slnb2T1sFFfHxHokKatqCxwB { width:18.75rem;height:1.29948125rem;top:383.9375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cARoezbXFUHyN8PTtPF8NHmulaooc6d0 { width:5.6875rem;height:4.875rem;top:386.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx537yfce9bWSLZoG0Oa9T3VcsyFvFho { width:18.625rem;height:1.29948125rem;top:392.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdT9WdSKnfG5lChz8lGlEkQdJt9NxQa2 { width:18.6875rem;height:2.79948125rem;top:394.125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6nXMhogAi79ME0Qg9AmlFqW8bLIMO52 { width:18.75rem;height:19.5rem;top:400rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3X6Vy8V8JuxLSmhzt8ss7JQhr5G1pei { width:3.0625rem;height:2rem;top:402.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0mEywep4owf6Kc9oAilzDmnzGKbrUmP { width:9.0625rem;height:1.29948125rem;top:404.625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXxNC87rMgwr0RVkl3nZULpRhlS9Clho { width:9.0625rem;height:3.375rem;top:408.0625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsQpeJZq9XZLNw1swTScWCEH0yhEhQWF { width:13.1875rem;height:1.29948125rem;top:413.0625rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4L6WJiTswUnFDM16e81b15BkU32TNAO { width:18.875rem;height:2.79948125rem;top:414.8125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvXPGdmft4qkAGzF3stvF3mGwJk9xT8A { width:18.75rem;height:19.5rem;top:420.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9VkgU9sIAuB4tydkke5HL5Vv4VBsTNz { width:3.0625rem;height:2rem;top:423.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIyEafJHThipUs9BoRGTQZC8xDy54FTq { width:9.0625rem;height:1.29948125rem;top:425.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyXzTgWbGCyyTD2OeQlogcU6277Kgqni { width:4.0625rem;height:3.5617875rem;top:428.52892494202rem;left:7.9687494039538rem;display:block; }
 }@media only screen and (max-width: 763px) { #VmM0ompDml2hpAKSnVip1XezJGtzu2T8 { width:13.1875rem;height:1.29948125rem;top:433.8125rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfR28fTa2NSIKLlrGDTpX2AdANtNa4zT { width:18.875rem;height:2.79948125rem;top:435.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #syP9Aci6dxercqT8zqaaJthg079fSixJ { width:18.75rem;height:19.5625rem;top:87.6242980957rem;left:0.68678975105287rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWPX0oNkt7ugQtroi2hAxghep4S3BZU7 { width:3.125rem;height:2.0625rem;top:89.8125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8HIPksh1p3faLLJwuiN7niT8yTvDa0U { width:9.0625rem;height:1.29948125rem;top:92.4375rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpZUcSiWZlM6pu6waVaPpUnqcPW7Bc8f { width:14.6875rem;height:3.4375rem;top:95.3125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGbWBtCb21ysinBaow1tZhQdTWyN8D5i { width:13.1875rem;height:1.29948125rem;top:101rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR1rKkHlDcGXkqwbCh4xK5D3pCrQXoH5 { width:14.25rem;height:2.79948125rem;top:103.125rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBP4Lfs1EBh2WGfm48TIlBytuz9SiPNC { width:13.75rem;height:1.29948125rem;top:221.75514221191rem;left:3.1249998807907rem;font-size:1rem;z-index:15311;display:block; }
 }@media only screen and (max-width: 763px) { #ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 { display:block; }#ZxCqVXyosTprFbVsnzknwB4KmpFpygf3 > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gluXVxrQrZdrq5r2k8tWHdrSt3bpPIlM { width:20rem;height:1.94921875rem;top:1.6866455078125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcSUGdN71i1Fe0mNZtSQV3XSccvmMkHN { width:18.75rem;height:19.5625rem;top:5.0112915039062rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifGPTy5yHli0Hhf4COiW9i0T2Pqnc05p { width:18.75rem;height:19.4998125rem;top:25.748672485351rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEGe8Cv1q9O4ieDbrxFCbl4uKJ9imRyf { width:3.1875rem;height:1.6875rem;top:7.1987915039062rem;left:8.4049485325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #tElpwbHTnuV4MPRpJyMKGQaGbXSRFSmE { width:9.0625rem;height:1.2999125rem;top:9.5729064941406rem;left:5.3114150166511rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwg1NT1KnC3LrEvZLNJqBLLfV5TOKZNR { width:8.2493125rem;height:3.68696875rem;top:12.634979248047rem;left:5.6239150166511rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAVGwLOB61u9Fc2hV5RwqF8v6IkdgQan { width:13.1875rem;height:1.2999125rem;top:18.385864257812rem;left:3.4375002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQmOPeQ7iFiSKSiKsaJRsqeHmtncBrs8 { width:14.25rem;height:2.79948125rem;top:20.260864257812rem;left:2.8743491768837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZacmnkXyolkscCaLqELXsr5l9QptOmt { width:3.1875rem;height:1.5625rem;top:27.6875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWMk8J1Z3r3cNLFFikeoSwmcJZdTwvtZ { width:18.6875rem;height:1.3rem;top:30.0625rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XThDGAD36IXfwdwmZS7Q7t4bVzlP3Jmh { width:8rem;height:2.125rem;top:32.9375rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MI4OUNDHTP5CnyigftJ8ZeCCDvR9nqyX { width:18.75rem;height:1.3rem;top:38.1875rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #up8ucvB004dRfGh4T15EqoepuxFXzVld { width:18.75rem;height:2.8rem;top:40.5625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnctgs4yQVxVgaae2PNo2W9OFtPoXJdS { width:18.75rem;height:19.5rem;top:67.061671630863rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #idr9hwfGh2vToHSuqLtJW8MABRxkTdqH { width:3.125rem;height:1.8992598490673rem;top:69.061671630863rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ1KGoZT07wWIDM4Lp95SrnAasH4F2kL { width:9.0625rem;height:1.2999125rem;top:71.561671630863rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1fQraWRuOlJmdiVMEMlnZ3N5uf9QuDl { width:10rem;height:3.75rem;top:74.374171630863rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbriJtVcSavVtszkOy1MTb19x2DowybJ { width:13.125rem;height:1.2999125rem;top:79.999171630863rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk7fFzbUrcsKo04wLF8VaEAxyaHsl5TA { width:18.811875rem;height:2.79948125rem;top:82.249171630863rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkeftmu8wTHb1Jvcs2Uq3feQHhpHz4O6 { width:18.75rem;height:19.5rem;top:46.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoxdHEVSzBRLF73NBKqkzsZ2WTIcBqq { width:3.125rem;height:2.0216193596341rem;top:48.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrezM6QzOKlLETrQ3AzrX8lzer9RdKFU { width:9.0625rem;height:1.2999125rem;top:51rem;left:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5O7MenClRLPrbkkE9H2NTRt9Bl9qEiE { width:10rem;height:4.3480961550407rem;top:53.5625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOZUS87WRwobR2DNBwQkG7p9OfdP2Ico { width:13.125rem;height:1.2999125rem;top:59.375rem;left:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dazIHDiTAZmH3q77U6mGCd7vVgelaZg4 { width:14.1873125rem;height:2.79948125rem;top:61.875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk { display:block; }#MFMGL25bEwEKdoJI0TJ3ZSBVOmWmb9Qk > .row .container { width:20rem;height:69.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WKhRC66iAPVkxseE95Dfnom28gdieCIK { width:20rem;height:1.94921875rem;top:1.4368896484375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdpdaUJTbR1DuSkKWM6nzVCiHFsQDxxU { width:18.75rem;height:19.5625rem;top:4.44921875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXg4woHBTuclmy1fbS0DLrM35lpy4Rf3 { width:3.18714375rem;height:1.6867875rem;top:7.3188915252688rem;left:8.4055398702619rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVQe7vtpy1tyg4HCcrfwPGCGODEWkM5o { width:9.0625rem;height:1.3rem;top:9.4489135742188rem;left:5.3748220205307rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6ZA7lwZK4keF8sI8uVdPXiZMC1edrGh { width:11.937125rem;height:4.0625rem;top:12.197265625rem;left:4.030539393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #vql728ZN07a0AU8bCqzIf1GKwgic4WRF { width:13.1875rem;height:1.3rem;top:17.699096679688rem;left:3.4374998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QNqgAhpR5fVZnvBwTmygub7UeT3rW8yC { width:14.25rem;height:2.8rem;top:19.38623046875rem;left:2.8746448755264rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi8SDBTVo0b2A9hI2dvSetlh0n0UTal7 { width:18.75rem;height:19.5625rem;top:46.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvXAiOn6TDZPqp0GbQFL1wFOqyL0Pzf7 { width:3.1875rem;height:1.6875rem;top:49.375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2Pr5dptd6SLKKPFFJECUFUFDuNL7GAq { width:9.0625rem;height:1.3rem;top:51.75rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b24kPtOlFu9zi1wQTbnzoTW6mApK1sSP { width:11.25rem;height:4.25rem;top:54.499389648438rem;left:4.311789393425rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2faNQbs4mQCGkcJvbvEqJWgdevV9fl7 { width:13.1875rem;height:1.3rem;top:60.3125rem;left:3.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OByBre2JdstH1oEnFyJgi4h0rVaSfPXX { width:14.25rem;height:2.8rem;top:62.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAXR4TMaKpL28qvehCf1Gh9ObCwZDeTR { width:18.75rem;height:19.5rem;top:25.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o31fgxx1bU0Asf20TGkV4vZKcL9q3HQs { width:3.125rem;height:1.6534883219138rem;top:28.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiTmmFwHk5pHsEyrKEnazLOX1vkqXLNl { width:9.0625rem;height:1.3rem;top:30.5rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pT7ywXn3JSx6XsieJzicgT5JJrgUBbGN { width:12.5rem;height:2.1875rem;top:34.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhi0pTE0c2p1O3TcPuW2JeKc4ggKqQ3G { width:13.125rem;height:1.3rem;top:39.0625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0SS0MT5OVJPxlgbrz1wWEcTQEteZg3d { width:14.1868125rem;height:2.8rem;top:41.375rem;left:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTC4sohELvwtz5fChebTFvDBSdpqE4JM { display:block; }#wTC4sohELvwtz5fChebTFvDBSdpqE4JM > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gznSwUUwNd3MHmyDSpuZwLErox27lMdu { width:16.25rem;height:5.0625rem;top:3.1859378814698rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMEUG0u5g38qMHMxGL5mgnyTIqOzvgiP { width:1.875rem;height:1.875rem;top:13.0625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRsiGrkTVNG7VAiv4KRX1NTHfNphNwGZ { width:1.875rem;height:1.8112rem;top:15.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LenCIouBzF3iUA4TilJaspcZXnLgzK1r { width:8.125rem;height:1.59375rem;top:13.125rem;left:4.875rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTDTvHHD6hwc9NcFC9Hgt8tWU2kcbKPy { width:13rem;height:1.59375rem;top:15.6875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M72Oyt1doLE4noAEBLcqpvZkq2CL5NVq { width:11.93675rem;height:2.7484375rem;top:19.875rem;left:4.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qmJOHDGKlkZxlzDaP6h1WIS1CmP9voIo { width:13.5625rem;height:3.125rem;top:1.4986991882324rem;left:3.21875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #IGuVSwzFc9bob7BNruRVW46cPmIbMEhX { width:8.4375rem;height:1.59375rem;top:10.4375rem;left:4.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEn8KX5GApOa7Wpku0oMDoz648DM9Ne8 { width:1.875rem;height:1.875rem;top:10.4375rem;left:2.125rem;display:block; }
 }