.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#130a08;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:none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { border-width: 0; border-radius: 0; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { color:#ffffff;display:block;width:58.0625rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:1.234375rem;left:10.375rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b9bbd5e-a5e8-41c5-93a7-7b19f331f873/Przyszopynnocilogistyki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#l8PhPlrx15deTamglTihKfMu1S9B7y0q { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:22rem;top:15.529636383057rem;left:3.6736106872559rem;overflow:hidden;display:block; }
#PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:exo;font-size:3.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.8125rem;left:53.1875rem;height:4.63125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { color:#ffffff;display:block;width:5.6875rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:21.1875rem;left:55.125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#faf5f5;padding-top:0.35875rem;padding-right:0.310625rem;padding-bottom:0.35875rem;padding-left:0.310625rem;display:block;align-items:center;width:1.86375rem;min-width:1.86375rem;height:1.929375rem;position:relative;font-family:montserrat;font-size:1.435625rem;font-weight:700;line-height:30.87px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.224375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.485625rem;height:0.7625rem;position:relative;font-family:montserrat;font-size:0.53875rem;font-weight:700;line-height:12.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.63375rem;padding-top:0.44875rem;padding-right:0.44375rem;padding-bottom:0.44875rem;padding-left:0.44375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:-11.987500190735rem;left:-1.3625030517578rem;z-index:15022; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 { width:auto; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
#rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { position:absolute;display:block;z-index:15037;background-color:#a10c0c;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: none;height:2.625rem;width:0.125rem;top:16.75rem;left:58.625rem;display:block; }
#I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { position:absolute;display:block;z-index:15036;background-color:#a10c0c;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: none;height:2.625rem;width:0.125rem;top:16.75rem;left:64rem;display:block; }
#FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.25rem;left:59.8125rem;height:1.54375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { position:absolute;display:block;z-index:15037;background-color:#a10c0c;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: none;height:2.625rem;width:0.125rem;top:7rem;left:58.875rem;display:none; }
#GJMg3AS4iOhDQccAnTRgbCPg9vBbCLwS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.7125rem;height:2.4375rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:1.1875rem;left:2.2867183685302rem;display:block; }
#C6FTeFBGNMByv7uR2qPlkud4OlKiBWid { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O9QmoInbCJSTFbMo6iy7EsULqlR8bnHI { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.6125rem;height:2.3125rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:1.3125rem;left:8.971875190735rem;display:block; }
#EI626OMr11DwoakN7AdxCdanFaEfBuew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zT0g3olOuGzsH2cDR5UB30P1f3TWTx9r { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5125rem;height:2.3125rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:1.3500000238419rem;left:24.409375190735rem;display:block; }
#Uz6KL39zkxvP0IG5H6kdGP00GvCLVThJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eTEQ55b1NMn3iQSikJfFRcpid4J4FoUX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:1.34375rem;left:15.721875190735rem;display:block; }
#gEh6z0LZ3TP4HyNgmMed5FODpKlGaGy7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgwiAdBgp4bJk8S88aFv21rue42D9UOX { position:relative;display:none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX { border-width: 0; border-radius: 0; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .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; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ymJzn6pw4HyTIyAzhGEBesTT6RV6ugoU { 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:6.25rem;width:6.25rem;top:3.1875rem;left:9.875rem;overflow:hidden;display:block; }
#BEOov79CrxZLOTGnHDt8DZVdyA9TADvS { 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:6.25rem;width:6.25rem;top:3.1875rem;left:34.875rem;overflow:hidden;display:block; }
#uwhGVifySQySxn3DwdCZTcmBDk5qReMK { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-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.25rem;width:6.25rem;top:3.1875rem;left:59.875rem;overflow:hidden;display:block; }
#uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:11.125rem;left:1.9375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { color:#ffffff;display:block;width:21.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:11.125rem;left:27.25rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q7iq16TZR81gGfGXN2G0WbayilssRZe1 { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:11.125rem;left:54.3125rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { position:relative;display:none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { border-width: 0; border-radius: 0; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .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; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bvOunriAwVBd1QKgKfsFGUQGGfv5CC4z { 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:6.25rem;width:6.25rem;top:1.25rem;left:9.375rem;overflow:hidden;display:block; }
#bPudm0oApvOU5eMLTOOEZHVvhPir3PXP { 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:6.25rem;width:6.25rem;top:1.25rem;left:34.375rem;overflow:hidden;display:block; }
#a278TtEmxAZ0lOD4oDnfz4LJEzg8Mbc5 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-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.25rem;width:6.25rem;top:1.25rem;left:59.375rem;overflow:hidden;display:block; }
#sTRlrLoxOUU6ahkTBwshDO1MuWB0xLiS { color:#ffffff;display:block;width:19.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:9.25rem;left:2.75rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dNWm07uL0XAi2rgBNc1AvrGiId6yuHno { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:9.25rem;left:25.71875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PRxgGa05OBWLQeKMkJCln22TZpMnXkDf { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:9.25rem;left:51.46875rem;height:5.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { border-width: 0; border-radius: 0; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:none; }#B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { background-color:#a10c0c;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:2.28125rem;left:31.281250953674rem;display:block; }
#v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:none; }#xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { color:#000000;display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.5rem;left:5.6875rem;height:2.4375rem;display:block; }
#uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { color:#000000;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:12.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:11.5625rem;left:2.625rem; }
#spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.6875rem;left:2.625rem; }
#iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { color:#000000;display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.375rem;left:5.6875rem;height:2.4375rem;display:block; }
#cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { color:#000000;display:block;width:66.75rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:5.6875rem;height:2.4375rem;display:block; }
#zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:15.3125rem;left:2.625rem; }
#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.adaptive-delivery-prevent-bg, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyload, #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71.lazyloading { background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { background-color: transparent; background-image: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { display: none; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .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); }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { border-width: 0; border-radius: 0; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.6875rem;top:1.40625rem;left:29.611718177796rem;overflow:hidden;display:block; }
#tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.78125rem;left:34.799218177796rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { position:relative;display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { background-color: transparent; background-image: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row > .video-iframe-container { display: none; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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); }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { border-width: 0; border-radius: 0; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .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; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:99.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.5234375rem;height:1.3rem;display:block; }
#kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { color:#000000;display:block;width:52.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:13.610243439674rem;left:9.7100696563719rem;height:1.3rem;display:block; }
#lBx42p820oBtavuRiO6phBID4IV3mfxo { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.499267578125rem;left:30.312500953674rem;height:2.6rem;display:block; }
#SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:10.812499642372rem;left:2.5rem;height:1.3rem;display:block; }
#ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { color:#ffffff;display:block;width:61.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.872396111488rem;left:9.7100696563719rem;height:2.6rem;display:block; }
#W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { color:#000000;display:block;width:5.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.562499642372rem;left:2.5rem;height:1.3rem;display:block; }
#Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { color:#ffffff;display:block;width:40.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.562499642372rem;left:9.7491321563719rem;height:1.3rem;display:block; }
#QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:19.937500596046rem;left:2.375rem;height:1.3rem;display:block; }
#iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { color:#000000;display:block;width:49.3125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:21.48697912693rem;left:9.7100696563719rem;height:2.6rem;display:block; }
#wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { color:#ffffff;display:block;width:61.9375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.937500596046rem;left:9.7100696563719rem;height:1.3rem;display:block; }
#HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { color:#000000;display:block;width:54rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:26.250000596046rem;left:9.7100696563719rem;height:1.3rem;display:block; }
#tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { color:#ffffff;display:block;width:49.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:24.687500596046rem;left:9.6866321563719rem;height:1.3rem;display:block; }
#gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { color:#000000;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.625000596046rem;left:2.5234375rem;height:1.3rem;display:block; }
#Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { position:absolute;display:block;z-index:15015;background-color:#a10c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:29.25rem;left:0rem;display:block; }
#g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:29.349227905274rem;left:2.5234375rem;height:1.3rem;display:block; }
#okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:29.474227905274rem;left:32.375000953674rem;height:1.3rem;display:block; }
#EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { position:absolute;display:block;z-index:14999;background-color:#a10c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:1.3625001907349rem;left:0rem;display:block; }
#po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:32.25rem;left:2.5rem;height:1.3rem;display:block; }
#Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { color:#ffffff;display:block;width:53.875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:32.25rem;left:9.6875rem;height:1.3rem;display:block; }
#f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:33.75rem;left:9.6875rem;height:1.3rem;display:block; }
#TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.875rem;left:2.5rem;height:1.3rem;display:block; }
#HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:39.6875rem;left:11.124999046326rem;height:9.6rem;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; }
#zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { color:#ffffff;display:block;width:62rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:35.875rem;left:9.6875rem;height:2.6rem;display:block; }
#ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { color:#ffffff;display:block;width:63.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15020;line-height:1.6;letter-spacing:0;top:50.437498688698rem;left:9.6875rem;height:3.2rem;display:block; }
#JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:50.499998688698rem;left:2.5rem;height:1.3rem;display:block; }
#X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { color:#000000;display:block;width:6.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.812498688698rem;left:2.5rem;height:1.3rem;display:block; }
#F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { color:#000000;display:block;width:49.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:69.3124986887rem;left:9.6875rem;height:1.3rem;display:block; }
#OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:67.8124986887rem;left:9.6875rem;height:1.3rem;display:block; }
#TZNRrHf8O9HcwhGELbPmilLV2wClrPai { color:#000000;display:block;width:37.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:56.374998688698rem;left:9.6875rem;height:1.3rem;display:block; }
#SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:58.687498688698rem;left:2.5rem;height:1.3rem;display:block; }
#fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:54.812498688698rem;left:9.6875rem;height:1.3rem;display:block; }
#tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { position:absolute;display:block;z-index:15018;background-color:#a10c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:64.3124986887rem;left:0rem;display:block; }
#IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:64.3749986887rem;left:2.5rem;height:1.3rem;display:block; }
#sSgxRfCsnbOI80WPDxNF9k9azMvRtolr { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:64.4374986887rem;left:27.312501907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:67.8124986887rem;left:2.5rem;height:1.3rem;display:block; }
#RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { color:#ffffff;display:block;width:63.125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:58.687498688698rem;left:9.6875rem;height:1.3rem;display:block; }
#EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:71.312502503394rem;left:2.5rem;height:1.3rem;display:block; }
#aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:71.312502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#uPzTTuAiFTTUiPJWGudy02EpDeuB8WQH { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:75.187502503394rem;left:2.5rem;height:1.3rem;display:block; }
#Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:75.187502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:79.062502503394rem;left:2.5rem;height:1.3rem;display:block; }
#QDZ2lVWN1NLmTg1X7VKQqTQl3JBnPePQ { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:79.062502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#r3A119JCG59CL4FxGOVLITX3GlohnAhn { color:#000000;display:block;width:23.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:80.687502503394rem;left:9.6875rem;height:2.6rem;display:block; }
#kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { color:#000000;display:block;width:6.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.5rem;left:2.5rem;height:1.3rem;display:block; }
#GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { color:#ffffff;display:block;width:36.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.5rem;left:9.710156440735rem;height:1.3rem;display:block; }
#ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { color:#000000;display:block;width:59.375rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:4.7994791269303rem;left:9.7100696563719rem;height:5.2rem;display:block; }
#QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { color:#000000;display:block;width:47rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.923611283302rem;left:9.7100696563719rem;height:2.6rem;display:block; }
#GxUVbHsCTHKSB4MQs2owpGWRXtOWSMNn { color:#000000;display:block;width:22.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:76.750002503394rem;left:9.6875rem;height:1.3rem;display:block; }
#yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:60.374998688698rem;left:9.6875rem;height:1.3rem;display:block; }
#BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:84.375002503394rem;left:2.5rem;height:1.3rem;display:block; }
#JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { color:#ffffff;display:block;width:57rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:84.312502503394rem;left:9.6875rem;height:2.6rem;display:block; }
#vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:72.812502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#T2iZEsC42DdVtdqtkXiEDJZBCNUCMPBA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:43.0625rem;left:9.7499990463256rem; }
#syDSWvy42re4w5qMb03BfE2L9bGfsrP1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:44.625rem;left:9.7499990463256rem; }
#Eukr3x7CRVD1d7gmZrg3o7urk3flTdo8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:46.125rem;left:9.6874990463256rem; }
#wHarBelb8HOX29MO1i3WUMdlN8lBwUCS { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:95.937502503394rem;left:24.375001907349rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:89.187502503394rem;left:2.5rem;height:1.3rem;display:block; }
#kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { color:#ffffff;display:block;width:53.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:89.187502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:87.125002503394rem;left:9.6875rem;height:1.3rem;display:block; }
#PKslWPl5TR2LzbMeVE1enOTT8b7HAfvk { color:#000000;display:block;width:38.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:90.812502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { position:absolute;display:block;z-index:15021;background-color:#a10c0c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:75rem;top:95.812502503394rem;left:0rem;display:block; }
#aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:93.312502503394rem;left:9.6875rem;height:1.3rem;display:block; }
#LEmOwpO4oUFKTT8DlpR0G33bpnUDrpRi { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:93.312502503394rem;left:2.5rem;height:1.3rem;display:block; }
#VVMfl9fl5gBtsuQzFdaQWxDfnON2Q6Wh { color:#000000;display:block;width:6.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:96.000002503394rem;left:2.5rem;height:1.3rem;display:block; }
#nfVpu873adrlqq3Kzgi8GzR3elB1qIMI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:47.6875rem;left:9.7085943222044rem; }
#ovyTcBaGdIdNv9UNPzIC1GlLoKL3rTXg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:46.125rem;left:9.6874990463256rem;display:none; }
#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { position:relative;display:block; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { background-color: transparent; background-image: none; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container > .video-iframe-container { display: none; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row > .video-iframe-container { display: none; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .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); }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { border-width: 0; border-radius: 0; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .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; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:3.2992191314698rem;left:2.2859373092651rem;height:1.3rem;display:block; }
#Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { color:#ffffff;display:block;width:62rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1;letter-spacing:0;top:3.4867191314698rem;left:10.085156440735rem;height:3rem;display:block; }
#RQONKCl6f3gfh863emrIUkfQHKRv9tWk { color:#fafafa;display:block;width:59.625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:7.1875181198119rem;left:10.085156440735rem;height:3.9rem;display:block; }
#fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:9.375rem;width:12.5rem;top:9.5rem;left:9.499218940735rem;overflow:hidden;display:block; }
#OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:12.762499809265rem;left:2.28515625rem;height:1.3rem;display:block; }
#c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:5.2404518127441rem;left:2.2855911254883rem;height:1.3rem;display:block; }
#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c { position:relative;display:block; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c { background-color: transparent; background-image: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container > .video-iframe-container { display: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row > .video-iframe-container { display: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .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); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c { border-width: 0; border-radius: 0; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .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; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fwIE5p5mwoXnpnwmsJ8TtycBLkLwuwGH { color:#ffffff;display:block;width:50.25rem;position:absolute;font-family:exo;font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9984378814698rem;left:12.374218940735rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mo2Z6z4vF6VUqdgV4P06zsETV1Er8v3a { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.76171875rem;left:4.96875rem;height:1.4rem;text-align:center;text-align-last:center;display:block; }
#vUs19cpCiceuTvEmJyO9E2o4nWACgcG0 { background-color:#a10c0c;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:8.149218559265rem;left:29.968750953674rem;display:block; }
#k7vu9CgTlPbickoTXbcfcRMSCRGmIJvZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDUzeP4pV1PT5Sm3IMObdkfveyFU3xtE { color:#ffffff;display:block;width:65.0625rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:11.94921875rem;left:4.96875rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { position:relative;display:none; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { border-width: 0; border-radius: 0; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .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; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#BS3Mi0UdANiomKA3CBHFosh80kCZcICW { color:#001623;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.3125rem;left:24.375000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { position:relative;display:none; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { border-width: 0; border-radius: 0; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .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; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { color:#bc0d0e;display:block;width:55.5625rem;position:absolute;font-family:exo;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.93663215637206rem;left:9.71875rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15009;line-height:1.4;letter-spacing:0;top:5.765625rem;left:5.875rem;height:8.4rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:17.125rem;left:5.9375rem; }
#H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:15.125rem;left:5.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { color:#000c0b;display:block;width:59.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:17.375rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:19.625rem;left:5.9375rem; }
#QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:19.8125rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:22.25rem;left:8.1875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:22.125rem;left:5.9375rem; }
#QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:24.5625rem;left:8.125rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:24.5625rem;left:5.9375rem; }
#XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:28.25rem;left:5.9375rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:27.9375rem;left:21.125001907349rem;height:1.38125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#w7cm5oT8winExB5hxT1MfMb84nQfIXQD { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:21.750001907349rem;overflow:hidden;display:block; }
#OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:34.875001907349rem;overflow:hidden;display:block; }
#eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:4.875rem;overflow:hidden;display:block; }
#AIucdabmHfmsVxz6oZFISoIwRiqLusks { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:30.5rem;left:48.562501907349rem;overflow:hidden;display:block; }
#kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { color:#000c0b;display:block;width:9.375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:38.625rem;left:3.78125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { color:#000c0b;display:block;width:14.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:38.75rem;left:17.625001907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { color:#000c0b;display:block;width:12.75rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:38.8125rem;left:33.055555343628rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { color:#000c0b;display:block;width:12.75rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:38.774307250976rem;left:45.937501907349rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { border-width: 0; border-radius: 0; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;position:relative;display:block; }#QAgWCl40TKzexi1WCwFQ6UbGMZSrdT0r { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.6875rem;top:2.5625rem;left:22.4375rem;overflow:hidden;display:block; }
#Anofx39WceBphAFR7rsSf40misXC2QES { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.adaptive-delivery-prevent-bg, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyload, #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc.lazyloading { background-image: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { background-color: transparent; background-image: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container > .video-iframe-container { display: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container { display: none; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .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); }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { border-width: 0; border-radius: 0; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { box-sizing:content-box;height:26.625rem;width:20.75rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:3.6875028610229rem;left:51.718751907349rem;display:block; }
#q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.5rem;left:54rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24rem;left:53.6875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { box-sizing:content-box;height:28.3125rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:1.9375rem;left:2.1875rem;display:block; }
#T1QALadEST6BXayTxqH0gJhukcxSU00T { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-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:21.125rem;width:21.125rem;top:5.2452087402344E-6rem;left:2.1875rem;overflow:hidden;display:block; }
#rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.622625rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.68593788147rem;left:10.561718940735rem;display:block; }
#AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.8125rem;left:4.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { color:#000000;display:block;width:17.625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5rem;left:3.875rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:5.2452087402344E-6rem;left:27.031251907349rem;overflow:hidden;display:block; }
#dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { box-sizing:content-box;height:25.625rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:4.625rem;left:27.0625rem;display:block; }
#QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.62325rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.686628688127rem;left:35.437501907349rem;display:block; }
#SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.4375rem;left:29.125rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDoJMmkcVF7wf4zlVAEN7P1taVSdTMU1 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.6875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { 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:20.75rem;width:20.9375rem;top:5.2452087402344E-6rem;left:51.625001907349rem;overflow:hidden;display:block; }
#bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:17.686645507812rem;left:57.375001907349rem;display:block; }
#brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.adaptive-delivery-prevent-bg, #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.lazyload, #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F.lazyloading { background-image: none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { background-color: transparent; background-image: none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container > .video-iframe-container { display: none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row > .video-iframe-container { display: none; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .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); }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { border-width: 0; border-radius: 0; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:1.3125rem;left:1.875rem;display:block; }
#SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { color:#000000;display:block;width:17.625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:24.5625rem;left:3.6875rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.5rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-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:21.125rem;width:21.125rem;top:-0.037490844726562rem;left:1.8374996185302rem;overflow:hidden;display:block; }
#SgUt305qySS8IPhrWrdmCTdTvR98cRkp { box-sizing:content-box;height:26.125rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:3.9375rem;left:27.062500953674rem;display:block; }
#tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { color:#000000;display:block;width:17.3125rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24.562500238419rem;left:28.843750953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { box-sizing:content-box;height:27.875rem;width:20.875rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:1.6875rem;left:51.625001907349rem;display:block; }
#IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.75rem;left:57.500001907349rem;display:block; }
#EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.187501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.562500238419rem;left:53.031250953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:20.875rem;top:0rem;left:51.625000953674rem;overflow:hidden;display:block; }
#l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:17.75rem;left:32.250000953674rem;display:block; }
#QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:17.75rem;left:7.1874990463256rem;display:block; }
#VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.adaptive-delivery-prevent-bg, #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.lazyload, #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm.lazyloading { background-image: none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { background-color: transparent; background-image: none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container > .video-iframe-container { display: none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row > .video-iframe-container { display: none; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .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); }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { border-width: 0; border-radius: 0; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { box-sizing:content-box;height:28.875rem;width:20.9375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:1.3125rem;left:1.875rem;display:block; }
#QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.75rem;left:7.6241321563719rem;display:block; }
#vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { color:#000000;display:block;width:17.625rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:25.5625rem;left:3.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GG8NvuHHtVcrACNaH0drL3xSKLboExbg { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:22.1875rem;left:4.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W47Ak0p2E3G06XySt4FCnDog1fg920RE { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:4.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-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:21.125rem;width:21.125rem;top:-0.037490844726562rem;left:1.8374996185302rem;overflow:hidden;display:block; }
#fEG6gh1ikaCApkn2TubXIv509xCn28WZ { box-sizing:content-box;height:26.125rem;width:20.75rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:3.9375rem;left:27.062500953674rem;display:block; }
#pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:17.750001907349rem;left:35.551564216614rem;display:block; }
#bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#toVhocOgroI46kVM5V7Hh89qgahIyaQv { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:24rem;left:30.125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.5rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.9375rem;width:20.9375rem;top:0rem;left:27.0625rem;overflow:hidden;display:block; }
#C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { box-sizing:content-box;height:27.875rem;width:20.875rem;position:absolute;display:block;z-index:14996;background-color:#ffffff;background-image:none;top:1.6875rem;left:51.625001907349rem;display:block; }
#dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:17.75rem;left:57.500001907349rem;display:block; }
#M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22.5625rem;left:54.187501907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:24.0625rem;left:52.875001907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-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:21.0625rem;width:21.0625rem;top:0.12501329183579rem;left:51.531251907349rem;overflow:hidden;display:block; }
#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.adaptive-delivery-prevent-bg, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyload, #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq.lazyloading { background-image: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { background-color: transparent; background-image: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container > .video-iframe-container { display: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container { display: none; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .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); }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { border-width: 0; border-radius: 0; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { 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:22.125rem;width:22.25rem;top:0rem;left:1.4375rem;overflow:hidden;display:block; }
#p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { 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:22.0625rem;width:22.0625rem;top:-0.075778198242175rem;left:26.925000953674rem;overflow:hidden;display:block; }
#LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.112503051757rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8.125rem;display:block; }
#sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.675003051757rem;left:5.7492189407349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#JFnBS01aX2ebprwHUtvr8x9hN9POsELO { box-sizing:content-box;height:27.875rem;width:22rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:2.75rem;left:26.937500953674rem;display:block; }
#xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.78125rem;left:29.968750953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.9375rem;left:29.406250953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPxMRuipSyphmppOhzfru3R1pG2pX2ff { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.78125rem;left:33.519964218139rem;display:block; }
#ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BSA7C32aERtMss7DEAU3dXzsewkFu1rT { box-sizing:content-box;height:28.6875rem;width:20.8125rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1.6875rem;left:52.000001907349rem;display:block; }
#EmF43chC6JhW244MAy9zPzN3MUOxr1re { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.5rem;left:58.062501907349rem;display:block; }
#pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.624998092651rem;left:53.031251907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:24rem;left:54.500001907349rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-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:21.8125rem;width:21.8125rem;top:0rem;left:51.656251907349rem;overflow:hidden;display:block; }
#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.adaptive-delivery-prevent-bg, #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.lazyload, #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV.lazyloading { background-image: none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { background-color: transparent; background-image: none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container > .video-iframe-container { display: none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row > .video-iframe-container { display: none; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .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); }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { border-width: 0; border-radius: 0; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { 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:22.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.112503051757rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:10.938281059265rem;display:block; }
#r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.737501144409rem;left:3.28125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JxCPkZ451WkomgPruWaeMFReiuiAE7TB { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#cOinLI6notOpqtDDP1obvI6dwLiaih7I { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:22.125rem;width:22.125rem;top:0rem;left:26.4375rem;overflow:hidden;display:block; }
#uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:24.125rem;left:29.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.75rem;left:28.25rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { box-sizing:content-box;height:28.1875rem;width:21.5625rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.4375rem;left:51.6875rem;display:block; }
#sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { color:#000000;display:block;width:12.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5625rem;left:56.000000953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.0625rem;left:54.312500953674rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:18.625rem;left:57.687501907349rem;display:block; }
#o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-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:21.75rem;width:21.75rem;top:0rem;left:51.625001907349rem;overflow:hidden;display:block; }
#Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:18.249131202698rem;left:32.687501907349rem;display:block; }
#yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.adaptive-delivery-prevent-bg, #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.lazyload, #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf.lazyloading { background-image: none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { background-color: transparent; background-image: none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container > .video-iframe-container { display: none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row > .video-iframe-container { display: none; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .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); }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { border-width: 0; border-radius: 0; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { 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:22.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.361980438233rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8rem;display:block; }
#HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.049224853516rem;left:3.28125rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.8125rem;left:32.9375rem;display:block; }
#Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.0625rem;left:28.250000953674rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { 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:22.125rem;width:22.125rem;top:0rem;left:26.437501907349rem;overflow:hidden;display:block; }
#Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.6875rem;left:51.4375rem;display:block; }
#fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.0625rem;left:53.25rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-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:22.125rem;width:22.125rem;top:0rem;left:51.4375rem;overflow:hidden;display:block; }
#bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.8125rem;left:57.9375rem;display:block; }
#S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5.adaptive-delivery-prevent-bg, #e9nTXwE9lynhZZ393J3oxilia7eNEbU5.lazyload, #e9nTXwE9lynhZZ393J3oxilia7eNEbU5.lazyloading { background-image: none; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container { background-color: transparent; background-image: none; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container > .video-iframe-container { display: none; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row > .video-iframe-container { display: none; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .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); }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container { border-width: 0; border-radius: 0; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#z6gFlBSzLWs6xhlrX2qTkO1X9mvBpLNQ { 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:22.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#nurtPkDn9UcZB2tyTh2QRTeZwogoKVVb { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.361980438233rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U1iRZRWOsOn71Sf2XhOEqNnHfXHuGhpy { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8rem;display:block; }
#SrDJGwtCGXImdM1laqXZSbHaw0daByvd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FUGA4PFUsRBmFMntZ30XUZ8kIhbCTu0i { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.61171913147rem;left:3.28125rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SOstR8TEDcxPUKu5SI34AUL2wl2hQ2li { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#Exc1fp8xbtShwagN9vZukcQ48lsrbm3D { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:22.125rem;width:22.125rem;top:0rem;left:26.4375rem;overflow:hidden;display:block; }
#WusNqJoUMsOR4UdFVbreZSoBM3Qnfx4L { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#C6U3mXHHhUXwyOtHN5qPpkU7goAy5R5K { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CyOZXAL9RQ0QFm3tA1I3bySROf3GMQB5 { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.8125rem;left:32.9375rem;display:block; }
#FJ4ETQx5fh2QKdxJ6oHt9KdnmoCqXuN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gmpQLKAmcKpgcKHc4ZOiyErk2vSx9HA3 { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.98671913147rem;left:28.281250953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efIeETQ4JMt6eZRl6FmTO8UXMKRnmcSS { 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:22.125rem;width:22.125rem;top:0rem;left:51.4375rem;overflow:hidden;display:block; }
#IUEiecbgp2HTEWGF7d0TEswleQXm0LwS { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.6875rem;left:51.4375rem;display:block; }
#r3NdzxMivt7GkHG7wdpe2ldFgcz1uKOR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8D6abNR9ghLKLrvDWzX5fznsiPRWCvo { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.3125rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:18.8125rem;left:56.437501907349rem;display:block; }
#ZIJSRNWfTa7iud8NQlF6czSBD7XOiu67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c7740mDBEke8dPmf9TngtTXm6UOfq8Fx { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25.0859375rem;left:53.281251907349rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7.adaptive-delivery-prevent-bg, #QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7.lazyload, #QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7.lazyloading { background-image: none; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container { background-color: transparent; background-image: none; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container > .video-iframe-container { display: none; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row > .video-iframe-container { display: none; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .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); }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container { border-width: 0; border-radius: 0; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:block; }#ybKeaMFmD7lKKp7xsh5aNQ2A19t8hxW5 { 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:22.125rem;width:22.125rem;top:0rem;left:1.5rem;overflow:hidden;display:block; }
#mILMox9HFhGGUGlfbxUMzrzcA7FgtZBZ { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.361980438233rem;left:4.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCQhv3Jc1rLJpKspgp2hxGXQlR9wwl2N { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:18.78125rem;left:8rem;display:block; }
#QISfRcxMuo9QzdbBfO710BsOEhp69LT7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FxH3DOiGNl9LN8Fb216rS8NGFtBlCtpD { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.986719369888rem;left:3.28125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Va2Ic5WqMMOpECUETtEKsLPzUTcwrDNQ { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.65625rem;left:1.5rem;display:block; }
#btgbJLsyOenbsILqB0fsCswfdliOkFeC { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-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:22.125rem;width:22.125rem;top:0rem;left:26.4375rem;overflow:hidden;display:block; }
#TtJseRAnOPpyi6seh7vTrW5goXyQzJdo { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:2.6875rem;left:26.4375rem;display:block; }
#P1NUIg4Rk38nlt9LB76PNzG5lm8KRgXX { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.986719369888rem;left:28.281250953674rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qElcwRuCzIOMtkRPHRvy7Coo7N9c2wIH { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.375rem;left:29.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K8l17sIb3uTdVM5JdWk5T1awoRfsU9mJ { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.75rem;height:2.3125rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:18.8125rem;left:32.9375rem;display:block; }
#PSqES2By9SJ86N8hPpfIRITkBv4Ed3sb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TcLaXoZEap6b2e8QoX78zTgXQmqP4uDf { 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:22.125rem;width:22.125rem;top:0rem;left:51.4375rem;overflow:hidden;display:block; }
#dzyhrWcZTHkTbgz6uqrd91MiOxQJGkAC { box-sizing:content-box;height:27.8125rem;width:22.125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:2.6875rem;left:51.4375rem;display:block; }
#lhDHBaq5Dm4SQVRnXU43pSTl9ATGEZ6J { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:25rem;left:53.3125rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W81vyC0AkXMNShTmWpmT9DSA9g5IBdI4 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:23.375rem;left:54.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { position:relative;display:block; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { background-color: transparent; background-image: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container > .video-iframe-container { display: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row > .video-iframe-container { display: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .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); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { border-width: 0; border-radius: 0; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .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; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:39.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JZDMhl1S2rFF6PQrJm0dtpkDry4VuzJP { color:#ffffff;display:block;width:33.875rem;position:absolute;font-family:exo;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.3046875rem;left:20.561718940735rem;height:4.3875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#woLCrOGgcOMN6trQRZL8xGJ42Pv6bTra { background-color:#9e050d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.01171875rem;left:32.710156440735rem;display:block; }
#Jer3n9CvEqTykrTcdro6XtEoSXTcnmwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqAfLDtgTuXCLQhbDb9rJfml39UsuM4r { position:absolute;display:block;z-index:15009;height:27.3125rem;width:48.875rem;top:7.167187690735rem;left:13.061718940735rem;display:block; }
#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9.adaptive-delivery-prevent-bg, #eglP0biemZErl3J8DWRsKUnU5eZnlsf9.lazyload, #eglP0biemZErl3J8DWRsKUnU5eZnlsf9.lazyloading { background-image: none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { border-width: 0; border-radius: 0; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:none; }#B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.390625rem;left:23.375000953674rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { background-color:#a10c0c;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:3.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.875rem;left:31.281250953674rem;display:block; }
#z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { background-color: transparent; background-image: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { display: none; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .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); }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { border-width: 0; border-radius: 0; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { font-size:0.875rem;font-family:arial;height:39.8125rem;width:75rem;position:relative;display:block; }#dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { background-color:#a10c0c;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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.3125rem 3.125rem rgba(43,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.75rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:32.625rem;left:10.5rem;display:block; }
#mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-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:23.875rem;width:36.1875rem;top:7.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { color:#000000;display:block;width:32.9375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.3749523162842rem;left:21.311718940735rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HLmK6lSNaIrSdscEevlV5vWaAJfqTJHI { color:#ffffff;display:block;width:28.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:26.3125rem;left:16.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v1EBclAU7qSES6z9Q4C0rOViO0u75bw7 { position:absolute;display:block;z-index:15029;height:21.125rem;width:36.5rem;top:9.3125rem;left:0rem;display:block; }
#FaJaQsPmp9WADhQCL40NBQu7XhUQTQbJ { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.624171257019rem;left:38.406250953674rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LintTfwtxbtdi9qPwbdnCepsxi2bva2m { position:relative;display:none; }#LintTfwtxbtdi9qPwbdnCepsxi2bva2m { border-width: 0; border-radius: 0; }#LintTfwtxbtdi9qPwbdnCepsxi2bva2m > .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; }#LintTfwtxbtdi9qPwbdnCepsxi2bva2m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:130rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O3y5cvzHL2siMy2Vp0HJJP98Q5DKHMRR { color:#000000;display:block;width:67.6875rem;position:absolute;font-family:exo;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4652709960938rem;left:3.6944446563721rem;height:123.5rem;display:block; }
#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74.adaptive-delivery-prevent-bg, #zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74.lazyload, #zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74.lazyloading { background-image: none; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 > .row .container { border-width: 0; border-radius: 0; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 > .row .container { font-size:0.875rem;font-family:arial;height:30.8125rem;width:75rem;position:relative;display:none; }#dJxgLgNLBWVvuEUdDvRlWLyvOqqKeqHQ { box-sizing:content-box;height:25.25rem;width:20.8125rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:3.625rem;left:52.0625rem;display:block; }
#wdZXOgf6yOTgFOxxO6DiNzcBBnEtZMby { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:24rem;left:53.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rtKLzuJfE5B3VR7BU9PChCVa3xQ1yPc9 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:22.3125rem;left:54.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UcgvfubUm3XUACGDImPMSIyaFtPVwetq { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.875rem;width:20.875rem;top:0rem;left:52.0625rem;overflow:hidden;display:block; }
#B3qwkLBHSUtt0NSBDPPcRTltrcuw9ueb { background-color:#a10c0c;background-image:none;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: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6234375rem;height:2.3125rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:17.75rem;left:60.4375rem;display:block; }
#Hvh7M4XkyhPRq7V9a0rkW432tyeqUS3C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dWeATbSquaUpyTWT07bLA9f787ipxX9a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b471268f-8317-47ea-b1cc-0bd35d760fc3/shutterstock_2002531118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a.adaptive-delivery-prevent-bg, #dWeATbSquaUpyTWT07bLA9f787ipxX9a.lazyload, #dWeATbSquaUpyTWT07bLA9f787ipxX9a.lazyloading { background-image: none; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a > .row .container { border-width: 0; border-radius: 0; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#uVpXtg4HXn0MfXwTTZBrhsJAqf0d6FCe { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.1875rem;left:14.8125rem; }
#BLCPJKshFwzWCm13GpsyTowz6uTfqzSf { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.6875rem;left:27.8125rem;display:block; }
#gPCD3SGidpdKRtDTnt30F51XgeD8VbNN { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.624rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:32.6875rem;left:33.1875rem;display:block; }
#Ton3WTu9TlMT8SnHh7cM8H31X3F3sVZe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKEQu0XhqxvOzf4eByNMXIr0EckL0DIP { color:#000000;display:block;width:7.875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.125rem;left:33.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEn4o9sudvNxGITJxk0xdpoL9mUkwieM { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:33.1875rem;left:40.25rem; }
#LPHiOo0205wi8TuvO0OlzOCJzBfWtqvR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:29.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PsUFoG2syNLaxJwoOreKVMHfdpQWTGyf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-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.75rem;width:18.75rem;top:3rem;left:28.125rem;overflow:hidden;display:block; }
#CILWwvp3CD3vBZJh3roHXWSVUPPQml2G { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.6875rem;left:52.8125rem;display:block; }
#S4TLDLy0fwdUZ1NqqK2930Rho5wOMEZI { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:32.6875rem;left:58.1875rem;display:block; }
#I29LvVLZgiERoFKxK0TQQkSDdg7TaN52 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JgKfzyzga1P1xAgH2c13uLbUpMgzUfTi { color:#000000;display:block;width:10.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.90625rem;left:57.40625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Hzbu7RTe58hWRx3ys9FkBMfkPLqAWoXT { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:33.1875rem;left:65rem; }
#xh82SBAsFtwyTsniupSDFf8r8ugM4X0i { color:#000c0b;display:block;width:16.9375rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:22.875rem;left:54.03125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpHf9uSRlOBWnFEGGTNlkmQAx1JMxmcq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-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.75rem;width:18.75rem;top:3rem;left:53.125rem;overflow:hidden;display:block; }
#syzAz6Trxgew0X0FbF2WweqnaA3tNIW6 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.09375rem;left:28.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Np2Ln7lyCuRQ4oautk2VidnN5xk4A0C4 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.09375rem;left:53.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pgefu4s3XrPlibL96vdGRVLC1WVw91Qt { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:2.8125rem;left:2.8125rem;display:block; }
#yIWnUzGSU81Z1oTq3KmPkWw65aTv8Kio { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:27.484375rem;left:3.59375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n1aozfHCk9sgQdoWS51MenvrNQiSp9XJ { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.75rem;left:8.1875rem;display:block; }
#FztChLcUGgM5s897aXRfLUzxpGerOGbI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynfc8D1F0iPoHyuiKlW0GACsZq3fdbT8 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:33.25rem;left:15.0625rem; }
#p1cLK3zZBZUpA8h3TGAkiWleZHe1Rfd1 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.9375rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSkR0FL7Q5qlcUk7TR9QaZToElAe8ly7 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TZr96RUKuRTaKU8ODI789ufcdbPsDqsJ { 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:18.75rem;width:18.75rem;top:3.0625rem;left:3.125rem;overflow:hidden;display:block; }
#seQKZMlD8dc7ucADmohrC047otJKaU4T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b471268f-8317-47ea-b1cc-0bd35d760fc3/shutterstock_2002531118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#seQKZMlD8dc7ucADmohrC047otJKaU4T.adaptive-delivery-prevent-bg, #seQKZMlD8dc7ucADmohrC047otJKaU4T.lazyload, #seQKZMlD8dc7ucADmohrC047otJKaU4T.lazyloading { background-image: none; }#seQKZMlD8dc7ucADmohrC047otJKaU4T > .row .container { border-width: 0; border-radius: 0; }#seQKZMlD8dc7ucADmohrC047otJKaU4T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seQKZMlD8dc7ucADmohrC047otJKaU4T > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#VOAxJzNTICDubX4qAZXbCayTthmtUo2M { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:2.75rem;left:27.8125rem;display:block; }
#gt5s9NZLcAzKWW8BZmf7hUwnNwTvO7B6 { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.625rem;left:33.1875rem;display:block; }
#lSyTlucn3flqu9VhTOQuPPsnU72yHI0R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KCICCr9BNT0wuRnyHUZavzP28bMIVRv0 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.1875rem;left:39.625rem; }
#Qa7aKQ5IJX36W5u9cLVlxE9hqzZqtBiT { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.5rem;left:28.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8rh5yhV3q1lcAO7TFHhbE3BUiJsm729 { 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:18.75rem;width:18.75rem;top:2.9375rem;left:28.125rem;overflow:hidden;display:block; }
#bOOQbgKQVwb2E9flQBXJQ2zx3Utte1Zu { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ANpytT4APdyVw2CINXQJQbwaZ3epTKgT { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:24.8125rem;left:32.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRccBGIvH0LSJWdaaJVbeaoq8AnbHbeN { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:2.625rem;left:2.8125rem;display:block; }
#GWCF2BUMRGvB3dbfFwePu3tFQ61mFFoZ { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:32.6875rem;left:8.3125rem;display:block; }
#NpZ4CFoITJyWPQHCaAh5xEEmDo83nqKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hG3CcErsWJJ2aA9xvwEnC85qqvSQru6A { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:28.5625rem;left:3.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o72UZvwdrNGgPgEFfwPlkvTQSyum2aln { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:33.1875rem;left:14.6875rem; }
#yIwggmcGNneGoApO9nfLK62OSJ6UQz6K { color:#000000;display:block;width:6.5rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.875rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W932v9SEbyo5cUwFPbp7J5a1uZTKlwt7 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.25rem;left:4.5625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yBsktktnKq4yPL36qbmLTM3FppqKIJ2z { 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.75rem;width:18.75rem;top:2.9375rem;left:3.125rem;overflow:hidden;display:block; }
#mQDw1Ixy0cRE2nlOQbDsO67DOA8BsvgG { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.75rem;left:52.8125rem;display:block; }
#xCDhVL7Gz1ORp5UZss9ATvZVkaLMUqk7 { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.625rem;left:58.1875rem;display:block; }
#y3is9idhUhfG7qk9yxoHPoKOFO6iLTUL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B2l5q5bK1cnobVNRVgPOilXqGBXTunOl { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:33.1875rem;left:64.625rem; }
#LZ4cfc0ERxXU9JQLnH954zUAOPyCkVEO { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.5rem;left:53.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#REnCP0gQvMmC2UsiDxLL8XX3528Eguyl { color:#000000;display:block;width:9.6875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:24.8125rem;left:57.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWtqfNoIIh1uZAtd3MVirFUhgWibehFM { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.1875rem;left:54.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JBJHD5vdNTegNTaWxcnXWA4kUC6itRtt { 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:18.75rem;width:18.75rem;top:2.9375rem;left:53.125rem;overflow:hidden;display:block; }
#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b471268f-8317-47ea-b1cc-0bd35d760fc3/shutterstock_2002531118.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4.adaptive-delivery-prevent-bg, #TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4.lazyload, #TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4.lazyloading { background-image: none; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 > .row .container { border-width: 0; border-radius: 0; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:none; }#JKesTZsT0XIIeii53MfsW4ghtb8o2omN { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:2.75rem;left:27.8125rem;display:block; }
#e7XAQNqqp8aE0r8EKMU8TXaC2rExHrUm { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:32.625rem;left:33.1875rem;display:block; }
#eDuyOuTc1qeX0znOuHoRwn71KVJCdTxo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nIFpOMckoPvJXxdkCXpRgsoxw5zHXTHG { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:33.1875rem;left:39.625rem; }
#cDAdoBMi3vfFkluWx2wBfJA4M1lbXke7 { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:27.9375rem;left:28.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MEwKp8bwkhXukgfoETT6Oi7NRLBO5VkW { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.0625rem;left:34.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqSDNEsT4OVt5NZuFO4kJ8erVkQyRGOR { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:23.1875rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AMM9c5cA2gQxgHF2eW607enGDu1AKePo { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-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.75rem;width:18.75rem;top:3.125rem;left:28.125rem;overflow:hidden;display:block; }
#kpXNAbIZcfaiS6lbFzvNJcumfv1DDEqZ { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:2.75rem;left:52.8125rem;display:block; }
#LC3APCDAQth5GZern1uQiXWcFT8c8QXq { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:32.625rem;left:58.1875rem;display:block; }
#ZO2FWkfncCRtwhD79VNpMEx4T4isVln9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WTeH06qr391Vy7E7X1Iq2nuhqdag7CTc { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:33.1875rem;left:64.625rem; }
#JIZyf4DX5QnmRJX5TJvAXsEDuzH7S77h { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:27.9375rem;left:53.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HT28Z0eNSpTcaW7P2VJaCQpgS4wIckbL { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.0625rem;left:59.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITHR6G1p63spTqhrFI2HUC0CNDuMJNog { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.1875rem;left:54.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l3t4PaNsgX3etT7EZfC2wbhA1lLvZKdT { 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:18.75rem;width:18.75rem;top:3.25rem;left:53.125rem;overflow:hidden;display:block; }
#FUWpUTRriDM60M61wz3F3TFVM1dr8tr0 { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:2.75rem;left:2.8125rem;display:block; }
#uvrOiDw368hkbrF1KxXSF4ICVgrBEaTT { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:32.625rem;left:8.1875rem;display:block; }
#wxwGM1T9Z0Wi02lqkWO70qIX9BWUS31g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r732t66X7lMfpSgbVWvxII3xf7yzypIS { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:33.1875rem;left:14.625rem; }
#bunCKpOreABVf9hQgURSsR1qVTa3Hxcm { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:27.875rem;left:3.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b3VwMwTirFNiAJWWpsZ3Z0IfAwx6B226 { color:#000000;display:block;width:8.6875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:25.0625rem;left:8.15625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VKdrNXVZlP3J06A9IThgfQAthoqOiKKN { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:23.1875rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6AHWLpXnmZO1XKVOdvJs0KsBxu5BBe4 { 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:18.75rem;width:18.75rem;top:3.0625rem;left:3.125rem;overflow:hidden;display:block; }
#MJy0stnBiAHGrutfEtmVausuXmF2926r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d33eaa81-32df-435c-a03c-c9d49584a49b/nagowki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MJy0stnBiAHGrutfEtmVausuXmF2926r.adaptive-delivery-prevent-bg, #MJy0stnBiAHGrutfEtmVausuXmF2926r.lazyload, #MJy0stnBiAHGrutfEtmVausuXmF2926r.lazyloading { background-image: none; }#MJy0stnBiAHGrutfEtmVausuXmF2926r > .row .container { border-width: 0; border-radius: 0; }#MJy0stnBiAHGrutfEtmVausuXmF2926r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJy0stnBiAHGrutfEtmVausuXmF2926r > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#sTiSixh5tFr0pWqHNsuM1LPguehVUhLA { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.125rem;left:2.8125rem;display:block; }
#yON9spqDDupaNm4tUpB78C17St0AhVMU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:31.5rem;left:15.625rem; }
#Alxe0Rw4TqbCgdSQanTc24qBxungQ9th { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:31rem;left:8.1875rem;display:block; }
#tTvA920VueQPrWSHfV2U1sVekKng575s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ll8HmQ0AK9cNJdnn7JoaHhZeUJe2cZ89 { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:25.75rem;left:3.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T8pdQJhh6LXXiffqJyxNwnsGk20TiCL5 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:22.875rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k52ygaEe1os7HOZNybGLQie8T7xSKZdM { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.25rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tn2RGFwN9Jci6uFbiKrbEFaimaCfIIUs { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-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.625rem;width:18.625rem;top:1.6875rem;left:3.1875rem;overflow:hidden;display:block; }
#pHChvQhwVCFUlAg4wWtp2c2UWXQnx66H { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14997;background-color:#ffffff;background-image:none;top:1.1875rem;left:52.8125rem;display:block; }
#ygL1HLUWhV3aTeq7whN79yKtLQcpdRV3 { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.0625rem;left:58.1875rem;display:block; }
#dr4TS2G1rtOJxrROQhSWhLIn5N3bFfCl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uAzvbUbbrghx4d1pgl7MLDspnGhDgAXI { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:31.5625rem;left:64.75rem; }
#CH0laifKTNOJ0E25Vwiw3IEOclx6TUWh { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:26.9375rem;left:53.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eA2Py51ttT3NTMm589sFzHrre2CHRWtX { color:#000000;display:block;width:10.5rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:22.9375rem;left:57.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNdzBJT9TNeGFTtQxHChfx585AVNorV4 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.3125rem;left:54.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qeeHX35mClNL4pguRnbsTM8dQr42RheD { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:1.5rem;left:53.125rem;overflow:hidden;display:block; }
#QSJrk51HKWn8OZ4kesxq9Xyp9REO2oUT { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;top:1.1875rem;left:27.8125rem;display:block; }
#iCHoDqG6bKX89TX3vrml1TxbpTKFfH8p { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:25.8125rem;left:28.625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftgkBHmEaZlMnANs0rgiIrO3ikXUin0M { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:21.3125rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FP8kevtNKWizaxrnppbkSken4TKrr46F { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-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.625rem;width:18.625rem;top:1.75rem;left:28.1875rem;overflow:hidden;display:block; }
#cLSXlWwHMM5bspAMxnQNy7z8d4nXaFNU { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:31.5625rem;left:40.625rem; }
#ibT9FPo5pleo3tCQdAvIZlOc0ilOhML8 { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:31.0625rem;left:33.1875rem;display:block; }
#A46UcEmMo1bSdT9cpyiRLz3loGMKXyvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rNNvrruNfLxmfv8UJG9TT5TRW9IdcTyo { color:#000000;display:block;width:12.875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:22.875rem;left:31.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d33eaa81-32df-435c-a03c-c9d49584a49b/nagowki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH.adaptive-delivery-prevent-bg, #sZhsTCZLip4yRkEyS19hRo5SwyQim9sH.lazyload, #sZhsTCZLip4yRkEyS19hRo5SwyQim9sH.lazyloading { background-image: none; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH > .row .container { border-width: 0; border-radius: 0; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#yLFlFVFrCsZO1TM9AtpSu5ZfqhqQN8kW { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:32.1875rem;left:40.625rem; }
#fuEF8wlETqtymmaXVasx3bp5kKi9HkwG { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:31.3125rem;left:33.25rem;display:block; }
#mwLw9TrU6sKkeDXawhZbFPK2XGJe9aDr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zGkNAXmnaJdl9yTKrTsIwbwEqokK9fdh { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;top:1.4375rem;left:27.875rem;display:block; }
#shrIXGOOx1N1iocv8VQXdFT2XEwMpLRd { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:30.0625rem;left:40.1875rem; }
#pGzIf2KwElTnGLi9Zbcmv656fKcP0OHb { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:26.125rem;left:28.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MQSE6AlBx9k21ukQ8gzeHn2V40fN6uTs { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:1.1875rem;left:2.75rem;display:block; }
#n6KXEZuqCkDstOk0VTa6aqS5FCvhyxTd { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:26.125rem;left:3.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RCTB00VaNvxJrMKer1ZruqGHxfVWWmgB { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:31.3125rem;left:8.125rem;display:block; }
#GoU5XdECFuqDfGuNuToOfTtMK3lmq5eF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zufru7yMkmJWNhxFfvewfVTyCWhexxLg { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:31.8125rem;left:14.875rem; }
#NZZKq7hZTtberKnXUL0FwtWsWfirGkTw { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:23.1875rem;left:34.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEtAPbw0kZeM4Owwu3GBG4ITcoTEeGv0 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.625rem;left:4.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fmhfI6J92ZRSaMgMUwAsHzfGLi3x2Nt4 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:21.5625rem;left:29.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mOkepRGoiHRi82ppQNtr55WfTkP31iIS { 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.75rem;width:18.75rem;top:1.5rem;left:3.0625rem;overflow:hidden;display:block; }
#HIvSIQVJFlzTugMtZ4dmVl54OcZXLVoy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.75rem;top:1.625rem;left:28.1875rem;overflow:hidden;display:block; }
#JOmna4x82d4lEEM3Ok41LDTtyvm70yXc { color:#000000;display:block;width:3.311525rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:23.25rem;left:10.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwTRN3ammaS0w9Kf39u2zOOtyCiGOsEL { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.4375rem;left:52.8125rem;display:block; }
#JLL9H5ByrwdmEZVOmGk3uh1WlTTeVTGu { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:31.3125rem;left:58.1875rem;display:block; }
#IQWxHw2KtLaeeocC0MvqwagkswxZec59 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPDDnCMyKviQsymAd5c5UMwrweNXp0hy { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:31.875rem;left:64.625rem; }
#sEg2BIa42UdcEpG8qGv8HWM2hxBFO0xf { color:#000000;display:block;width:18.6875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:25.375rem;left:53.1875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EXFFDPu5Ai9i2qfTEuPF4hS91Rm6km1A { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:23.75rem;left:59.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iDS8qWB81n8oGWTTMXUIxInD0S7wukd6 { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:21.875rem;left:54.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITigsdeLGLTnReoqXvUPsLL0OmstTETu { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-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.75rem;width:18.75rem;top:1.875rem;left:53.125rem;overflow:hidden;display:block; }
#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d33eaa81-32df-435c-a03c-c9d49584a49b/nagowki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS.adaptive-delivery-prevent-bg, #e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS.lazyload, #e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS.lazyloading { background-image: none; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS > .row .container { border-width: 0; border-radius: 0; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS > .row .container { font-size:0.875rem;font-family:arial;height:37.3125rem;width:75rem;position:relative;display:none; }#irxFTo7n9NMFxZzDy9Wfr0fTTMa6L9w7 { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:1.5rem;left:27.8125rem;display:block; }
#eAOWRWiELox50US0ZkkfhIVEKCaoeTTm { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:31.875rem;left:40.625rem; }
#v32NEihQCf8RthRk1zLztZtOhrF8am37 { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:31.375rem;left:33.1875rem;display:block; }
#SeuAqRSKbH9KTNqBtaN7ybF5vyhERIT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pUTCTCgsDqt8wioS1i2JqBUKHGc4dPTH { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:26.734375rem;left:28.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FoATn2PTPAKSqAcvdC6qRhMNG2wNOuEx { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:23.25rem;left:28.78125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV5xv8Dv5xx8H3fTUmLwL2Qi9xEGTPpx { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:21.625rem;left:29.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PE6qkbBTWsiqE5Ja6eAvRHmaMZH7SLC0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-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.625rem;width:18.625rem;top:2.0625rem;left:28.1875rem;overflow:hidden;display:block; }
#eHXZN7Gk9WUyRT1EeztO4cGPtt2Xv7xC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:31.875rem;left:65.625rem; }
#oxIyCUki0SMudhTEtxxflTUQB1XbrHJN { box-sizing:content-box;height:31.25rem;width:19.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:1.5625rem;left:2.8125rem;display:block; }
#h3KOugmgs68oSwXS379XJKHndkW4rgt2 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:31.9375rem;left:15.625rem; }
#qqv9VLFSPrQ4d9cTgPvLDtAvGy7wStsL { background-color:#a10c0c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:5rem;border-bottom-right-radius:5rem;box-shadow: 0rem 0.3125rem 3.125rem rgba(0,0,0,0.19) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6230625rem;height:2.1875rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:31.4375rem;left:8.1875rem;display:block; }
#OovbCbmrkx8XiuN2xy8Hfnwcl0h5qQIB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hzrW2zNxpLTJJyiVeczRzaCaWnHiU95b { color:#000000;display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:26.1875rem;left:3.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bTDcJG4XnEmB5x0IcNJgbwGaJTfimOn9 { color:#000000;display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:23.3125rem;left:9.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u5hvwA7f9X2qSGDT78gcHH4TK9xOh3hO { color:#000c0b;display:block;width:16.1875rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:21.6875rem;left:4.4375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TXnVbB0TS1JkwZzXhOhNN0rL8yzrdTUG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.625rem;width:18.625rem;top:2.125rem;left:3.1875rem;overflow:hidden;display:block; }
#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d33eaa81-32df-435c-a03c-c9d49584a49b/nagowki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB.adaptive-delivery-prevent-bg, #NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB.lazyload, #NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB.lazyloading { background-image: none; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB > .row .container { border-width: 0; border-radius: 0; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB > .row .container { font-size:0.875rem;font-family:arial;height:41.4375rem;width:75rem;position:relative;display:none; }#fqBG7vkkTRh7RVBn8fPlaIJ7qIUhVUaA { box-sizing:content-box;height:38.25rem;width:70.4375rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:1.125rem;left:3.125rem;display:block; }
#G5axwS05LtDfxKKQeUZfxx0dSJzAio8G { color:#000c0b;display:block;width:57.75rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.75rem;left:8.625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pIHxQqJ5hLG0p61ysTo1xvuEze07DScs { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:5.875rem;height:4.875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#SAGLbr6T2hTve9qayBSyO2uHIDTTJgaI { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.65625rem;left:5.875rem; }
#ppcPycz1TEVqRhMFpIvQplk0niqIul37 { color:#000c0b;display:block;width:63.25rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:5.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDS46dPDWMpxTatoc0voKmMl4Bc2ZhDa { color:#000c0b;display:block;width:59.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.828125rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#no18RZuu2HX6yS6ZS8zLhLRAsZR1fGFO { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:17.875rem;left:8.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G5EOnyanfb7TMdtv6uA6p5n8Ck8nbtfa { color:#000c0b;display:block;width:60.9375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.296875rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pCag5G7k4h3ZWOQohJF7VGEiFv0OI07h { color:#000c0b;display:block;width:58.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:23.984375rem;left:8.625rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZAVvRHaTL92NddiUOxxvHyZOGWWTVhd2 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:18.3125rem;left:5.875rem; }
#FvulVIdXDxsEvZXIFSIsgGPdKvbpaxOS { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:21.125rem;left:5.875rem; }
#brE1OpxqdSvpeRaps3Q85sLP5JfEJagT { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.8125rem;left:5.875rem; }
#K1dc35u39dl7lNGD4QaXvH8H1C0xFZOF { color:#000c0b;display:block;width:5.0625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:26.5rem;left:5.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMyM5JhTu2BbqM6Eqs2Ta01Nf2gMIU05 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.25rem;left:10.9375rem;overflow:hidden;display:block; }
#LTS9bi6TU00Zs07eHeeCvQi57EdlpTy4 { color:#000c0b;display:block;width:10.1875rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:26.5rem;left:20.9375rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPn3TqnSkBD4Pze9P6gxH4tdyUvFOqoe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.25rem;left:29.6875rem;overflow:hidden;display:block; }
#N8WCJo8Lq8TMm54uu1kh2TB7fbN6yHuZ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.25rem;left:40.8125rem;overflow:hidden;display:block; }
#X3WrmcKG0v46AAnQfEgBXlJ020e9Q8tT { color:#000c0b;display:block;width:10.4375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:36.6875rem;left:39.34375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQzvMQc3mOtCuva8zg2faOSEdHV3XHvw { color:#000c0b;display:block;width:6.8125rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:36.6875rem;left:30.03125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fHnTgtyAx7wB318ElK59UTOnIXwDUWmi { color:#000c0b;display:block;width:11.625rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:36.6875rem;left:8.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GeKfeT16nkCfv8CX7E59C10KOBy1xPnf { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.25rem;left:52.1875rem;overflow:hidden;display:block; }
#IaISPkJxTnBwl8ZaIITEPtsTwXItS5JD { color:#000c0b;display:block;width:10.4375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:36.6875rem;left:50.71875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIfrWfZhJmpq9U8cHA7aFacyapVkhJSA { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;height:7.5rem;width:7.5rem;top:28.25rem;left:62.71875rem;overflow:hidden;display:block; }
#zIf2WKka7eJlUKEWV91bu5TIJcQOsWSr { color:#000c0b;display:block;width:10.4375rem;position:absolute;font-family:exo;font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:36.6875rem;left:61.15625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { position:relative;display:none; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu { border-width: 0; border-radius: 0; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .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; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:74.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { color:#000000;display:block;width:71.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:1.875rem;left:2.3125rem;height:71.48934375rem;font-style:normal;display:block; }
#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { position:relative;display:none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { border-width: 0; border-radius: 0; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .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; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.453125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { position:absolute;display:block;z-index:15102;border-top:0;border-left:0;border-right:0;border-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.18515625rem;width:3.684375rem;top:2.2820320129394rem;left:14.561718940735rem;overflow:hidden;display:block; }
#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { border-width: 0; border-radius: 0; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:none; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { color:#001623;display:block;width:50.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;top:1.40625rem;left:22.750001907349rem;height:15.3125rem;text-align:justify;text-align-last:initial;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:not(:first-child){ padding-top:0.875rem;padding-right:0;padding-bottom:0;padding-left:0; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
#Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-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:14.25rem;top:6rem;left:4.125rem;overflow:hidden;display:block; }
#Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { position:absolute;display:block;z-index:15004;background-color:#cc9832;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #9e050d;border-left:0.0625rem solid #9e050d;border-right:0.0625rem solid #9e050d;border-bottom:0.0625rem solid #9e050d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17rem;width:0;top:0.9375rem;left:21.241319656372rem;display:block; }
#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fa77dd74-2452-4cc9-ba3d-cd805f3a9288/shutterstock_1274970895.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.adaptive-delivery-prevent-bg, #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.lazyload, #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste.lazyloading { background-image: none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { border-width: 0; border-radius: 0; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { font-size:0.875rem;font-family:arial;height:49.25rem;width:75rem;position:relative;display:none; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { color:#000000;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:25.60000038147rem;left:5.5rem;height:16.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:23.500780105591rem;left:5.5rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { color:#9e050d;display:block;width:32.625rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15030;line-height:1.1;letter-spacing:0;top:13.47031211853rem;left:1.0625rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { box-sizing:content-box;height:42.4375rem;width:30.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(158,5,13,0.37);background-image:none;top:5.8125rem;left:2.2484369277954rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { box-sizing:content-box;height:13.25rem;width:27.1875rem;position:absolute;display:block;z-index:15026;background-color:#fdfdfd;background-image:none;top:8.3765869140625rem;left:4.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:9.7374992370606rem;left:5.59375rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HspbZyw70ps2DAabmcmApiW7UDK1HR3c { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15031;line-height:1;letter-spacing:0;top:15.595336914062rem;left:8.624218940735rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.45rem;height:3.3875rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:43.062501907349rem;left:8.6500005722044rem;display:block; }
#t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { color:#ffffff;display:block;width:75rem;position:absolute;font-family:exo;font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZSVMf35vnP7DBC85kFueLJMVRTq56iED { position:absolute;display:block;z-index:15101;border-top:0;border-left:0;border-right:0;border-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.18645625rem;width:3.68541875rem;top:1.2667102813721rem;left:28.1875rem;overflow:hidden;display:block; }
#HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { box-sizing:content-box;height:13.4375rem;width:27.1875rem;position:absolute;display:block;z-index:15036;background-color:#fdfdfd;background-image:none;top:8.1890869140625rem;left:43.500000953674rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { color:#0c0b0b;display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15038;line-height:1.2;letter-spacing:0;top:9.56406211853rem;left:45.062500953674rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VeSrwxVHXa154lv2BGIPoeawDVewg7uI { color:#9e050d;display:block;width:32.625rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15040;line-height:1.1;letter-spacing:0;top:13.93906211853rem;left:40.562500953674rem;height:2.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { color:#000000;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15041;line-height:1;letter-spacing:0;top:16.9375rem;left:48.187500953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { color:#f9f6f6;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15028;line-height:1;letter-spacing:0;top:23.31406211853rem;left:44.937500953674rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.45rem;height:3.3875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:43.0625rem;left:48.368748664856rem;display:block; }
#wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COcg21KNFi756doQN30aPfawTwc4qFLT { box-sizing:content-box;height:42.25rem;width:30.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(158,5,13,0.37);background-image:none;top:5.75rem;left:41.906250953674rem;box-shadow: none;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { color:#000000;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:25.60000038147rem;left:44.912499427796rem;height:16.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
#z2rP328d9wV6G8XluC9cMPozpLEumcE3 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15032;line-height:1;letter-spacing:0;top:19.469665527344rem;left:6.7491321563719rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mc9hpon1XNarPzyiwT35s5WFSqcJ9CRN { color:#9e050d;display:block;width:17.9375rem;position:absolute;font-family:exo;font-size:1.4375rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:17.31250038743rem;left:8.405468940735rem;height:1.58125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zo6k0wnJ3INL65TDaTICHKfXr5Itl7TH { color:#000000;display:block;width:17.5rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15033;line-height:1;letter-spacing:0;top:19.407812505961rem;left:50.000000953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZPeNiIenWVrzoxpv3W1TthMvdIOu5TmU { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:400;z-index:15102;line-height:1;letter-spacing:0;top:19.470312505961rem;left:46.312500953674rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a10c0c;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:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { border-width: 0; border-radius: 0; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:75rem;position:relative;display:none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { background-color: transparent; background-image: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { display: none; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .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); }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { border-width: 0; border-radius: 0; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#G3d21hOUg5soen1lOhHZTCyCO1lKkyz5 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.5625rem;left:16.5625rem;overflow:hidden;display:block; }
#A47t4n79nI7paBMeE3dsifEePEXMeocq { color:#ffffff;display:block;width:55.0625rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9062709808349rem;left:10.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { background-color: transparent; background-image: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { display: none; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .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); }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { border-width: 0; border-radius: 0; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.874375rem;width:18.9995625rem;top:2.3125rem;left:11rem;display:block; }
#tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-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:8.125rem;width:11.25rem;top:4.6867437362671rem;left:51.374218940735rem;overflow:hidden;display:block; }
#MD510hmcto8U7RikTE1vwCXbApcbIKaU { position:absolute;display:block;z-index:15029;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.874375rem;width:18.9995625rem;top:2.9365234375rem;left:47.5rem;display:block; }
#AbN8u2g79TOIgyCev55tDxEWOHXx3ofm { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-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.875rem;width:15.99925rem;top:5.3117437362671rem;left:12.499218940735rem;overflow:hidden;display:block; }
#ledECb0yEobAL4Kg786eeTL5O3brMSyh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { background-color: transparent; background-image: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { display: none; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .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); }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { border-width: 0; border-radius: 0; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.9375rem;left:25.062500953674rem;overflow:hidden;display:block; }
#WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { color:#ffffff;display:block;width:20.1875rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:28.748436927796rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { background-color: transparent; background-image: none; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container > .video-iframe-container { display: none; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row > .video-iframe-container { display: none; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .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); }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { border-width: 0; border-radius: 0; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9991875rem;top:2.3101568222046rem;left:28.062500953674rem;display:block; }
#g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-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:10.3125rem;width:10.3125rem;top:3.5898447036743rem;left:32.405468940735rem;overflow:hidden;display:block; }
#cCQANBO243weF6729IJD5zr2Wm11GMP1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { background-color: transparent; background-image: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container > .video-iframe-container { display: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container { display: none; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .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); }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { border-width: 0; border-radius: 0; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#JnNEFbRcP8UXFid9R7qMOGQVZVF2fH24 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.9375rem;left:27.25rem;overflow:hidden;display:block; }
#Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.375rem;left:31.75rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 > .row .container { border-width: 0; border-radius: 0; }#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 > .row .container { font-size:0.875rem;font-family:arial;height:32.9375rem;width:75rem;position:relative;display:none; }#m8isf51P5grGcRHyoXJNuIbPaLoBu7mz { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.5rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#ypbViMpR9io82nqWDNs5CWxuoOkExIbn { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:12.5rem;top:0.5rem;left:14.125rem;overflow:hidden;display:block; }
#isO7Nz71OLnPVln3vUXBQgpaWUATodof { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-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.5625rem;width:12.5rem;top:0.5rem;left:29.90625rem;overflow:hidden;display:block; }
#bK23bbJAm4GB1g4CL5nplMhkicXtC1K3 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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.25rem;width:6.25rem;top:14.5634765625rem;left:17.46875rem;overflow:hidden;display:block; }
#mxOZTqb23iPiliOxk02UTMP2Z9LmlCLz { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.5rem;top:0rem;left:61.46875rem;overflow:hidden;display:block; }
#ErPvqV7HoP768Ci8tTtyVlQTK7v8Tat0 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:12.5rem;top:8.09375rem;left:0rem;overflow:hidden;display:block; }
#u5WiXFcxtTLAtyTZoDO3PCJ9DBVAvlmW { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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.75rem;width:12.5rem;top:8.96875rem;left:17.46875rem;overflow:hidden;display:block; }
#AqvEqL40ZyBnAsTc6GHGNZf63uTeczyK { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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.875rem;width:12.5rem;top:0rem;left:48.03125rem;overflow:hidden;display:block; }
#ttURhPJa6sAWdNyAfdqw4MMnAFwNMuMd { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-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.25rem;width:12.5rem;top:16.5634765625rem;left:0rem;overflow:hidden;display:block; }
#wvoKlzsyTeIzAxmw0VdAyBWoaRvJLtf4 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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.375rem;width:12.5rem;top:9.15625rem;left:39.09375rem;overflow:hidden;display:block; }
#HLKTuzrQcVaBCbOsb4nkApkvbk9zH427 { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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.5rem;width:12.5rem;top:8.59375rem;left:58.75rem;overflow:hidden;display:block; }
#LsLk3sRoRakcskSfJKciLKDM8ncyE6tQ { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:6.25rem;top:15.0009765625rem;left:28.0625rem;overflow:hidden;display:block; }
#kQx5xHzAaNFTDE0KQLk3XX7FbvtHqImR { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:11.375rem;top:15.3759765625rem;left:41.84375rem;overflow:hidden;display:block; }
#y3IvfTbLAMWa1nwf8lh5McOTuI37pTdH { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:8rem;width:15.4375rem;top:23.1875rem;left:6.125rem;overflow:hidden;display:block; }
#yVLKEnbtyBo9n1FvIeuCrqOf15KZW4rS { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-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:8rem;width:8rem;top:23.1875rem;left:41.875rem;overflow:hidden;display:block; }
#g03cm17JK6LQlHvMVo3blhcePTHd2UkU { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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.875rem;width:15.4375rem;top:26.625rem;left:24.9375rem;overflow:hidden;display:block; }
#SgrDQJH4yNOOdlTMTOHJ35QDaDcrQozk { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-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.5rem;width:14.6875rem;top:23.1875rem;left:54.1875rem;overflow:hidden;display:block; }
#yXXVTOOnoEyQi01Qm8nyFfuyeGi3IAhT { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-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.0625rem;width:14.6875rem;top:15.0009765625rem;left:58.75rem;overflow:hidden;display:block; }
#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { background-color: transparent; background-image: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { display: none; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .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); }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { border-width: 0; border-radius: 0; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#k3gZzdz46xVcXSrJyUATK0qH9O1dGtV3 { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#TieRbOra8L9rCkwnKT08KRK6dcC1T313 { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8735625rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#xJsbmp6zWFN8Gop29svaRKr3V7O0REWH { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:10.25rem;width:15.875rem;top:2.2187500596046rem;left:4.5625rem;overflow:hidden;display:block; }
#AuSiQXrTQ8udzUCeCFmxvgIbZOmuKF1D { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.875rem;left:28rem;display:block; }
#pyHWU1vyOIDP3dTdFpsMsoJfLu5GxdU1 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-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:5rem;width:11.3125rem;top:4.8125rem;left:31.9375rem;overflow:hidden;display:block; }
#ztLWD17DZ1MKwlf58z775m9GdgPlpOhu { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#NEe6541faV8f7DylWgP59ehRTfvtONst { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:11.9375rem;top:4.6562502980232rem;left:56.531250953674rem;overflow:hidden;display:block; }
#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { background-color: transparent; background-image: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container > .video-iframe-container { display: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container { display: none; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .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); }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { border-width: 0; border-radius: 0; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#PGBrlsitnZfVhD5U5sODicO3DR8DCEkc { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#kZbVOiViMuO0MMoTTxkTQLRd55THRXDA { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#XPesc7PdBEvWf1JUr2NwufQ8GtEaPnlg { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:9.125rem;width:16.4375rem;top:2.78125rem;left:4.28125rem;overflow:hidden;display:block; }
#PT6kgEWlQWnOwac0Due4b3T4W0pemDGg { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.9978125rem;top:0.9375rem;left:28rem;display:block; }
#PHmnlcsyIXPihT1GoAtEbRRLyWSvEKC8 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-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.25rem;width:18.8125rem;top:4.1562509536743rem;left:28.093750953674rem;overflow:hidden;display:block; }
#OyqrDgHWcAMyr1Ctu4Wvc6lVT4Nxvawq { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#FqI6f3ibeknnclCedIsDo4CTeBeFu7H2 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:13.4375rem;top:4.7500009536743rem;left:55.781250953674rem;overflow:hidden;display:block; }
#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { background-color: transparent; background-image: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container > .video-iframe-container { display: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container { display: none; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .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); }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { border-width: 0; border-radius: 0; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#OIQdkTIVeJ3KLqJivSaA5ezadHxo7gVt { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#ElTpiINFrOeXKuHePxvrUUXu5STu9ksA { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#I04MH5CeGc0tu4z2w9ohRiVDW6fpqPZg { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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.0625rem;width:9.875rem;top:4.3125rem;left:7.561718940735rem;overflow:hidden;display:block; }
#BQg73c6JqbSeXJUfNq7k8FpxPg3m25fW { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.9978125rem;top:0.9375rem;left:28rem;display:block; }
#WHylMUp0o3ogVa8FhXdysG5ADxiXxe5S { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#TQTDHTFXeQq9zWQO5kIBWkLDhC4CgtEK { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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.625rem;width:15rem;top:7.3312511444094rem;left:30.000000953674rem;overflow:hidden;display:block; }
#FhslqZHrfzzTzu9MWGGIrx39TyfSSKIR { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:12.0625rem;top:5.78125rem;left:56.468750953674rem;overflow:hidden;display:block; }
#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { background-color: transparent; background-image: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container > .video-iframe-container { display: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container { display: none; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .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); }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { border-width: 0; border-radius: 0; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#wuwkx03DEF8tcbkVFKPpMGwh6UvP8bM8 { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#Twa4E3OBVndELHi4K5WdcOBNXc1Dwydl { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#ursyzQ04lTUMhSOklrkCz7mi2k2rzXwD { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:10.125rem;width:13.5rem;top:1.8312501907349rem;left:5.75rem;overflow:hidden;display:block; }
#fuyXxOJX8KGxDz4ufQfDiRDnUcPh7rM6 { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.9978125rem;top:0.9375rem;left:28rem;display:block; }
#U28A0N0fRezIn7Wvnr7xC2xcTqlSPRN6 { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#kqKh1AWqQ5QOmxq9Fr21ukkUztntAIat { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:9.125rem;width:12.125rem;top:2.78125rem;left:31.000000953674rem;overflow:hidden;display:block; }
#UyH9pnA0umCL5IJ7BJDgIdUQ2UUa71DT { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:10.4375rem;width:14.1875rem;top:2.125rem;left:55.406250953674rem;overflow:hidden;display:block; }
#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container { background-color: transparent; background-image: none; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container > .video-iframe-container { display: none; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row > .video-iframe-container { display: none; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .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); }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container { border-width: 0; border-radius: 0; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#E6xV07cVQ5NQUESoTt7mr0AIKC5OKE1c { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#PTiEkJLSVR8LSInhImzszZqz449QGKaD { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#TBXQh5nJq97kKFg3ra9U3if1Wk1w7GlQ { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.9978125rem;top:0.9375rem;left:28rem;display:block; }
#oS2QTA3F0qwpqueyKh2FBqE6VHW0lM8U { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:53rem;display:block; }
#KtPfqZzn4Iiqpdo9ReTyvLlitrZUR0o0 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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:10.4375rem;width:13.9375rem;top:2.28125rem;left:30.2583230561rem;overflow:hidden;display:block; }
#q4c2fz0Il01wLeAVmq8Rgnvoktcsbr2k { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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.75rem;width:13.9375rem;top:4.96875rem;left:55.531250953674rem;overflow:hidden;display:block; }
#TKgNgXCfRXaP4EVRdvFDlXcSsCWuvz6H { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:16.625rem;top:4.9375004768372rem;left:4.1875rem;overflow:hidden;display:block; }
#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container { background-color: transparent; background-image: none; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container > .video-iframe-container { display: none; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row > .video-iframe-container { display: none; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .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); }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container { border-width: 0; border-radius: 0; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#Bs4Wy096VTKEXeqt8ikFrcUB9MHx3rVb { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#r3JE3aTe3ITJGTTl3ItkH4HKpem3TeSI { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87475rem;width:18.999rem;top:0.9375rem;left:3rem;display:block; }
#vZc4dgtPNhzAI8iT9Hk5lV5SvZlMXXDh { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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.4375rem;width:14.8125rem;top:5.1250002384186rem;left:5.09375rem;overflow:hidden;display:block; }
#BwTRXEZQGanc1NtQFPJWKUNUuiagTPSl { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.8723125rem;width:18.9978125rem;top:0.9375rem;left:28rem;display:block; }
#eOAozUZN7xnKzt4J9ktPf1FSeWz80WvE { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.90625rem;left:53.000782966614rem;display:block; }
#fiNPoX178KQAgDQcRxe5gTJtuvzv0fF6 { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:13.9375rem;top:4.5625002384186rem;left:30.531250953674rem;overflow:hidden;display:block; }
#zFtczZsEZaDAJ5E0shAdAZP2x9yGNFoi { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-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:9.3125rem;width:13.8125rem;top:2.6875009536743rem;left:55.593750953674rem;overflow:hidden;display:block; }
#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container { background-color: transparent; background-image: none; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container > .video-iframe-container { display: none; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row > .video-iframe-container { display: none; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .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); }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container { border-width: 0; border-radius: 0; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#k7M66Z5sInnUezW8nPaAa4vlCR0Tt8R5 { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#Iqxo06E6K4T4dNFHxdE97mPBuUTKEH0T { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.90625rem;left:3rem;display:block; }
#X6xFI3UIKdasW6klxUlz7Cwx61RTqgpd { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:16.625rem;top:4.59375rem;left:4.375rem;overflow:hidden;display:block; }
#SLIA3Kww8lhEtQQI5qKWlwfUcBa0w0tn { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.875rem;left:28rem;display:block; }
#TQWlh6rTvpvrTqbrAFn8yogVr5ifACvC { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.875rem;left:53rem;display:block; }
#xmtDD8HpSL9Qg49DPnN9hK2WprfIuPL9 { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:13.25rem;top:4.5937480926514rem;left:30.187500953674rem;overflow:hidden;display:block; }
#U121rvU8Sv7FO2qZMr1zkkOdoqzamyDW { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:18.5rem;top:2.7812480926514rem;left:53.048200399658rem;overflow:hidden;display:block; }
#cfnDquxr7bskygnfFmLoARiwINwTik1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container { background-color: transparent; background-image: none; }#cfnDquxr7bskygnfFmLoARiwINwTik1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container > .video-iframe-container { display: none; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row > .video-iframe-container { display: none; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .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); }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container { border-width: 0; border-radius: 0; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:75rem;position:relative;display:block; }#wwD2fBPBpLd0OVNQ1isbFFUo5hgN9RK5 { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:0rem;left:28rem;display:none; }
#FEhHmW238zfFLfAN29Fza51vFJ8VP2ug { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.90625rem;left:3rem;display:block; }
#KRqDEzkRAWMWDv4XN2HpobQtT6Li3Xlf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-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:9.125rem;width:18.75rem;top:2.78125rem;left:3.125rem;overflow:hidden;display:block; }
#pXwJgAZNIeqDGr9SMzR8t3bDpfFUcmTb { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.875rem;left:28rem;display:block; }
#gcElhuOaPdt127PaZsvw5pWQSBH0lMxE { position:absolute;display:block;z-index:15031;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.87425rem;width:18.9984375rem;top:0.875rem;left:53rem;display:block; }
#AI7tJ4R6dBXzb8oFKWDrTX5oA1hOWw1y { 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:9.125rem;width:18.25rem;top:2.78125rem;left:28.375000953674rem;overflow:hidden;display:block; }
#pL9eNhGBXGOXETXTi1ribaoLe16FFb0q { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:15.5rem;top:4.90625rem;left:54.750000953674rem;overflow:hidden;display:block; }
#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { background-color: transparent; background-image: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { display: none; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .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); }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { border-width: 0; border-radius: 0; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#GJHc7thmxVUF8svNXxZC5Hp0WMUoxOa9 { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.5625rem;left:23.875000953674rem;overflow:hidden;display:block; }
#qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.6875rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { background-color: transparent; background-image: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container > .video-iframe-container { display: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container { display: none; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .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); }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { border-width: 0; border-radius: 0; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#eHUdI4kdDA3bg8TDsQRTrHx5HlUObgPs { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#xqcbU5xQDOsGaa6bdxzOmI4W0O829GGT { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#ikCTX8BbdC2OOVzGAvHLTvsmWs0PBx2V { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53.25rem;display:block; }
#qQ057yTLnJNKF4k6mtOOMcfugHXCFO1I { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-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:11.5625rem;width:15.4375rem;top:3.625rem;left:30.218750953674rem;overflow:hidden;display:block; }
#RMvTC2WEw60omUllNPdTWZtKgTWRB2la { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-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:10.625rem;width:14.125rem;top:3.65625rem;left:56.425004005432rem;overflow:hidden;display:block; }
#cEBIxaU1gi5cfHolE4Jr5mgwZm2F4azb { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:17.125rem;top:2.875rem;left:3.5625rem;overflow:hidden;display:block; }
#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { background-color: transparent; background-image: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container > .video-iframe-container { display: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container { display: none; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .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); }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { border-width: 0; border-radius: 0; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#VUr8nnnyI4P9UmSHvcqnTB07K7qv1Kbx { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:28.25rem;display:block; }
#g3RtoOCSrarxmIvitg605gu6ZAJGJDdh { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:2.75rem;display:block; }
#xNmuesIsCOd0BVo0fhFW0TNWTFlUbSCw { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-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:11.5625rem;width:15.4375rem;top:3.625rem;left:30.031250953674rem;overflow:hidden;display:block; }
#Wnv5nIThcVwWRtEHabZB0REZ9h3tS3JJ { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-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:11.4375rem;width:15.3125rem;top:3.5937509536743rem;left:4.84375rem;overflow:hidden;display:block; }
#J8KEcTImJhbMyhzTbr6TwU4rN00UCuGo { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:2.875rem;left:53rem;display:block; }
#sHWm2H0k2ockhkGQgXoA18DGw8eT9TRx { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-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:11.5625rem;width:11.5625rem;top:3.1875rem;left:56.718750953674rem;overflow:hidden;display:block; }
#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { background-color: transparent; background-image: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container > .video-iframe-container { display: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container { display: none; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .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); }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { border-width: 0; border-radius: 0; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#utSJRyoD510TP6uJc7CmdpzQgb7Ag3JR { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.5625rem;left:25.3125rem;overflow:hidden;display:block; }
#tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:27.6875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { position:relative;display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { background-color: transparent; background-image: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container > .video-iframe-container { display: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row > .video-iframe-container { display: none; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .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); }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { border-width: 0; border-radius: 0; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .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; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:11.375rem;width:16.875rem;top:0.875rem;left:0.84375rem;display:block; }
#FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:13.0625rem;top:3.875rem;left:2.84375rem;overflow:hidden;display:block; }
#oDgDR8MzJ4CVspt3K71JGXl3NU8eDh3q { 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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:11.375rem;width:16.875rem;top:0.875rem;left:19.687501907349rem;display:block; }
#VyThDPElzPeG2yAPfJWhLF1TVTecicvM { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-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:13.5625rem;top:3.96875rem;left:21.625001907349rem;overflow:hidden;display:block; }
#g1QqL4qvvH9Z1eccmMlhtKIo6qkD70ZS { position:absolute;display:block;z-index:15026;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:11.375rem;width:16.875rem;top:0.875rem;left:38.437501907349rem;display:block; }
#hkV2NSDsb1W1ZmkeCc97rTIfhGJoWobd { position:absolute;display:block;z-index:15027;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:11.375rem;width:16.875rem;top:0.875rem;left:57.187501907349rem;display:block; }
#DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-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.125rem;width:14.625rem;top:4.5000009536743rem;left:39.562501907349rem;overflow:hidden;display:block; }
#toEB4ltaXxOCaMwUMmx1OzMSglAQermT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-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.875rem;width:13.6875rem;top:5.1250009536743rem;left:58.781251907349rem;overflow:hidden;display:block; }
#kP5qoAA79FndObWKFqq7MfwD31MKWxeW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kP5qoAA79FndObWKFqq7MfwD31MKWxeW > .row .container { border-width: 0; border-radius: 0; }#kP5qoAA79FndObWKFqq7MfwD31MKWxeW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kP5qoAA79FndObWKFqq7MfwD31MKWxeW > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:none; }#l7WsVhdZsrNLISrSUUoWeygVz7nRdqtV { position:absolute;display:block;z-index:15028;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:1.375rem;left:9.25rem;display:block; }
#spNNFMT1y9rAnEmLpNKyWg2tVQKDt6zA { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:16.875rem;top:4.59375rem;left:10.3125rem;overflow:hidden;display:block; }
#tPaCuJFe0IgUJuw5o0m5aOofRqG0Am00 { position:absolute;display:block;z-index:15029;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: 0rem 0rem 1.3125rem rgba(0,0,0,0.21) ;height:12.875rem;width:19rem;top:1.375rem;left:46.75rem;display:block; }
#Sl6K9FVsKH06mHzUpA9P0G2cuFu6HLwe { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-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:8.875rem;width:12.4375rem;top:3.3125rem;left:50.031251907349rem;overflow:hidden;display:block; }
#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { background-color: transparent; background-image: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { display: none; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .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); }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { border-width: 0; border-radius: 0; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:75rem;position:relative;display:block; }#UTbzaQQus1hFC7pvCNL7h4UTUR9KgZ8S { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-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.18671875rem;width:3.6859375rem;top:1.75rem;left:28.875rem;overflow:hidden;display:block; }
#iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { color:#ffffff;display:block;width:8.87425rem;position:absolute;font-family:exo;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.125rem;left:33.1875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { background-color: transparent; background-image: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { display: none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .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); }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { border-width: 0; border-radius: 0; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { font-size:0.875rem;font-family:arial;height:0.9375rem;width:75rem;position:relative;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { background-color: transparent; background-image: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { display: none; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .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); }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { border-width: 0; border-radius: 0; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:75rem;position:relative;display:block; }#SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { position:absolute;display:block;z-index:15006;border-top:0.125rem solid #9e050d;border-left:0.125rem solid #9e050d;border-right:0.125rem solid #9e050d;border-bottom:0.125rem solid #9e050d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:2.375rem;overflow:hidden;display:block; }
#GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:1.4375rem;left:2.375rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:6rem;left:14rem;height:3.1875rem;display:block; }
#x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:.9;letter-spacing:0;top:9.875rem;left:13.999218940735rem;height:2.53125rem;display:block; }
#JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { color:#000000;display:block;width:33rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:1.4375rem;left:40.562500953674rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #9e050d;border-left:0.125rem solid #9e050d;border-right:0.125rem solid #9e050d;border-bottom:0.125rem solid #9e050d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:4.1875rem;left:39.474999427796rem;overflow:hidden;display:block; }
#NuZPCenQmszDgptdK6Mh656gyF1RAT9u { color:#000000;display:block;width:23.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6rem;left:51.812500953674rem;height:3.1875rem;display:block; }
#iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { color:#000000;display:block;width:28rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:.9;letter-spacing:0;top:9.8125rem;left:51.812500953674rem;height:2.53125rem;display:block; }
#hfvrnNaTik8SoywutzdNumh7uoWkVriW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/xrkwkImq/shutterstock_1675260034.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW.adaptive-delivery-prevent-bg, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyload, #hfvrnNaTik8SoywutzdNumh7uoWkVriW.lazyloading { background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { background-color: transparent; background-image: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { display: none; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .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); }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { border-width: 0; border-radius: 0; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW::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; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:75rem;position:relative;display:block; }#q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { color:#000000;display:block;width:21.8125rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.018750190735rem;left:14.717968940735rem;height:2.7625rem;display:block; }
#rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { position:absolute;display:block;z-index:15005;border-top:0.125rem solid #9e050d;border-left:0.125rem solid #9e050d;border-right:0.125rem solid #9e050d;border-bottom:0.125rem solid #9e050d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:10.5rem;width:10.5rem;top:3.5867195129394rem;left:2.3125rem;overflow:hidden;display:block; }
#M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0.6875rem;left:2.3125rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { color:#000000;display:block;width:22.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:.9;letter-spacing:0;top:10.300001144409rem;left:14.686718940735rem;height:2.53125rem;display:block; }
#qocGsDisP57ahusut99kVzQSBpAeLaJp { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:.9;letter-spacing:0;top:9.78125rem;left:51.687500953674rem;height:2.53125rem;display:block; }
#CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { position:absolute;display:block;z-index:15007;border-top:0.125rem solid #9e050d;border-left:0.125rem solid #9e050d;border-right:0.125rem solid #9e050d;border-bottom:0.125rem solid #9e050d;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: none;height:10.1875rem;width:10.1875rem;top:3.2062511444092rem;left:39.675000190735rem;overflow:hidden;display:block; }
#Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { color:#000000;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5625rem;left:51.6875rem;height:2.7625rem;display:block; }
#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { border-width: 0; border-radius: 0; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:none; }#Wd2fBLHAt00fOmcpZaTmClPBpTWitnOF { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:3.6875rem;top:1.625rem;left:32.625rem;overflow:hidden;display:block; }
#BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { color:#ffffff;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2rem;left:37.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { border-width: 0; border-radius: 0; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;position:relative;display:none; }#eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { z-index:15026;top:23.75rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { z-index:15027;top:27.25rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { z-index:15028;top:31.0625rem;left:10.6875rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.0625rem;left:9.5rem;height:1.625rem;font-style:normal;display:block; }
#UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { color:#000000;display:block;width:22.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:31.0625rem;left:9.5rem;height:1.625rem;font-style:normal;display:block; }
#p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { z-index:15025;top:20.0625rem;left:10.749999046326rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:62.5rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { z-index:15026;top:16.375rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { z-index:15027;top:12.75rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#020202;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:13.4375rem;left:7.5rem; }
#kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:17.0625rem;left:7.5rem; }
#yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:20.75rem;left:7.5rem; }
#xmRoh4q7QmftghRR7shp75Iga2MKasoR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.4375rem;left:7.5rem; }
#swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { z-index:15028;top:9.0625rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MChI8DLthx1OBqTplCex684CfCc44adw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { z-index:15029;top:5.25rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.75rem;height:3.6875rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:5.9375rem;left:7.5rem; }
#VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:9.75rem;left:7.5rem; }
#ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { z-index:15024;top:1.6875rem;left:10.75rem;background-color:transparent;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;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.675rem;height:3.6125rem;text-decoration:none;text-align:left;text-align-last:left;display:block; }
#FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:2.3125rem;left:7.5rem; }
#VokhiWcompTkXfvmA3KVTPW3G4X2Slse { color:#000000;display:block;width:48.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:2.25rem;left:16.8125rem;height:;font-style:normal;display:block; }
#ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:27.96875rem;left:7.5rem; }
#hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:31.78125rem;left:7.5rem; }
#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { background-color: transparent; background-image: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { display: none; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .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); }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { border-width: 0; border-radius: 0; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { font-size:0.875rem;font-family:arial;height:18rem;width:75rem;position:relative;display:block; }#hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:10.5625rem;left:31.40625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { color:#000000;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:14.6875rem;left:32.5625rem;height:1.3rem;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; }
#THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:13.4375rem;left:32.1875rem;height:1.3rem;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; }
#sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { color:#000000;display:block;width:17.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:2rem;left:29.5625rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { color:#001623;display:block;width:19.625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.525039672851rem;left:7.875rem;height:1.625rem;display:block; }
#vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { 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:7.1875rem;width:16.4375rem;top:0.81253814697263rem;left:5.875rem;overflow:hidden;display:block; }
#cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { box-sizing:content-box;color:#001623;font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:8.5rem;left:14.75rem;display:block; }
#M41TRASdImGQhEyuOHnsRryicCaBPfTz { box-sizing:content-box;color:#001623;font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:8.25rem;left:10.875rem;display:block; }
#DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { box-sizing:content-box;color:#001623;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:8.5625rem;left:7.125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:block; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:47.75rem;height:3.25rem;top:1.1875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { display:block; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PhPlrx15deTamglTihKfMu1S9B7y0q { top:15.5rem;left:0rem;width:22rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { top:15.8125rem;left:27.8125rem;width:19.9375rem;height:4.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { top:21.1875rem;left:41.5rem;width:5.6875rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { display:flex;width:18rem;height:5.0625rem;top:50.5625rem;left:20.27187538147rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
 }@media only screen and (max-width: 763px) { #rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { width:0.125rem;height:2.625rem;top:16.75rem;left:45rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { width:0.125rem;height:2.625rem;top:16.75rem;left:47.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { top:21.25rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { width:0.125rem;height:2.625rem;top:7rem;left:45.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJMg3AS4iOhDQccAnTRgbCPg9vBbCLwS { width:5.6875rem;height:2.4375rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FTeFBGNMByv7uR2qPlkud4OlKiBWid { display:block; }
 }@media only screen and (max-width: 763px) { #O9QmoInbCJSTFbMo6iy7EsULqlR8bnHI { width:5.5rem;height:2.3125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI626OMr11DwoakN7AdxCdanFaEfBuew { display:block; }
 }@media only screen and (max-width: 763px) { #zT0g3olOuGzsH2cDR5UB30P1f3TWTx9r { width:5.4375rem;height:2.3125rem;top:1.3125rem;left:10.784375190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6KL39zkxvP0IG5H6kdGP00GvCLVThJ { display:block; }
 }@media only screen and (max-width: 763px) { #eTEQ55b1NMn3iQSikJfFRcpid4J4FoUX { width:7.375rem;height:2.3125rem;top:1.3125rem;left:2.0968751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh6z0LZ3TP4HyNgmMed5FODpKlGaGy7 { display:block; }
 }@media only screen and (max-width: 763px) { #dgwiAdBgp4bJk8S88aFv21rue42D9UOX { display:block; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymJzn6pw4HyTIyAzhGEBesTT6RV6ugoU { top:3.1875rem;left:5.3125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEOov79CrxZLOTGnHDt8DZVdyA9TADvS { top:3.1875rem;left:21.1875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhGVifySQySxn3DwdCZTcmBDk5qReMK { top:3.1875rem;left:37.0625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:22.125rem;height:4.1875rem;top:11.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { width:21.5rem;height:4.1875rem;top:11.125rem;left:10.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7iq16TZR81gGfGXN2G0WbayilssRZe1 { width:17rem;height:2.8125rem;top:11.125rem;left:30.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { display:block; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bvOunriAwVBd1QKgKfsFGUQGGfv5CC4z { top:1.25rem;left:4.8125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPudm0oApvOU5eMLTOOEZHVvhPir3PXP { top:1.25rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a278TtEmxAZ0lOD4oDnfz4LJEzg8Mbc5 { top:1.25rem;left:36.5625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRlrLoxOUU6ahkTBwshDO1MuWB0xLiS { width:19.5rem;height:4.1875rem;top:9.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNWm07uL0XAi2rgBNc1AvrGiId6yuHno { width:23.3125rem;height:4.1875rem;top:9.25rem;left:8.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRxgGa05OBWLQeKMkJCln22TZpMnXkDf { width:22.0625rem;height:4.1875rem;top:9.25rem;left:25.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:block; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:12.4375rem;height:3.6875rem;top:2.25rem;left:17.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { display:block; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { top:7.5rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { top:2.5rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { top:11.5625rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { top:7.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { top:11.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { top:15.3125rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { top:15.3125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { top:1.375rem;left:15.986718177796rem;width:3.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:28.25rem;height:2.4375rem;top:1.75rem;left:19.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { top:1.4375rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { top:13.5625rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBx42p820oBtavuRiO6phBID4IV3mfxo { top:1.4375rem;left:16.687500953674rem;width:14.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { top:10.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { top:10.8125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { top:15.5rem;left:0rem;width:5.5rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { top:15.5rem;left:0rem;width:40.0625rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { top:19.9375rem;left:0rem;width:6.4375rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { top:21.4375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { top:19.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { top:26.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { top:24.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { top:24.625rem;left:0rem;width:6.25rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { top:29.25rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { top:29.3125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { top:29.4375rem;left:18.750000953674rem;width:17.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { top:1.3125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { top:32.25rem;left:0rem;width:6.0625rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { top:32.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { top:33.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { top:35.875rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { top:39.6875rem;left:0rem;width:44.4375rem;height:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { top:35.875rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { top:50.375rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { top:50.4375rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { top:54.75rem;left:0rem;width:6.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { top:69.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { top:67.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZNRrHf8O9HcwhGELbPmilLV2wClrPai { top:56.3125rem;left:0rem;width:37.5625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { top:58.625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { top:54.75rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { top:64.25rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { top:64.3125rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSgxRfCsnbOI80WPDxNF9k9azMvRtolr { top:64.375rem;left:13.687501907349rem;width:17.0625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { top:67.75rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { top:58.625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { top:71.3125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { top:71.3125rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPzTTuAiFTTUiPJWGudy02EpDeuB8WQH { top:75.1875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { top:75.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { top:79.0625rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDZ2lVWN1NLmTg1X7VKQqTQl3JBnPePQ { top:79.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3A119JCG59CL4FxGOVLITX3GlohnAhn { top:80.6875rem;left:0rem;width:23.125rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { top:3.5rem;left:0rem;width:6.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { top:3.5rem;left:0rem;width:36.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { top:4.75rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { top:16.875rem;left:0rem;width:47rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GxUVbHsCTHKSB4MQs2owpGWRXtOWSMNn { top:76.75rem;left:0rem;width:22.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { top:60.375rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { top:84.375rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { top:84.3125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { top:72.8125rem;left:0rem;width:44.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2iZEsC42DdVtdqtkXiEDJZBCNUCMPBA { top:43.0625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #syDSWvy42re4w5qMb03BfE2L9bGfsrP1 { top:44.625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eukr3x7CRVD1d7gmZrg3o7urk3flTdo8 { top:46.125rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHarBelb8HOX29MO1i3WUMdlN8lBwUCS { top:95.9375rem;left:10.750001907349rem;width:19.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { top:89.1875rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { top:89.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { top:87.125rem;left:0rem;width:29.125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKslWPl5TR2LzbMeVE1enOTT8b7HAfvk { top:90.8125rem;left:0rem;width:38.8125rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { top:95.8125rem;left:0rem;width:47.75rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { top:93.3125rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEmOwpO4oUFKTT8DlpR0G33bpnUDrpRi { top:93.3125rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVMfl9fl5gBtsuQzFdaQWxDfnON2Q6Wh { top:96rem;left:0rem;width:6.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfVpu873adrlqq3Kzgi8GzR3elB1qIMI { top:47.6875rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovyTcBaGdIdNv9UNPzIC1GlLoKL3rTXg { top:46.125rem;left:0rem;width:1.375rem;height:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { display:block; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { top:3.25rem;left:0rem;width:6.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { top:3.4375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQONKCl6f3gfh863emrIUkfQHKRv9tWk { top:7.1875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { top:9.5rem;left:0rem;width:12.5rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { top:12.75rem;left:0rem;width:8.1875rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { top:5.1875rem;left:0rem;width:6.4375rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c { display:block; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwIE5p5mwoXnpnwmsJ8TtycBLkLwuwGH { top:1.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2Z6z4vF6VUqdgV4P06zsETV1Er8v3a { top:5.75rem;left:0rem;width:47.75rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUs19cpCiceuTvEmJyO9E2o4nWACgcG0 { width:15.0625rem;height:2.3125rem;top:8.125rem;left:16.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vu9CgTlPbickoTXbcfcRMSCRGmIJvZ { display:block; }
 }@media only screen and (max-width: 763px) { #XDUzeP4pV1PT5Sm3IMObdkfveyFU3xtE { top:11.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { display:block; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BS3Mi0UdANiomKA3CBHFosh80kCZcICW { width:28.25rem;height:2.4375rem;top:1.3125rem;left:10.750000953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { display:block; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { width:47.75rem;height:4.1875rem;top:0.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { width:47.75rem;height:8.375rem;top:5.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { top:17.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { width:47.75rem;height:1.1875rem;top:15.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { width:47.75rem;height:1.1875rem;top:17.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { top:19.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { width:47.75rem;height:1.1875rem;top:19.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { width:47.75rem;height:1.1875rem;top:22.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { top:22.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { width:47.75rem;height:1.1875rem;top:24.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { top:24.5625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { width:5.0625rem;height:1.375rem;top:28.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { width:10.1875rem;height:1.375rem;top:27.9375rem;left:7.5000019073488rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cm5oT8winExB5hxT1MfMb84nQfIXQD { top:30.5rem;left:8.1250019073488rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { top:30.5rem;left:21.250001907349rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { top:30.5rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIucdabmHfmsVxz6oZFISoIwRiqLusks { top:30.5rem;left:34.937501907349rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { width:9.375rem;height:3.625rem;top:38.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { width:14.8125rem;height:4.875rem;top:38.75rem;left:4.0000019073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { width:12.75rem;height:4.875rem;top:38.8125rem;left:19.430555343628rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { width:12.75rem;height:3.625rem;top:38.75rem;left:32.312501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAgWCl40TKzexi1WCwFQ6UbGMZSrdT0r { top:2.5625rem;left:8.8125rem;width:3.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:28.25rem;height:2.4375rem;top:3.125rem;left:9.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { top:3.6875rem;left:26.875rem;width:20.75rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { width:16.1875rem;height:1.625rem;top:22.5rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { width:16.9375rem;height:4.375rem;top:24rem;left:30.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { top:1.9375rem;left:0rem;width:20.9375rem;height:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5625rem;height:2.3125rem;top:17.625rem;left:5.9992189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:16.1875rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:16.1875rem;height:1.625rem;top:22.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { width:17.625rem;height:2.875rem;top:24.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { top:4.625rem;left:11rem;width:20.75rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { width:8.5625rem;height:2.3125rem;top:17.625rem;left:21.750001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block; }
 }@media only screen and (max-width: 763px) { #bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { width:16.9375rem;height:4.375rem;top:24.4375rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDoJMmkcVF7wf4zlVAEN7P1taVSdTMU1 { width:16.1875rem;height:1.625rem;top:22.6875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { top:0rem;left:26.6875rem;width:20.9375rem;height:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { width:11.75rem;height:2.3125rem;top:17.625rem;left:34.562501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block; }
 }@media only screen and (max-width: 763px) { #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { display:block; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { top:1.3125rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { width:17.625rem;height:4.375rem;top:24.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { width:16.1875rem;height:1.625rem;top:22.5rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { width:16.1875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUt305qySS8IPhrWrdmCTdTvR98cRkp { top:3.9375rem;left:11rem;width:20.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { width:17.3125rem;height:2.875rem;top:24.5625rem;left:14.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { width:16.1875rem;height:1.625rem;top:22.5rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { top:1.6875rem;left:26.375rem;width:20.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { width:11.75rem;height:2.3125rem;top:17.75rem;left:34.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block; }
 }@media only screen and (max-width: 763px) { #seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { width:16.1875rem;height:1.625rem;top:22.5625rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { width:18.9375rem;height:2.875rem;top:24.5625rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { top:0rem;left:26.75rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { width:11.75rem;height:2.3125rem;top:17.75rem;left:18.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block; }
 }@media only screen and (max-width: 763px) { #sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { width:11.75rem;height:2.3125rem;top:17.75rem;left:2.6249990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block; }
 }@media only screen and (max-width: 763px) { #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { display:block; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { top:1.3125rem;left:0rem;width:20.9375rem;height:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { width:11.75rem;height:2.3125rem;top:17.75rem;left:3.0616321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block; }
 }@media only screen and (max-width: 763px) { #iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { width:17.625rem;height:2.875rem;top:25.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8NvuHHtVcrACNaH0drL3xSKLboExbg { width:16.1875rem;height:3.25rem;top:22.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Ak0p2E3G06XySt4FCnDog1fg920RE { width:16.1875rem;height:1.625rem;top:21.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { top:0rem;left:0rem;width:21.125rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG6gh1ikaCApkn2TubXIv509xCn28WZ { top:3.9375rem;left:11rem;width:20.75rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { width:8.5625rem;height:2.3125rem;top:17.75rem;left:21.864064216614rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block; }
 }@media only screen and (max-width: 763px) { #toVhocOgroI46kVM5V7Hh89qgahIyaQv { width:14.8125rem;height:2.875rem;top:24rem;left:16.437500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { width:16.1875rem;height:1.625rem;top:22.5rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { top:0rem;left:10.8125rem;width:20.9375rem;height:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { top:1.6875rem;left:26.375rem;width:20.875rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { width:11.75rem;height:2.3125rem;top:17.75rem;left:34.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block; }
 }@media only screen and (max-width: 763px) { #ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { width:16.1875rem;height:1.625rem;top:22.5625rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { width:18.9375rem;height:2.875rem;top:24.0625rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { top:0.125rem;left:26.5625rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:block; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { top:0rem;left:0rem;width:22.25rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { top:-0.0625rem;left:9.6875rem;width:22.0625rem;height:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:16.1875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:13.3125rem;height:2.875rem;top:25.625rem;left:1.1867189407349rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFnBS01aX2ebprwHUtvr8x9hN9POsELO { top:2.75rem;left:10.375rem;width:22rem;height:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { width:14.8125rem;height:2.875rem;top:25.75rem;left:16.281250953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { width:16.1875rem;height:1.625rem;top:23.9375rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxMRuipSyphmppOhzfru3R1pG2pX2ff { width:11.75rem;height:2.3125rem;top:18.75rem;left:19.832464218139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block; }
 }@media only screen and (max-width: 763px) { #BSA7C32aERtMss7DEAU3dXzsewkFu1rT { top:1.6875rem;left:26.8125rem;width:20.8125rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF43chC6JhW244MAy9zPzN3MUOxr1re { width:11.75rem;height:2.3125rem;top:18.5rem;left:35.250001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block; }
 }@media only screen and (max-width: 763px) { #uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { width:18.9375rem;height:2.875rem;top:25.5625rem;left:28.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { width:16.1875rem;height:1.625rem;top:24rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { top:0rem;left:25.9375rem;width:21.8125rem;height:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { display:block; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { width:16.1875rem;height:1.625rem;top:24.0625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { width:8.5625rem;height:2.3125rem;top:18.75rem;left:6.375781059265rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block; }
 }@media only screen and (max-width: 763px) { #qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { width:18.4375rem;height:2.875rem;top:25.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCPkZ451WkomgPruWaeMFReiuiAE7TB { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOinLI6notOpqtDDP1obvI6dwLiaih7I { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { width:16.1875rem;height:1.625rem;top:24.125rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { width:18.4375rem;height:2.875rem;top:25.75rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { top:2.4375rem;left:26.0625rem;width:21.5625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { width:12.4375rem;height:2.875rem;top:25.5625rem;left:33.187500953674rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { width:16.1875rem;height:1.625rem;top:24.0625rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { width:11.75rem;height:2.3125rem;top:18.625rem;left:34.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block; }
 }@media only screen and (max-width: 763px) { #qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { top:0rem;left:25.4375rem;width:21.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { width:11.75rem;height:2.3125rem;top:18.1875rem;left:19.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block; }
 }@media only screen and (max-width: 763px) { #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { display:block; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { width:16.1875rem;height:1.625rem;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block; }
 }@media only screen and (max-width: 763px) { #vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { width:18.4375rem;height:4.375rem;top:25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { width:11.75rem;height:2.3125rem;top:18.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block; }
 }@media only screen and (max-width: 763px) { #Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { width:16.1875rem;height:1.625rem;top:23.375rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { width:18.4375rem;height:2.875rem;top:25.0625rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { top:2.6875rem;left:25.5rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { width:18.4375rem;height:4.375rem;top:25.0625rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { width:16.1875rem;height:1.625rem;top:23.375rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { top:0rem;left:25.5rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { width:11.75rem;height:2.3125rem;top:18.8125rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block; }
 }@media only screen and (max-width: 763px) { #e9nTXwE9lynhZZ393J3oxilia7eNEbU5 { display:block; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gFlBSzLWs6xhlrX2qTkO1X9mvBpLNQ { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nurtPkDn9UcZB2tyTh2QRTeZwogoKVVb { width:16.1875rem;height:1.625rem;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1iRZRWOsOn71Sf2XhOEqNnHfXHuGhpy { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrDJGwtCGXImdM1laqXZSbHaw0daByvd { display:block; }
 }@media only screen and (max-width: 763px) { #FUGA4PFUsRBmFMntZ30XUZ8kIhbCTu0i { width:18.4375rem;height:5.8125rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOstR8TEDcxPUKu5SI34AUL2wl2hQ2li { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exc1fp8xbtShwagN9vZukcQ48lsrbm3D { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WusNqJoUMsOR4UdFVbreZSoBM3Qnfx4L { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U3mXHHhUXwyOtHN5qPpkU7goAy5R5K { width:16.1875rem;height:1.625rem;top:23.375rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOZXAL9RQ0QFm3tA1I3bySROf3GMQB5 { width:11.75rem;height:2.3125rem;top:18.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4ETQx5fh2QKdxJ6oHt9KdnmoCqXuN6 { display:block; }
 }@media only screen and (max-width: 763px) { #gmpQLKAmcKpgcKHc4ZOiyErk2vSx9HA3 { width:18.4375rem;height:2.875rem;top:24.9375rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIeETQ4JMt6eZRl6FmTO8UXMKRnmcSS { top:0rem;left:25.5rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUEiecbgp2HTEWGF7d0TEswleQXm0LwS { top:2.6875rem;left:25.5rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3NdzxMivt7GkHG7wdpe2ldFgcz1uKOR { width:16.1875rem;height:1.625rem;top:23.375rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8D6abNR9ghLKLrvDWzX5fznsiPRWCvo { width:13.125rem;height:2.3125rem;top:18.8125rem;left:33.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJSRNWfTa7iud8NQlF6czSBD7XOiu67 { display:block; }
 }@media only screen and (max-width: 763px) { #c7740mDBEke8dPmf9TngtTXm6UOfq8Fx { width:18.4375rem;height:2.875rem;top:25.0625rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 { display:block; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybKeaMFmD7lKKp7xsh5aNQ2A19t8hxW5 { top:0rem;left:0rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILMox9HFhGGUGlfbxUMzrzcA7FgtZBZ { width:16.1875rem;height:1.625rem;top:23.3125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCQhv3Jc1rLJpKspgp2hxGXQlR9wwl2N { width:11.75rem;height:2.3125rem;top:18.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QISfRcxMuo9QzdbBfO710BsOEhp69LT7 { display:block; }
 }@media only screen and (max-width: 763px) { #FxH3DOiGNl9LN8Fb216rS8NGFtBlCtpD { width:18.4375rem;height:2.875rem;top:24.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va2Ic5WqMMOpECUETtEKsLPzUTcwrDNQ { top:2.625rem;left:0rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #btgbJLsyOenbsILqB0fsCswfdliOkFeC { top:0rem;left:9.625rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJseRAnOPpyi6seh7vTrW5goXyQzJdo { top:2.6875rem;left:9.625rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1NUIg4Rk38nlt9LB76PNzG5lm8KRgXX { width:18.4375rem;height:2.875rem;top:24.9375rem;left:13.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qElcwRuCzIOMtkRPHRvy7Coo7N9c2wIH { width:16.1875rem;height:1.625rem;top:23.375rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8l17sIb3uTdVM5JdWk5T1awoRfsU9mJ { width:11.75rem;height:2.3125rem;top:18.8125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqES2By9SJ86N8hPpfIRITkBv4Ed3sb { display:block; }
 }@media only screen and (max-width: 763px) { #TcLaXoZEap6b2e8QoX78zTgXQmqP4uDf { top:0rem;left:25.5rem;width:22.125rem;height:22.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzyhrWcZTHkTbgz6uqrd91MiOxQJGkAC { top:2.6875rem;left:25.5rem;width:22.125rem;height:27.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDHBaq5Dm4SQVRnXU43pSTl9ATGEZ6J { width:18.4375rem;height:2.875rem;top:25rem;left:29.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W81vyC0AkXMNShTmWpmT9DSA9g5IBdI4 { width:16.1875rem;height:1.625rem;top:23.375rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { display:block; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZDMhl1S2rFF6PQrJm0dtpkDry4VuzJP { width:33.875rem;height:4.375rem;top:1.25rem;left:6.936718940735rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woLCrOGgcOMN6trQRZL8xGJ42Pv6bTra { width:11.25rem;height:2.4375rem;top:36rem;left:19.085156440735rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jer3n9CvEqTykrTcdro6XtEoSXTcnmwR { display:block; }
 }@media only screen and (max-width: 763px) { #aqAfLDtgTuXCLQhbDb9rJfml39UsuM4r { top:7.125rem;left:0rem;width:47.75rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { display:block; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { width:28.25rem;height:2.4375rem;top:1.375rem;left:9.7500009536744rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { width:12.4375rem;height:3.6875rem;top:1.875rem;left:17.656250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { width:13.375rem;height:2.75rem;top:32.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block; }
 }@media only screen and (max-width: 763px) { #HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { top:7.4375rem;left:11.5625rem;width:36.1875rem;height:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { top:2.3125rem;left:0rem;width:32.9375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLmK6lSNaIrSdscEevlV5vWaAJfqTJHI { width:28.25rem;height:2.4375rem;top:26.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1EBclAU7qSES6z9Q4C0rOViO0u75bw7 { top:9.3125rem;left:0rem;width:36.5rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJaQsPmp9WADhQCL40NBQu7XhUQTQbJ { top:32.5625rem;left:12.0625rem;width:35.6875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LintTfwtxbtdi9qPwbdnCepsxi2bva2m { display:block; }#LintTfwtxbtdi9qPwbdnCepsxi2bva2m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3y5cvzHL2siMy2Vp0HJJP98Q5DKHMRR { top:1.4375rem;left:0rem;width:47.75rem;height:123.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 { display:block; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJxgLgNLBWVvuEUdDvRlWLyvOqqKeqHQ { top:3.625rem;left:26.8125rem;width:20.8125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZXOgf6yOTgFOxxO6DiNzcBBnEtZMby { width:18.9375rem;height:1.625rem;top:24rem;left:28.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtKLzuJfE5B3VR7BU9PChCVa3xQ1yPc9 { width:16.1875rem;height:1.625rem;top:22.3125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcgvfubUm3XUACGDImPMSIyaFtPVwetq { top:0rem;left:26.75rem;width:20.875rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3qwkLBHSUtt0NSBDPPcRTltrcuw9ueb { width:8.5625rem;height:2.3125rem;top:17.75rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvh7M4XkyhPRq7V9a0rkW432tyeqUS3C { display:block; }
 }@media only screen and (max-width: 763px) { #dWeATbSquaUpyTWT07bLA9f787ipxX9a { display:block; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uVpXtg4HXn0MfXwTTZBrhsJAqf0d6FCe { top:33.1875rem;left:10.25rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLCPJKshFwzWCm13GpsyTowz6uTfqzSf { top:2.6875rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCD3SGidpdKRtDTnt30F51XgeD8VbNN { width:8.5625rem;height:2.1875rem;top:32.6875rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ton3WTu9TlMT8SnHh7cM8H31X3F3sVZe { display:block; }
 }@media only screen and (max-width: 763px) { #zKEQu0XhqxvOzf4eByNMXIr0EckL0DIP { width:7.875rem;height:1.625rem;top:25.125rem;left:20rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEn4o9sudvNxGITJxk0xdpoL9mUkwieM { top:33.1875rem;left:26.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPHiOo0205wi8TuvO0OlzOCJzBfWtqvR { width:16.1875rem;height:1.625rem;top:22.875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsUFoG2syNLaxJwoOreKVMHfdpQWTGyf { top:3rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CILWwvp3CD3vBZJh3roHXWSVUPPQml2G { top:2.6875rem;left:28.25rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TLDLy0fwdUZ1NqqK2930Rho5wOMEZI { width:8.5625rem;height:2.1875rem;top:32.6875rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I29LvVLZgiERoFKxK0TQQkSDdg7TaN52 { display:block; }
 }@media only screen and (max-width: 763px) { #JgKfzyzga1P1xAgH2c13uLbUpMgzUfTi { width:10.1875rem;height:1.625rem;top:24.875rem;left:34.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzbu7RTe58hWRx3ys9FkBMfkPLqAWoXT { top:33.1875rem;left:42.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh82SBAsFtwyTsniupSDFf8r8ugM4X0i { width:16.9375rem;height:1.625rem;top:22.875rem;left:30.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHf9uSRlOBWnFEGGTNlkmQAx1JMxmcq { top:3rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #syzAz6Trxgew0X0FbF2WweqnaA3tNIW6 { width:17.8125rem;height:2.4375rem;top:28.0625rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2Ln7lyCuRQ4oautk2VidnN5xk4A0C4 { width:17.8125rem;height:2.4375rem;top:28.0625rem;left:29.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgefu4s3XrPlibL96vdGRVLC1WVw91Qt { top:2.8125rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWnUzGSU81Z1oTq3KmPkWw65aTv8Kio { width:17.8125rem;height:3.625rem;top:27.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1aozfHCk9sgQdoWS51MenvrNQiSp9XJ { width:8.5625rem;height:2.1875rem;top:32.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FztChLcUGgM5s897aXRfLUzxpGerOGbI { display:block; }
 }@media only screen and (max-width: 763px) { #ynfc8D1F0iPoHyuiKlW0GACsZq3fdbT8 { top:33.25rem;left:10.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1cLK3zZBZUpA8h3TGAkiWleZHe1Rfd1 { width:6.3125rem;height:1.625rem;top:24.9375rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSkR0FL7Q5qlcUk7TR9QaZToElAe8ly7 { width:16.1875rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZr96RUKuRTaKU8ODI789ufcdbPsDqsJ { top:3.0625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #seQKZMlD8dc7ucADmohrC047otJKaU4T { display:block; }#seQKZMlD8dc7ucADmohrC047otJKaU4T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VOAxJzNTICDubX4qAZXbCayTthmtUo2M { top:2.75rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5s9NZLcAzKWW8BZmf7hUwnNwTvO7B6 { width:8.5625rem;height:2.1875rem;top:32.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSyTlucn3flqu9VhTOQuPPsnU72yHI0R { display:block; }
 }@media only screen and (max-width: 763px) { #KCICCr9BNT0wuRnyHUZavzP28bMIVRv0 { top:33.1875rem;left:25.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qa7aKQ5IJX36W5u9cLVlxE9hqzZqtBiT { width:17.8125rem;height:2.4375rem;top:28.5rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rh5yhV3q1lcAO7TFHhbE3BUiJsm729 { top:2.9375rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOQbgKQVwb2E9flQBXJQ2zx3Utte1Zu { width:16.1875rem;height:1.625rem;top:23.1875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANpytT4APdyVw2CINXQJQbwaZ3epTKgT { width:9.6875rem;height:1.625rem;top:24.8125rem;left:19rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRccBGIvH0LSJWdaaJVbeaoq8AnbHbeN { top:2.625rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCF2BUMRGvB3dbfFwePu3tFQ61mFFoZ { width:8.5625rem;height:2.1875rem;top:32.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZ4CFoITJyWPQHCaAh5xEEmDo83nqKc { display:block; }
 }@media only screen and (max-width: 763px) { #hG3CcErsWJJ2aA9xvwEnC85qqvSQru6A { width:17.8125rem;height:2.4375rem;top:28.5625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72UZvwdrNGgPgEFfwPlkvTQSyum2aln { top:33.1875rem;left:10.125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIwggmcGNneGoApO9nfLK62OSJ6UQz6K { width:6.5rem;height:1.625rem;top:24.875rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W932v9SEbyo5cUwFPbp7J5a1uZTKlwt7 { width:16.1875rem;height:1.625rem;top:23.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBsktktnKq4yPL36qbmLTM3FppqKIJ2z { top:2.9375rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQDw1Ixy0cRE2nlOQbDsO67DOA8BsvgG { top:2.75rem;left:28.25rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCDhVL7Gz1ORp5UZss9ATvZVkaLMUqk7 { width:8.5625rem;height:2.1875rem;top:32.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3is9idhUhfG7qk9yxoHPoKOFO6iLTUL { display:block; }
 }@media only screen and (max-width: 763px) { #B2l5q5bK1cnobVNRVgPOilXqGBXTunOl { top:33.1875rem;left:41.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ4cfc0ERxXU9JQLnH954zUAOPyCkVEO { width:17.8125rem;height:2.4375rem;top:28.5rem;left:29.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnCP0gQvMmC2UsiDxLL8XX3528Eguyl { width:9.6875rem;height:1.625rem;top:24.8125rem;left:34.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWtqfNoIIh1uZAtd3MVirFUhgWibehFM { width:16.1875rem;height:1.625rem;top:23.1875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJHD5vdNTegNTaWxcnXWA4kUC6itRtt { top:2.9375rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 { display:block; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKesTZsT0XIIeii53MfsW4ghtb8o2omN { top:2.75rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XAQNqqp8aE0r8EKMU8TXaC2rExHrUm { width:8.5625rem;height:2.1875rem;top:32.625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDuyOuTc1qeX0znOuHoRwn71KVJCdTxo { display:block; }
 }@media only screen and (max-width: 763px) { #nIFpOMckoPvJXxdkCXpRgsoxw5zHXTHG { top:33.1875rem;left:25.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDAdoBMi3vfFkluWx2wBfJA4M1lbXke7 { width:18.6875rem;height:2.4375rem;top:27.9375rem;left:13.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEwKp8bwkhXukgfoETT6Oi7NRLBO5VkW { width:6.3125rem;height:1.625rem;top:25.0625rem;left:20.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSDNEsT4OVt5NZuFO4kJ8erVkQyRGOR { width:16.1875rem;height:1.625rem;top:23.1875rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMM9c5cA2gQxgHF2eW607enGDu1AKePo { top:3.125rem;left:13rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXNAbIZcfaiS6lbFzvNJcumfv1DDEqZ { top:2.75rem;left:28.25rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3APCDAQth5GZern1uQiXWcFT8c8QXq { width:8.5625rem;height:2.1875rem;top:32.625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO2FWkfncCRtwhD79VNpMEx4T4isVln9 { display:block; }
 }@media only screen and (max-width: 763px) { #WTeH06qr391Vy7E7X1Iq2nuhqdag7CTc { top:33.1875rem;left:41.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIZyf4DX5QnmRJX5TJvAXsEDuzH7S77h { width:17.8125rem;height:2.4375rem;top:27.9375rem;left:29.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT28Z0eNSpTcaW7P2VJaCQpgS4wIckbL { width:6.3125rem;height:1.625rem;top:25.0625rem;left:36.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITHR6G1p63spTqhrFI2HUC0CNDuMJNog { width:16.1875rem;height:1.625rem;top:23.1875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3t4PaNsgX3etT7EZfC2wbhA1lLvZKdT { top:3.25rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWpUTRriDM60M61wz3F3TFVM1dr8tr0 { top:2.75rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrOiDw368hkbrF1KxXSF4ICVgrBEaTT { width:8.5625rem;height:2.1875rem;top:32.625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwGM1T9Z0Wi02lqkWO70qIX9BWUS31g { display:block; }
 }@media only screen and (max-width: 763px) { #r732t66X7lMfpSgbVWvxII3xf7yzypIS { top:33.1875rem;left:10.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bunCKpOreABVf9hQgURSsR1qVTa3Hxcm { width:18.6875rem;height:2.4375rem;top:27.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3VwMwTirFNiAJWWpsZ3Z0IfAwx6B226 { width:8.6875rem;height:1.625rem;top:25.0625rem;left:3.59375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdrNXVZlP3J06A9IThgfQAthoqOiKKN { width:16.1875rem;height:1.625rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AHWLpXnmZO1XKVOdvJs0KsBxu5BBe4 { top:3.0625rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJy0stnBiAHGrutfEtmVausuXmF2926r { display:block; }#MJy0stnBiAHGrutfEtmVausuXmF2926r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTiSixh5tFr0pWqHNsuM1LPguehVUhLA { top:1.125rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yON9spqDDupaNm4tUpB78C17St0AhVMU { top:31.5rem;left:11.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Alxe0Rw4TqbCgdSQanTc24qBxungQ9th { width:8.5625rem;height:2.1875rem;top:31rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvA920VueQPrWSHfV2U1sVekKng575s { display:block; }
 }@media only screen and (max-width: 763px) { #Ll8HmQ0AK9cNJdnn7JoaHhZeUJe2cZ89 { width:17.8125rem;height:2.4375rem;top:25.75rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8pdQJhh6LXXiffqJyxNwnsGk20TiCL5 { width:6.3125rem;height:1.625rem;top:22.875rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k52ygaEe1os7HOZNybGLQie8T7xSKZdM { width:16.1875rem;height:1.625rem;top:21.25rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2RGFwN9Jci6uFbiKrbEFaimaCfIIUs { top:1.6875rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHChvQhwVCFUlAg4wWtp2c2UWXQnx66H { top:1.1875rem;left:28.25rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygL1HLUWhV3aTeq7whN79yKtLQcpdRV3 { width:8.5625rem;height:2.1875rem;top:31.0625rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr4TS2G1rtOJxrROQhSWhLIn5N3bFfCl { display:block; }
 }@media only screen and (max-width: 763px) { #uAzvbUbbrghx4d1pgl7MLDspnGhDgAXI { top:31.5625rem;left:41.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CH0laifKTNOJ0E25Vwiw3IEOclx6TUWh { width:17.8125rem;height:2.4375rem;top:26.9375rem;left:29.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2Py51ttT3NTMm589sFzHrre2CHRWtX { width:10.5rem;height:1.625rem;top:22.9375rem;left:34.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNdzBJT9TNeGFTtQxHChfx585AVNorV4 { width:16.1875rem;height:1.625rem;top:21.3125rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeeHX35mClNL4pguRnbsTM8dQr42RheD { top:1.5rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSJrk51HKWn8OZ4kesxq9Xyp9REO2oUT { top:1.1875rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHoDqG6bKX89TX3vrml1TxbpTKFfH8p { width:17.8125rem;height:2.4375rem;top:25.8125rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftgkBHmEaZlMnANs0rgiIrO3ikXUin0M { width:16.1875rem;height:1.625rem;top:21.3125rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP8kevtNKWizaxrnppbkSken4TKrr46F { top:1.75rem;left:13.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSXlWwHMM5bspAMxnQNy7z8d4nXaFNU { top:31.5625rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibT9FPo5pleo3tCQdAvIZlOc0ilOhML8 { width:8.5625rem;height:2.1875rem;top:31.0625rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A46UcEmMo1bSdT9cpyiRLz3loGMKXyvs { display:block; }
 }@media only screen and (max-width: 763px) { #rNNvrruNfLxmfv8UJG9TT5TRW9IdcTyo { width:12.875rem;height:1.625rem;top:22.875rem;left:17.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZhsTCZLip4yRkEyS19hRo5SwyQim9sH { display:block; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLFlFVFrCsZO1TM9AtpSu5ZfqhqQN8kW { top:32.1875rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuEF8wlETqtymmaXVasx3bp5kKi9HkwG { width:8.5625rem;height:2.1875rem;top:31.3125rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwLw9TrU6sKkeDXawhZbFPK2XGJe9aDr { display:block; }
 }@media only screen and (max-width: 763px) { #zGkNAXmnaJdl9yTKrTsIwbwEqokK9fdh { top:1.4375rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrIXGOOx1N1iocv8VQXdFT2XEwMpLRd { top:30.0625rem;left:26.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGzIf2KwElTnGLi9Zbcmv656fKcP0OHb { width:17.8125rem;height:3.625rem;top:26.125rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQSE6AlBx9k21ukQ8gzeHn2V40fN6uTs { top:1.1875rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6KXEZuqCkDstOk0VTa6aqS5FCvhyxTd { width:17.8125rem;height:3.625rem;top:26.125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCTB00VaNvxJrMKer1ZruqGHxfVWWmgB { width:8.5625rem;height:2.1875rem;top:31.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoU5XdECFuqDfGuNuToOfTtMK3lmq5eF { display:block; }
 }@media only screen and (max-width: 763px) { #Zufru7yMkmJWNhxFfvewfVTyCWhexxLg { top:31.8125rem;left:10.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZZKq7hZTtberKnXUL0FwtWsWfirGkTw { width:6.3125rem;height:1.625rem;top:23.1875rem;left:20.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEtAPbw0kZeM4Owwu3GBG4ITcoTEeGv0 { width:16.1875rem;height:1.625rem;top:21.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmhfI6J92ZRSaMgMUwAsHzfGLi3x2Nt4 { width:16.1875rem;height:1.625rem;top:21.5625rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOkepRGoiHRi82ppQNtr55WfTkP31iIS { top:1.5rem;left:0rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvSIQVJFlzTugMtZ4dmVl54OcZXLVoy { top:1.625rem;left:13rem;width:18.75rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmna4x82d4lEEM3Ok41LDTtyvm70yXc { width:3.25rem;height:1.625rem;top:23.25rem;left:6.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTRN3ammaS0w9Kf39u2zOOtyCiGOsEL { top:1.4375rem;left:28.25rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLL9H5ByrwdmEZVOmGk3uh1WlTTeVTGu { width:8.5625rem;height:2.1875rem;top:31.3125rem;left:35.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWxHw2KtLaeeocC0MvqwagkswxZec59 { display:block; }
 }@media only screen and (max-width: 763px) { #QPDDnCMyKviQsymAd5c5UMwrweNXp0hy { top:31.875rem;left:41.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEg2BIa42UdcEpG8qGv8HWM2hxBFO0xf { width:18.6875rem;height:4.875rem;top:25.375rem;left:28.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXFFDPu5Ai9i2qfTEuPF4hS91Rm6km1A { width:6.3125rem;height:1.625rem;top:23.75rem;left:36.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDS8qWB81n8oGWTTMXUIxInD0S7wukd6 { width:16.1875rem;height:1.625rem;top:21.875rem;left:31.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITigsdeLGLTnReoqXvUPsLL0OmstTETu { top:1.875rem;left:28.875rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS { display:block; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irxFTo7n9NMFxZzDy9Wfr0fTTMa6L9w7 { top:1.5rem;left:12.375rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAOWRWiELox50US0ZkkfhIVEKCaoeTTm { top:31.875rem;left:26.9375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v32NEihQCf8RthRk1zLztZtOhrF8am37 { width:8.5625rem;height:2.1875rem;top:31.375rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuAqRSKbH9KTNqBtaN7ybF5vyhERIT1 { display:block; }
 }@media only screen and (max-width: 763px) { #pUTCTCgsDqt8wioS1i2JqBUKHGc4dPTH { width:17.8125rem;height:2.4375rem;top:26.6875rem;left:13.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoATn2PTPAKSqAcvdC6qRhMNG2wNOuEx { width:17.4375rem;height:1.625rem;top:23.25rem;left:14.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV5xv8Dv5xx8H3fTUmLwL2Qi9xEGTPpx { width:16.1875rem;height:1.625rem;top:21.625rem;left:15.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE6qkbBTWsiqE5Ja6eAvRHmaMZH7SLC0 { top:2.0625rem;left:13.125rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXZN7Gk9WUyRT1EeztO4cGPtt2Xv7xC { top:31.875rem;left:42.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxIyCUki0SMudhTEtxxflTUQB1XbrHJN { top:1.5625rem;left:0rem;width:19.375rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3KOugmgs68oSwXS379XJKHndkW4rgt2 { top:31.9375rem;left:11.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqv9VLFSPrQ4d9cTgPvLDtAvGy7wStsL { width:8.5625rem;height:2.1875rem;top:31.4375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OovbCbmrkx8XiuN2xy8Hfnwcl0h5qQIB { display:block; }
 }@media only screen and (max-width: 763px) { #hzrW2zNxpLTJJyiVeczRzaCaWnHiU95b { width:17.8125rem;height:3.625rem;top:26.1875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTDcJG4XnEmB5x0IcNJgbwGaJTfimOn9 { width:6.3125rem;height:1.625rem;top:23.3125rem;left:4.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5hvwA7f9X2qSGDT78gcHH4TK9xOh3hO { width:16.1875rem;height:1.625rem;top:21.6875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnVbB0TS1JkwZzXhOhNN0rL8yzrdTUG { top:2.125rem;left:0rem;width:18.625rem;height:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB { display:block; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqBG7vkkTRh7RVBn8fPlaIJ7qIUhVUaA { top:1.125rem;left:0rem;width:47.75rem;height:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5axwS05LtDfxKKQeUZfxx0dSJzAio8G { width:47.75rem;height:2rem;top:2.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIHxQqJ5hLG0p61ysTo1xvuEze07DScs { width:47.75rem;height:4.875rem;top:6.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGLbr6T2hTve9qayBSyO2uHIDTTJgaI { top:15.625rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppcPycz1TEVqRhMFpIvQplk0niqIul37 { width:47.75rem;height:1.1875rem;top:12.3125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDS46dPDWMpxTatoc0voKmMl4Bc2ZhDa { width:47.75rem;height:1.1875rem;top:15.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no18RZuu2HX6yS6ZS8zLhLRAsZR1fGFO { width:47.75rem;height:2.4375rem;top:17.875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5EOnyanfb7TMdtv6uA6p5n8Ck8nbtfa { width:47.75rem;height:1.1875rem;top:21.25rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCag5G7k4h3ZWOQohJF7VGEiFv0OI07h { width:47.75rem;height:1.1875rem;top:23.9375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAVvRHaTL92NddiUOxxvHyZOGWWTVhd2 { top:18.3125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvulVIdXDxsEvZXIFSIsgGPdKvbpaxOS { top:21.125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brE1OpxqdSvpeRaps3Q85sLP5JfEJagT { top:23.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1dc35u39dl7lNGD4QaXvH8H1C0xFZOF { width:5.0625rem;height:1.1875rem;top:26.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMyM5JhTu2BbqM6Eqs2Ta01Nf2gMIU05 { top:28.25rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTS9bi6TU00Zs07eHeeCvQi57EdlpTy4 { width:10.1875rem;height:1.1875rem;top:26.5rem;left:7.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPn3TqnSkBD4Pze9P6gxH4tdyUvFOqoe { top:28.25rem;left:16.0625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8WCJo8Lq8TMm54uu1kh2TB7fbN6yHuZ { top:28.25rem;left:27.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3WrmcKG0v46AAnQfEgBXlJ020e9Q8tT { width:10.4375rem;height:1.1875rem;top:36.6875rem;left:25.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQzvMQc3mOtCuva8zg2faOSEdHV3XHvw { width:6.8125rem;height:1.1875rem;top:36.6875rem;left:16.40625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHnTgtyAx7wB318ElK59UTOnIXwDUWmi { width:11.625rem;height:1.1875rem;top:36.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GeKfeT16nkCfv8CX7E59C10KOBy1xPnf { top:28.25rem;left:38.5625rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaISPkJxTnBwl8ZaIITEPtsTwXItS5JD { width:10.4375rem;height:1.1875rem;top:36.6875rem;left:37.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIfrWfZhJmpq9U8cHA7aFacyapVkhJSA { top:28.25rem;left:40.25rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIf2WKka7eJlUKEWV91bu5TIJcQOsWSr { width:10.4375rem;height:1.1875rem;top:36.6875rem;left:37.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzTaWFSNys99fx5w12HTLWL42mcpcHCu { display:block; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { top:1.875rem;left:0rem;width:47.75rem;height:71.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { display:block; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { top:2.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { top:2.25rem;left:0.93671894073488rem;width:3.625rem;height:3.1338263358779rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { display:block; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { top:1.375rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
 }@media only screen and (max-width: 763px) { #Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { top:6rem;left:0rem;width:14.25rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { top:0.9375rem;left:7.6163196563719rem;width:0;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { display:block; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { width:23.75rem;height:;top:25.5625rem;left:0rem;font-size:0.75rem;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { width:17.5rem;height:1.125rem;top:23.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { width:32.625rem;height:2.0625rem;top:13.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { top:5.8125rem;left:0rem;width:30.375rem;height:42.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { top:8.375rem;left:0rem;width:27.1875rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { width:23.3125rem;height:3rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspbZyw70ps2DAabmcmApiW7UDK1HR3c { width:17.5rem;height:1.1875rem;top:15.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { width:17.4375rem;height:3.375rem;top:43.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block; }
 }@media only screen and (max-width: 763px) { #gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { top:1.4375rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSVMf35vnP7DBC85kFueLJMVRTq56iED { top:1.25rem;left:15.875rem;width:3.625rem;height:3.1342174905498rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { top:8.1875rem;left:4.5625rem;width:27.1875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { width:23.3125rem;height:3rem;top:9.5625rem;left:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSrwxVHXa154lv2BGIPoeawDVewg7uI { width:32.625rem;height:2.0625rem;top:13.9375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { width:17.5rem;height:1.1875rem;top:16.9375rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { width:17.5rem;height:1.125rem;top:23.3125rem;left:14.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { width:17.4375rem;height:3.375rem;top:43.0625rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block; }
 }@media only screen and (max-width: 763px) { #COcg21KNFi756doQN30aPfawTwc4qFLT { top:5.75rem;left:1.375rem;width:30.375rem;height:42.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { width:23.75rem;height:16.125rem;top:25.5625rem;left:8rem;font-size:0.75rem;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #z2rP328d9wV6G8XluC9cMPozpLEumcE3 { width:21.5625rem;height:1.1875rem;top:19.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc9hpon1XNarPzyiwT35s5WFSqcJ9CRN { width:17.9375rem;height:1.5625rem;top:17.3125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zo6k0wnJ3INL65TDaTICHKfXr5Itl7TH { width:17.5rem;height:1.1875rem;top:19.375rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPeNiIenWVrzoxpv3W1TthMvdIOu5TmU { width:21.5625rem;height:1.1875rem;top:19.4375rem;left:10.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { display:block; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3d21hOUg5soen1lOhHZTCyCO1lKkyz5 { top:1.5625rem;left:2.9375rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:47.75rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:18.9375rem;height:12.8125rem;top:2.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { top:4.625rem;left:30.936718940735rem;width:11.25rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:18.9375rem;height:12.8125rem;top:2.875rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbN8u2g79TOIgyCev55tDxEWOHXx3ofm { top:5.25rem;left:5.6867189407349rem;width:15.9375rem;height:6.8484655530725rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { top:1.9375rem;left:11.437500953674rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:20.1875rem;height:2.4375rem;top:2.3125rem;left:15.123436927796rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { display:block; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { width:18.9375rem;height:12.8125rem;top:2.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { top:3.5625rem;left:13.5625rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCQANBO243weF6729IJD5zr2Wm11GMP1 { display:block; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnNEFbRcP8UXFid9R7qMOGQVZVF2fH24 { top:1.9375rem;left:13.625rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { width:11.25rem;height:2.4375rem;top:2.375rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 { display:block; }#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8isf51P5grGcRHyoXJNuIbPaLoBu7mz { top:0.5rem;left:0rem;width:12.5rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbViMpR9io82nqWDNs5CWxuoOkExIbn { top:0.5rem;left:0.5rem;width:12.5rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isO7Nz71OLnPVln3vUXBQgpaWUATodof { top:0.5rem;left:16.28125rem;width:12.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK23bbJAm4GB1g4CL5nplMhkicXtC1K3 { top:14.5625rem;left:3.84375rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxOZTqb23iPiliOxk02UTMP2Z9LmlCLz { top:0rem;left:35.25rem;width:12.5rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErPvqV7HoP768Ci8tTtyVlQTK7v8Tat0 { top:8.0625rem;left:0rem;width:12.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5WiXFcxtTLAtyTZoDO3PCJ9DBVAvlmW { top:8.9375rem;left:3.84375rem;width:12.5rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqvEqL40ZyBnAsTc6GHGNZf63uTeczyK { top:0rem;left:34.40625rem;width:12.5rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttURhPJa6sAWdNyAfdqw4MMnAFwNMuMd { top:16.5625rem;left:0rem;width:12.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvoKlzsyTeIzAxmw0VdAyBWoaRvJLtf4 { top:9.125rem;left:25.46875rem;width:12.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLKTuzrQcVaBCbOsb4nkApkvbk9zH427 { top:8.5625rem;left:31.5rem;width:12.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLk3sRoRakcskSfJKciLKDM8ncyE6tQ { top:15rem;left:14.4375rem;width:6.25rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQx5xHzAaNFTDE0KQLk3XX7FbvtHqImR { top:15.375rem;left:28.21875rem;width:11.375rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3IvfTbLAMWa1nwf8lh5McOTuI37pTdH { top:23.1875rem;left:0rem;width:15.4375rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVLKEnbtyBo9n1FvIeuCrqOf15KZW4rS { top:23.1875rem;left:28.25rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03cm17JK6LQlHvMVo3blhcePTHd2UkU { top:26.625rem;left:11.3125rem;width:15.4375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrDQJH4yNOOdlTMTOHJ35QDaDcrQozk { top:23.1875rem;left:33.0625rem;width:14.6875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXXVTOOnoEyQi01Qm8nyFfuyeGi3IAhT { top:15rem;left:33.0625rem;width:14.6875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { display:block; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3gZzdz46xVcXSrJyUATK0qH9O1dGtV3 { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TieRbOra8L9rCkwnKT08KRK6dcC1T313 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJsbmp6zWFN8Gop29svaRKr3V7O0REWH { top:2.1875rem;left:0rem;width:15.875rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSiQXrTQ8udzUCeCFmxvgIbZOmuKF1D { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHWU1vyOIDP3dTdFpsMsoJfLu5GxdU1 { top:4.8125rem;left:18.25rem;width:11.3125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztLWD17DZ1MKwlf58z775m9GdgPlpOhu { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEe6541faV8f7DylWgP59ehRTfvtONst { top:4.625rem;left:33.718750953674rem;width:11.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { display:block; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGBrlsitnZfVhD5U5sODicO3DR8DCEkc { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kZbVOiViMuO0MMoTTxkTQLRd55THRXDA { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPesc7PdBEvWf1JUr2NwufQ8GtEaPnlg { top:2.75rem;left:0rem;width:16.4375rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6kgEWlQWnOwac0Due4b3T4W0pemDGg { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmnlcsyIXPihT1GoAtEbRRLyWSvEKC8 { top:4.125rem;left:12.9375rem;width:18.8125rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqrDgHWcAMyr1Ctu4Wvc6lVT4Nxvawq { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqI6f3ibeknnclCedIsDo4CTeBeFu7H2 { top:4.75rem;left:32.968750953674rem;width:13.4375rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { display:block; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIQdkTIVeJ3KLqJivSaA5ezadHxo7gVt { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ElTpiINFrOeXKuHePxvrUUXu5STu9ksA { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I04MH5CeGc0tu4z2w9ohRiVDW6fpqPZg { top:4.3125rem;left:2.9992189407349rem;width:9.875rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQg73c6JqbSeXJUfNq7k8FpxPg3m25fW { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHylMUp0o3ogVa8FhXdysG5ADxiXxe5S { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTDHTFXeQq9zWQO5kIBWkLDhC4CgtEK { top:7.3125rem;left:16.312500953674rem;width:15rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhslqZHrfzzTzu9MWGGIrx39TyfSSKIR { top:5.75rem;left:33.656250953674rem;width:12.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { display:block; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuwkx03DEF8tcbkVFKPpMGwh6UvP8bM8 { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Twa4E3OBVndELHi4K5WdcOBNXc1Dwydl { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursyzQ04lTUMhSOklrkCz7mi2k2rzXwD { top:1.8125rem;left:1.1875rem;width:13.5rem;height:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuyXxOJX8KGxDz4ufQfDiRDnUcPh7rM6 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U28A0N0fRezIn7Wvnr7xC2xcTqlSPRN6 { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqKh1AWqQ5QOmxq9Fr21ukkUztntAIat { top:2.75rem;left:17.312500953674rem;width:12.125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyH9pnA0umCL5IJ7BJDgIdUQ2UUa71DT { top:2.125rem;left:32.593750953674rem;width:14.1875rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #it90aRHAXanoyUTd0zC0kimVHmEn3Hwd { display:block; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6xV07cVQ5NQUESoTt7mr0AIKC5OKE1c { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTiEkJLSVR8LSInhImzszZqz449QGKaD { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXQh5nJq97kKFg3ra9U3if1Wk1w7GlQ { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2QTA3F0qwpqueyKh2FBqE6VHW0lM8U { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtPfqZzn4Iiqpdo9ReTyvLlitrZUR0o0 { top:2.25rem;left:16.5708230561rem;width:13.9375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4c2fz0Il01wLeAVmq8Rgnvoktcsbr2k { top:4.9375rem;left:32.718750953674rem;width:13.9375rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgNgXCfRXaP4EVRdvFDlXcSsCWuvz6H { top:4.9375rem;left:0rem;width:16.625rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMnemodr8LTKX2wMWU9KL9A71c9aso9 { display:block; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bs4Wy096VTKEXeqt8ikFrcUB9MHx3rVb { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r3JE3aTe3ITJGTTl3ItkH4HKpem3TeSI { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZc4dgtPNhzAI8iT9Hk5lV5SvZlMXXDh { top:5.125rem;left:0.53125rem;width:14.8125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwTRXEZQGanc1NtQFPJWKUNUuiagTPSl { width:18.9375rem;height:12.8125rem;top:0.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAozUZN7xnKzt4J9ktPf1FSeWz80WvE { width:18.9375rem;height:12.8125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiNPoX178KQAgDQcRxe5gTJtuvzv0fF6 { top:4.5625rem;left:16.843750953674rem;width:13.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFtczZsEZaDAJ5E0shAdAZP2x9yGNFoi { top:2.6875rem;left:32.781250953674rem;width:13.8125rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 { display:block; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7M66Z5sInnUezW8nPaAa4vlCR0Tt8R5 { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iqxo06E6K4T4dNFHxdE97mPBuUTKEH0T { width:18.9375rem;height:12.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xFI3UIKdasW6klxUlz7Cwx61RTqgpd { top:4.5625rem;left:0rem;width:16.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIA3Kww8lhEtQQI5qKWlwfUcBa0w0tn { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWlh6rTvpvrTqbrAFn8yogVr5ifACvC { width:18.9375rem;height:12.8125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmtDD8HpSL9Qg49DPnN9hK2WprfIuPL9 { top:4.5625rem;left:16.500000953674rem;width:13.25rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U121rvU8Sv7FO2qZMr1zkkOdoqzamyDW { top:2.75rem;left:29.25rem;width:18.5rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnDquxr7bskygnfFmLoARiwINwTik1P { display:block; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwD2fBPBpLd0OVNQ1isbFFUo5hgN9RK5 { width:19rem;height:12.875rem;top:0rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEhHmW238zfFLfAN29Fza51vFJ8VP2ug { width:18.9375rem;height:12.8125rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqDEzkRAWMWDv4XN2HpobQtT6Li3Xlf { top:2.75rem;left:0rem;width:18.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwJgAZNIeqDGr9SMzR8t3bDpfFUcmTb { width:18.9375rem;height:12.8125rem;top:0.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcElhuOaPdt127PaZsvw5pWQSBH0lMxE { width:18.9375rem;height:12.8125rem;top:0.875rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7tJ4R6dBXzb8oFKWDrTX5oA1hOWw1y { top:2.75rem;left:13.5rem;width:18.25rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL9eNhGBXGOXETXTi1ribaoLe16FFb0q { top:4.875rem;left:31.937500953674rem;width:15.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJHc7thmxVUF8svNXxZC5Hp0WMUoxOa9 { top:1.5625rem;left:10.250000953674rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:25.25rem;height:2.4375rem;top:1.9375rem;left:14.062500953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { display:block; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHUdI4kdDA3bg8TDsQRTrHx5HlUObgPs { width:19rem;height:12.875rem;top:2.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqcbU5xQDOsGaa6bdxzOmI4W0O829GGT { width:19rem;height:12.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikCTX8BbdC2OOVzGAvHLTvsmWs0PBx2V { width:19rem;height:12.875rem;top:2.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ057yTLnJNKF4k6mtOOMcfugHXCFO1I { top:3.625rem;left:16.3125rem;width:15.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvTC2WEw60omUllNPdTWZtKgTWRB2la { top:3.625rem;left:33.5rem;width:14.125rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEBIxaU1gi5cfHolE4Jr5mgwZm2F4azb { top:2.875rem;left:0rem;width:17.125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { display:block; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUr8nnnyI4P9UmSHvcqnTB07K7qv1Kbx { width:19rem;height:12.875rem;top:2.875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3RtoOCSrarxmIvitg605gu6ZAJGJDdh { width:19rem;height:12.875rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNmuesIsCOd0BVo0fhFW0TNWTFlUbSCw { top:3.625rem;left:16.3125rem;width:15.4375rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnv5nIThcVwWRtEHabZB0REZ9h3tS3JJ { top:3.5625rem;left:0.28125rem;width:15.3125rem;height:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KEcTImJhbMyhzTbr6TwU4rN00UCuGo { width:19rem;height:12.875rem;top:2.875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHWm2H0k2ockhkGQgXoA18DGw8eT9TRx { top:3.1875rem;left:33.906250953674rem;width:11.5625rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { display:block; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utSJRyoD510TP6uJc7CmdpzQgb7Ag3JR { top:1.5625rem;left:11.6875rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { width:25.25rem;height:2.4375rem;top:1.9375rem;left:14.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { width:16.875rem;height:11.375rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { top:3.875rem;left:0rem;width:13.0625rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDgDR8MzJ4CVspt3K71JGXl3NU8eDh3q { width:16.875rem;height:11.375rem;top:0.875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { top:3.9375rem;left:10.3125rem;width:13.5625rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QqL4qvvH9Z1eccmMlhtKIo6qkD70ZS { width:16.875rem;height:11.375rem;top:0.875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hkV2NSDsb1W1ZmkeCc97rTIfhGJoWobd { width:16.875rem;height:11.375rem;top:0.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { top:4.5rem;left:21.1875rem;width:14.625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #toEB4ltaXxOCaMwUMmx1OzMSglAQermT { top:5.125rem;left:34.0625rem;width:13.6875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP5qoAA79FndObWKFqq7MfwD31MKWxeW { display:block; }#kP5qoAA79FndObWKFqq7MfwD31MKWxeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7WsVhdZsrNLISrSUUoWeygVz7nRdqtV { width:19rem;height:12.875rem;top:1.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #spNNFMT1y9rAnEmLpNKyWg2tVQKDt6zA { top:4.5625rem;left:3.5rem;width:16.875rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPaCuJFe0IgUJuw5o0m5aOofRqG0Am00 { width:19rem;height:12.875rem;top:1.375rem;left:26.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sl6K9FVsKH06mHzUpA9P0G2cuFu6HLwe { top:3.3125rem;left:29.593751907349rem;width:12.4375rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbzaQQus1hFC7pvCNL7h4UTUR9KgZ8S { top:1.75rem;left:15.25rem;width:3.625rem;height:3.1340345485375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:8.8125rem;height:2.4375rem;top:2.125rem;left:19.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:block; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { top:4.1875rem;left:0rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:47.5625rem;height:2rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { top:6rem;left:0.375rem;width:35.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { top:9.875rem;left:0.37421894073486rem;width:27.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:33rem;height:2rem;top:1.4375rem;left:14.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { top:4.1875rem;left:25.849999427796rem;width:10.3125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { top:6rem;left:24.6875rem;width:23.0625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { top:9.8125rem;left:19.75rem;width:28rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { top:7rem;left:1.0929689407349rem;width:21.8125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { top:3.5625rem;left:0rem;width:10.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:43.4375rem;height:2rem;top:0.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { top:10.25rem;left:1.0617189407349rem;width:22.375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { top:9.75rem;left:25.8125rem;width:21.9375rem;height:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { top:3.1875rem;left:26.050000190735rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { top:6.5625rem;left:28.375rem;width:19.375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:block; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wd2fBLHAt00fOmcpZaTmClPBpTWitnOF { top:1.625rem;left:19rem;width:3.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:5rem;height:2.4375rem;top:2rem;left:23.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:block; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:23.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:27.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:31.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { top:27.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { top:31.0625rem;left:0rem;width:22.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:20.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:16.375rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:12.75rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { top:13.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { top:17.0625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { top:20.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { top:24.4375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:9.0625rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:5.25rem;left:0rem;width:46.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { top:5.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { top:9.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:1.6875rem;left:0rem;width:46.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { top:2.3125rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { top:2.25rem;left:0rem;width:47.75rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { top:27.9375rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { top:31.75rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { top:10.5625rem;left:17.78125rem;width:13.6875rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { top:14.6875rem;left:18.9375rem;width:11.375rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { top:13.4375rem;left:18.5625rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { top:2rem;left:15.9375rem;width:17.375rem;height:6.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { top:14.5rem;left:0rem;width:19.625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { top:0.8125rem;left:0rem;width:16.4375rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:3.5625rem;height:3.5625rem;top:8.5rem;left:1.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:3.6875rem;height:3.6875rem;top:8.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:3.75rem;height:3.75rem;top:8.5625rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); } }@media only screen and (max-width: 763px) { #FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG { display:none; }#FKhWXzLHbUmKATCE7JDLq60e9KCp7PRG > .row .container { width:20rem;height:5.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQhGDAaIgvJRylruH4RlpZCDFwutfWQy { width:20rem;height:2.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.4;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/0b9bbd5e-a5e8-41c5-93a7-7b19f331f873/Przyszopynnocilogistyki.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.adaptive-delivery-prevent-bg, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyload, #pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI.lazyloading { background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { background-color: transparent; background-image: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { display: none; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .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); }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { border-width: 0; border-radius: 0; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pOlVCg1NipZER0mfWBzvs1Ta4yPWTkAI > .row .container { width:20rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l8PhPlrx15deTamglTihKfMu1S9B7y0q { width:13.5rem;height:4.5rem;top:21.0625rem;left:3.2500001192093rem;overflow:hidden;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #PTqor0QkCJ0kPBKlaMbMzfHe2a4Piqm1 { width:10.0625rem;height:2.27430625rem;top:26.625rem;left:5.25rem;font-size:1.75rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eIViIOPgzIdgufD3cp3dL72UeFUSh3Sq { width:3.75rem;height:1.46180625rem;top:29.171875rem;left:3.6805557012558rem;font-size:1.125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.30375rem;padding-bottom:0.351875rem;padding-left:0.30375rem;width:1.82375rem;min-width:1.82375rem;height:1.893125rem;font-size:1.40875rem;line-height:30.29px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.43125rem;height:0.748125rem;font-size:0.52875rem;line-height:11.97px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt { display:flex;width:13.75rem;height:3.56484375rem;top:1.25rem;left:2.875rem;padding-top:0.31625rem;padding-right:0.308125rem;padding-bottom:0.31625rem;padding-left:0.308125rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #NlzDdkTyoD4kMdzn1x7FOrWoRiSxVzEI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #LUrOHdRFl5DDHSu2whqbhusACdUZ6qB8 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #UxR8C7GadH7xKJ2TiWqzJXhPzvuGTOPQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #irNi7MucFgEULpWFsl1eF2rS0H3fBAIL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #t13iTkpPDy2biCIN6T8iUwcZBwEzrv1I {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #CRGbBnHikiM2fEJu9GSOWe2fmNXq5S0D {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #opMdMvMXVTXEmrL9htT14QX5ZnPH9VIb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #McKRBTZPG6CiDI2HFlqUQBEzA6zOnq5Z {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #g1ylgazsnQBNTbAiMuavTK0FSQqr7Jz1 {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #q1g41U5RuaLnS1mqBa3XPEIrR1BIa1KE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #Lf2ZHznf5Uy5zVPERK2KzsOi6soClnnQ {  }
 }@media only screen and (max-width: 763px) { #VWNCiS0Cy1q4ZygTr0ecIeXJMstI5eZt #vdGF7b7suMtOzMMMccu3AwR0tLWTBB9H {  }
 }@media only screen and (max-width: 763px) { #rZuBRh8rtuIU9FokzwSni3kMZ1w945E9 { width:0.125rem;height:1.375rem;top:27.0625rem;left:7.5625rem;background-color:#9e050d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #I1gRwqlHKwnX8hoH6Iu9ozAAPAe1glCV { width:0.125rem;height:2.625rem;top:32.071875572204rem;left:16.425000727177rem;display:none; }
 }@media only screen and (max-width: 763px) { #FeTrVnwyT5OOfsiIv1e8ySrUl5qdyZKi { width:9.9375rem;height:1.05555625rem;top:29.375rem;left:7.375rem;font-size:0.8125rem;color:#ffffff;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #GyN4wyEF1KH8NsgmeM6gMf2UR8DqAbdo { width:0.125rem;height:1.375rem;top:27.0625rem;left:10.25rem;background-color:#9e050d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #GJMg3AS4iOhDQccAnTRgbCPg9vBbCLwS { width:4.125rem;height:2.375rem;top:31.375rem;left:0.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6FTeFBGNMByv7uR2qPlkud4OlKiBWid { display:block; }
 }@media only screen and (max-width: 763px) { #O9QmoInbCJSTFbMo6iy7EsULqlR8bnHI { width:4.25rem;height:2.3125rem;top:31.40625rem;left:5.1875001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI626OMr11DwoakN7AdxCdanFaEfBuew { display:block; }
 }@media only screen and (max-width: 763px) { #zT0g3olOuGzsH2cDR5UB30P1f3TWTx9r { width:3.5625rem;height:2.3125rem;top:31.40625rem;left:9.8003474473956rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz6KL39zkxvP0IG5H6kdGP00GvCLVThJ { display:block; }
 }@media only screen and (max-width: 763px) { #eTEQ55b1NMn3iQSikJfFRcpid4J4FoUX { width:5.875rem;height:2.375rem;top:31.34375rem;left:13.674479603767rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEh6z0LZ3TP4HyNgmMed5FODpKlGaGy7 { display:block; }
 }@media only screen and (max-width: 763px) { #dgwiAdBgp4bJk8S88aFv21rue42D9UOX { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { border-width: 0; border-radius: 0; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dgwiAdBgp4bJk8S88aFv21rue42D9UOX > .row .container { width:20rem;height:27.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ymJzn6pw4HyTIyAzhGEBesTT6RV6ugoU { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BEOov79CrxZLOTGnHDt8DZVdyA9TADvS { width:3.125rem;height:3.125rem;top:9.96875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwhGVifySQySxn3DwdCZTcmBDk5qReMK { width:3.125rem;height:3.125rem;top:18.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK0lO60SMi9qvHX9aFVmgt6Vgm9ZFXSn { width:12.125rem;height:3.09375rem;top:5.625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4ahbDHpu5PmWulyP3ofzFSyppT73uQU { width:13.4375rem;height:3.09375rem;top:14.34375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7iq16TZR81gGfGXN2G0WbayilssRZe1 { width:12rem;height:3.09375rem;top:23.0625rem;left:4rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { border-width: 0; border-radius: 0; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uP9Gr2JTl9cOQWz9O9Nps0xtubyiNwbV > .row .container { width:20rem;height:28.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bvOunriAwVBd1QKgKfsFGUQGGfv5CC4z { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPudm0oApvOU5eMLTOOEZHVvhPir3PXP { width:3.125rem;height:3.125rem;top:8.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a278TtEmxAZ0lOD4oDnfz4LJEzg8Mbc5 { width:3.125rem;height:3.125rem;top:18.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTRlrLoxOUU6ahkTBwshDO1MuWB0xLiS { width:15.5625rem;height:2.0625rem;top:5.625rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNWm07uL0XAi2rgBNc1AvrGiId6yuHno { width:14.1875rem;height:4.125rem;top:13.3125rem;left:2.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRxgGa05OBWLQeKMkJCln22TZpMnXkDf { width:15.8125rem;height:4.125rem;top:23.0625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA { display:none; }#olAWCk2f6dQbKHwAhwR99LTGsUhOpkEA > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B6imaA5IVui0Av39q57QfeCvHbMkRZ3N { width:12.4375rem;height:1.875rem;top:0.5rem;left:3.7500002980233rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8aTJxSZp2BSNtAUbCW07A63mS0Sfd3y { display:block; }
 }@media only screen and (max-width: 763px) { #S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { border-width: 0; border-radius: 0; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3sOGLIKKKJTqiyNlhGHgEiW9xm6hxwM > .row .container { width:20rem;height:22.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xisJT6p4MxfDQVZHyoFC1E9NImCDflPJ { width:17.1875rem;height:5.3625rem;top:6.21875rem;left:1.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLaksg1rBpFItNCxPiNxAxpkdLEhHyy2 { width:20rem;height:1.21875rem;top:1.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EacbZ6fCpmBXUdnXli32GKT5To3BHEEQ { display:flex;width:1.25rem;height:1.25rem;top:12.83125rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #spA8ih6HJqMT2tm85w7VNszL0kz2AXVO { display:flex;width:1.25rem;height:1.25rem;top:3.71875rem;left:9.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #iSSAZRJMTXSG8mTdNPlEoZex5opLQTLH { width:15.6875rem;height:4.46875rem;top:15.33125rem;left:2.125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cxsge4d2vT52EQ4K7exSmrI5T37O3RtJ { width:20rem;height:0;top:24.3625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zsLfPNtaZB2ba2fLxE4HvcvWOOstTHcK { display:flex;width:2.0625rem;height:2.0625rem;top:21.05rem;left:8.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 { display:block; }#wpTW0IO5VVgF4NCiPiI6T7TMU3mCgQ71 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ohh12Lkzu32xyQ3VfN7Q1NI76KgHXHTw { width:3.6875rem;height:3.1875rem;top:1.375rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ2QrNUHLaZ35yGpuhra52rcZQpTW2xv { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe { display:block; }#uaW3fZHd6iR64fdrgIb0r1vIQufbLMQe > .row .container { width:20rem;height:162.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZKxuqqSBiDKU9GxWNcdRG5IpEiaEsVg { width:5.5rem;height:1.05625rem;top:1.51171875rem;left:0.99999994039537rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUWQple0BJIpmqmDvwgWZrh6dDTqNtiJ { width:17.625rem;height:1.95rem;top:22.125rem;left:1.1859374642372rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lBx42p820oBtavuRiO6phBID4IV3mfxo { width:14.375rem;height:1.05625rem;top:1.51171875rem;left:5.6250000596046rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPr80Gw4GOCT1TpEObAshMH2Rf8ml569 { width:5.5rem;height:1.1375rem;top:16.03125rem;left:7.2500001192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ebviW61CW0uheE6FLt3VZC2cgwuL0WT9 { width:19rem;height:4.222225rem;top:17.51171875rem;left:0.125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W8tXvF5UUlxwgRncHASIwHuwTeTkZXqZ { width:5.5rem;height:1.21875rem;top:24.955467224121rem;left:7.2500005364419rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cq2DzsxUebdOFUztOZ6rQTsFmeeKpqIq { width:20rem;height:1.05625rem;top:26.374214172363rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrbMi800aU7GbqAFJivwKeFG7U2T2MKy { width:7.6875rem;height:1.21875rem;top:32.98671913147rem;left:6.1562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iPxTVaCb5e4UyUmMFOg6GT3VoesKSbxN { width:19.0625rem;height:3.8993rem;top:38.23671913147rem;left:0.46796876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmPBPTgZtIqqkT1uUKCg8Bt5166cWoKi { width:20rem;height:3.16666875rem;top:34.524219512939rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HI3W9s57pV0QLTTrtRqwIdNn2I3UIw23 { width:19.0625rem;height:1.95rem;top:47.624219894409rem;left:0.46796876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tq0SpKapuEKXtmd8Q2a1qUe4LRFFJQmC { width:20rem;height:2.1111125rem;top:44.95546913147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gSSKumRuyT6OoM3dNWPmLfGAeP0VVrxn { width:6.25rem;height:1.21875rem;top:43.73671913147rem;left:6.8750000596044rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ex1xA3SGQyB2hz3CwKr0csv6WBXXTO0C { width:20rem;height:1.5rem;top:50.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8pWqHWV7Wp11EgAZ7tRTX2t2bZTtZ7O { width:6.4375rem;height:1.1375rem;top:50.75rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #okzD4To7QaSfT9Xe1ow3HbAIbxTgZbrk { width:13.3125rem;height:1.1375rem;top:50.875rem;left:5.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EGsWTerv50sBTtpdlSyLEP23XdAPmZRx { width:20rem;height:1.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #po7zpLNAyhotpKqSEAhOq2qiCnMPcTbZ { width:6.0625rem;height:1.21875rem;top:53.5rem;left:7rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ip0EToB2HeU2SL6o7Z5TWgpG19RMHnDf { width:15.5625rem;height:2.1111125rem;top:54.9375rem;left:2.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f9gnyLJ2chMDhp2MTdk861WrHfA3fFv5 { width:19.0625rem;height:1.95rem;top:57.5625rem;left:0.9375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKr64DNAZ4X60n9qTv7eNNIIJDIExlT4 { width:6.4375rem;height:1.21875rem;top:60.5625rem;left:6.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HFDeb91qXGbJ8AGCXvmalTHyIuPvDVDF { width:17.125rem;height:13.19618125rem;top:67.4375rem;left:1.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgFt5gBQ1rWDJt5bFC0PSABDlyBCJgoa { width:18.5625rem;height:4.222225rem;top:62.5rem;left:0.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ENLZTnorye5lvzngg5eVV03aXNZzEJ78 { width:18.6875rem;height:7.3125rem;top:82.8125rem;left:0.65546876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JW3Z1y4BD9aVWi5yqkcv4Bclh11782zU { width:6.4375rem;height:1.3rem;top:80.9375rem;left:6.7812500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X6T6wlrbsierLW9Iztn0BxEoy4oGkAGP { width:6.75rem;height:1.3rem;top:91.4375rem;left:6.6250000596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2HAOn9QZzroNXbPoGrGQ4PtgJVZsKw3 { width:19.0625rem;height:1.95rem;top:112.8125rem;left:0.93749994039537rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OHTNaT8JeuuA5xJTcX9ZxcJ4TlNStkbH { width:20rem;height:2.1111125rem;top:110.5rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TZNRrHf8O9HcwhGELbPmilLV2wClrPai { width:19.0625rem;height:1.95rem;top:95.875rem;left:0.46796876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCJODJzqoaySfGnmnkrXRd3FUaFlVibl { width:6.5625rem;height:1.3rem;top:99.1875rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fytoWc1DrfsRC2PTrs7bngSTRF5P0lH2 { width:18.5625rem;height:2.1111125rem;top:93.3125rem;left:0.71796876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tm7fESAdXPBsTVocRpWF9fMR86ZEz7bo { width:20rem;height:1.5rem;top:106.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKbkUqZiepz30U36KWvIGgz2mP6Ek9J9 { width:6.4375rem;height:1.1375rem;top:106.9375rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSgxRfCsnbOI80WPDxNF9k9azMvRtolr { width:13.625rem;height:1.1375rem;top:106.9375rem;left:5.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xIrFM7NXve8MOUe4NmzsZl3t0iC7zQ93 { width:6.5625rem;height:1.3rem;top:109rem;left:6.7187500596044rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZGNBUmHxT72R7nvPr0vsO3OApsf5x9G { width:20rem;height:3.16666875rem;top:101rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EX3y4ducLpRrC2TEtNTCTGzaOP0bTTIW { width:6.5625rem;height:1.3rem;top:116.25rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aWKUK6Uwb3D1Kt9Abgw07geMGlkOucqf { width:18.875rem;height:2.1111125rem;top:118.125rem;left:0.56171876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uPzTTuAiFTTUiPJWGudy02EpDeuB8WQH { width:6.5625rem;height:1.3rem;top:124.0625rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qg52dSTfT33rDoW7ZwKGtlLUUJySUIPO { width:18.1875rem;height:2.1111125rem;top:125.73750114441rem;left:0.90546876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OrkaWee07TfzAwhUnQBEzTsr2OeXDR0Q { width:6.5625rem;height:1.3rem;top:130.375rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QDZ2lVWN1NLmTg1X7VKQqTQl3JBnPePQ { width:20rem;height:2.1111125rem;top:131.92500114441rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3A119JCG59CL4FxGOVLITX3GlohnAhn { width:17.875rem;height:1.95rem;top:134.375rem;left:1.0617187619209rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kgIDozvroHW7TQzDOtrZKkgKcFVZ3ROh { width:5.5rem;height:1.1375rem;top:3.44921875rem;left:7.2500005364419rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfGWMpxZzmiabimn2b7fUGd7WDDbLxuy { width:15.75rem;height:1.05625rem;top:5.0867195129394rem;left:2.1250000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylrMZCA4QG8A1r8OTrkV9nMeryFTePyA { width:16.5625rem;height:7.7986rem;top:6.3492126464844rem;left:1.6179688572884rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QwhRxQe0NlJZeFJkgFrWbqeFUWxK6mXN { width:18.25rem;height:3.8993rem;top:27.874214172363rem;left:0.87343746423719rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GxUVbHsCTHKSB4MQs2owpGWRXtOWSMNn { width:20rem;height:0.975rem;top:128.0625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yN51t60JTW6fxp8lTokKko1eg0wLJ9eE { width:19.0625rem;height:0.975rem;top:104.48125076294rem;left:0.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwaBO03r2nwCTa1XiyDJLMXRvRLJ0wip { width:6.5625rem;height:1.3rem;top:138.1875rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JoerdP6PInpFXcC4CyhKNOL3RMa6DQRR { width:20rem;height:3.16666875rem;top:140.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vNmoXGSNo8ZgZrd1gdLhLLvBFpMBRTKH { width:17.75rem;height:1.95rem;top:120.5rem;left:1.4242187142372rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T2iZEsC42DdVtdqtkXiEDJZBCNUCMPBA { display:flex;width:1.375rem;height:1.375rem;top:71rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #syDSWvy42re4w5qMb03BfE2L9bGfsrP1 { display:flex;width:1.375rem;height:1.375rem;top:73.3125rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Eukr3x7CRVD1d7gmZrg3o7urk3flTdo8 { display:flex;width:1.375rem;height:1.375rem;top:75.6875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #wHarBelb8HOX29MO1i3WUMdlN8lBwUCS { width:16.4375rem;height:1.1375rem;top:159.4375rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ag6vw9pO3NyKV3nXWopuXEIPDdudoB5t { width:6.5625rem;height:1.3rem;top:146.9375rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJd7V2ScFddqkSNHnIsVGdTTsJQQ3tD2 { width:18.375rem;height:2.1111125rem;top:148.8125rem;left:0.81171876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EieRA2v5xNSqXiIa03yIvT80WfKHgdUi { width:19.0625rem;height:0.975rem;top:143.875rem;left:0.46796876192093rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKslWPl5TR2LzbMeVE1enOTT8b7HAfvk { width:18.125rem;height:1.95rem;top:151.25rem;left:0.93671876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JbPT6lTIDLvwU9hBlifUFkNNDULlHEGO { width:20rem;height:3.0625rem;top:158rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqDEBrRvIQT2Lyo3FETxGcXKFyFKIqcI { width:19.9375rem;height:1.05625rem;top:156.30000114441rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEmOwpO4oUFKTT8DlpR0G33bpnUDrpRi { width:6.5625rem;height:1.3rem;top:154.8125rem;left:6.7187500596044rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VVMfl9fl5gBtsuQzFdaQWxDfnON2Q6Wh { width:6.5625rem;height:1.3rem;top:158.1875rem;left:6.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfVpu873adrlqq3Kzgi8GzR3elB1qIMI { display:flex;width:1.375rem;height:1.375rem;top:168.87499237061rem;left:9.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ovyTcBaGdIdNv9UNPzIC1GlLoKL3rTXg { display:flex;width:1.375rem;height:1.375rem;top:78.0625rem;left:0.6866319179535rem;z-index:15042; }
 }@media only screen and (max-width: 763px) { #RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs { display:block; }#RaEkGaDSgZzkdRtbz2lPrugCaE5oDVIs > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zpUUOu7Vvk6J1fCtdI55VciAroLDI3CU { width:6.4375rem;height:1.3rem;top:0.88713645935056rem;left:6.3437501192094rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ree9QXXQK2I8RpGei4m5T2PK5RNhViJd { width:19.3125rem;height:4.0625rem;top:4.5242156982422rem;left:0.34296876192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQONKCl6f3gfh863emrIUkfQHKRv9tWk { width:18.25rem;height:7.388875rem;top:8.9492191672325rem;left:0.87421876192094rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fKLZEKvU1kD7MnC55CgfMeG92y6qPKCH { width:8.5rem;height:6.375rem;top:17.811718940735rem;left:5.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqG5TTqex4kESaMu2e0iOvVl7W5m2psl { width:8.75rem;height:1.1375rem;top:17.811718404293rem;left:5.6250000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #c3SphUIyBcIfGCmWDT8HgSBVMu9M50iI { width:10.625rem;height:1.21875rem;top:2.4976539611816rem;left:4.0554686188698rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container { background-color: transparent; background-image: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container > .video-iframe-container { display: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row > .video-iframe-container { display: none; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .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); }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container { border-width: 0; border-radius: 0; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy7TfsXQ6KWNpRyJm6xCWufB2gAmGe5c > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwIE5p5mwoXnpnwmsJ8TtycBLkLwuwGH { width:20rem;height:1.4625rem;top:1.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mo2Z6z4vF6VUqdgV4P06zsETV1Er8v3a { width:19.4375rem;height:5.25rem;top:3.5312498807907rem;left:0.28046876192093rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUs19cpCiceuTvEmJyO9E2o4nWACgcG0 { width:13.25rem;height:2.625rem;top:9.6250009536744rem;left:3.3750000596046rem;font-size:1rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7vu9CgTlPbickoTXbcfcRMSCRGmIJvZ { display:block; }
 }@media only screen and (max-width: 763px) { #XDUzeP4pV1PT5Sm3IMObdkfveyFU3xtE { width:19.8125rem;height:9.1875rem;top:13.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww { display:none; }#iMiVEG45qFzHN0ZaGgRBxminJ4RGkXww > .row .container { width:20rem;height:3rem;background-color:#ffffff;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BS3Mi0UdANiomKA3CBHFosh80kCZcICW { width:20rem;height:1.21875rem;top:1.188362121582rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ { display:none; }#lOULq1ZEAMHPIuPuBtVn5y6l8yyt7zwZ > .row .container { width:20rem;height:107.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OZzJ5nBq7OWkD8db5JSKfXg0aKLT3nyv { width:20rem;height:5.2rem;top:1.4296636581421rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;color:#bc0d0e;display:block; }
 }@media only screen and (max-width: 763px) { #fsnMiPsGkquRB6Ep04uRp697es9RNMgQ { width:18.8125rem;height:19.3375rem;top:8.532118320465rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5802L6pc6X1eptmArRyoOEeUvNcZzQ { display:flex;width:1.5625rem;height:1.5625rem;top:33.274307250976rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #H0JJnGBrOhT5ddqLLsVr4UsusT92KX7Q { width:20rem;height:2.1125rem;top:29.789048999023rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2iNHhtQxG51Jcl8CqIfyLIThyN4O94p { width:12.4375rem;height:2.1125rem;top:33rem;left:3.7812501192093rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKGdzCk1HHTm2GMH0oN6RelIT8fXXipP { display:flex;width:1.5625rem;height:1.5625rem;top:36.197917938233rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QOPWU28hz0XXLTNLaUNsaDtFEcPE9xv9 { width:15.3125rem;height:2.1125rem;top:35.923610687256rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxF6IezbekEXHIZ0dTWZDbczoKRsFZ9C { width:16rem;height:4.225rem;top:39.246528625488rem;left:3.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBoWJ2JWDi61t2cU9s4wUtpatgwkWqSy { display:flex;width:1.5625rem;height:1.5625rem;top:39.434055328369rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #QlMfPqrhSrSqsXETsRLzR5mUATGmPICc { width:15.625rem;height:3.16875rem;top:44.038194656372rem;left:3.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6yTHeucRP35lXdPsWTTAlnrLrGFEDZm { display:flex;width:1.5625rem;height:1.5625rem;top:44.288194656372rem;left:1.0555555820465rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #XfAM1ahA37hQh8DFzu8uLicWo7xRoEq9 { width:5.0625rem;height:1.21875rem;top:48.618054389954rem;left:7.4687501192094rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGQJN3UpL2viyOgmPNzi6b9Q1e9swC0K { width:10.1875rem;height:1.21875rem;top:63.454860687256rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7cm5oT8winExB5hxT1MfMb84nQfIXQD { width:7.5rem;height:7.5rem;top:65.805555249025rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgPgb8pbSdSLTppNBRg2IGopS8BPhCFQ { width:7.5rem;height:7.5rem;top:80.805557250975rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #eu3WkiFKOHn4PICnHURTvt9ST4yNEyN1 { width:7.5rem;height:7.5rem;top:50.368054389954rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIucdabmHfmsVxz6oZFISoIwRiqLusks { width:7.5rem;height:7.5rem;top:94.430557250975rem;left:6.2500001192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCofxyaNXiNpC9l20AnG2E1Gmbc1Adm7 { width:9.375rem;height:3.65625rem;top:58.930568337441rem;left:5.3125001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTwUSh2RnnMHdwW45CiZOK6Hb45OT4B0 { width:14.8125rem;height:4.875rem;top:74.298612594606rem;left:2.5937501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KB61CnPtWLrpkDl6CyU7kkzIwrSUzAyn { width:12.75rem;height:4.875rem;top:89.0867729187rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEI2E40lwCkE3WUPPTcBBlF0KnVfG7Va { width:12.75rem;height:3.65625rem;top:102.96180725097rem;left:3.6250001192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ed5f68be-3bd0-4001-9e39-98997a17833e/Projektbeznazwy12.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.adaptive-delivery-prevent-bg, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyload, #WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ.lazyloading { background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { background-color: transparent; background-image: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row > .video-iframe-container { display: none; }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .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); }#WdX28TBWgowDSTOD44h2ugJ6fIJf4OIJ > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAgWCl40TKzexi1WCwFQ6UbGMZSrdT0r { width:3.6875rem;height:3.1875rem;top:2.5625rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Anofx39WceBphAFR7rsSf40misXC2QES { width:16.1875rem;height:1.21875rem;top:0.79600524902344rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #T8wC5rbDepg7GWwGToKEFk8h3nU17lcc { display:block; }#T8wC5rbDepg7GWwGToKEFk8h3nU17lcc > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmrngZzB2TDzesEEGgtqXirVHXR7CCbL { width:10.9375rem;height:17.5rem;top:36.608509063721rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6AyJXUnxTvUIK6MqnXsRcorSmbtAMnp { width:16.1875rem;height:1.05625rem;top:47.842884063721rem;left:1.9062501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHA0gTl1dopHzTwBNWhdrTCkfKP702wf { width:10.875rem;height:2.6796875rem;top:48.897571563721rem;left:4.5000001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgg4SmxhrMXNKg42SMxtzrJscQTQwb7J { width:10.875rem;height:17.5rem;top:0.625rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QALadEST6BXayTxqH0gJhukcxSU00T { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCF3JBCZXdKOZLt7oc0ceMKDPup9zIXn { width:8.5625rem;height:1.25rem;top:15.693576812744rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFCrPX9ihUAUQUELRi6BgoAvv5PvAdrV { display:block; }
 }@media only screen and (max-width: 763px) { #A7FfXRSw04VszDrkXP2VTXAH27xT6Zzf { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #HpzlszFuPN2KSDrLbxVDHV5adP7iPdno { width:9.3125rem;height:2.1111125rem;top:11.311721801757rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxRlOyFhRSkkwihTrOZpGyUrmZtFoEtN { width:9.8125rem;height:1.7864625rem;top:13.486110687256rem;left:5.0312501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc3y3IR2OsfXT1SkedPIg26sMwH4UxqQ { width:9.75rem;height:9.75rem;top:19.546009063721rem;left:5.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwWvSKzKBbdKJehpG89zVEnbQISDDQKl { width:10.875rem;height:17rem;top:19.108509063721rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwT6h0mPNMwMnvqOtzJxqCk0wSxD0Qro { width:8.5625rem;height:1.25rem;top:34.000003814698rem;left:5.6250001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgNxlBX5oXE0qmhglhoMoipacSB8gso4 { display:block; }
 }@media only screen and (max-width: 763px) { #bg7XQTTUUTHbFAVvknlTrg1EXn7VHspm { width:10.5rem;height:2.6796875rem;top:30.6875rem;left:4.7187501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDoJMmkcVF7wf4zlVAEN7P1taVSdTMU1 { width:16.1875rem;height:1.05625rem;top:29.624134063721rem;left:1.6875001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnEfsOJPb9Vt7u8iZwP3sTTwRtU2mkyw { width:9.875rem;height:9.875rem;top:36.997394561767rem;left:4.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCIkTo8PrN1aOhEdkQJpOvOdgwmrzxnv { width:8.5625rem;height:1.125rem;top:51.717884063721rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brWUaGsTvbiAVbppGxTMmRqdTVAxe69M { display:block; }
 }@media only screen and (max-width: 763px) { #hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F { display:block; }#hFkvhWMqORCdJDIy6942Fgrk1vdcbm2F > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NSU2dAWyrgf4hC9d564bfDK22gLvOSXU { width:10.875rem;height:16.75rem;top:0.625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGwxZPt5zv2ny7oNJqsh6KSTiBUCg1s0 { width:10.25rem;height:2.67969375rem;top:12.7421875rem;left:4.9062501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTkvGRbDfXZ3RsmbbZclp7dOvNqxhX1h { width:9.3125rem;height:1.05625rem;top:11.311721801757rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wk88PzSGH6P5AXTlAukoTTQcNuyngO00 { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XBGC4ScvxvHcNxaaaTE8P4BVRCcVh1lJ { width:9.6875rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgUt305qySS8IPhrWrdmCTdTvR98cRkp { width:10.875rem;height:15.6875rem;top:17.982814788818rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tK3zSIcDlMJNLIKdatZxJICfmTeGEhsk { width:10.125rem;height:1.7864625rem;top:30.0625rem;left:4.9375001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8NVe8IcbCQhUNyGnhPdA00xKTFuQ6IV { width:16.1875rem;height:1.05625rem;top:28.500003814698rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK9aFO0Hm4wuiyxWAXxSZK9GRsaQJlgc { width:9.75rem;height:9.75rem;top:18.420314788818rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsr9mWt7lPwVI1ehOyohfTghmGy1KdDC { width:10.75rem;height:16.3125rem;top:34.375rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP1ziOHe14JnU7fwDJMCpvWurGTulwmm { width:8.5625rem;height:1.25rem;top:49.124130249024rem;left:5.7187501192093rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvvyD4aEUfW5Bys1zm7Im8USwKCTDyAd { display:block; }
 }@media only screen and (max-width: 763px) { #seG276Kysk1sBzFmIkrLlsUnwkrbNgbr { width:9.3125rem;height:1.05625rem;top:45.125rem;left:5.4375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGTRrXMMLPiDoxpum1kGEGlhDAnJfBoN { width:10.5rem;height:2.6796875rem;top:46.1875rem;left:4.6250001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVlsQqXaa39Cv7UGK6qIFlJNUJyhrOt { width:9.75rem;height:9.75rem;top:34.875000953674rem;left:4.9201389942093rem;display:block; }
 }@media only screen and (max-width: 763px) { #l08ddQ4A8ncT7ZBHIZQT4ewqhgaDQSsX { width:8.5625rem;height:1.25rem;top:31.907812595367rem;left:5.7187500596046rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QP7v0uNHxR1k5NbVe4cbZOkBWdbKIhb0 { display:block; }
 }@media only screen and (max-width: 763px) { #sGXu4Q8ul9CVCU4d5eBPBvr0cuJRwC9b { width:8.5625rem;height:1.25rem;top:15.735938072204rem;left:5.7187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB4wrKhaZUGlFqDULpfzfnXCQpq9Jd3i { display:block; }
 }@media only screen and (max-width: 763px) { #TvlWo2skNKe0g0nespClR9Xt3X5XVFZm { display:block; }#TvlWo2skNKe0g0nespClR9Xt3X5XVFZm > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THMhqdTBLq68Ny9KzhSXmpWkhsLcRcqe { width:10.875rem;height:16.75rem;top:0.625rem;left:4.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqykQ2Ero3OlFgB8py8hWkxbS6GMBlnd { width:8.5625rem;height:1.25rem;top:15.756072998047rem;left:5.7812501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlUy5CeieDc40MIpQTzw9yNpP9xVzueL { display:block; }
 }@media only screen and (max-width: 763px) { #iZBXIfhMe08wsM6C5TgHDeLHJiFFJk4L { width:9.8125rem;height:1.7864625rem;top:13.549224853516rem;left:5.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GG8NvuHHtVcrACNaH0drL3xSKLboExbg { width:9.3125rem;height:2.1111125rem;top:11.311721801757rem;left:5.2812500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W47Ak0p2E3G06XySt4FCnDog1fg920RE { width:6.875rem;height:1.05625rem;top:8.1249995231631rem;left:5.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #fWB718VDtkwdvL8bMTpXrF63ZkJW9ZGZ { width:9.75rem;height:9.6875rem;top:1.0625rem;left:5.1172639301463rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEG6gh1ikaCApkn2TubXIv509xCn28WZ { width:10.875rem;height:15.6875rem;top:17.982814788818rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkfJzQ9KZCf2w4D4XM3u68OrPIPcsVeb { width:8.5625rem;height:1.25rem;top:31.625003814698rem;left:5.6250000596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bG70X1dAUpMNy8WhX5egIqpLCQubVJkK { display:block; }
 }@media only screen and (max-width: 763px) { #toVhocOgroI46kVM5V7Hh89qgahIyaQv { width:14.8125rem;height:1.7864625rem;top:29.562503814698rem;left:2.2812500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI4q7dgCxDsZ7RmzhRVWenytGHhutoDU { width:16.1875rem;height:1.05625rem;top:28.500003814698rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5RGbq3kfhWXkoQBHc6glR7LTRQa7QNG { width:9.75rem;height:9.75rem;top:18.420314788818rem;left:5.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2L8KpTScS1PPExxHvBKtIZgPAFfSMZP { width:10.75rem;height:16rem;top:34.375rem;left:4.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvXFafxysJ5wXHQHsFsHzoACoMzrOMWU { width:8.5625rem;height:1.25rem;top:48.186630249024rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1xahno6wMTlgLhx4agQ9fs75l6lRT3U { display:block; }
 }@media only screen and (max-width: 763px) { #ntm8N5Ti0DytHt3b6rvhCIiIS400wJcE { width:9.3125rem;height:1.05625rem;top:45.125rem;left:5.4375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui4JVNBKzCHA5nKBsh2poOrlhFnv3cy6 { width:7.1875rem;height:1.7864625rem;top:46.1875rem;left:6.1250001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZriyxdFI44tWZJLX4mRzfhXPAfGBDiZq { width:9.75rem;height:9.75rem;top:34.875000953674rem;left:4.9201389942093rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq { display:block; }#n0N5beZPR7sI7U1EWyh5gxqZhLaR4ubq > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZMAq5SBfhygeA2fJfQoDfTrVUnkLF4hi { width:9.875rem;height:9.875rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UGiXfH0IpVxPcUlMkfvIeU7Xfv5T0P { width:10.0625rem;height:10.0625rem;top:17.5859375rem;left:4.9739586114883rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzzD0o4lTaQ0G2kTLqyms9Wu48NTw0wR { width:10.8125rem;height:1.05625rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTUHHPSntHI8QVeWG68uVPTyPpzkqcaU { width:8.559375rem;height:1.25rem;top:14.3125rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNfJUFkewFBlx9NWpEV1G1koo9xMtumG { display:block; }
 }@media only screen and (max-width: 763px) { #OcQ3BAWh8qTN6SFdTNpa7s7zcF6BW8PT { width:6.3125rem;height:1.7864625rem;top:12.3125rem;left:7.0000000596044rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuKIXQl3u78IHkRzLaHu0hTPD08MIUsw { width:11.0625rem;height:16rem;top:0.625rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFnBS01aX2ebprwHUtvr8x9hN9POsELO { width:11.125rem;height:15.875rem;top:17.125rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqslTnW4KQDgS8sagB1TSqwM6y5Dhd7L { width:10.1875rem;height:1.7864625rem;top:29.0625rem;left:4.6875001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blKi2VeEywRahkB3VTaz5x0C6e537Gd9 { width:8.125rem;height:1.05625rem;top:28.002593994141rem;left:5.7500001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPxMRuipSyphmppOhzfru3R1pG2pX2ff { width:8.5625rem;height:1.125rem;top:31.16145324707rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncydzfTLGfIZ9gL1z2M7qwkki9kPNxfe { display:block; }
 }@media only screen and (max-width: 763px) { #BSA7C32aERtMss7DEAU3dXzsewkFu1rT { width:11.125rem;height:16.75rem;top:33.3125rem;left:4.3750001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmF43chC6JhW244MAy9zPzN3MUOxr1re { width:8.5625rem;height:1.25rem;top:47.747394561767rem;left:5.5312501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPKIJrIckKnqqUZF4eBJdoKVbQABmoRe { display:block; }
 }@media only screen and (max-width: 763px) { #uOElAeT3HhqRW5eJRJz9BImD4Ah9BMaa { width:7.1875rem;height:1.7864625rem;top:45.875rem;left:5.9375001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyKfk2bOlQD6S0NJWC1fSLq34ZcLHbZ7 { width:9.3125rem;height:1.05625rem;top:44.8125rem;left:5.2500001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMtyv4X6gkkOakhO0p0sup9mwtAZMUaa { width:10.0625rem;height:10.0625rem;top:33.875001907349rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV { display:block; }#XvB3CEvmyTaeu6amJMamsaOzJ1TyLwaV > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gAyTgXwMsiSuVt6JqfHnZRPV08L65ts1 { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BotzdLAxXe26dd0nXPyu3izWLBhM1J3L { width:10.8125rem;height:1.05625rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbvmMCBeZ2TU4hL0XLAeEKC0XfmokRDV { width:8.559375rem;height:1.25rem;top:15.700001239777rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r20TVeqOu5XxmWubKFGBkOb6pmKWMUgi { display:block; }
 }@media only screen and (max-width: 763px) { #qbHtZMhyeP0GMrlDkMx2fTEvOcsfSrD8 { width:7.9375rem;height:2.6796875rem;top:12.48046875rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxCPkZ451WkomgPruWaeMFReiuiAE7TB { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOinLI6notOpqtDDP1obvI6dwLiaih7I { width:10.125rem;height:10.125rem;top:19.25rem;left:4.9375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMKEGRNoBIcJCtMHDsqZfI5qhyFU2tTR { width:11.125rem;height:18.3125rem;top:18.611114501953rem;left:4.5000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOGvZvdgL1Jp00Ch4mXLrPT95eF4R9eP { width:16.1875rem;height:1.05625rem;top:30.375rem;left:2.0312501192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMTtQXi2rCOUbE8ez9blzU1zsatirAnv { width:8.3125rem;height:1.7864625rem;top:31.555557250976rem;left:6.0312501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH1Ed4pZAB5r2z6Z9ECuGn6Ruutb2X53 { width:11.125rem;height:16.9375rem;top:37.8125rem;left:4.4375001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqWxWVAuckWBhrdf9hULCMZ4D9AKruoa { width:7.8726875rem;height:1.7864625rem;top:50.25rem;left:6.1250001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsrIBputbqSogPqZrsBG1yfsTxTMWzU0 { width:7.8125rem;height:1.05625rem;top:49.1875rem;left:5.9375001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1OsSmMlG1fWRHUpupUVT0dNEHOCqnge { width:8.5625rem;height:1.25rem;top:52.3125rem;left:5.7500001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7s8CUwhgTTu56BBwJqPoFQuw3dSHA3H { display:block; }
 }@media only screen and (max-width: 763px) { #qesgvSiuWQ6WbmmOT9gTLffcGVuF7lRl { width:10.1875rem;height:10.1875rem;top:38.236114501953rem;left:4.9201389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fk4VEGwtLJFrW3z23XHT4Nx4LET8X33T { width:8.5625rem;height:1.25rem;top:34.8125rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKbO0PTD59sE5OtxoRpPsev62PMPma6V { display:block; }
 }@media only screen and (max-width: 763px) { #mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf { display:block; }#mTBvqoMlqu6on99FptCBbzS0ZmXAkJmf > .row .container { width:20rem;height:57rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqvxkI8iFNgc7Lpblqd2BhrhLJTNd2tw { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHOu7ZThXAranpvlL2QVdzKiB0dLGCRo { width:10.8125rem;height:1.05625rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXZr154CD4nqNZ7uAdGPdqACcv8EsEHI { width:8.559375rem;height:1.25rem;top:15.700001239777rem;left:5.7203126549721rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOOSvtS4IyeO4faZ7tcJXPzFNWCJPnaK { display:block; }
 }@media only screen and (max-width: 763px) { #vmT0WqyT73PZ2tEMzUVxODkuFN4M1egw { width:7.9375rem;height:2.6796875rem;top:12.48046875rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGSiaSVId6Rwm0hhr8gBhhxNOmvmCpTd { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJQ2uXJwR72s3BATak8Fwr1fsl5QLeyN { width:11.1875rem;height:17.875rem;top:18.781250476837rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgfO8LpCT2aEQaEWSbOKncWQUR0QtDxi { width:8.5625rem;height:1.25rem;top:33.875rem;left:5.7187501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dhb7ZlSPkGWhMyqpDCwN1T4UcodvDP4u { display:block; }
 }@media only screen and (max-width: 763px) { #Ghu5aHwWtw0Xdbha8UsAPLo1a9MMyZ4X { width:8.375rem;height:1.05625rem;top:29.6875rem;left:5.8125001192093rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX3IIpHucIsaTtFS7MLVvLvO7unWTZF1 { width:10.6875rem;height:1.78645625rem;top:31.347223281861rem;left:4.6562501192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2TqyfTghV69ua3sfd3h8waD6dZy7Ew { width:9.8125rem;height:9.8125rem;top:19.388889312744rem;left:5.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nqaw7rD8NBGF7b8LlqWVX7LG3Rf2c8XG { width:11.1875rem;height:17.875rem;top:38.51796913147rem;left:4.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhUx4QZGkHpOHfE3UACbJguQUCFc0cd { width:11.3125rem;height:2.6796875rem;top:51.155395507812rem;left:4.3750001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cm5mi9csgrbAN6X1VckbVG1kO3Lo5TIB { width:16.1875rem;height:1.05625rem;top:50.030469894409rem;left:2.0312500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3kRf0OqWIQ4X0PgZOBTzdFwcAPA9IZ9 { width:9.8125rem;height:9.8125rem;top:39.1875rem;left:5.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKPlDN3eKlXvaiqzTfhdH6VMmo7HNH1z { width:9.125rem;height:1.25rem;top:54.280395507812rem;left:5.4375001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3LxZvZfeO7crfZUb5FBEtIcIDhfvAsM { display:block; }
 }@media only screen and (max-width: 763px) { #e9nTXwE9lynhZZ393J3oxilia7eNEbU5 { display:block; }#e9nTXwE9lynhZZ393J3oxilia7eNEbU5 > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6gFlBSzLWs6xhlrX2qTkO1X9mvBpLNQ { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nurtPkDn9UcZB2tyTh2QRTeZwogoKVVb { width:10.8125rem;height:1.05625rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1iRZRWOsOn71Sf2XhOEqNnHfXHuGhpy { width:8.5625rem;height:1.3125rem;top:15.761291503906rem;left:5.7821179628373rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrDJGwtCGXImdM1laqXZSbHaw0daByvd { display:block; }
 }@media only screen and (max-width: 763px) { #FUGA4PFUsRBmFMntZ30XUZ8kIhbCTu0i { width:9.375rem;height:3.57291875rem;top:11.610242843628rem;left:5.3125001192093rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOstR8TEDcxPUKu5SI34AUL2wl2hQ2li { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exc1fp8xbtShwagN9vZukcQ48lsrbm3D { width:9.875rem;height:9.875rem;top:20.562500476837rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WusNqJoUMsOR4UdFVbreZSoBM3Qnfx4L { width:11.0625rem;height:17.25rem;top:19.930541992188rem;left:4.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U3mXHHhUXwyOtHN5qPpkU7goAy5R5K { width:16.1875rem;height:1.05625rem;top:31.25rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyOZXAL9RQ0QFm3tA1I3bySROf3GMQB5 { width:10.5rem;height:1.25rem;top:34.855041503906rem;left:4.7500001192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJ4ETQx5fh2QKdxJ6oHt9KdnmoCqXuN6 { display:block; }
 }@media only screen and (max-width: 763px) { #gmpQLKAmcKpgcKHc4ZOiyErk2vSx9HA3 { width:18.4375rem;height:1.7864625rem;top:32.855041503906rem;left:0.7803819179535rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #efIeETQ4JMt6eZRl6FmTO8UXMKRnmcSS { width:9.875rem;height:9.875rem;top:40.243750572204rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUEiecbgp2HTEWGF7d0TEswleQXm0LwS { width:11.0625rem;height:18.375rem;top:39.675000190735rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3NdzxMivt7GkHG7wdpe2ldFgcz1uKOR { width:16.1875rem;height:1.05625rem;top:50.993753433228rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8D6abNR9ghLKLrvDWzX5fznsiPRWCvo { width:9.5625rem;height:1.875rem;top:55.243752479553rem;left:5.2187500596046rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIJSRNWfTa7iud8NQlF6czSBD7XOiu67 { display:block; }
 }@media only screen and (max-width: 763px) { #c7740mDBEke8dPmf9TngtTXm6UOfq8Fx { width:18.4375rem;height:1.7864625rem;top:52.737502336502rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 { display:block; }#QVwJyaIo4BeScvOPVK8zDrXaMvL61lc7 > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybKeaMFmD7lKKp7xsh5aNQ2A19t8hxW5 { width:9.875rem;height:9.8125rem;top:1.0499839782715rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILMox9HFhGGUGlfbxUMzrzcA7FgtZBZ { width:10.8125rem;height:1.05625rem;top:11.361719511449rem;left:4.7187500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCQhv3Jc1rLJpKspgp2hxGXQlR9wwl2N { width:8.559375rem;height:1.25rem;top:15.262145996094rem;left:5.7196179628373rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QISfRcxMuo9QzdbBfO710BsOEhp69LT7 { display:block; }
 }@media only screen and (max-width: 763px) { #FxH3DOiGNl9LN8Fb216rS8NGFtBlCtpD { width:7.9375rem;height:1.7864625rem;top:12.48046875rem;left:6.0312500596046rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va2Ic5WqMMOpECUETtEKsLPzUTcwrDNQ { width:11.0625rem;height:17.4375rem;top:0.62500047683719rem;left:4.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #btgbJLsyOenbsILqB0fsCswfdliOkFeC { width:9.875rem;height:9.875rem;top:19.829687595367rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtJseRAnOPpyi6seh7vTrW5goXyQzJdo { width:11.0625rem;height:17.4375rem;top:19.316406726837rem;left:4.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1NUIg4Rk38nlt9LB76PNzG5lm8KRgXX { width:18.4375rem;height:1.7864625rem;top:31.742968559265rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qElcwRuCzIOMtkRPHRvy7Coo7N9c2wIH { width:16.1875rem;height:1.05625rem;top:30.312500953674rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8l17sIb3uTdVM5JdWk5T1awoRfsU9mJ { width:9.1875rem;height:1.25rem;top:34.125rem;left:5.4062501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSqES2By9SJ86N8hPpfIRITkBv4Ed3sb { display:block; }
 }@media only screen and (max-width: 763px) { #TcLaXoZEap6b2e8QoX78zTgXQmqP4uDf { width:9.875rem;height:9.875rem;top:38.566408157349rem;left:5.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzyhrWcZTHkTbgz6uqrd91MiOxQJGkAC { width:11.25rem;height:16.875rem;top:37.371875762939rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhDHBaq5Dm4SQVRnXU43pSTl9ATGEZ6J { width:18.4375rem;height:1.7864625rem;top:51.372657775879rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W81vyC0AkXMNShTmWpmT9DSA9g5IBdI4 { width:16.1875rem;height:1.05625rem;top:49.878907203674rem;left:1.8125000596046rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { display:block; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz { background-color: transparent; background-image: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container > .video-iframe-container { display: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row > .video-iframe-container { display: none; }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .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); }#CRhyTIa0KZtqSflFdzEuSTO1OJXbHtoz > .row .container { width:20rem;height:40.5rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZDMhl1S2rFF6PQrJm0dtpkDry4VuzJP { width:20rem;height:5.60416875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#ffffff;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #woLCrOGgcOMN6trQRZL8xGJ42Pv6bTra { width:7.1875rem;height:2.5625rem;top:36.406217098236rem;left:6.4062501192094rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jer3n9CvEqTykrTcdro6XtEoSXTcnmwR { display:block; }
 }@media only screen and (max-width: 763px) { #aqAfLDtgTuXCLQhbDb9rJfml39UsuM4r { width:20rem;height:27.3125rem;top:7.4678819179537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eglP0biemZErl3J8DWRsKUnU5eZnlsf9 { background-color:transparent;background-image:none;display:none; }#eglP0biemZErl3J8DWRsKUnU5eZnlsf9 > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B0PQv0ctA9MaiPqdDLUDVGznspcGrPoP { width:16.1875rem;height:1.21875rem;top:1.2335938215256rem;left:1.9062500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#001623;display:block; }
 }@media only screen and (max-width: 763px) { #vDSu3uSS2aPFoJDORtCKlGbvg4Rnmsip { width:12.4375rem;height:3.6875rem;top:1.2335071563721rem;left:3.7812501192093rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8CJ261ISywXm3upQplekkIdqoRnu6bO { display:block; }
 }@media only screen and (max-width: 763px) { #GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy { display:block; }#GTeMHiiZFfrVVLfalG59tZgHy7LIQ9fy > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dXGhGSnxPkSuZq2Vsg0GStHM2Hz6sMyG { width:9.8125rem;height:1.9375rem;top:25.055468857288rem;left:5.0937500596046rem;font-size:0.8125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWKei9eG9ouwUiEIaqXaon2uXW4vmxgJ { display:block; }
 }@media only screen and (max-width: 763px) { #HhgOtL1oJpSeggRTi1uesR99bSNWaHAC { width:18.9375rem;height:12.5rem;top:5.9312500953674rem;left:0.53046876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFvPF9C75VRSId4CcTxFwRWwhzOVWT1M { width:18.125rem;height:3.0875rem;top:1.8992185592651rem;left:0.93671876192094rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HLmK6lSNaIrSdscEevlV5vWaAJfqTJHI { width:20rem;height:0;top:54.742187023163rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#ffffff;z-index:15101;display:none; }
 }@media only screen and (max-width: 763px) { #v1EBclAU7qSES6z9Q4C0rOViO0u75bw7 { width:20rem;height:20.4375rem;top:29.304689407349rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJaQsPmp9WADhQCL40NBQu7XhUQTQbJ { width:18.6875rem;height:4.5486125rem;top:19.585938274861rem;left:0.65546876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LintTfwtxbtdi9qPwbdnCepsxi2bva2m { display:none; }#LintTfwtxbtdi9qPwbdnCepsxi2bva2m > .row .container { width:20rem;height:177.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #O3y5cvzHL2siMy2Vp0HJJP98Q5DKHMRR { width:20rem;height:176.39375rem;top:1.25rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 { display:none; }#zXTvt6I7pzvkhS9xn3Zy7pwqoTvnok74 > .row .container { width:20rem;height:34.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dJxgLgNLBWVvuEUdDvRlWLyvOqqKeqHQ { width:10.875rem;height:14.875rem;top:1.25rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdZXOgf6yOTgFOxxO6DiNzcBBnEtZMby { width:18.9375rem;height:0.89375rem;top:21.625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtKLzuJfE5B3VR7BU9PChCVa3xQ1yPc9 { width:16.1875rem;height:1.05625rem;top:19.9375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcgvfubUm3XUACGDImPMSIyaFtPVwetq { width:9.75rem;height:9.75rem;top:23.76823125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3qwkLBHSUtt0NSBDPPcRTltrcuw9ueb { width:8.5625rem;height:1.25rem;top:15.375rem;left:11.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hvh7M4XkyhPRq7V9a0rkW432tyeqUS3C { display:block; }
 }@media only screen and (max-width: 763px) { #dWeATbSquaUpyTWT07bLA9f787ipxX9a { display:none; }#dWeATbSquaUpyTWT07bLA9f787ipxX9a > .row .container { width:20rem;height:98.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uVpXtg4HXn0MfXwTTZBrhsJAqf0d6FCe { display:flex;width:1.25rem;height:1.25rem;top:31.625015258789rem;left:11.999999046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLCPJKshFwzWCm13GpsyTowz6uTfqzSf { width:20rem;height:8.5rem;top:33.687515258789rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPCD3SGidpdKRtDTnt30F51XgeD8VbNN { width:8.5605625rem;height:1.25rem;top:63.687530517575rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ton3WTu9TlMT8SnHh7cM8H31X3F3sVZe { display:block; }
 }@media only screen and (max-width: 763px) { #zKEQu0XhqxvOzf4eByNMXIr0EckL0DIP { width:3.0625rem;height:0.89355625rem;top:56.125015258789rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEn4o9sudvNxGITJxk0xdpoL9mUkwieM { display:flex;width:1.25rem;height:1.25rem;top:64.187530517575rem;left:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPHiOo0205wi8TuvO0OlzOCJzBfWtqvR { width:6.1875rem;height:1.0556625rem;top:53.875015258789rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsUFoG2syNLaxJwoOreKVMHfdpQWTGyf { width:5.75rem;height:5.75rem;top:34.000015258789rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CILWwvp3CD3vBZJh3roHXWSVUPPQml2G { width:19.9375rem;height:9.0625rem;top:66.187530517575rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4TLDLy0fwdUZ1NqqK2930Rho5wOMEZI { width:8.5605625rem;height:1.25rem;top:96.187545776369rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I29LvVLZgiERoFKxK0TQQkSDdg7TaN52 { display:block; }
 }@media only screen and (max-width: 763px) { #JgKfzyzga1P1xAgH2c13uLbUpMgzUfTi { width:7.8730625rem;height:0.89355625rem;top:88.406280517575rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hzbu7RTe58hWRx3ys9FkBMfkPLqAWoXT { display:flex;width:1.25rem;height:1.25rem;top:96.687545776369rem;left:12.187500000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #xh82SBAsFtwyTsniupSDFf8r8ugM4X0i { width:7.375rem;height:1.0556625rem;top:86.375030517575rem;left:1.21875rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHf9uSRlOBWnFEGGTNlkmQAx1JMxmcq { width:5.75rem;height:5.75rem;top:66.500030517575rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #syzAz6Trxgew0X0FbF2WweqnaA3tNIW6 { width:10.8125rem;height:1.7871125rem;top:59.093780517577rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np2Ln7lyCuRQ4oautk2VidnN5xk4A0C4 { width:10.875rem;height:1.7871125rem;top:91.593795776369rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgefu4s3XrPlibL96vdGRVLC1WVw91Qt { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIWnUzGSU81Z1oTq3KmPkWw65aTv8Kio { width:12.3125rem;height:2.6806625rem;top:25.921890258789rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1aozfHCk9sgQdoWS51MenvrNQiSp9XJ { width:8.5605625rem;height:1.25rem;top:31.187515258789rem;left:5.3749990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FztChLcUGgM5s897aXRfLUzxpGerOGbI { display:block; }
 }@media only screen and (max-width: 763px) { #ynfc8D1F0iPoHyuiKlW0GACsZq3fdbT8 { display:flex;width:1.25rem;height:1.25rem;top:31.687515258789rem;left:12.249999046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1cLK3zZBZUpA8h3TGAkiWleZHe1Rfd1 { width:6.3105625rem;height:0.89355625rem;top:23.375rem;left:6.5624990463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSkR0FL7Q5qlcUk7TR9QaZToElAe8ly7 { width:9.5rem;height:1.0556625rem;top:21.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZr96RUKuRTaKU8ODI789ufcdbPsDqsJ { width:5.75rem;height:5.75rem;top:1.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #seQKZMlD8dc7ucADmohrC047otJKaU4T { display:none; }#seQKZMlD8dc7ucADmohrC047otJKaU4T > .row .container { width:20rem;height:98.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VOAxJzNTICDubX4qAZXbCayTthmtUo2M { width:20rem;height:8.6875rem;top:33.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt5s9NZLcAzKWW8BZmf7hUwnNwTvO7B6 { width:8.5605625rem;height:1.25rem;top:63.6875rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSyTlucn3flqu9VhTOQuPPsnU72yHI0R { display:block; }
 }@media only screen and (max-width: 763px) { #KCICCr9BNT0wuRnyHUZavzP28bMIVRv0 { display:flex;width:1.25rem;height:1.25rem;top:64.25rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qa7aKQ5IJX36W5u9cLVlxE9hqzZqtBiT { width:10.75rem;height:2.6806625rem;top:59.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8rh5yhV3q1lcAO7TFHhbE3BUiJsm729 { width:5.75rem;height:5.75rem;top:34rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOOQbgKQVwb2E9flQBXJQ2zx3Utte1Zu { width:7.875rem;height:1.0556625rem;top:54.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANpytT4APdyVw2CINXQJQbwaZ3epTKgT { width:9.6875rem;height:0.89355625rem;top:55.875rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRccBGIvH0LSJWdaaJVbeaoq8AnbHbeN { width:20rem;height:8.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWCF2BUMRGvB3dbfFwePu3tFQ61mFFoZ { width:8.5605625rem;height:1.25rem;top:31.3125rem;left:5.4999990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpZ4CFoITJyWPQHCaAh5xEEmDo83nqKc { display:block; }
 }@media only screen and (max-width: 763px) { #hG3CcErsWJJ2aA9xvwEnC85qqvSQru6A { width:10.1875rem;height:1.7871125rem;top:27.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o72UZvwdrNGgPgEFfwPlkvTQSyum2aln { display:flex;width:1.25rem;height:1.25rem;top:31.8125rem;left:11.874999046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #yIwggmcGNneGoApO9nfLK62OSJ6UQz6K { width:3.249025rem;height:0.89355625rem;top:23.5rem;left:6.5624990463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W932v9SEbyo5cUwFPbp7J5a1uZTKlwt7 { width:7.25rem;height:1.0556625rem;top:21.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBsktktnKq4yPL36qbmLTM3FppqKIJ2z { width:5.75rem;height:5.75rem;top:1.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQDw1Ixy0cRE2nlOQbDsO67DOA8BsvgG { width:20rem;height:8.125rem;top:66.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCDhVL7Gz1ORp5UZss9ATvZVkaLMUqk7 { width:8.5625rem;height:1.25rem;top:96.0625rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3is9idhUhfG7qk9yxoHPoKOFO6iLTUL { display:block; }
 }@media only screen and (max-width: 763px) { #B2l5q5bK1cnobVNRVgPOilXqGBXTunOl { display:flex;width:1.25rem;height:1.25rem;top:96.625rem;left:11.812500000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ4cfc0ERxXU9JQLnH954zUAOPyCkVEO { width:10.375rem;height:1.7871125rem;top:91.9375rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REnCP0gQvMmC2UsiDxLL8XX3528Eguyl { width:9.6875rem;height:0.89355625rem;top:88.25rem;left:4.875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWtqfNoIIh1uZAtd3MVirFUhgWibehFM { width:4.375rem;height:1.0556625rem;top:86.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBJHD5vdNTegNTaWxcnXWA4kUC6itRtt { width:5.75rem;height:5.75rem;top:66.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 { display:none; }#TR5UXHPabfVCkh4q5iAVVXANH5tsK7V4 > .row .container { width:20rem;height:98.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKesTZsT0XIIeii53MfsW4ghtb8o2omN { width:20rem;height:8.5625rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XAQNqqp8aE0r8EKMU8TXaC2rExHrUm { width:8.5625rem;height:1.25rem;top:63.5rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDuyOuTc1qeX0znOuHoRwn71KVJCdTxo { display:block; }
 }@media only screen and (max-width: 763px) { #nIFpOMckoPvJXxdkCXpRgsoxw5zHXTHG { display:flex;width:1.25rem;height:1.25rem;top:64.0625rem;left:11.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDAdoBMi3vfFkluWx2wBfJA4M1lbXke7 { width:11.6875rem;height:1.7871125rem;top:58.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEwKp8bwkhXukgfoETT6Oi7NRLBO5VkW { width:6.3125rem;height:0.89355625rem;top:55.9375rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqSDNEsT4OVt5NZuFO4kJ8erVkQyRGOR { width:5.6875rem;height:1.0556625rem;top:54.0625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMM9c5cA2gQxgHF2eW607enGDu1AKePo { width:5.75rem;height:5.75rem;top:34rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpXNAbIZcfaiS6lbFzvNJcumfv1DDEqZ { width:20rem;height:8.6875rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LC3APCDAQth5GZern1uQiXWcFT8c8QXq { width:8.5605625rem;height:1.25rem;top:95.875rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZO2FWkfncCRtwhD79VNpMEx4T4isVln9 { display:block; }
 }@media only screen and (max-width: 763px) { #WTeH06qr391Vy7E7X1Iq2nuhqdag7CTc { display:flex;width:1.25rem;height:1.25rem;top:96.4375rem;left:11.812500000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #JIZyf4DX5QnmRJX5TJvAXsEDuzH7S77h { width:11.5rem;height:1.7871125rem;top:91.1875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HT28Z0eNSpTcaW7P2VJaCQpgS4wIckbL { width:6.3125rem;height:0.89355625rem;top:88.3125rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITHR6G1p63spTqhrFI2HUC0CNDuMJNog { width:6.125rem;height:1.0556625rem;top:86.4375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3t4PaNsgX3etT7EZfC2wbhA1lLvZKdT { width:5.75rem;height:5.75rem;top:66.5rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUWpUTRriDM60M61wz3F3TFVM1dr8tr0 { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvrOiDw368hkbrF1KxXSF4ICVgrBEaTT { width:8.5625rem;height:1.25rem;top:31.125rem;left:5.3749990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxwGM1T9Z0Wi02lqkWO70qIX9BWUS31g { display:block; }
 }@media only screen and (max-width: 763px) { #r732t66X7lMfpSgbVWvxII3xf7yzypIS { display:flex;width:1.25rem;height:1.25rem;top:31.6875rem;left:11.812499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #bunCKpOreABVf9hQgURSsR1qVTa3Hxcm { width:11.875rem;height:2.6806625rem;top:26.375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3VwMwTirFNiAJWWpsZ3Z0IfAwx6B226 { width:6.3125rem;height:0.89355625rem;top:23.5625rem;left:5.3437490463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKdrNXVZlP3J06A9IThgfQAthoqOiKKN { width:10.4375rem;height:1.0556625rem;top:21.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6AHWLpXnmZO1XKVOdvJs0KsBxu5BBe4 { width:5.75rem;height:5.75rem;top:1.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJy0stnBiAHGrutfEtmVausuXmF2926r { display:none; }#MJy0stnBiAHGrutfEtmVausuXmF2926r > .row .container { width:20rem;height:98.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sTiSixh5tFr0pWqHNsuM1LPguehVUhLA { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yON9spqDDupaNm4tUpB78C17St0AhVMU { display:flex;width:1.25rem;height:1.25rem;top:31.625rem;left:12.812499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #Alxe0Rw4TqbCgdSQanTc24qBxungQ9th { width:8.5625rem;height:1.25rem;top:31.125rem;left:5.3749990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTvA920VueQPrWSHfV2U1sVekKng575s { display:block; }
 }@media only screen and (max-width: 763px) { #Ll8HmQ0AK9cNJdnn7JoaHhZeUJe2cZ89 { width:11.8125rem;height:1.7871125rem;top:25.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8pdQJhh6LXXiffqJyxNwnsGk20TiCL5 { width:6.3125rem;height:0.89355625rem;top:23rem;left:6.5624990463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k52ygaEe1os7HOZNybGLQie8T7xSKZdM { width:8.25rem;height:1.0556625rem;top:21.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn2RGFwN9Jci6uFbiKrbEFaimaCfIIUs { width:5.75rem;height:5.75rem;top:1.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHChvQhwVCFUlAg4wWtp2c2UWXQnx66H { width:20rem;height:8.75rem;top:66rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygL1HLUWhV3aTeq7whN79yKtLQcpdRV3 { width:8.5605625rem;height:1.25rem;top:95.875rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dr4TS2G1rtOJxrROQhSWhLIn5N3bFfCl { display:block; }
 }@media only screen and (max-width: 763px) { #uAzvbUbbrghx4d1pgl7MLDspnGhDgAXI { display:flex;width:1.25rem;height:1.25rem;top:96.375rem;left:11.937500000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #CH0laifKTNOJ0E25Vwiw3IEOclx6TUWh { width:12.75rem;height:1.7871125rem;top:91.75rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA2Py51ttT3NTMm589sFzHrre2CHRWtX { width:10.4980625rem;height:0.89355625rem;top:87.75rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNdzBJT9TNeGFTtQxHChfx585AVNorV4 { width:7.375rem;height:1.0556625rem;top:86.125rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeeHX35mClNL4pguRnbsTM8dQr42RheD { width:5.75rem;height:5.75rem;top:66.3125rem;left:0.3125rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #QSJrk51HKWn8OZ4kesxq9Xyp9REO2oUT { width:20rem;height:8.6875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCHoDqG6bKX89TX3vrml1TxbpTKFfH8p { width:12.5rem;height:1.7871125rem;top:58.25rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftgkBHmEaZlMnANs0rgiIrO3ikXUin0M { width:8.0625rem;height:1.0556625rem;top:53.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP8kevtNKWizaxrnppbkSken4TKrr46F { width:5.75rem;height:5.75rem;top:34.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLSXlWwHMM5bspAMxnQNy7z8d4nXaFNU { display:flex;width:1.25rem;height:1.25rem;top:64rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ibT9FPo5pleo3tCQdAvIZlOc0ilOhML8 { width:8.5625rem;height:1.25rem;top:63.5rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A46UcEmMo1bSdT9cpyiRLz3loGMKXyvs { display:block; }
 }@media only screen and (max-width: 763px) { #rNNvrruNfLxmfv8UJG9TT5TRW9IdcTyo { width:10.1875rem;height:0.89355625rem;top:55.3125rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZhsTCZLip4yRkEyS19hRo5SwyQim9sH { display:none; }#sZhsTCZLip4yRkEyS19hRo5SwyQim9sH > .row .container { width:20rem;height:98.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yLFlFVFrCsZO1TM9AtpSu5ZfqhqQN8kW { display:flex;width:1.25rem;height:1.25rem;top:64.625rem;left:12.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fuEF8wlETqtymmaXVasx3bp5kKi9HkwG { width:8.5605625rem;height:1.25rem;top:63.75rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwLw9TrU6sKkeDXawhZbFPK2XGJe9aDr { display:block; }
 }@media only screen and (max-width: 763px) { #zGkNAXmnaJdl9yTKrTsIwbwEqokK9fdh { width:20rem;height:8.75rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #shrIXGOOx1N1iocv8VQXdFT2XEwMpLRd { display:flex;width:1.25rem;height:1.25rem;top:62.5rem;left:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pGzIf2KwElTnGLi9Zbcmv656fKcP0OHb { width:11.8125rem;height:2.6806625rem;top:58.5625rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQSE6AlBx9k21ukQ8gzeHn2V40fN6uTs { width:20rem;height:8.6875rem;top:1.25rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #n6KXEZuqCkDstOk0VTa6aqS5FCvhyxTd { width:12.9375rem;height:2.6806625rem;top:26.1875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCTB00VaNvxJrMKer1ZruqGHxfVWWmgB { width:8.5605625rem;height:1.25rem;top:31.375rem;left:5.3749990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoU5XdECFuqDfGuNuToOfTtMK3lmq5eF { display:block; }
 }@media only screen and (max-width: 763px) { #Zufru7yMkmJWNhxFfvewfVTyCWhexxLg { display:flex;width:1.25rem;height:1.25rem;top:31.875rem;left:12.124999046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZZKq7hZTtberKnXUL0FwtWsWfirGkTw { width:6.3105625rem;height:0.89355625rem;top:55.625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEtAPbw0kZeM4Owwu3GBG4ITcoTEeGv0 { width:7.375rem;height:1.0556625rem;top:21.6875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmhfI6J92ZRSaMgMUwAsHzfGLi3x2Nt4 { width:4.5rem;height:1.0556625rem;top:54rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOkepRGoiHRi82ppQNtr55WfTkP31iIS { width:5.75rem;height:5.75rem;top:1.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIvSIQVJFlzTugMtZ4dmVl54OcZXLVoy { width:5.75rem;height:5.75rem;top:34.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOmna4x82d4lEEM3Ok41LDTtyvm70yXc { width:3.249025rem;height:0.89355625rem;top:23.3125rem;left:8.1874990463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwTRN3ammaS0w9Kf39u2zOOtyCiGOsEL { width:20rem;height:8.6875rem;top:66.25rem;left:0rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #JLL9H5ByrwdmEZVOmGk3uh1WlTTeVTGu { width:8.5625rem;height:1.25rem;top:96.125rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWxHw2KtLaeeocC0MvqwagkswxZec59 { display:block; }
 }@media only screen and (max-width: 763px) { #QPDDnCMyKviQsymAd5c5UMwrweNXp0hy { display:flex;width:1.25rem;height:1.25rem;top:96.6875rem;left:11.812500000001rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEg2BIa42UdcEpG8qGv8HWM2hxBFO0xf { width:12.6875rem;height:3.574225rem;top:90.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXFFDPu5Ai9i2qfTEuPF4hS91Rm6km1A { width:6.3125rem;height:0.89355625rem;top:88.5625rem;left:6.5625rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDS8qWB81n8oGWTTMXUIxInD0S7wukd6 { width:7.9375rem;height:1.0556625rem;top:86.6875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITigsdeLGLTnReoqXvUPsLL0OmstTETu { width:5.75rem;height:5.75rem;top:66.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS { display:none; }#e9zwz3D9TNiRs1JrgGtqkQkzWTINp6yS > .row .container { width:20rem;height:66rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #irxFTo7n9NMFxZzDy9Wfr0fTTMa6L9w7 { width:20rem;height:8.75rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAOWRWiELox50US0ZkkfhIVEKCaoeTTm { display:flex;width:1.25rem;height:1.25rem;top:64rem;left:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #v32NEihQCf8RthRk1zLztZtOhrF8am37 { width:8.5625rem;height:1.25rem;top:63.5rem;left:5.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeuAqRSKbH9KTNqBtaN7ybF5vyhERIT1 { display:block; }
 }@media only screen and (max-width: 763px) { #pUTCTCgsDqt8wioS1i2JqBUKHGc4dPTH { width:10.4375rem;height:1.7871125rem;top:58.859375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoATn2PTPAKSqAcvdC6qRhMNG2wNOuEx { width:9.8125rem;height:0.89355625rem;top:55.375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV5xv8Dv5xx8H3fTUmLwL2Qi9xEGTPpx { width:9.3125rem;height:1.0556625rem;top:53.75rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PE6qkbBTWsiqE5Ja6eAvRHmaMZH7SLC0 { width:5.75rem;height:5.75rem;top:34.1875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHXZN7Gk9WUyRT1EeztO4cGPtt2Xv7xC { display:flex;width:1.25rem;height:1.25rem;top:74.25rem;left:13.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oxIyCUki0SMudhTEtxxflTUQB1XbrHJN { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3KOugmgs68oSwXS379XJKHndkW4rgt2 { display:flex;width:1.25rem;height:1.25rem;top:31.625rem;left:12.812499046326rem;display:none; }
 }@media only screen and (max-width: 763px) { #qqv9VLFSPrQ4d9cTgPvLDtAvGy7wStsL { width:8.5625rem;height:1.25rem;top:31.125rem;left:5.3749990463256rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OovbCbmrkx8XiuN2xy8Hfnwcl0h5qQIB { display:block; }
 }@media only screen and (max-width: 763px) { #hzrW2zNxpLTJJyiVeczRzaCaWnHiU95b { width:10.375rem;height:2.6806625rem;top:25.875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTDcJG4XnEmB5x0IcNJgbwGaJTfimOn9 { width:6.3125rem;height:0.89355625rem;top:23rem;left:6.5624990463256rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5hvwA7f9X2qSGDT78gcHH4TK9xOh3hO { width:5.125rem;height:1.0556625rem;top:21.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXnVbB0TS1JkwZzXhOhNN0rL8yzrdTUG { width:5.75rem;height:5.75rem;top:1.8125rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB { display:none; }#NEJPH8k7V7Qbf4FfhUgQx7244DLUfozB > .row .container { width:20rem;height:31.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fqBG7vkkTRh7RVBn8fPlaIJ7qIUhVUaA { width:20rem;height:29rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5axwS05LtDfxKKQeUZfxx0dSJzAio8G { width:19.1875rem;height:2.111325rem;top:2.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIHxQqJ5hLG0p61ysTo1xvuEze07DScs { width:19.1875rem;height:8.042rem;top:6.625rem;left:0.8125rem;text-align:justify;text-align-last:initial;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAGLbr6T2hTve9qayBSyO2uHIDTTJgaI { display:flex;width:1.25rem;height:1.25rem;top:15.78125rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #ppcPycz1TEVqRhMFpIvQplk0niqIul37 { width:20rem;height:0.89355625rem;top:12.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDS46dPDWMpxTatoc0voKmMl4Bc2ZhDa { width:17.1875rem;height:2.6806625rem;top:15.953125rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #no18RZuu2HX6yS6ZS8zLhLRAsZR1fGFO { width:17.1875rem;height:3.57421875rem;top:18rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5EOnyanfb7TMdtv6uA6p5n8Ck8nbtfa { width:16.25rem;height:2.6806625rem;top:21.421875rem;left:3.75rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCag5G7k4h3ZWOQohJF7VGEiFv0OI07h { width:15.75rem;height:2.6806625rem;top:24.109375rem;left:4.25rem;text-align:left;text-align-last:left;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAVvRHaTL92NddiUOxxvHyZOGWWTVhd2 { display:flex;width:1.25rem;height:1.25rem;top:18.4375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #FvulVIdXDxsEvZXIFSIsgGPdKvbpaxOS { display:flex;width:1.25rem;height:1.25rem;top:21.25rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #brE1OpxqdSvpeRaps3Q85sLP5JfEJagT { display:flex;width:1.25rem;height:1.25rem;top:23.9375rem;left:2.75rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #K1dc35u39dl7lNGD4QaXvH8H1C0xFZOF { width:5.0625rem;height:0;top:26.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yMyM5JhTu2BbqM6Eqs2Ta01Nf2gMIU05 { width:7.5rem;height:7.5rem;top:28.375rem;left:7.8124990463256rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTS9bi6TU00Zs07eHeeCvQi57EdlpTy4 { width:10.1875rem;height:0;top:26.625rem;left:9.8125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPn3TqnSkBD4Pze9P6gxH4tdyUvFOqoe { width:7.5rem;height:7.5rem;top:28.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8WCJo8Lq8TMm54uu1kh2TB7fbN6yHuZ { width:7.5rem;height:7.5rem;top:28.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3WrmcKG0v46AAnQfEgBXlJ020e9Q8tT { width:10.4375rem;height:0;top:36.8125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yQzvMQc3mOtCuva8zg2faOSEdHV3XHvw { width:6.8125rem;height:0;top:36.8125rem;left:12.84375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHnTgtyAx7wB318ElK59UTOnIXwDUWmi { width:11.625rem;height:0;top:36.8125rem;left:5.7499990463256rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GeKfeT16nkCfv8CX7E59C10KOBy1xPnf { width:7.5rem;height:7.5rem;top:28.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #IaISPkJxTnBwl8ZaIITEPtsTwXItS5JD { width:10.4375rem;height:0;top:36.8125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WIfrWfZhJmpq9U8cHA7aFacyapVkhJSA { width:7.5rem;height:7.5rem;top:28.375rem;left:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zIf2WKka7eJlUKEWV91bu5TIJcQOsWSr { width:10.4375rem;height:0;top:36.8125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KzTaWFSNys99fx5w12HTLWL42mcpcHCu { display:none; }#KzTaWFSNys99fx5w12HTLWL42mcpcHCu > .row .container { width:20rem;height:72.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u2tsfAOEMhuxKm6cvHc8acW0VmQCOfCO { width:19.1875rem;height:0;top:1.25rem;left:0.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk { display:none; }#aKnW2zIqdyWKiy58XUfdlklcQTuXEDxk > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DBdqv6XlHKtGEeOdqhbKM5wU4wMdSdxa { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5FHWBTW0O4TEoe1IUwBav3GrOWFsSlw { width:3.625rem;height:3.1338263358779rem;top:2.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT { display:none; }#uBNNk14IevMRGZc6bHMpAQOyuKmLUwTT > .row .container { width:20rem;height:23rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FFOT7ceyaKrRpm8ZgT69608CmqvKX790 { width:19.4375rem;height:20.3rem;top:0.80555629730225rem;left:0.25rem;font-size:0.75rem;display:block; }#FFOT7ceyaKrRpm8ZgT69608CmqvKX790 li:before{  }
 }@media only screen and (max-width: 763px) { #Kwm1M4fUU0V8RHy6OZTHK7a7DmJ7E5mT { width:14.25rem;height:4.875rem;top:6rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ulhh56QgkK3ebnxON6yXOlqheIpNAnmv { width:0;height:17rem;top:0.9375rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste { display:none; }#JhzcpznTIsnzpBnm4t5SZCQJ0x8K7ste > .row .container { width:20rem;height:71.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ { width:17.4375rem;height:11.75rem;top:17.491405963897rem;left:2.3750000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#Cn88PX7QXd3yCVRJwdTMgUiRfKv8BNJJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #bvRf4C6hQIrzedunza5QaRbKJMK3JuoO { width:15.25rem;height:0.9375rem;top:15.741405963898rem;left:2.3750000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6DHGqvEFlREn5TXlMAHyt66SDcLRIL { width:8.1875rem;height:1.44375rem;top:6.9890594482425rem;left:6.0937500596046rem;text-align:left;text-align-last:left;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jkh18BrWR8esDzaT7VWDnyDnoQ2zAkto { width:20rem;height:31.3125rem;top:3.4296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcMfikw99RNsSKT2MGB57vwSTAJLWObZ { width:17.3125rem;height:10.5rem;top:4.1171875rem;left:1.3437500596046rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE77epiAVRoTVfiOeuuQ3NdlBCAdxViN { width:18.4375rem;height:2.1rem;top:4.5421867370606rem;left:0.77890628576281rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspbZyw70ps2DAabmcmApiW7UDK1HR3c { width:12.4375rem;height:0.9375rem;top:8.8351554870606rem;left:3.7812500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNBVpWbT1dy8QLELZMUtNBJT6h5BPtxW { width:10.625rem;height:2.5625rem;top:30.479687213897rem;left:4.6875000596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8p11o6HDVnSmxFtbKm2xDQQowD2BVFr { display:block; }
 }@media only screen and (max-width: 763px) { #gwTz3xPTwLhkMICkZ30aJ7UtaW9i6K7k { width:20rem;height:1.21875rem;top:0.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZSVMf35vnP7DBC85kFueLJMVRTq56iED { width:3.625rem;height:3.1342174905498rem;top:1.25rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIuxNVIOC9WhLS1PtZLzXWAWb5TKrqD3 { width:16.3125rem;height:8.6875rem;top:38.066406726837rem;left:1.8437500596046rem;background-color:#fdfdfd;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN8kZHn9PNnK9OKudrdWcRNup5PImJX0 { width:13.8125rem;height:2.1rem;top:39.110137939453rem;left:3.0937500596046rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeSrwxVHXa154lv2BGIPoeawDVewg7uI { width:20rem;height:1.44375rem;top:42.000000476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJkZAfelTi9Cx7O6lDfHAknnU0Ub1uAg { width:17.5rem;height:0.9375rem;top:43.877342700958rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dN5xINLRpymterU8Ub5O8U6alTk5uJh8 { width:17.5rem;height:0.9375rem;top:48.422637939453rem;left:2.5000000596046rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Blxibv5SIBtXTPnkWeBdiTKeOFyidRIx { width:11.6875rem;height:2.9375rem;top:64.985931396488rem;left:4.1562500596046rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSafXGMppJi2haCLWPTQsvhW2xvw7JSB { display:block; }
 }@media only screen and (max-width: 763px) { #COcg21KNFi756doQN30aPfawTwc4qFLT { width:20rem;height:34.0625rem;top:36.109344482422rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh { width:16.1875rem;height:11.75rem;top:50.609375476837rem;left:2.3750000596046rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }#bRJvFqfflnPaI81R4Xk1F0CsqoyWyOlh li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3bbb019e7613ff3d4f59c25c173d4f729030fb55.svg); }
 }@media only screen and (max-width: 763px) { #z2rP328d9wV6G8XluC9cMPozpLEumcE3 { width:17.5rem;height:0.9375rem;top:12.667187690735rem;left:1.5000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mc9hpon1XNarPzyiwT35s5WFSqcJ9CRN { width:17.9375rem;height:1.58125rem;top:10.271875143051rem;left:1.0304687619209rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #zo6k0wnJ3INL65TDaTICHKfXr5Itl7TH { width:17.5rem;height:0.9375rem;top:65.985156059262rem;left:2.5000000596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPeNiIenWVrzoxpv3W1TthMvdIOu5TmU { width:20rem;height:0.9375rem;top:45.18984413147rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r { background-color:#000000;background-image:none;display:none; }#pLwBD67WAegFo5BQWU4XDw1NvCQWlu8r > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dWGkSS99exdiV4bQC0GA9TT6S9GNIEki { display:block; }#dWGkSS99exdiV4bQC0GA9TT6S9GNIEki > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G3d21hOUg5soen1lOhHZTCyCO1lKkyz5 { width:5.749025rem;height:4.9453125rem;top:1.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #A47t4n79nI7paBMeE3dsifEePEXMeocq { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa { display:block; }#sHh0LxfvQTc3Omn7gGGBQSurwTuVaaPa > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZPKXCweIFAgdgVn9TNymyNl6yLVNuCK { width:18.997625rem;height:12.8734375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyITBoLMpd1sAsfp6t31rysx9eBSVkKo { width:11.25rem;height:8.125rem;top:17.124169921875rem;left:4.3742179870606rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD510hmcto8U7RikTE1vwCXbApcbIKaU { width:18.997625rem;height:12.8734375rem;top:15.3734375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbN8u2g79TOIgyCev55tDxEWOHXx3ofm { width:12.5rem;height:5.4359375rem;top:4.96875rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledECb0yEobAL4Kg786eeTL5O3brMSyh { display:block; }#ledECb0yEobAL4Kg786eeTL5O3brMSyh > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m31D5TsVZAhhHJEOoBv7FFXbravTlhoJ { width:3.625rem;height:3.1340345485375rem;top:1.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WBOuXdnF6BNENEy3lgMXF1Ju4B59W86D { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a { display:block; }#BaAGFmUwVWvmloGP1m06OxJ7Fw6oLV6a > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUCB4KMxrPUTLFLJVO8btDd2nA0Lb4Lp { width:18.997625rem;height:12.8734375rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5ucc8ZllR6vX96fSNRL53keKNvy8eLo { width:8.875rem;height:8.875rem;top:3.2492198944092rem;left:5.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCQANBO243weF6729IJD5zr2Wm11GMP1 { display:block; }#cCQANBO243weF6729IJD5zr2Wm11GMP1 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnNEFbRcP8UXFid9R7qMOGQVZVF2fH24 { width:5.749025rem;height:4.9453125rem;top:1.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vl6bAq86hMWkKMfJzUWfbsPiSTDT5Sqv { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 { display:none; }#Vxe75A0IgcZdZUpyt05o9ygn7q7k0sV3 > .row .container { width:20rem;height:114.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m8isf51P5grGcRHyoXJNuIbPaLoBu7mz { width:12.5rem;height:5.625rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypbViMpR9io82nqWDNs5CWxuoOkExIbn { width:12.5rem;height:5.1875rem;top:8.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #isO7Nz71OLnPVln3vUXBQgpaWUATodof { width:12.5rem;height:4.5625rem;top:14.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bK23bbJAm4GB1g4CL5nplMhkicXtC1K3 { width:6.25rem;height:6.25rem;top:55.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxOZTqb23iPiliOxk02UTMP2Z9LmlCLz { width:12.5rem;height:5.9375rem;top:28.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErPvqV7HoP768Ci8tTtyVlQTK7v8Tat0 { width:12.5rem;height:2.3125rem;top:35.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5WiXFcxtTLAtyTZoDO3PCJ9DBVAvlmW { width:12.5rem;height:2.75rem;top:39.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqvEqL40ZyBnAsTc6GHGNZf63uTeczyK { width:12.5rem;height:6.875rem;top:20.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttURhPJa6sAWdNyAfdqw4MMnAFwNMuMd { width:12.5rem;height:2.25rem;top:51.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvoKlzsyTeIzAxmw0VdAyBWoaRvJLtf4 { width:12.5rem;height:2.375rem;top:43.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLKTuzrQcVaBCbOsb4nkApkvbk9zH427 { width:12.5rem;height:3.5rem;top:46.875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsLk3sRoRakcskSfJKciLKDM8ncyE6tQ { width:6.25rem;height:5.375rem;top:62.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQx5xHzAaNFTDE0KQLk3XX7FbvtHqImR { width:11.375rem;height:5.5rem;top:69.25rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3IvfTbLAMWa1nwf8lh5McOTuI37pTdH { width:15.4375rem;height:8rem;top:83.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVLKEnbtyBo9n1FvIeuCrqOf15KZW4rS { width:8rem;height:8rem;top:96.6875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03cm17JK6LQlHvMVo3blhcePTHd2UkU { width:15.4375rem;height:2.875rem;top:92.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgrDQJH4yNOOdlTMTOHJ35QDaDcrQozk { width:14.6875rem;height:7.5rem;top:105.9375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXXVTOOnoEyQi01Qm8nyFfuyeGi3IAhT { width:14.6875rem;height:6.0625rem;top:76rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li6LMEQDunzdQRT9GT7OP2449AVvRbHO { display:block; }#Li6LMEQDunzdQRT9GT7OP2449AVvRbHO > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k3gZzdz46xVcXSrJyUATK0qH9O1dGtV3 { width:18.9980625rem;height:12.8730625rem;top:14.375rem;left:0.49999994039536rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #TieRbOra8L9rCkwnKT08KRK6dcC1T313 { width:18.9355625rem;height:12.8125rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJsbmp6zWFN8Gop29svaRKr3V7O0REWH { width:19.1875rem;height:12.3125rem;top:1.4046630859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuSiQXrTQ8udzUCeCFmxvgIbZOmuKF1D { width:19rem;height:11.75rem;top:15.25rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyHWU1vyOIDP3dTdFpsMsoJfLu5GxdU1 { width:11.3125rem;height:5rem;top:18rem;left:4.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztLWD17DZ1MKwlf58z775m9GdgPlpOhu { width:18.9355625rem;height:12.8125rem;top:27.496887207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEe6541faV8f7DylWgP59ehRTfvtONst { width:13.5625rem;height:6rem;top:31.028137207031rem;left:3.0832050359079rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq { display:block; }#ePREOJcFKWT0NxOCqT52Tq6GEO2FLUGq > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGBrlsitnZfVhD5U5sODicO3DR8DCEkc { width:18.9980625rem;height:12.8730625rem;top:13.496887207031rem;left:0.49999994039536rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #kZbVOiViMuO0MMoTTxkTQLRd55THRXDA { width:18.9980625rem;height:12.8730625rem;top:0.375rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPesc7PdBEvWf1JUr2NwufQ8GtEaPnlg { width:14.625rem;height:8.0625rem;top:2.9046878814698rem;left:2.1430556151602rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT6kgEWlQWnOwac0Due4b3T4W0pemDGg { width:18.9375rem;height:10rem;top:14.434387207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHmnlcsyIXPihT1GoAtEbRRLyWSvEKC8 { width:16.125rem;height:5.3125rem;top:17.653076171875rem;left:1.4679687619209rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyqrDgHWcAMyr1Ctu4Wvc6lVT4Nxvawq { width:18.9980625rem;height:12.8730625rem;top:26.621887207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqI6f3ibeknnclCedIsDo4CTeBeFu7H2 { width:11.9375rem;height:4.625rem;top:30.464050292969rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg { display:block; }#LiFX6Jz1Ag8ipkdqxu8d8LrVqSROHKIg > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OIQdkTIVeJ3KLqJivSaA5ezadHxo7gVt { width:18.9980625rem;height:12.8730625rem;top:13.621887207031rem;left:0.49999994039536rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #ElTpiINFrOeXKuHePxvrUUXu5STu9ksA { width:18.9980625rem;height:12.8730625rem;top:0.25rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #I04MH5CeGc0tu4z2w9ohRiVDW6fpqPZg { width:8.8125rem;height:5.3125rem;top:3.8125rem;left:5.8117190003395rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQg73c6JqbSeXJUfNq7k8FpxPg3m25fW { width:18.9375rem;height:11.3125rem;top:14.559387207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHylMUp0o3ogVa8FhXdysG5ADxiXxe5S { width:18.9980625rem;height:12.8730625rem;top:26.996887207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQTDHTFXeQq9zWQO5kIBWkLDhC4CgtEK { width:12.9375rem;height:1.5rem;top:19.531248092651rem;left:3.5312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhslqZHrfzzTzu9MWGGIrx39TyfSSKIR { width:14.5rem;height:3.625rem;top:30.965637207031rem;left:2.5937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF { display:block; }#HudVwutp8BWZuRTb0eLAyBsKSXKvfNlF > .row .container { width:20rem;height:40.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wuwkx03DEF8tcbkVFKPpMGwh6UvP8bM8 { width:18.9980625rem;height:12.8730625rem;top:13.621887207031rem;left:0.49999994039536rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #Twa4E3OBVndELHi4K5WdcOBNXc1Dwydl { width:18.9980625rem;height:12.8730625rem;top:0.375rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #ursyzQ04lTUMhSOklrkCz7mi2k2rzXwD { width:16.75rem;height:12.5rem;top:0.46250000000009rem;left:1.3968282026266rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuyXxOJX8KGxDz4ufQfDiRDnUcPh7rM6 { width:18.9375rem;height:11.4375rem;top:14.559387207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #U28A0N0fRezIn7Wvnr7xC2xcTqlSPRN6 { width:18.9980625rem;height:12.8730625rem;top:26.934387207031rem;left:0.49999994039536rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqKh1AWqQ5QOmxq9Fr21ukkUztntAIat { width:14.1875rem;height:10.625rem;top:14.715637207031rem;left:2.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyH9pnA0umCL5IJ7BJDgIdUQ2UUa71DT { width:15.75rem;height:11.8125rem;top:27.245300292969rem;left:2.2225703920854rem;display:block; }
 }@media only screen and (max-width: 763px) { #it90aRHAXanoyUTd0zC0kimVHmEn3Hwd { display:block; }#it90aRHAXanoyUTd0zC0kimVHmEn3Hwd > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E6xV07cVQ5NQUESoTt7mr0AIKC5OKE1c { width:18.997625rem;height:12.872625rem;top:28.306250333786rem;left:0.50156253576279rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #PTiEkJLSVR8LSInhImzszZqz449QGKaD { width:18.9980625rem;height:12.8730625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBXQh5nJq97kKFg3ra9U3if1Wk1w7GlQ { width:18.9375rem;height:13.625rem;top:14.434326171875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS2QTA3F0qwpqueyKh2FBqE6VHW0lM8U { width:18.997625rem;height:12.872625rem;top:14.559375286102rem;left:0.50156253576279rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #KtPfqZzn4Iiqpdo9ReTyvLlitrZUR0o0 { width:12.5rem;height:9.375rem;top:16.307814121246rem;left:3.4242187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4c2fz0Il01wLeAVmq8Rgnvoktcsbr2k { width:13.9375rem;height:4.75rem;top:32.367188215256rem;left:3.0312500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKgNgXCfRXaP4EVRdvFDlXcSsCWuvz6H { width:16.625rem;height:4.8125rem;top:18.997624046326rem;left:1.6875009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdMnemodr8LTKX2wMWU9KL9A71c9aso9 { display:block; }#rdMnemodr8LTKX2wMWU9KL9A71c9aso9 > .row .container { width:20rem;height:40.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bs4Wy096VTKEXeqt8ikFrcUB9MHx3rVb { width:18.997625rem;height:12.872625rem;top:27.306250572204rem;left:0.44062501192093rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #r3JE3aTe3ITJGTTl3ItkH4HKpem3TeSI { width:18.9980625rem;height:12.8730625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZc4dgtPNhzAI8iT9Hk5lV5SvZlMXXDh { width:15.1875rem;height:4.6875rem;top:4.841406442225rem;left:2.4062500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwTRXEZQGanc1NtQFPJWKUNUuiagTPSl { width:19.125rem;height:12.3125rem;top:14.496826171875rem;left:0.49921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOAozUZN7xnKzt4J9ktPf1FSeWz80WvE { width:18.997625rem;height:12.872625rem;top:14.559375286102rem;left:0.50156253576279rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #fiNPoX178KQAgDQcRxe5gTJtuvzv0fF6 { width:12.5rem;height:4.9375rem;top:17.839050292969rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFtczZsEZaDAJ5E0shAdAZP2x9yGNFoi { width:13.8125rem;height:9.3125rem;top:28.682012207031rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 { display:block; }#BGLXQHUaDxpDkdoOnMvHOqlbBkZ1Clr2 > .row .container { width:20rem;height:43rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7M66Z5sInnUezW8nPaAa4vlCR0Tt8R5 { width:18.9980625rem;height:12.8730625rem;top:0.8125rem;left:0.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #Iqxo06E6K4T4dNFHxdE97mPBuUTKEH0T { width:18.9375rem;height:12.8125rem;top:0.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6xFI3UIKdasW6klxUlz7Cwx61RTqgpd { width:16.625rem;height:5.5rem;top:3.875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLIA3Kww8lhEtQQI5qKWlwfUcBa0w0tn { width:18.9375rem;height:12.8125rem;top:14.935125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWlh6rTvpvrTqbrAFn8yogVr5ifACvC { width:18.9375rem;height:12.8125rem;top:28.997625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmtDD8HpSL9Qg49DPnN9hK2WprfIuPL9 { width:13.25rem;height:5.5rem;top:32.716375rem;left:3.3750009536743rem;display:block; }
 }@media only screen and (max-width: 763px) { #U121rvU8Sv7FO2qZMr1zkkOdoqzamyDW { width:18.25rem;height:9.125rem;top:30.840625286103rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfnDquxr7bskygnfFmLoARiwINwTik1P { display:block; }#cfnDquxr7bskygnfFmLoARiwINwTik1P > .row .container { width:20rem;height:44.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwD2fBPBpLd0OVNQ1isbFFUo5hgN9RK5 { width:18.9980625rem;height:12.8730625rem;top:0.8125rem;left:0.5rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #FEhHmW238zfFLfAN29Fza51vFJ8VP2ug { width:18.9375rem;height:12.8125rem;top:0.8125rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRqDEzkRAWMWDv4XN2HpobQtT6Li3Xlf { width:16.9375rem;height:8.3125rem;top:3.875rem;left:1.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXwJgAZNIeqDGr9SMzR8t3bDpfFUcmTb { width:18.9375rem;height:12.8125rem;top:14.935125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcElhuOaPdt127PaZsvw5pWQSBH0lMxE { width:18.9375rem;height:12.8125rem;top:28.997625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI7tJ4R6dBXzb8oFKWDrTX5oA1hOWw1y { width:18.25rem;height:9.125rem;top:16.778124809265rem;left:0.87421876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #pL9eNhGBXGOXETXTi1ribaoLe16FFb0q { width:11.6875rem;height:3.625rem;top:34.102431058884rem;left:4.1562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx { display:block; }#JEsdttSlpRxlv2lqA19hxWQ0ZVy4Svlx > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJHc7thmxVUF8svNXxZC5Hp0WMUoxOa9 { width:5.749025rem;height:4.9703842676982rem;top:1.5625rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qtXKdg9Oh3lQZ0lXIoeT83zVpkhqxPP4 { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k { display:block; }#mQC5er5M0M1GQMvB2qqfBXy6SRC9B02k > .row .container { width:20rem;height:26.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eHUdI4kdDA3bg8TDsQRTrHx5HlUObgPs { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqcbU5xQDOsGaa6bdxzOmI4W0O829GGT { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ikCTX8BbdC2OOVzGAvHLTvsmWs0PBx2V { width:18.9980625rem;height:12.874rem;top:29.496125rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQ057yTLnJNKF4k6mtOOMcfugHXCFO1I { width:10.5rem;height:7.75rem;top:9.9867186546325rem;left:5.2367187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMvTC2WEw60omUllNPdTWZtKgTWRB2la { width:10.5rem;height:7.75rem;top:18.318749904633rem;left:5.2367187142372rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEBIxaU1gi5cfHolE4Jr5mgwZm2F4azb { width:11.4375rem;height:8.4375rem;top:1.5492191314698rem;left:4.2812500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR { display:block; }#CAX0gVLXoEBqtXHRHteDMkaf69EC9cgR > .row .container { width:20rem;height:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUr8nnnyI4P9UmSHvcqnTB07K7qv1Kbx { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3RtoOCSrarxmIvitg605gu6ZAJGJDdh { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #xNmuesIsCOd0BVo0fhFW0TNWTFlUbSCw { width:11.8125rem;height:8.75rem;top:7.8436841964719rem;left:4.0937501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wnv5nIThcVwWRtEHabZB0REZ9h3tS3JJ { width:11.8125rem;height:8.8125rem;top:0rem;left:4.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8KEcTImJhbMyhzTbr6TwU4rN00UCuGo { width:19rem;height:12.875rem;top:2.875rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHWm2H0k2ockhkGQgXoA18DGw8eT9TRx { width:11.5625rem;height:11.5625rem;top:3.1875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 { display:block; }#vcPzZc7SUhp0TFQ4REvNolf3IRpMqeo7 > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utSJRyoD510TP6uJc7CmdpzQgb7Ag3JR { width:5.749025rem;height:4.9453125rem;top:1.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfez5X1DeKnVvk5GMH59O3GcARmTyBIQ { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ { display:block; }#V9iKb0xkyxTcWEVpzMnXLZWsAZUe3NPJ > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uM3tW8eNDuo4OIxCuiE1FcadPLR5eGZP { width:16.875rem;height:11.375rem;top:0.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZ8l4yQX9GkgPcdIRZm5LPTdbMmeu42N { width:13.0625rem;height:5.375rem;top:0.7117919921875rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDgDR8MzJ4CVspt3K71JGXl3NU8eDh3q { width:16.875rem;height:11.375rem;top:0.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyThDPElzPeG2yAPfJWhLF1TVTecicvM { width:14.5rem;height:4.9375rem;top:7.2812509536744rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1QqL4qvvH9Z1eccmMlhtKIo6qkD70ZS { width:16.875rem;height:11.375rem;top:0.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkV2NSDsb1W1ZmkeCc97rTIfhGJoWobd { width:16.875rem;height:11.375rem;top:0.875rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DhLxHNe3ocJZizvToMmG7T9wBOD9zPP4 { width:14.125rem;height:3.8125rem;top:13.250000953674rem;left:3.6562501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #toEB4ltaXxOCaMwUMmx1OzMSglAQermT { width:13.6875rem;height:2.875rem;top:19.061633110046rem;left:3.4687501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #kP5qoAA79FndObWKFqq7MfwD31MKWxeW { display:none; }#kP5qoAA79FndObWKFqq7MfwD31MKWxeW > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #l7WsVhdZsrNLISrSUUoWeygVz7nRdqtV { width:18.9980625rem;height:12.874rem;top:1.25rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #spNNFMT1y9rAnEmLpNKyWg2tVQKDt6zA { width:12.5rem;height:4.625rem;top:0.65625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPaCuJFe0IgUJuw5o0m5aOofRqG0Am00 { width:18.9980625rem;height:12.874rem;top:15.3730625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sl6K9FVsKH06mHzUpA9P0G2cuFu6HLwe { width:12.4355625rem;height:8.874rem;top:17.310318359375rem;left:3.78125rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB { display:block; }#b3rLeQGr8Pabfv4wdBbtLxGceekpZJLB > .row .container { width:20rem;height:3.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTbzaQQus1hFC7pvCNL7h4UTUR9KgZ8S { width:5.749025rem;height:4.9453125rem;top:1.25rem;left:7.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXaBqFfET3bk1WgF8SyaT115Ph0h86TI { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t { display:none; }#lH8cAb4hngW4vV25kJ6I0n2NmwvOon1t > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf { display:block; }#VAsvWlLWTqq4fo8lmWVHFeMg55Cyv1Pf > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SNJGqaiV5TTd16KFpsScIZnTbVWulI4I { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhpObGJRisxgipG2FP2dWBEoqyR4g2Rl { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmJK7cdpiVm5Ly5WTSO2aMslO9OZDtXL { width:16.184375rem;height:2.625rem;top:2.46875rem;left:1.9078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6PEfHTq1z5Dx8Awq2v1KUAKApTGzp7A { width:19.6875rem;height:1.854166875rem;top:5.625rem;left:0.15625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JlMm9MHDLbw8tu3vHNrgDZTiBLrlMpVV { width:20rem;height:1.21875rem;top:9.5rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZtvHsgIc0WAkQDOR6qhfR3hToDV3Pvw { width:10.3125rem;height:10.3125rem;top:4.1875rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuZPCenQmszDgptdK6Mh656gyF1RAT9u { width:20rem;height:2.625rem;top:11.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQDUBQ4owhqhvM86u3ZhnyPuAsI1iTcW { width:20rem;height:1.854166875rem;top:14.75rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hfvrnNaTik8SoywutzdNumh7uoWkVriW { display:block; }#hfvrnNaTik8SoywutzdNumh7uoWkVriW > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q0qr7CxFD3gktNeTbwAlSQTfRDT54DzC { width:15.3125rem;height:2.2743rem;top:3.71875rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rGnEP0HdU5Z5eFkFXHLg00O3fxgIthlt { width:10.5rem;height:10.5rem;top:3.5625rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0peTAsFoKUShpK8oJvT6fhPQZB90g5V { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4zyceiP0AO0uZ79PZWZWeJOS76msy1o { width:20rem;height:1.854166875rem;top:6.5554695129394rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qocGsDisP57ahusut99kVzQSBpAeLaJp { width:20rem;height:1.854166875rem;top:12.625rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CFL75QlmHkuTB8bTeO4WGWpTTywNe2xg { width:10.1875rem;height:10.1875rem;top:3.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ftv4iQ5TTTO9MHN7RS6x8o6mAvsicXTN { width:15.184375rem;height:2.2743rem;top:9.8367195129394rem;left:2.4078124165535rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ISL3tz8KbLsZn26WyptwI86bFM9LXmRv { display:none; }#ISL3tz8KbLsZn26WyptwI86bFM9LXmRv > .row .container { width:20rem;height:10.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Wd2fBLHAt00fOmcpZaTmClPBpTWitnOF { width:5.749025rem;height:4.9453125rem;top:1.25rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHCWre5TB0e5ctVtEJDxFOf2dgyWOasD { width:20rem;height:2.03125rem;top:7.4453125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 { display:none; }#cuJOd9nOfGtoWOZqCEPvsLMReFMLIbI8 > .row .container { width:20rem;height:83.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZ7KGe5BkepTBwpgUZfzyGXOkWu0ftoq { top:62.53359375rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgPiZPiaUmA5ZizGtPrT0iJdQ4DnPpK { display:block; }
 }@media only screen and (max-width: 763px) { #cn0ZouDpz0yn0eKAK61WvbRd4pTHUmUq { top:67.46953125rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6SPoMNtT6Tmra3o9N5L8fhTDA6nMiR1 { display:block; }
 }@media only screen and (max-width: 763px) { #S5vMk9THUQfwwgsR09S2XgyyzJD2y72A { top:78.453125rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzd4aQ1q312pS9GCz1aPvZUfzeOa0HbZ { display:block; }
 }@media only screen and (max-width: 763px) { #Xx0LXCwpsRmF19F0ZmDzXMy6LBKpI8DT { width:20rem;height:1.29980625rem;top:59.984375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UhBAOTRTeScBZeWDClaAC5vuPZA5tSyw { width:20rem;height:1.29980625rem;top:75.90390625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p0LPaSU4JTOuTX9MT9FM40T1zMLbfVt5 { top:48.0515625rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnx4XCaRxFr1V1eOb2ar8cP6kzrZO8h3 { display:block; }
 }@media only screen and (max-width: 763px) { #pW7rLnmX5wrZZZK5PAkTzcMD5IrDQaWD { top:31.18125rem;left:0rem;width:20rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I672oQDHEVaXDDIiAgKVrT83x2TlJmli { display:block; }
 }@media only screen and (max-width: 763px) { #sTNcLZgQoa2aWaKHTDb7GUHQVVJakTb3 { top:36.11875rem;left:0.5rem;width:18.9980625rem;height:3.686525rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyRCNzJL6MUscpV2cIVT8TiplLwrSrh { display:block; }
 }@media only screen and (max-width: 763px) { #UyHfxT2Hn3EyhrHNqOwULQEMnuOwREk5 { display:flex;width:2.249025rem;height:2.249025rem;top:27.6828125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #kNDoXctXqfLWN3li36Mo6syBSVPJZ7li { display:flex;width:2.249025rem;height:2.249025rem;top:41.0546875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #yAJEtHTSnrPkFsZ0Bmb4s0TvmxdRAxQb { display:flex;width:2.249025rem;height:2.249025rem;top:44.553125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #xmRoh4q7QmftghRR7shp75Iga2MKasoR { display:flex;width:2.249025rem;height:2.249025rem;top:52.9875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #swwFgdu8vkOAhCuTcV5TivMcEbhLzC91 { top:22.7453125rem;left:2.75rem;width:14.4375rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MChI8DLthx1OBqTplCex684CfCc44adw { display:block; }
 }@media only screen and (max-width: 763px) { #y5mWq5q25OQGCkBT8GmyXm07UEHBfr9W { top:14.309375rem;left:2.25rem;width:15.5rem;height:3.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCaEnPwqlSC5t1GxaumHyKLL9yLK8GRc { display:block; }
 }@media only screen and (max-width: 763px) { #qvsoEIduzIB983IZD0BUTXs0ftSKpdiW { display:flex;width:2.249025rem;height:2.249025rem;top:10.8109375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VlXMq5xDLbZn3DWKU7VvcTM0aIG0dtB3 { display:flex;width:2.249025rem;height:2.249025rem;top:19.246875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #ZwJzVRJ7diECtgVcG9VyXK2O8FcZvvqk { top:4.7484375rem;left:3.0625rem;width:13.875rem;height:3.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfNyIQKlKzHBISNhTKcQKNiyeCDyw97D { display:block; }
 }@media only screen and (max-width: 763px) { #uEDKbhAoTzseSL0EhUTolVta0VFUOwvy { display:flex;width:2.249025rem;height:2.249025rem;top:1.25rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #VokhiWcompTkXfvmA3KVTPW3G4X2Slse { width:20rem;height:0;top:9.5609375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikMGCM0cc5t7L4cQ98CbcD55CKtTeML9 { display:flex;width:2.249025rem;height:2.249025rem;top:56.4859375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #hQxxhMdcLqZohfCKTNt5cI0zKfbIK2nb { display:flex;width:2.249025rem;height:2.249025rem;top:72.40546875rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 { display:block; }#W60Ovrspfu0osb5qXOqmCLXWTdpthOm1 > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hI9iazVIyq5Vc5H0Rgas9bZT3VM3XN0Z { width:10.4984375rem;height:1.05625rem;top:16.221876144409rem;left:4.7507811188698rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po9VJXTv6XAKNTyrEiAVgDDDTSOT7zmo { width:20rem;height:1.05625rem;top:21.39052772522rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #THHWuFwOp3skubW6qN2CwB1SHoOMBJ8B { width:12.5rem;height:1.05625rem;top:19.77187538147rem;left:3.7500000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sfPfl34QsKo0ZMVLQyQ9gQGO2hOmi7nX { width:20rem;height:4.222225rem;top:10.87343788147rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZWe8i6CTHpEQuZ7O9fC2AiZIehaaTWm { width:16.3109375rem;height:1.05625rem;top:17.965625762939rem;left:2.3750000596046rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vBgtucr0HPicaUXcWZOXZ45G2Ey5KMrh { width:13.25rem;height:5.75rem;top:1.125rem;left:3.3750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSceKOvZ1AmUuFL5sULr6tZqWPwHBSLq { width:2.6234375rem;height:2.6234375rem;top:6.875rem;left:9.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M41TRASdImGQhEyuOHnsRryicCaBPfTz { width:2.8734375rem;height:2.8734375rem;top:6.875rem;left:5.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEqnND4JJadxGDkHRtiy0AWO4rQII8R8 { width:0;height:;top:7.625rem;left:3.0625rem;display:none; }
 }