.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/O6DzaRRX/header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.adaptive-delivery-prevent-bg, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyload, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyloading { background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { background-color: transparent; background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .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); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { border-width: 0; border-radius: 0; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container {  }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#Z6EbJg1iAcJPf97FNcUWQSye0c0CZDnl { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:10.4375rem;left:2.1875rem;height:7.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QvMsGWVpR2pLx1qw214Jf5wBEagDT2vD { color:#000000;display:block;width:9.5rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.5625rem;left:5.9375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zZcz7MbQ72nccaMqBzWhsDoZGqqyWADr { color:#000000;display:block;width:10.75rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:25.5625rem;left:19rem;height:1.7871125rem;text-align:left;text-align-last:left;display:block; }
#LRL3AK51CIK6JWAeRCHr8zsrn3aoODTF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:24.875rem;left:2.1875rem; }
#pXyWfHxozBnRy68C2Up2gDOzyP9hZQrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.25rem;left:15.625rem; }
#Gz3dZOdIEsL6gVBNB1MlsuU6VTKwxZGS { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:18.5rem;left:2.1875rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ca5K5TF4VcW2rCK5nVawirVxT4HcEglc { color:#ffffff;display:block;width:26.375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem rgba(0,0,0,0.5);top:30.25rem;left:2.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TuCpIfIrNAf1PZ7760CfTul4cg5SA8mb { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:4.4375rem;top:2.9375rem;left:13.8125rem;overflow:hidden;display:block; }
#rCFqFZcCZbEFEmCJ7qv8RTtJpp160F5B { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:9.1875rem;top:1.8125rem;left:2.1875rem;overflow:hidden;display:block; }
#VS8uW8RfTpnJAhZETWKCdump1c4K4Rut { background-color:#7bcebc;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-sizing:border-box;color:#100d42;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:35.5625rem;left:2.1875rem;display:block; }
#IcmUsmRNQVfycbxGd60uHp4WwCMytRad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP { position:relative;display:block; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP { background-color: transparent; background-image: none; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row .container > .video-iframe-container { display: none; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row > .video-iframe-container { display: none; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .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); }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP { border-width: 0; border-radius: 0; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row .container > .video-iframe-container {  }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .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:7.1875rem;width:75rem;position:relative;display:block; }#eRbyhqCH74soleztDyqcDTLA2cXb2qLg { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.45703125rem;left:25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 { position:relative;display:block; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 { background-color: transparent; background-image: none; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row .container > .video-iframe-container { display: none; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row > .video-iframe-container { display: none; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .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); }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 { border-width: 0; border-radius: 0; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row .container > .video-iframe-container {  }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .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:49.875rem;width:75rem;position:relative;display:block; }#z3tXGWeUs6bq8DE2aC5mPKhZHrzLa8c9 { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#mnihw0e1NaVyuXlvC0FsXcH9aMTtD3zJ { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 { position:relative;display:block; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 { background-color: transparent; background-image: none; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row .container > .video-iframe-container { display: none; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row > .video-iframe-container { display: none; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .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); }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 { border-width: 0; border-radius: 0; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row .container > .video-iframe-container {  }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .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:8.1875rem;width:75rem;position:relative;display:block; }#patVcQJ4T6gLQqQQvW0RIPTfD4CnDGNT { color:#000000;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1875rem;left:25rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { position:relative;display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { background-color: transparent; background-image: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { border-width: 0; border-radius: 0; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container {  }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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:49.875rem;width:75rem;position:relative;display:block; }#H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { position:absolute;display:block;z-index:15001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#owABCOk4zpyRXogUluBDCMs9SJagEX0p { position:absolute;display:block;z-index:15002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container { background-color: transparent; background-image: none; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container > .video-iframe-container { display: none; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row > .video-iframe-container { display: none; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .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); }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container { border-width: 0; border-radius: 0; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row > .video-iframe-container {  }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#edJ5MSF7WTWDcRqzDhkC6NptC96kHsW1 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.59375rem;height:8.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8lr7UeubA4Bq0K2N1oIDuy89R3GT9Wz { position:absolute;display:block;z-index:15006;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.4375rem;left:34.375rem;display:block; }
#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container { background-color: transparent; background-image: none; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container > .video-iframe-container { display: none; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row > .video-iframe-container { display: none; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .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); }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container { border-width: 0; border-radius: 0; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row > .video-iframe-container {  }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#mhgWrzFn7NwkFOKO4cGDHK4hcN2axAP9 { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#TBhdRupTJCsnaOi3TH2hhWTMBGEny3Nu { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#noFXdSyeAxmk4kf2lbK9oZwbdDkTwFQP { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ITfEB5mi7dwD62ydweblFFvJ5yvlN3RP { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container { background-color: transparent; background-image: none; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container > .video-iframe-container { display: none; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row > .video-iframe-container { display: none; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .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); }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container { border-width: 0; border-radius: 0; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row > .video-iframe-container {  }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#kWSvK4NrwtKFOl6uuxZmPwyGrXCx3Iap { position:absolute;display:block;z-index:15004;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.0625rem dashed #01a0de;border-left:0.0625rem dashed #01a0de;border-right:0;border-bottom:0;height:9.6875rem;width:60.875rem;top:0rem;left:12.96875rem;display:block; }
#LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:14.84375rem;height:;display:block; }#LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container { background-color: transparent; background-image: none; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container > .video-iframe-container { display: none; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row > .video-iframe-container { display: none; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .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); }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container { border-width: 0; border-radius: 0; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row > .video-iframe-container {  }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#TvrFOEGeBru5edzB02cQGNWQ1G6TnEZ9 { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:0.625rem;left:1.4375rem;display:block; }
#RPTxKFMk3L7pgi3J3ofDiuk9hG7brUu0 { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:0.625rem;left:12.9375rem;display:block; }
#IGEUaxarHic4HW4LOkDiQ2UESSRKaJXK { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#e0O5u5O2b0gOUfP9q48U04cAlEoZRRD0 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:14.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container { background-color: transparent; background-image: none; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container > .video-iframe-container { display: none; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row > .video-iframe-container { display: none; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .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); }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container { border-width: 0; border-radius: 0; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row > .video-iframe-container {  }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#O5CInv3wiM6c5bTZiu1BpcL0ysh3RykG { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#P7gHod2C7XFfWgi4eCQWOqOrswTA3vUQ { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#WHO7WP61rTfcziQnIEDEgbGKohPzghWE { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#D6ttL6v6pcqgZCVDOo5zQRtxTec9VSbv { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container { background-color: transparent; background-image: none; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container > .video-iframe-container { display: none; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row > .video-iframe-container { display: none; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .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); }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container { border-width: 0; border-radius: 0; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row > .video-iframe-container {  }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;position:relative;display:block; }#IK4FQifQwVbVUTdz13q7SIUxLg3kEprt { position:absolute;display:block;z-index:15004;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.0625rem dashed #01a0de;border-left:0.0625rem dashed #01a0de;border-right:0;border-bottom:0;height:7.125rem;width:60.875rem;top:0rem;left:12.96875rem;display:block; }
#SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.330078125rem;left:14.46875rem;height:;display:block; }#SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container { background-color: transparent; background-image: none; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container > .video-iframe-container { display: none; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row > .video-iframe-container { display: none; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .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); }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container { border-width: 0; border-radius: 0; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row > .video-iframe-container {  }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#RW280pLiohKPEpedveoQTy5wLZ6lZZAW { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:0.625rem;left:1.4375rem;display:block; }
#f1zTHaCt5RJwwTOPH9nArZ1c8XnTWRvs { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:0.625rem;left:12.9375rem;display:block; }
#rbTc211RuyN4aeLgDmKc3g8FHlyTDrDG { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#imlHesHZG3FSRcHHgtW2a1LWSkuVRfoS { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:14.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container { background-color: transparent; background-image: none; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container > .video-iframe-container { display: none; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row > .video-iframe-container { display: none; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .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); }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container { border-width: 0; border-radius: 0; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row > .video-iframe-container {  }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#VgrgyE23WAwS3s9Tg54E5VlWLTTBfdPx { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#P8O99ROWSoD7toqiUwBxRH116TWVvgVc { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#dUTnPRhchiubBZEM47u7trrTUTJ2z9fE { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#aGPH09acLmGHL1bHCZeGwgrJwRXbQDfZ { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#Ss0AEeT3sbB6qMPcxCXuUzaPq1TMWtun { position:absolute;display:block;z-index:15005;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.0625rem dashed #01a0de;border-left:0.0625rem dashed #01a0de;border-right:0;border-bottom:0;height:11.75rem;width:60.875rem;top:7rem;left:13.09375rem;display:block; }
#hyHbi33qKsfR9I9IuKiO0girJyylhZUc { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.330078125rem;left:14.71875rem;height:;display:block; }#hyHbi33qKsfR9I9IuKiO0girJyylhZUc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hyHbi33qKsfR9I9IuKiO0girJyylhZUc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container { background-color: transparent; background-image: none; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container > .video-iframe-container { display: none; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row > .video-iframe-container { display: none; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .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); }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container { border-width: 0; border-radius: 0; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row > .video-iframe-container {  }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#x6yU4ZKJAC7IET7hsanfgILR9abtGNqi { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:0.625rem;left:1.4375rem;display:block; }
#fBMMTxVcqrAqr6NSB4mNfsb5k6I7m51r { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:0.625rem;left:12.9375rem;display:block; }
#VXbFLzQC25EyzvE4IWhvU3x1cTVomq90 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#gSVoShARlTfZDAULTapw3Vu8e8wVVMl7 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:14.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container { background-color: transparent; background-image: none; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container > .video-iframe-container { display: none; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row > .video-iframe-container { display: none; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .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); }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container { border-width: 0; border-radius: 0; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row > .video-iframe-container {  }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#sXeDSQb70H3oRWNvFIQ8CC4F4LDE8WgX { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#ytXCq1s3QVBETXlRtrROanHpTTbuUT82 { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#xzR8XkugmNO3DrRoTKAlH8LZX6dApAiL { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#zfgqOr8dPpb7TFnwiKUxQwnV9O4sq3Xf { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container { background-color: transparent; background-image: none; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container > .video-iframe-container { display: none; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row > .video-iframe-container { display: none; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .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); }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container { border-width: 0; border-radius: 0; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row > .video-iframe-container {  }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#WEaJZEW7CWnmTuLPXRtOU6H3pBCWLnLK { position:absolute;display:block;z-index:15004;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.0625rem dashed #01a0de;border-left:0.0625rem dashed #01a0de;border-right:0;border-bottom:0;height:8.625rem;width:60.875rem;top:0rem;left:12.96875rem;display:block; }
#krGqQAbafcs87LqehwgECk66BCzlw2RH { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:14.84375rem;height:;display:block; }#krGqQAbafcs87LqehwgECk66BCzlw2RH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#krGqQAbafcs87LqehwgECk66BCzlw2RH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container { background-color: transparent; background-image: none; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container > .video-iframe-container { display: none; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row > .video-iframe-container { display: none; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .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); }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container { border-width: 0; border-radius: 0; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row > .video-iframe-container {  }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#soyebtgKD665RUTH9dAqgQCce3qe06dh { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:0.625rem;left:1.4375rem;display:block; }
#gTbG3z0CrQtiL6lW6G0RceqhJLl4xI6B { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:0.625rem;left:12.9375rem;display:block; }
#WCgq4TEC4z4G10sWr0uBT8H9G1xOfLpJ { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WAVHDbE6PZpEnzdoW55TXFuo3NRfShgc { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.8125rem;left:14.6875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container { background-color: transparent; background-image: none; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container > .video-iframe-container { display: none; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row > .video-iframe-container { display: none; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .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); }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container { border-width: 0; border-radius: 0; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row > .video-iframe-container {  }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#frGnoshXa8p9heEQErzTlNdkokhl9xz8 { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#v1V3KNvmg9AikdilqCsMsnK3R0ALDXr2 { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#XW0agVfRl0TxdFgByI0WwEfyT8yTnJTP { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#i6CKH4XCHKq5ED5ypS9P0m7xSD1wLV1e { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container { background-color: transparent; background-image: none; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container > .video-iframe-container { display: none; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row > .video-iframe-container { display: none; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .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); }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container { border-width: 0; border-radius: 0; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row > .video-iframe-container {  }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#e6vmNsTSFUi1STOohcyEhcSGJt5CDN58 { position:absolute;display:block;z-index:15004;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.0625rem dashed #01a0de;border-left:0.0625rem dashed #01a0de;border-right:0;border-bottom:0;height:8.625rem;width:60.875rem;top:0rem;left:12.96875rem;display:block; }
#WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF { color:#000000;display:block;width:51.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1rem;left:14.84375rem;height:;display:block; }#WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container { background-color: transparent; background-image: none; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container > .video-iframe-container { display: none; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row > .video-iframe-container { display: none; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .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); }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container { border-width: 0; border-radius: 0; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row > .video-iframe-container {  }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#CaVTDNTMILTXJNb1VBfWtoEV3a8Sdo2x { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5625rem;left:23.59375rem;height:8.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTINUtckpOC7Co0NcCM2WwuZkzL8XDq2 { position:absolute;display:block;z-index:15006;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.4375rem;left:34.375rem;display:block; }
#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container { background-color: transparent; background-image: none; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container > .video-iframe-container { display: none; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row > .video-iframe-container { display: none; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .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); }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container { border-width: 0; border-radius: 0; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row > .video-iframe-container {  }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#HKGudPQkQptVUVU5mAwnPze5l9t2QgUS { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#WvPI62dwmiLshCFdaFPWeFqPNMxxoPzf { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#UJQXH1VTnoAqPQvA4Z9cSqNrbTG8wi48 { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bA98xOVyJnDFQORJ8lpDlHq6r5gKKwpn { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container { background-color: transparent; background-image: none; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container > .video-iframe-container { display: none; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row > .video-iframe-container { display: none; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .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); }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container { border-width: 0; border-radius: 0; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row > .video-iframe-container {  }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#neTG4q4LBUiD8TkLdcncVRXTorT2X8M2 { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#UE1vUSHLKPR8XbHV3wJ0ERSGxN0AuZ7u { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#UN9md52dOUzZtvd4zAxe2PSoHcU6ULXP { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#URr87eoDRtOwGHSLAvssTNipb1WsDHP8 { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container { background-color: transparent; background-image: none; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container > .video-iframe-container { display: none; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row > .video-iframe-container { display: none; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .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); }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container { border-width: 0; border-radius: 0; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row > .video-iframe-container {  }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#wGBMP1SndGHythSGnuScnKOXAGxgCLAQ { position:absolute;display:block;z-index:15002;background-color:#e1005d;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;height:5.875rem;width:10.6875rem;top:1.125rem;left:1.5rem;display:block; }
#qFzXUM4wUQIRWNBWJsoplQgIy6eT0Ohb { position:absolute;display:block;z-index:15003;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;height:5.875rem;width:60.875rem;top:1.125rem;left:12.96875rem;display:block; }
#H2oAXrUeQTHHZ8x4hHNgnPnWwFvsDDfd { color:#000000;display:block;width:8.625rem;position:absolute;font-family:oswald;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.21875rem;left:2.53125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#rHrWTPzu7CU6hUqWhrAb2QMxGmbdWDpN { color:#000000;display:block;width:57.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.34375rem;left:14.71875rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(227,227,227,0.4);background-image:none;position:relative;display:block; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container { background-color: transparent; background-image: none; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container > .video-iframe-container { display: none; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row > .video-iframe-container { display: none; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .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); }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container { border-width: 0; border-radius: 0; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row > .video-iframe-container {  }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container { font-size:0.875rem;font-family:arial;height:11rem;width:75rem;position:relative;display:block; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ.adaptive-delivery-prevent-bg, #KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ.lazyload, #KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ.lazyloading { background-image: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { background-color: transparent; background-image: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container > .video-iframe-container { display: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row > .video-iframe-container { display: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .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); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { border-width: 0; border-radius: 0; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row > .video-iframe-container {  }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { font-size:0.875rem;font-family:arial;height:11.1875rem;width:75rem;position:relative;display:block; }#hc3oQiiNuBS99XC3TTJHWcWroGvpCh24 { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:3.5625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:1.75rem;left:23.5rem;height:4.63125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MlwP8KHr6TCNUiXBh67l2J2Ta7SEVDOS { position:absolute;display:block;z-index:15006;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.125rem;left:34.21875rem;display:block; }
#NvCbbAa6Nh9XTOWOUy2BHh7Q46adU7IP { position:absolute;display:block;z-index:15030;height:11.25rem;width:20rem;top:0rem;left:55rem;display:block; }
#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.adaptive-delivery-prevent-bg, #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.lazyload, #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.lazyloading { background-image: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { background-color: transparent; background-image: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container > .video-iframe-container { display: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row > .video-iframe-container { display: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .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); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { border-width: 0; border-radius: 0; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row > .video-iframe-container {  }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#p6aog425zx9IqhS31ApLRaTHbBh2hzAx { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#OLmQxlcEGbKArXb24Uk8uaGyqOLXtJTT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Tf3HTr1aKaFVbc77iIW8msTl6HLQdppX { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#dEcF4oSmcXHSTy4ARTIpUXQdQTbo8wq6 { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#D5yEgXVsDzRvw3JyWDG1emsf4dA4ImmB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.25rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#fw8ST9KrGzsD18T7bhzew3kCZ5ltSh64 { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#r3fQtCJ7T4vZT9Q0fepwdXbCksgErgRi { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.9375rem;left:14.25rem;overflow:hidden;display:block; }
#eW7nG6krQxkFHBaWwO6OHqAp36tFGQVU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.9375rem;left:32.9375rem;overflow:hidden;display:block; }
#gaUhUUJ03oKiy8DklxuXODwH7fI8SJFI { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#Qi0Mc2dZ2i95xLBiV0Cx9qEWTXx16dye { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.9375rem;left:51.3125rem;overflow:hidden;display:block; }
#aG9tvo225lk4u6wJyTKWqIJ1CD4Vsofk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#Nw7uwTEE4A89swVH5Hwpu8NuyrJ9NJWO { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#a64teADTosouFxwTXchJ3N88JmoXapVf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#a64teADTosouFxwTXchJ3N88JmoXapVf.adaptive-delivery-prevent-bg, #a64teADTosouFxwTXchJ3N88JmoXapVf.lazyload, #a64teADTosouFxwTXchJ3N88JmoXapVf.lazyloading { background-image: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { background-color: transparent; background-image: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container > .video-iframe-container { display: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row > .video-iframe-container { display: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .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); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { border-width: 0; border-radius: 0; }#a64teADTosouFxwTXchJ3N88JmoXapVf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row > .video-iframe-container {  }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#GeBuV5ERe6Ox7NwGWGve59T7NiIXuf3c { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#JCIESgri2WVFW6t2qPS8kFSNsCPEfbCo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#OurXX2P3KB0ZQ1DXTGVAgpwHA91MKAvX { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#ze1GkBUtxdt5aJyqVOuTd8EircEthU5U { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#KTIAIeg0mh3uUWZp7hxMV5UFGeSnzQhi { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#DdxIr5XITBytizlh7XicspF5eAH18NoU { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#QqwPS6ReTV6pCM8ercVnTuzxkEcxe5ta { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#MwNpRExwwLi8wfmKot27FrPsiAZtFTxw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#OETzEMqDlmW5U6TVXFDitaTCfgSn0688 { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#ZITHlHWZzqmgtC50I4lXTUT2TuCQxsna { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#lB0KR3ZFJRL4xc3Gdu5cyrxgd7Bqrowu { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#u7dgo1wp80E7XiIkSdMB1mJQDhBoyrxl { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.adaptive-delivery-prevent-bg, #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.lazyload, #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.lazyloading { background-image: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { background-color: transparent; background-image: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container > .video-iframe-container { display: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row > .video-iframe-container { display: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .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); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { border-width: 0; border-radius: 0; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row > .video-iframe-container {  }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#loPa4TJPDCRAJgPuGTJ18EWki2F0AW6M { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#ChFuILziaQXOqQLCRaGZlZAzEO65BdCm { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#O08mN3sgbzxWUp1P7xqtQoTaUfATcEST { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#atW1LfPNMEaEDisbrb4cphrtXX6fGDo3 { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#nmynWCCB9GQER4FfbOD7Fx5ZvVM0POL1 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#OqRGq37HZBrXlye6G0AmcyuqbGWvXqPr { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#a4yyCdy7TV4pU1TJyyPkga97o41dqIZO { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#xW5lvZ27XtLTVzdg8vOokiVJJkGwGkC4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#Atlhvn7JHvJwBQUzcGhSJDg5TGJRize9 { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#VExRpAHaCGGJTfTW27w8uUJffVDKlEZ7 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#IOxCVSFIIN9KkDD1h3XsRWT0UgG4AVT0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#ecaBmvK5NLkPJMctIS79ovPlelTGxzM3 { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#AiJk4073MKiNRyr7Snnsh0COKcctwTMr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr.adaptive-delivery-prevent-bg, #AiJk4073MKiNRyr7Snnsh0COKcctwTMr.lazyload, #AiJk4073MKiNRyr7Snnsh0COKcctwTMr.lazyloading { background-image: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { background-color: transparent; background-image: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container > .video-iframe-container { display: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row > .video-iframe-container { display: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .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); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { border-width: 0; border-radius: 0; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row > .video-iframe-container {  }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#FCBbzA9wRX0hrP3CE3CCOkeyLgz4k31A { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#Btmk8HAZDBhOTyN6BSqz7vfqFXkwekv8 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#aDdEtuzoiMrmm8J5Ruw8HwO1Bp1ofp6N { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#e9Lgnh8Kpez1is3GufJV6XCgIFDQiQTa { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#q9Zto4CBAm5M0xZbmLbx7s2ddlgJMAis { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#gnuaKCTrXEDth2Wm8HygqJuJFl6361T9 { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#cqQkpDV0OVerIX6tpVx15LfoI40BzIJ6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#B1S5sd7lavWAWKsgNZAcBnXVxk6Qf51G { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#Txvs1gP3AUXLBl1c7qsO1px9csFk5RO0 { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#pNLPIFJHydZXThr9elbw8kOdkXkEzsoS { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#hCbrM3Rb47W1aP8LOe6QFxV1UnWiTZBR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#umEWqKyXZ6xgPrSeH1ga67zJ7U7lyrps { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.adaptive-delivery-prevent-bg, #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.lazyload, #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.lazyloading { background-image: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { background-color: transparent; background-image: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container > .video-iframe-container { display: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row > .video-iframe-container { display: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .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); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { border-width: 0; border-radius: 0; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row > .video-iframe-container {  }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#FIhMg9cRMW2N7Otz2uz7JmvA9T1FeVLQ { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#MhALn5WU4hNfueifK6MeBpD22XgWlWoG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#rBJXV8eKV0AWNhNvp20gb5bzRywO3KQv { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#rwIR97sCLGmecwC4HwzVypzVTlM3t1NN { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#OLRo0KA0PXZnexrewdpVSr0vOKLALisE { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#PszJ7Ps3RwTGonNPWaCIdcqICD8e4KP9 { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#l0tF3gtfzUaFNvJyTta44r8lxqG7c850 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#c5gWOpc4ANRxM0kSIWTdyvGrNT5Ws4az { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#v3pTHB1LiRZktZKQZGIQ0Ooitd0BXkCq { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#fth0K2BEe6ZqiKcOVb7rFMhQbWp0y0TF { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Uz9nPRD64E4vbf69KLh2LQ38PfAiVmlw { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#kzuCAb9QPWoDCprlOnHWkl92o8VRMs6s { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.adaptive-delivery-prevent-bg, #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.lazyload, #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.lazyloading { background-image: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { background-color: transparent; background-image: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container > .video-iframe-container { display: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row > .video-iframe-container { display: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .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); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { border-width: 0; border-radius: 0; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row > .video-iframe-container {  }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#GPt5niNQKoXN3c9dZ4aZuydkWWiG456T { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#d10K2s2fHO12Z1AueoumTeV0ihQ7WalI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#Ix2IfcuWQWIw3OUZDaGJSG86ifxD2Rka { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#iDHwA3ln4C9LQyeCTGrno3A0vg8S7qqv { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:32.625rem;display:block; }
#v2Zaday554gEhBP5N20RcMsU6BaWNKxz { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#bEqgQdECuTBX7RdDgqiEOc3X1qu1m1JB { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#Va24K1V0gWwe75NTEV3qoNbPLAsuQlBV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#KxB4H26o6EcnV6IBcg80y1MuCEtWuRN3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#w2Z2KbmBfcEtwlFQrRXWrHDP3dzyWRNu { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#p9Bkib1DDP7WTwlZ81WL5hTrFkq4SIDl { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#TCAzmFq9XHM6JdBCrdJOcT3x2ZrH7QzA { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#WPw6na8N5cKCqg2d6RWBbIgHxwmEZeVd { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.adaptive-delivery-prevent-bg, #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.lazyload, #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.lazyloading { background-image: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { background-color: transparent; background-image: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container > .video-iframe-container { display: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row > .video-iframe-container { display: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .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); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { border-width: 0; border-radius: 0; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row > .video-iframe-container {  }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#gQ9gkXKVzS1lPkJWlrCTtpLTqhchepbk { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#FrEFpxx8diluZaDNFkfFFJzQkPs3H3UT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#q95yOP1M1TCaiXbJ8uvh8cWTVzxeRV2W { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#QG16mvDX54bP8DlEirix3ux40cxsNeHA { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5rem;left:32.625rem;display:block; }
#zvVwVe8pMtDtVPnK9rWoZDOIeoty23gR { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#PL3TLiLcggTxII4p4PcbGdkCECEg8gzI { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#rKk7IN8gdz1GbsROtCFP4eVNGsGFRvT0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#vV65osHDiUzAMN51mktTuhUqsCFb88VK { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#svrTN36OheJUuUSvOIhJzdteOuhyA4z7 { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#heQQisB9KHUoQsgIWtwyJz9WJMpNiDKq { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#foEuWql2i5ThVX2Eaxc1QocCvBi9uEGd { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#vKK6QlS8DPG347bl8sXoRZa22x3teIyG { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51.09375rem;display:block; }
#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.adaptive-delivery-prevent-bg, #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.lazyload, #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.lazyloading { background-image: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { background-color: transparent; background-image: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container > .video-iframe-container { display: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row > .video-iframe-container { display: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .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); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { border-width: 0; border-radius: 0; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row > .video-iframe-container {  }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#kl38pmKg8ze3xrVX91VgydyKDI1s2ftz { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#Sti4PETkghK8JSK6I1A0fEi2mJnAlasl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#o8nC8bzVrpJ7UdP3MchqemEGXDU5R5dC { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#DDcCTXO95GUJLiQDXQZc7llVekgnhbJq { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5rem;left:32.625rem;display:block; }
#CBJTBZXvc2dwDKHVS3UN2utelKVtfcCK { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#hWRn0rJDAXRCd1Tf4mCkSK9EIhMq3tFb { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#SQPb4i7uLfOSMadCRyTlkLpWuq3WAORs { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#K3FHmT00vSTLwb6rUlXJ1JDlhSNoU4bp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#UsTCgpTF3QAUir43zvZVWTxPv4ULTIR3 { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#MqhzFtGDFeghnUZ8mhLTVeTbWOFT1fKe { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#DNneSfqnTW8Ba5XWVW6zJTGTT4itqa1g { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#TnZG0JG7GgzAV6attNmAPBFNFZhuQA22 { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.adaptive-delivery-prevent-bg, #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.lazyload, #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.lazyloading { background-image: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { background-color: transparent; background-image: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container > .video-iframe-container { display: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row > .video-iframe-container { display: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .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); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { border-width: 0; border-radius: 0; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row > .video-iframe-container {  }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#eyxp1c0kxpmdVmTSB6IETzPb3ti1DGGM { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#i8XuQ3amNQFdwcrX1iriBxa6z2CTZReW { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#UZJha3q5Po0n1ebSZXIR0VqAQzrHrlCs { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#tuJhMuwPar2xxplaVyX9x4K8DDMUd7Bo { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5rem;left:32.625rem;display:block; }
#b0TItQAPIkhGKMK7P0zHTNVqqUBxXTRd { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#N26s65AmSzUMM8vXr4ceur9tKNx1swma { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#TzZtzIspGfOaTiaE24zTi0HmzKh0siVE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#dHQPTtDgn8dBDfKC5ZlBMqqc3097gTDp { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#drQwKzGm6yP1eEm6inwaM6k6ZOtoZs0t { position:absolute;display:block;z-index:15006;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:51rem;display:block; }
#fC1lrFeLbClxOkWSBoGUVASbvFQTgiWI { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:12rem;left:49.375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#sqDu0II4hVf3vsGgdJB46afSOXBAf32A { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:51.3125rem;overflow:hidden;display:block; }
#CsUN3ttCZeg7gafiaX5QpiFqbM67e4RF { position:absolute;display:block;z-index:15004;height:2.875rem;width:9.8125rem;top:14.5rem;left:51rem;display:block; }
#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.adaptive-delivery-prevent-bg, #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.lazyload, #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.lazyloading { background-image: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { background-color: transparent; background-image: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container > .video-iframe-container { display: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row > .video-iframe-container { display: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .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); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { border-width: 0; border-radius: 0; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row > .video-iframe-container {  }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#Vz5d2RJTuMIuEZmkuwUN6D8SwML4sf3t { position:absolute;display:block;z-index:15003;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5625rem;left:13.875rem;display:block; }
#SLyx82Cz8UfrIuKeVWRx6bcpmhUHutRv { color:#000000;display:block;width:12.5rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12rem;left:12.5rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#lPJHyrnOMf2858Stm2kfBNzWMnB5su6M { position:absolute;display:block;z-index:14996;height:2.875rem;width:9.8125rem;top:14.5rem;left:13.875rem;display:block; }
#AbXIpTZuSOooMWVShGSnTnzWIztplzGW { position:absolute;display:block;z-index:15002;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10rem;width:10rem;top:0.5rem;left:32.625rem;display:block; }
#S8kzo2wZOME61Ttf2ruw1vzLDLTONszr { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:oswald;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:12rem;left:31.03125rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#loRQq3neR3MUuqN2spsiTpbpBBgQlPNR { position:absolute;display:block;z-index:15000;height:2.875rem;width:9.8125rem;top:14.5rem;left:32.625rem;display:block; }
#NZJOOamT5yGOM1uXV7lm8R5z2pmOMiSH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:14.1875rem;overflow:hidden;display:block; }
#gNoFK7A7BFZUFLfMIKQBouaH6pWwyTaU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:0.875rem;left:32.9375rem;overflow:hidden;display:block; }
#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV { position:relative;display:block; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV { background-color: transparent; background-image: none; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row .container > .video-iframe-container { display: none; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row > .video-iframe-container { display: none; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .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); }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV { border-width: 0; border-radius: 0; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row .container > .video-iframe-container {  }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .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:10.125rem;width:75rem;position:relative;display:block; }#hcByeNAS9WGeMWP8zDRihxFQ6leLM6oF { position:absolute;display:block;z-index:15008;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.125rem;left:34.3125rem;display:block; }
#Cc07fLn5gLocRwCOIDZbnPlBAzEuFMyQ { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:3.5625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.6875rem;left:23.59375rem;height:9.26175rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN { position:relative;display:block; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN { background-color: transparent; background-image: none; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row .container > .video-iframe-container { display: none; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row > .video-iframe-container { display: none; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .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); }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN { border-width: 0; border-radius: 0; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row .container > .video-iframe-container {  }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .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:32.5rem;width:75rem;position:relative;display:block; }#gt6ffwEJ5fvWNTsopici7uhpLuXONX0q { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:10.312500476837rem;left:1.5rem;height:13.125rem;display:block; }
#U9FeJXBz30tuLwrz0dWDgbEacQxKV1MT { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.8125rem;width:4.4375rem;top:1.59375rem;left:1.5rem;overflow:hidden;display:block; }
#fiX70kPfkwLk3CZWogPgoIELWhvdnM4O { position:absolute;display:block;z-index:15009;background-color:#01a0de;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;height:31.25rem;width:0.1875rem;top:1.125rem;left:24.375rem;display:block; }
#JxMIG2KCpXnZM31WzXT4sgchpMXI0sG6 { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.84375rem;left:7.375rem;height:1.625rem;font-style:normal;display:block; }
#i9tFdt6h85FdSbfh9JB6gemCbI1qlKt8 { background-color:#01a0de;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-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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.125000476837rem;left:1.5rem;display:block; }
#bWIyA3Fp2hBMSoNhytF8Kr4kuzxEiikW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pvro4PA3rFQuxaNlGBD6b9Wz5AskkwRM { background-color:#01a0de;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-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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:25.125000476837rem;left:26.718751907349rem;display:block; }
#JuDfhDUDnJgPv4bVvs3Gw56otRpsZ4Bi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PPuJAeFrKeDrMfuhqpkTVBXaATbG48uf { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:10.312500476837rem;left:26.718751907349rem;height:7.875rem;display:block; }
#hdXHpkCrtIywSHAZpZ1hqlHmydTZFD3E { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.875rem;left:32.5rem;height:3.25rem;font-style:normal;display:block; }
#eHBoWxWk7egQ1BHqq1mniDEvB53auhyl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.375rem;width:4.5rem;top:1.8125rem;left:26.062501907349rem;overflow:hidden;display:block; }
#ULNrGDXLMVMPsr9Xgd8HHFBJnQ6o5qkT { background-color:#01a0de;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-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:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:25.125000476837rem;left:52.000001907349rem;display:block; }
#GmwN4VXUbfNhUutWqObG1l21OPbuR3nP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRUwQFuCFyN7DtWN2SZZP8kcASST2ZUA { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:10.312500476837rem;left:52.000001907349rem;height:3.9375rem;display:block; }
#q0urioUSOdn90UqoGgCslgKLP98IQE1Q { color:#000000;display:block;width:16.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:3.875rem;left:57.875rem;height:4.875rem;font-style:normal;display:block; }
#QPvb4FHeGXwK1RW32HcQPSFwU9JpvFFF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:4.25rem;top:2.5625rem;left:51.250001907349rem;overflow:hidden;display:block; }
#rWiZWVcWNrX7TTxT41fx8g3btZrcTvot { position:absolute;display:block;z-index:15010;background-color:#01a0de;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;height:31.25rem;width:0.1875rem;top:1.125rem;left:49.65625rem;display:block; }
#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container { background-color: transparent; background-image: none; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container > .video-iframe-container { display: none; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row > .video-iframe-container { display: none; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .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); }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container { border-width: 0; border-radius: 0; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row > .video-iframe-container {  }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:75rem;position:relative;display:block; }#Rxth6rPJBOvTAbGQg7yzrxs7tS7vSmbT { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:oswald;font-size:3.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6875rem;left:23.59375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a9bdTbczSUIfx1AG1QmWusI82xdkNhvk { position:absolute;display:block;z-index:15009;background-color:#01a0de;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;height:0.1875rem;width:6.25rem;top:7.3125rem;left:34.375rem;display:block; }
#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL { position:relative;display:block; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL { background-color: transparent; background-image: none; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container > .video-iframe-container { display: none; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row > .video-iframe-container { display: none; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .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); }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL { border-width: 0; border-radius: 0; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container > .video-iframe-container {  }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #d5d5d5;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#yxXxouoWCEuuSMBC324tJsBs58NvqkeU { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.03125rem;height:;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; }
#WUqE16LWq9xWhztJXvGwUnELtJ096G3v { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:12.6875rem;top:8.125rem;left:30.875rem;overflow:hidden;display:block; }
#muXDOiy8PxOgUH1uyUCD24oGm5RoLRSs { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:13.875rem;top:7.375rem;left:14.375rem;overflow:hidden;display:block; }
#KK9cDMqXr04bZc1bW9ThsLbC2KfFqLGc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:20.3125rem;top:7.9375rem;left:46.75rem;overflow:hidden;display:block; }
#JPB3fkZ54541R0l85KORAJExUrlQ2xsm { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c7c7c7;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container { background-color: transparent; background-image: none; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container > .video-iframe-container { display: none; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row > .video-iframe-container { display: none; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .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); }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container { border-width: 0; border-radius: 0; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row > .video-iframe-container {  }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#P8TmGlwW98IpFF4WO4GH4loMeiUzcZq1 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:27.625rem;height:;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; }
#bGdt7KHUdpJ6qPcGuLGZPibJShm0xAOd { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:13.875rem;top:6.9375rem;left:7rem;overflow:hidden;display:block; }
#vLqkkvxMGvrOXpRfsDHlbKwqnNXxJT4U { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:14.0625rem;top:8.4375rem;left:23.1875rem;overflow:hidden;display:block; }
#HoghpswgWdgqIFFNGpZNc14lbFKibZ62 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:5.5rem;left:42.5625rem;overflow:hidden;display:block; }
#D5lNNBlgZx8CLuHy6EhJfFg4vsJfL1Qe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:15.625rem;top:6.78125rem;left:55.125rem;overflow:hidden;display:block; }
#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #c7c7c7;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container { background-color: transparent; background-image: none; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container > .video-iframe-container { display: none; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row > .video-iframe-container { display: none; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .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); }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container { border-width: 0; border-radius: 0; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row > .video-iframe-container {  }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#FoqAFXpoEkuPGRgnxIVSa0d3CJO3glVG { color:#000000;display:block;width:19.75rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2rem;left:27.625rem;height:;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; }
#CNTQL9gswnDxnK0TpGBXma1AvBVK6mQv { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:8.125rem;top:5.75rem;left:19.4375rem;overflow:hidden;display:block; }
#nKzH9ht0MVeE0x6XpyfGypKkzSo7PTDy { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:12.5rem;top:7.3125rem;left:32.875rem;overflow:hidden;display:block; }
#w3PKmyw4HTIRuG9ZTTbuU3hFc8lxCBWy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:12.5rem;top:5.84375rem;left:49.9375rem;overflow:hidden;display:block; }
#Wvme4it0foOzSc49GInvrLBHUcutkunT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container { background-color: transparent; background-image: none; }#Wvme4it0foOzSc49GInvrLBHUcutkunT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container > .video-iframe-container { display: none; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row > .video-iframe-container { display: none; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .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); }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container { border-width: 0; border-radius: 0; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row > .video-iframe-container {  }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container { font-size:0.875rem;font-family:arial;height:24.1875rem;width:75rem;position:relative;display:block; }#Sy9AowCVzVoxHlysspZZFgxfNc0QfTI2 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:29.03125rem;height:;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; }
#GWhPikmIMTdBRGBTyyRE0nKHKUUTZXqs { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.875rem;width:12.3125rem;top:7.25rem;left:23.6875rem;overflow:hidden;display:block; }
#cZxD8DJc8ihB0X7uoMWrhiRTZ1C9uMkn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:10.0625rem;top:6.71875rem;left:38.5rem;overflow:hidden;display:block; }
#GcygrDOoK4uL2lDRHmzdCdwXh2eydbZO { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:9.25rem;top:14.5625rem;left:22.375rem;overflow:hidden;display:block; }
#NnVX6d5kAHsJGnzLhx6vDe29xMKRX5ff { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:7.3125rem;top:7.1875rem;left:12.3125rem;overflow:hidden;display:block; }
#Mm58TrIOI9f8xF8Cybe4V0vsezZ2BS51 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:12.875rem;top:6.8125rem;left:53.4375rem;overflow:hidden;display:block; }
#T5XdcDDoTN2Soz4WzmfmfdWDPsdhng3o { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3rem;width:15.25rem;top:15.0625rem;left:37.375rem;overflow:hidden;display:block; }
#QA6i628BPotBg7VASklz3ynXJzJC1We6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container { background-color: transparent; background-image: none; }#QA6i628BPotBg7VASklz3ynXJzJC1We6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container > .video-iframe-container { display: none; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row > .video-iframe-container { display: none; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .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); }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container { border-width: 0; border-radius: 0; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row > .video-iframe-container {  }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container { font-size:0.875rem;font-family:arial;height:16.5rem;width:75rem;position:relative;display:block; }#WX1TRo8UxDMBfTGCHUQPlbbM0WhRmOEo { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:oswald;font-size:1.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.75rem;left:29.03125rem;height:;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; }
#AugiX6v4PalJGRPMFrEOFt2ODNEa27G2 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:12.875rem;top:7.3125rem;left:13.8125rem;overflow:hidden;display:block; }
#BnWlE9rhugMi42ta0uTuCqKLCGwVtR0k { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:12.875rem;top:7.5rem;left:31.0625rem;overflow:hidden;display:block; }
#FnnE8TpBIKwZqzafMyRPJcWA1k3b0FWX { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:12.875rem;top:8.09375rem;left:48.375rem;overflow:hidden;display:block; }
#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #0a134d, #000000);background-image: -moz-linear-gradient(top, #0a134d, #000000);background-image: -ms-linear-gradient(top, #0a134d, #000000);background-image: -o-linear-gradient(top, #0a134d, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a134d', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a134d', endColorstr='#000000' );";background-image: linear-gradient(to bottom, #0a134d, #000000);background-size:auto !important;position:relative;display:block; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container { background-color: transparent; background-image: none; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container > .video-iframe-container { display: none; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row > .video-iframe-container { display: none; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .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); }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container { border-width: 0; border-radius: 0; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row > .video-iframe-container {  }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:75rem;position:relative;display:block; }#NTeLiVqKQOUrup0TdcXLaabpechRi21T { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:1.4375rem;left:23.5625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#qpRIzfDGvEOpI3CMOK7ZkBkkTT0voiSQ { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.5rem;left:23.5625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#EwhmqNduma9nbZbeb1wLTSrCZGCno5iT { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:7rem;left:15.3125rem;overflow:hidden;display:block; }
#e17Z7OzzObrKnm0XR0eeB12uVxzRunyz { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:15.9375rem;left:37.9375rem;overflow:hidden;display:block; }
#qNsGRMnwkrbMlXIalNLN81hiWLReN9n4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:16rem;left:33.0625rem;overflow:hidden;display:block; }
#WiEPpmHEL4IUbUuGP02WKhLSMeuPwiCa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:7rem;top:7rem;left:39.6875rem;overflow:hidden;display:block; }
#BPIq2Ihl36RBIz4mRuB6ZpBVRtX03LBq { color:#000000;display:block;width:18.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.5rem;left:48.75rem;height:6rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN { background-color:transparent;background-image:url("https://images.assets-landingi.com/O6DzaRRX/header.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.adaptive-delivery-prevent-bg, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyload, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyloading { background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { background-color: transparent; background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .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); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { width:47.75rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Z6EbJg1iAcJPf97FNcUWQSye0c0CZDnl { width:22.375rem;height:2.5996125rem;top:6.1875rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QvMsGWVpR2pLx1qw214Jf5wBEagDT2vD { width:7.375rem;height:1.29980625rem;top:13.625rem;left:3.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zZcz7MbQ72nccaMqBzWhsDoZGqqyWADr { width:4.3125rem;height:1.29980625rem;top:13.625rem;left:15.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRL3AK51CIK6JWAeRCHr8zsrn3aoODTF { width:2.1875rem;height:2.1875rem;top:13rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXyWfHxozBnRy68C2Up2gDOzyP9hZQrT { width:2.4375rem;height:2.4375rem;top:13.0625rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gz3dZOdIEsL6gVBNB1MlsuU6VTKwxZGS { width:21.8125rem;height:1.94921875rem;top:9.3125rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ca5K5TF4VcW2rCK5nVawirVxT4HcEglc { width:10.875rem;height:1.29980625rem;top:11.5625rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TuCpIfIrNAf1PZ7760CfTul4cg5SA8mb { width:5.125rem;height:3.4375rem;top:1.1875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rCFqFZcCZbEFEmCJ7qv8RTtJpp160F5B { width:7rem;height:3.8125rem;top:1rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VS8uW8RfTpnJAhZETWKCdump1c4K4Rut { width:17.5rem;height:3.4375rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IcmUsmRNQVfycbxGd60uHp4WwCMytRad { display:block; }
 }@media only screen and (max-width: 1199px) { #xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP { display:block; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eRbyhqCH74soleztDyqcDTLA2cXb2qLg { width:25rem;height:2.2744125rem;top:2.4375rem;left:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 { display:block; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z3tXGWeUs6bq8DE2aC5mPKhZHrzLa8c9 { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #mnihw0e1NaVyuXlvC0FsXcH9aMTtD3zJ { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 { display:block; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #patVcQJ4T6gLQqQQvW0RIPTfD4CnDGNT { width:25rem;height:2.2744125rem;top:3.1875rem;left:11.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH { display:block; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #edJ5MSF7WTWDcRqzDhkC6NptC96kHsW1 { width:27.8125rem;height:4.0625rem;top:1.1875rem;left:9.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O8lr7UeubA4Bq0K2N1oIDuy89R3GT9Wz { width:6.25rem;height:0.1875rem;top:6.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA { display:block; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mhgWrzFn7NwkFOKO4cGDHK4hcN2axAP9 { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBhdRupTJCsnaOi3TH2hhWTMBGEny3Nu { width:38.3125rem;height:5.875rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #noFXdSyeAxmk4kf2lbK9oZwbdDkTwFQP { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ITfEB5mi7dwD62ydweblFFvJ5yvlN3RP { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 { display:block; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container { width:47.75rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kWSvK4NrwtKFOl6uuxZmPwyGrXCx3Iap { width:38.3125rem;height:11.4375rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 { width:36.6875rem;height:9.78125rem;top:0.75rem;left:9.6875rem;font-size:0.9375rem;display:block; }#LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #sm4UWmU33AoJGuGbzuUCOfulohl6yCLA { display:block; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TvrFOEGeBru5edzB02cQGNWQ1G6TnEZ9 { width:8rem;height:5.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RPTxKFMk3L7pgi3J3ofDiuk9hG7brUu0 { width:38.3125rem;height:5.875rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IGEUaxarHic4HW4LOkDiQ2UESSRKaJXK { width:7.5rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e0O5u5O2b0gOUfP9q48U04cAlEoZRRD0 { width:36.0625rem;height:1.29980625rem;top:2.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu { display:block; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #O5CInv3wiM6c5bTZiu1BpcL0ysh3RykG { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P7gHod2C7XFfWgi4eCQWOqOrswTA3vUQ { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WHO7WP61rTfcziQnIEDEgbGKohPzghWE { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D6ttL6v6pcqgZCVDOo5zQRtxTec9VSbv { width:21.625rem;height:1.3rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR { display:block; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #IK4FQifQwVbVUTdz13q7SIUxLg3kEprt { width:38.3125rem;height:6.125rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z { width:36.125rem;height:4.28125rem;top:0.7626953125rem;left:9.6875rem;font-size:0.9375rem;display:block; }#SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ { display:block; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RW280pLiohKPEpedveoQTy5wLZ6lZZAW { width:8rem;height:5.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f1zTHaCt5RJwwTOPH9nArZ1c8XnTWRvs { width:38.3125rem;height:5.875rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rbTc211RuyN4aeLgDmKc3g8FHlyTDrDG { width:7.5rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #imlHesHZG3FSRcHHgtW2a1LWSkuVRfoS { width:36.0625rem;height:1.29980625rem;top:2.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS { display:block; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container { width:47.75rem;height:13.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #VgrgyE23WAwS3s9Tg54E5VlWLTTBfdPx { width:8rem;height:5.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P8O99ROWSoD7toqiUwBxRH116TWVvgVc { width:38.3125rem;height:5.875rem;top:1.125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUTnPRhchiubBZEM47u7trrTUTJ2z9fE { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aGPH09acLmGHL1bHCZeGwgrJwRXbQDfZ { width:36.0625rem;height:1.3rem;top:2.9375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ss0AEeT3sbB6qMPcxCXuUzaPq1TMWtun { width:38.3125rem;height:12.5rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hyHbi33qKsfR9I9IuKiO0girJyylhZUc { width:36.125rem;height:10.6875rem;top:0.7626953125rem;left:9.6875rem;font-size:0.9375rem;display:block; }#hyHbi33qKsfR9I9IuKiO0girJyylhZUc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 { display:block; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #x6yU4ZKJAC7IET7hsanfgILR9abtGNqi { width:8rem;height:5.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fBMMTxVcqrAqr6NSB4mNfsb5k6I7m51r { width:38.3125rem;height:5.875rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VXbFLzQC25EyzvE4IWhvU3x1cTVomq90 { width:7.5rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gSVoShARlTfZDAULTapw3Vu8e8wVVMl7 { width:36.0625rem;height:1.29980625rem;top:2.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I { display:block; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sXeDSQb70H3oRWNvFIQ8CC4F4LDE8WgX { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytXCq1s3QVBETXlRtrROanHpTTbuUT82 { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xzR8XkugmNO3DrRoTKAlH8LZX6dApAiL { width:7.5rem;height:1.29980625rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zfgqOr8dPpb7TFnwiKUxQwnV9O4sq3Xf { width:21.625rem;height:3.8994125rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 { display:block; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container { width:47.75rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WEaJZEW7CWnmTuLPXRtOU6H3pBCWLnLK { width:38.3125rem;height:9rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #krGqQAbafcs87LqehwgECk66BCzlw2RH { width:36.125rem;height:7.03125rem;top:0.7626953125rem;left:9.6875rem;font-size:0.9375rem;display:block; }#krGqQAbafcs87LqehwgECk66BCzlw2RH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt { display:block; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #soyebtgKD665RUTH9dAqgQCce3qe06dh { width:8rem;height:5.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTbG3z0CrQtiL6lW6G0RceqhJLl4xI6B { width:38.3125rem;height:5.875rem;top:0.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WCgq4TEC4z4G10sWr0uBT8H9G1xOfLpJ { width:7.5rem;height:1.29980625rem;top:2.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WAVHDbE6PZpEnzdoW55TXFuo3NRfShgc { width:36.0625rem;height:1.29980625rem;top:2.875rem;left:9.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5g7aCm7eTyt2whneS3SnPhIZCJaVACv { display:block; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #frGnoshXa8p9heEQErzTlNdkokhl9xz8 { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v1V3KNvmg9AikdilqCsMsnK3R0ALDXr2 { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XW0agVfRl0TxdFgByI0WwEfyT8yTnJTP { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i6CKH4XCHKq5ED5ypS9P0m7xSD1wLV1e { width:21.625rem;height:2.5996125rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo { display:block; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e6vmNsTSFUi1STOohcyEhcSGJt5CDN58 { width:38.3125rem;height:8.75rem;top:0rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF { width:36.125rem;height:7.03125rem;top:0.7626953125rem;left:9.6875rem;font-size:0.9375rem;display:block; }#WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 1199px) { #ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq { display:block; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container { width:47.75rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CaVTDNTMILTXJNb1VBfWtoEV3a8Sdo2x { width:27.8125rem;height:4.0625rem;top:1.1875rem;left:9.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tTINUtckpOC7Co0NcCM2WwuZkzL8XDq2 { width:6.25rem;height:0.1875rem;top:6.125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 { display:block; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HKGudPQkQptVUVU5mAwnPze5l9t2QgUS { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WvPI62dwmiLshCFdaFPWeFqPNMxxoPzf { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UJQXH1VTnoAqPQvA4Z9cSqNrbTG8wi48 { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bA98xOVyJnDFQORJ8lpDlHq6r5gKKwpn { width:21.625rem;height:1.3rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VdWRbAavxxoDOA7pow57XXRFBQP7qJNf { display:block; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #neTG4q4LBUiD8TkLdcncVRXTorT2X8M2 { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UE1vUSHLKPR8XbHV3wJ0ERSGxN0AuZ7u { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UN9md52dOUzZtvd4zAxe2PSoHcU6ULXP { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #URr87eoDRtOwGHSLAvssTNipb1WsDHP8 { width:21.625rem;height:1.3rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt { display:block; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container { width:47.75rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wGBMP1SndGHythSGnuScnKOXAGxgCLAQ { width:8rem;height:5.875rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qFzXUM4wUQIRWNBWJsoplQgIy6eT0Ohb { width:38.3125rem;height:5.875rem;top:1.1875rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2oAXrUeQTHHZ8x4hHNgnPnWwFvsDDfd { width:7.5rem;height:1.3rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rHrWTPzu7CU6hUqWhrAb2QMxGmbdWDpN { width:21.625rem;height:1.3rem;top:3.4375rem;left:9.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NUHynXEMMDaGpf29yqVmun4dJ5EQJxID { display:block; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container { width:47.75rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ { display:block; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { width:47.75rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hc3oQiiNuBS99XC3TTJHWcWroGvpCh24 { width:27.8125rem;height:4.0625rem;top:0rem;left:9.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MlwP8KHr6TCNUiXBh67l2J2Ta7SEVDOS { width:6.25rem;height:0.1875rem;top:4.875rem;left:20.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvCbbAa6Nh9XTOWOUy2BHh7Q46adU7IP { width:9.9375rem;height:5.5rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S { display:block; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #p6aog425zx9IqhS31ApLRaTHbBh2hzAx { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLmQxlcEGbKArXb24Uk8uaGyqOLXtJTT { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tf3HTr1aKaFVbc77iIW8msTl6HLQdppX { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEcF4oSmcXHSTy4ARTIpUXQdQTbo8wq6 { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5yEgXVsDzRvw3JyWDG1emsf4dA4ImmB { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fw8ST9KrGzsD18T7bhzew3kCZ5ltSh64 { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #r3fQtCJ7T4vZT9Q0fepwdXbCksgErgRi { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eW7nG6krQxkFHBaWwO6OHqAp36tFGQVU { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gaUhUUJ03oKiy8DklxuXODwH7fI8SJFI { width:10rem;height:10rem;top:0.6875rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qi0Mc2dZ2i95xLBiV0Cx9qEWTXx16dye { width:9.375rem;height:9.375rem;top:0.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aG9tvo225lk4u6wJyTKWqIJ1CD4Vsofk { width:12.5rem;height:1.4619125rem;top:12.125rem;left:33.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nw7uwTEE4A89swVH5Hwpu8NuyrJ9NJWO { width:10.3125rem;height:2.875rem;top:14.4375rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a64teADTosouFxwTXchJ3N88JmoXapVf { display:block; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GeBuV5ERe6Ox7NwGWGve59T7NiIXuf3c { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JCIESgri2WVFW6t2qPS8kFSNsCPEfbCo { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OurXX2P3KB0ZQ1DXTGVAgpwHA91MKAvX { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ze1GkBUtxdt5aJyqVOuTd8EircEthU5U { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTIAIeg0mh3uUWZp7hxMV5UFGeSnzQhi { width:12.5rem;height:2.923825rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DdxIr5XITBytizlh7XicspF5eAH18NoU { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QqwPS6ReTV6pCM8ercVnTuzxkEcxe5ta { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MwNpRExwwLi8wfmKot27FrPsiAZtFTxw { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OETzEMqDlmW5U6TVXFDitaTCfgSn0688 { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZITHlHWZzqmgtC50I4lXTUT2TuCQxsna { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lB0KR3ZFJRL4xc3Gdu5cyrxgd7Bqrowu { width:9.375rem;height:9.375rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u7dgo1wp80E7XiIkSdMB1mJQDhBoyrxl { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK { display:block; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #loPa4TJPDCRAJgPuGTJ18EWki2F0AW6M { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ChFuILziaQXOqQLCRaGZlZAzEO65BdCm { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O08mN3sgbzxWUp1P7xqtQoTaUfATcEST { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #atW1LfPNMEaEDisbrb4cphrtXX6fGDo3 { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nmynWCCB9GQER4FfbOD7Fx5ZvVM0POL1 { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OqRGq37HZBrXlye6G0AmcyuqbGWvXqPr { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a4yyCdy7TV4pU1TJyyPkga97o41dqIZO { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xW5lvZ27XtLTVzdg8vOokiVJJkGwGkC4 { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Atlhvn7JHvJwBQUzcGhSJDg5TGJRize9 { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VExRpAHaCGGJTfTW27w8uUJffVDKlEZ7 { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IOxCVSFIIN9KkDD1h3XsRWT0UgG4AVT0 { width:9.375rem;height:9.375rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ecaBmvK5NLkPJMctIS79ovPlelTGxzM3 { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AiJk4073MKiNRyr7Snnsh0COKcctwTMr { display:block; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FCBbzA9wRX0hrP3CE3CCOkeyLgz4k31A { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Btmk8HAZDBhOTyN6BSqz7vfqFXkwekv8 { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aDdEtuzoiMrmm8J5Ruw8HwO1Bp1ofp6N { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e9Lgnh8Kpez1is3GufJV6XCgIFDQiQTa { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q9Zto4CBAm5M0xZbmLbx7s2ddlgJMAis { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnuaKCTrXEDth2Wm8HygqJuJFl6361T9 { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cqQkpDV0OVerIX6tpVx15LfoI40BzIJ6 { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B1S5sd7lavWAWKsgNZAcBnXVxk6Qf51G { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Txvs1gP3AUXLBl1c7qsO1px9csFk5RO0 { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNLPIFJHydZXThr9elbw8kOdkXkEzsoS { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hCbrM3Rb47W1aP8LOe6QFxV1UnWiTZBR { width:9.375rem;height:9.375rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #umEWqKyXZ6xgPrSeH1ga67zJ7U7lyrps { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp { display:block; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FIhMg9cRMW2N7Otz2uz7JmvA9T1FeVLQ { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MhALn5WU4hNfueifK6MeBpD22XgWlWoG { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rBJXV8eKV0AWNhNvp20gb5bzRywO3KQv { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rwIR97sCLGmecwC4HwzVypzVTlM3t1NN { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OLRo0KA0PXZnexrewdpVSr0vOKLALisE { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PszJ7Ps3RwTGonNPWaCIdcqICD8e4KP9 { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l0tF3gtfzUaFNvJyTta44r8lxqG7c850 { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c5gWOpc4ANRxM0kSIWTdyvGrNT5Ws4az { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3pTHB1LiRZktZKQZGIQ0Ooitd0BXkCq { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fth0K2BEe6ZqiKcOVb7rFMhQbWp0y0TF { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Uz9nPRD64E4vbf69KLh2LQ38PfAiVmlw { width:9.125rem;height:9.125rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kzuCAb9QPWoDCprlOnHWkl92o8VRMs6s { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 { display:block; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GPt5niNQKoXN3c9dZ4aZuydkWWiG456T { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d10K2s2fHO12Z1AueoumTeV0ihQ7WalI { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ix2IfcuWQWIw3OUZDaGJSG86ifxD2Rka { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iDHwA3ln4C9LQyeCTGrno3A0vg8S7qqv { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v2Zaday554gEhBP5N20RcMsU6BaWNKxz { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEqgQdECuTBX7RdDgqiEOc3X1qu1m1JB { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Va24K1V0gWwe75NTEV3qoNbPLAsuQlBV { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KxB4H26o6EcnV6IBcg80y1MuCEtWuRN3 { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w2Z2KbmBfcEtwlFQrRXWrHDP3dzyWRNu { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9Bkib1DDP7WTwlZ81WL5hTrFkq4SIDl { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCAzmFq9XHM6JdBCrdJOcT3x2ZrH7QzA { width:9.375rem;height:9.375rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPw6na8N5cKCqg2d6RWBbIgHxwmEZeVd { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv { display:block; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gQ9gkXKVzS1lPkJWlrCTtpLTqhchepbk { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FrEFpxx8diluZaDNFkfFFJzQkPs3H3UT { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q95yOP1M1TCaiXbJ8uvh8cWTVzxeRV2W { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QG16mvDX54bP8DlEirix3ux40cxsNeHA { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvVwVe8pMtDtVPnK9rWoZDOIeoty23gR { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PL3TLiLcggTxII4p4PcbGdkCECEg8gzI { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKk7IN8gdz1GbsROtCFP4eVNGsGFRvT0 { width:9.375rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vV65osHDiUzAMN51mktTuhUqsCFb88VK { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #svrTN36OheJUuUSvOIhJzdteOuhyA4z7 { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #heQQisB9KHUoQsgIWtwyJz9WJMpNiDKq { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #foEuWql2i5ThVX2Eaxc1QocCvBi9uEGd { width:9.375rem;height:9.375rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKK6QlS8DPG347bl8sXoRZa22x3teIyG { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h { display:block; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kl38pmKg8ze3xrVX91VgydyKDI1s2ftz { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sti4PETkghK8JSK6I1A0fEi2mJnAlasl { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o8nC8bzVrpJ7UdP3MchqemEGXDU5R5dC { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DDcCTXO95GUJLiQDXQZc7llVekgnhbJq { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CBJTBZXvc2dwDKHVS3UN2utelKVtfcCK { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hWRn0rJDAXRCd1Tf4mCkSK9EIhMq3tFb { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SQPb4i7uLfOSMadCRyTlkLpWuq3WAORs { width:9rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K3FHmT00vSTLwb6rUlXJ1JDlhSNoU4bp { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UsTCgpTF3QAUir43zvZVWTxPv4ULTIR3 { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MqhzFtGDFeghnUZ8mhLTVeTbWOFT1fKe { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNneSfqnTW8Ba5XWVW6zJTGTT4itqa1g { width:9rem;height:9rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TnZG0JG7GgzAV6attNmAPBFNFZhuQA22 { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N { display:block; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eyxp1c0kxpmdVmTSB6IETzPb3ti1DGGM { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i8XuQ3amNQFdwcrX1iriBxa6z2CTZReW { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UZJha3q5Po0n1ebSZXIR0VqAQzrHrlCs { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tuJhMuwPar2xxplaVyX9x4K8DDMUd7Bo { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b0TItQAPIkhGKMK7P0zHTNVqqUBxXTRd { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N26s65AmSzUMM8vXr4ceur9tKNx1swma { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TzZtzIspGfOaTiaE24zTi0HmzKh0siVE { width:9rem;height:9.375rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHQPTtDgn8dBDfKC5ZlBMqqc3097gTDp { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #drQwKzGm6yP1eEm6inwaM6k6ZOtoZs0t { width:10rem;height:10rem;top:0.625rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fC1lrFeLbClxOkWSBoGUVASbvFQTgiWI { width:12.5rem;height:1.4619125rem;top:12rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sqDu0II4hVf3vsGgdJB46afSOXBAf32A { width:9rem;height:9rem;top:0.5625rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CsUN3ttCZeg7gafiaX5QpiFqbM67e4RF { width:10.3125rem;height:2.875rem;top:14.5rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq { display:block; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { width:47.75rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vz5d2RJTuMIuEZmkuwUN6D8SwML4sf3t { width:10rem;height:10rem;top:0.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SLyx82Cz8UfrIuKeVWRx6bcpmhUHutRv { width:12.5rem;height:1.4619125rem;top:12rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPJHyrnOMf2858Stm2kfBNzWMnB5su6M { width:10.3125rem;height:2.875rem;top:14.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AbXIpTZuSOooMWVShGSnTnzWIztplzGW { width:10rem;height:10rem;top:0.625rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S8kzo2wZOME61Ttf2ruw1vzLDLTONszr { width:12.5rem;height:1.4619125rem;top:12rem;left:17.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #loRQq3neR3MUuqN2spsiTpbpBBgQlPNR { width:10.3125rem;height:2.875rem;top:14.5rem;left:18.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NZJOOamT5yGOM1uXV7lm8R5z2pmOMiSH { width:9rem;height:9rem;top:0.4375rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gNoFK7A7BFZUFLfMIKQBouaH6pWwyTaU { width:9.375rem;height:9.375rem;top:0.5625rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV { display:block; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row .container { width:47.75rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hcByeNAS9WGeMWP8zDRihxFQ6leLM6oF { width:6.25rem;height:0.1875rem;top:6.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Cc07fLn5gLocRwCOIDZbnPlBAzEuFMyQ { width:27.8125rem;height:4.0625rem;top:1.4375rem;left:10rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN { display:block; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row .container { width:47.75rem;height:60.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gt6ffwEJ5fvWNTsopici7uhpLuXONX0q { width:21.0625rem;height:13.125rem;top:11.1875rem;left:0.78125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U9FeJXBz30tuLwrz0dWDgbEacQxKV1MT { width:5rem;height:8.6875rem;top:1.90625rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fiX70kPfkwLk3CZWogPgoIELWhvdnM4O { width:0.1875rem;height:31.25rem;top:1.125rem;left:23.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JxMIG2KCpXnZM31WzXT4sgchpMXI0sG6 { width:11.75rem;height:3.25rem;top:4.625rem;left:6.5625rem;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #i9tFdt6h85FdSbfh9JB6gemCbI1qlKt8 { width:17.5rem;height:3.4375rem;top:26.9375rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bWIyA3Fp2hBMSoNhytF8Kr4kuzxEiikW { display:block; }
 }@media only screen and (max-width: 1199px) { #pvro4PA3rFQuxaNlGBD6b9Wz5AskkwRM { width:17.5rem;height:3.4375rem;top:27rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JuDfhDUDnJgPv4bVvs3Gw56otRpsZ4Bi { display:block; }
 }@media only screen and (max-width: 1199px) { #PPuJAeFrKeDrMfuhqpkTVBXaATbG48uf { width:21.0625rem;height:7.875rem;top:11.1875rem;left:25.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hdXHpkCrtIywSHAZpZ1hqlHmydTZFD3E { width:11.875rem;height:3.25rem;top:4.625rem;left:31.1875rem;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #eHBoWxWk7egQ1BHqq1mniDEvB53auhyl { width:5rem;height:8rem;top:2.25rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULNrGDXLMVMPsr9Xgd8HHFBJnQ6o5qkT { width:17.5rem;height:3.4375rem;top:55.6875rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmwN4VXUbfNhUutWqObG1l21OPbuR3nP { display:block; }
 }@media only screen and (max-width: 1199px) { #gRUwQFuCFyN7DtWN2SZZP8kcASST2ZUA { width:21.1875rem;height:3.9375rem;top:46.3125rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q0urioUSOdn90UqoGgCslgKLP98IQE1Q { width:12.25rem;height:6.5rem;top:38.625rem;left:22.5rem;font-size:1.25rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 1199px) { #QPvb4FHeGXwK1RW32HcQPSFwU9JpvFFF { width:5rem;height:8.75rem;top:35.875rem;left:16rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rWiZWVcWNrX7TTxT41fx8g3btZrcTvot { width:37.5rem;height:0.1875rem;top:52.375rem;left:0.78125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t { display:block; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Rxth6rPJBOvTAbGQg7yzrxs7tS7vSmbT { width:27.8125rem;height:4.0625rem;top:2.6875rem;left:9.96875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a9bdTbczSUIfx1AG1QmWusI82xdkNhvk { width:6.25rem;height:0.1875rem;top:7.3125rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL { display:block; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container { width:47.75rem;height:10.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yxXxouoWCEuuSMBC324tJsBs58NvqkeU { width:16.9375rem;height:;top:1.9375rem;left:15.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WUqE16LWq9xWhztJXvGwUnELtJ096G3v { width:11.8125rem;height:2.8125rem;top:5.4248046875rem;left:17.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #muXDOiy8PxOgUH1uyUCD24oGm5RoLRSs { width:14.0625rem;height:4.6875rem;top:4.4873046875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KK9cDMqXr04bZc1bW9ThsLbC2KfFqLGc { width:15.75rem;height:2.75rem;top:5.4560546875rem;left:31.447265625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JPB3fkZ54541R0l85KORAJExUrlQ2xsm { display:block; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container { width:47.75rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #P8TmGlwW98IpFF4WO4GH4loMeiUzcZq1 { width:19.75rem;height:;top:2rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGdt7KHUdpJ6qPcGuLGZPibJShm0xAOd { width:16.4375rem;height:5.5625rem;top:4.75rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vLqkkvxMGvrOXpRfsDHlbKwqnNXxJT4U { width:13.8730625rem;height:1.936525rem;top:6.5625rem;left:28.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HoghpswgWdgqIFFNGpZNc14lbFKibZ62 { width:5.5625rem;height:5.5625rem;top:10.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D5lNNBlgZx8CLuHy6EhJfFg4vsJfL1Qe { width:12.25rem;height:3.875rem;top:11.09375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g2dNaWKf0xNSXsil6SMKszDaGOJqypBA { display:block; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container { width:47.75rem;height:10.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FoqAFXpoEkuPGRgnxIVSa0d3CJO3glVG { width:19.75rem;height:;top:2rem;left:14rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CNTQL9gswnDxnK0TpGBXma1AvBVK6mQv { width:8.375rem;height:5.875rem;top:4.9375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nKzH9ht0MVeE0x6XpyfGypKkzSo7PTDy { width:12.625rem;height:2.4375rem;top:6.65625rem;left:18.1865234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w3PKmyw4HTIRuG9ZTTbuU3hFc8lxCBWy { width:12.0625rem;height:5.3125rem;top:5.5rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wvme4it0foOzSc49GInvrLBHUcutkunT { display:block; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container { width:47.75rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Sy9AowCVzVoxHlysspZZFgxfNc0QfTI2 { width:16.9375rem;height:;top:1.75rem;left:15.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GWhPikmIMTdBRGBTyyRE0nKHKUUTZXqs { width:11.1875rem;height:3.6875rem;top:14.125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cZxD8DJc8ihB0X7uoMWrhiRTZ1C9uMkn { width:11.625rem;height:5.875rem;top:5.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GcygrDOoK4uL2lDRHmzdCdwXh2eydbZO { width:7.561875rem;height:4.18728125rem;top:13.875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnVX6d5kAHsJGnzLhx6vDe29xMKRX5ff { width:8.1875rem;height:4.125rem;top:6.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mm58TrIOI9f8xF8Cybe4V0vsezZ2BS51 { width:10.061875rem;height:3.68706875rem;top:14.3125rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T5XdcDDoTN2Soz4WzmfmfdWDPsdhng3o { width:11.5rem;height:2.25rem;top:7.3125rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QA6i628BPotBg7VASklz3ynXJzJC1We6 { display:block; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WX1TRo8UxDMBfTGCHUQPlbbM0WhRmOEo { width:16.9375rem;height:;top:1.75rem;left:15.40625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AugiX6v4PalJGRPMFrEOFt2ODNEa27G2 { width:11.875rem;height:3.4375rem;top:7.0625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BnWlE9rhugMi42ta0uTuCqKLCGwVtR0k { width:11.875rem;height:3.125rem;top:7.21875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnnE8TpBIKwZqzafMyRPJcWA1k3b0FWX { width:14.125rem;height:2.25rem;top:7.65625rem;left:32.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SfPv9knyaZF61rMw7f96AxZge5PQ8yrR { display:block; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NTeLiVqKQOUrup0TdcXLaabpechRi21T { width:27.8125rem;height:3.25rem;top:1.75rem;left:9.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qpRIzfDGvEOpI3CMOK7ZkBkkTT0voiSQ { width:14.0625rem;height:6rem;top:7.5rem;left:9.9375019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EwhmqNduma9nbZbeb1wLTSrCZGCno5iT { width:7rem;height:7rem;top:7rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e17Z7OzzObrKnm0XR0eeB12uVxzRunyz { width:4rem;height:4rem;top:15.9375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qNsGRMnwkrbMlXIalNLN81hiWLReN9n4 { width:4rem;height:4rem;top:16rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WiEPpmHEL4IUbUuGP02WKhLSMeuPwiCa { width:6.9375rem;height:6.9375rem;top:7.0625rem;left:23rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPIq2Ihl36RBIz4mRuB6ZpBVRtX03LBq { width:17.1875rem;height:6rem;top:7.5rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN { background-color:transparent;background-image:url("https://images.assets-landingi.com/O6DzaRRX/header.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.adaptive-delivery-prevent-bg, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyload, #T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN.lazyloading { background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { background-color: transparent; background-image: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row > .video-iframe-container { display: none; }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .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); }#T46sOTWO4mNQbs2pBQArTJRRfGI6FDiN > .row .container { width:20rem;height:34.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6EbJg1iAcJPf97FNcUWQSye0c0CZDnl { width:15.0625rem;height:4.875rem;top:7.7275390625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvMsGWVpR2pLx1qw214Jf5wBEagDT2vD { width:9.875rem;height:1.4619125rem;top:19.0625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZcz7MbQ72nccaMqBzWhsDoZGqqyWADr { width:4.75rem;height:1.4619125rem;top:22.625rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRL3AK51CIK6JWAeRCHr8zsrn3aoODTF { width:2.375rem;height:2.375rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXyWfHxozBnRy68C2Up2gDOzyP9hZQrT { width:2.0625rem;height:2.0625rem;top:22.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gz3dZOdIEsL6gVBNB1MlsuU6VTKwxZGS { width:20rem;height:3.8984375rem;top:12.7275390625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca5K5TF4VcW2rCK5nVawirVxT4HcEglc { width:20rem;height:2.5996125rem;top:25.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuCpIfIrNAf1PZ7760CfTul4cg5SA8mb { width:6rem;height:4rem;top:1.5703125rem;left:12.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCFqFZcCZbEFEmCJ7qv8RTtJpp160F5B { width:9.125rem;height:5.0625rem;top:1.0390625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS8uW8RfTpnJAhZETWKCdump1c4K4Rut { width:17.5rem;height:3.4375rem;top:29.5996125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcmUsmRNQVfycbxGd60uHp4WwCMytRad { display:block; }
 }@media only screen and (max-width: 763px) { #xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP { display:block; }#xoxmH92sIUEkwUZCCg9pKrTJ1bKb4hxP > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eRbyhqCH74soleztDyqcDTLA2cXb2qLg { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 { display:block; }#Bvgg9Otc7WgsptWKZmHHusLOAp7dJUq5 > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z3tXGWeUs6bq8DE2aC5mPKhZHrzLa8c9 { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnihw0e1NaVyuXlvC0FsXcH9aMTtD3zJ { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 { display:block; }#RTOVl0CdLzPJvT3TrOD72TcNlNITqMu8 > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #patVcQJ4T6gLQqQQvW0RIPTfD4CnDGNT { width:20rem;height:4.548825rem;top:1.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH { display:block; }#NsRs5Cx6vCleq4fEWQaQEbThnuZfTLeH > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edJ5MSF7WTWDcRqzDhkC6NptC96kHsW1 { width:16.9375rem;height:2.6rem;top:0.875rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8lr7UeubA4Bq0K2N1oIDuy89R3GT9Wz { width:3.125rem;height:0.1875rem;top:3.96875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA { display:block; }#m1XeOFDQu00ZSd8a7TvhaKAeTxZa5SfA > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhgWrzFn7NwkFOKO4cGDHK4hcN2axAP9 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBhdRupTJCsnaOi3TH2hhWTMBGEny3Nu { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noFXdSyeAxmk4kf2lbK9oZwbdDkTwFQP { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfEB5mi7dwD62ydweblFFvJ5yvlN3RP { width:17.8125rem;height:2.6rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 { display:block; }#u0rT6XMLe3gS9DN0neyeQRUPfnO9gUu2 > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kWSvK4NrwtKFOl6uuxZmPwyGrXCx3Iap { width:18.5625rem;height:20.9375rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 { width:17.75rem;height:19.53125rem;top:0.5rem;left:1.25rem;font-size:0.9375rem;display:block; }#LHDl4k7FITv4IXNbcVMQGpTRJqoBLZ81 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #sm4UWmU33AoJGuGbzuUCOfulohl6yCLA { display:block; }#sm4UWmU33AoJGuGbzuUCOfulohl6yCLA > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvrFOEGeBru5edzB02cQGNWQ1G6TnEZ9 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPTxKFMk3L7pgi3J3ofDiuk9hG7brUu0 { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGEUaxarHic4HW4LOkDiQ2UESSRKaJXK { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0O5u5O2b0gOUfP9q48U04cAlEoZRRD0 { width:17.8125rem;height:1.29980625rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu { display:block; }#cZVzLK43O7nH9XKvuLpfB8mPMOvqGIuu > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O5CInv3wiM6c5bTZiu1BpcL0ysh3RykG { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7gHod2C7XFfWgi4eCQWOqOrswTA3vUQ { width:18.5625rem;height:4.9375rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHO7WP61rTfcziQnIEDEgbGKohPzghWE { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ttL6v6pcqgZCVDOo5zQRtxTec9VSbv { width:17.8125rem;height:1.29980625rem;top:5.54296875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR { display:block; }#KmgAuJnPJvcutvNnn2D22ZuJtIk8phkR > .row .container { width:20rem;height:7.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IK4FQifQwVbVUTdz13q7SIUxLg3kEprt { width:18.5625rem;height:7.125rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z { width:18.0625rem;height:5.5rem;top:0.5126953125rem;left:1rem;font-size:0.9375rem;display:block; }#SAsxhCDhg6ehfTVgtHh2ayfdxWOa7u6z li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ { display:block; }#GQDSQRLZc3H8PTxeVIfNzJ4o1lJUXIkZ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RW280pLiohKPEpedveoQTy5wLZ6lZZAW { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1zTHaCt5RJwwTOPH9nArZ1c8XnTWRvs { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbTc211RuyN4aeLgDmKc3g8FHlyTDrDG { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #imlHesHZG3FSRcHHgtW2a1LWSkuVRfoS { width:17.8125rem;height:1.29980625rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS { display:block; }#GLLxNMALrtrb5O7vXIAtsVCquHIbsVGS > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VgrgyE23WAwS3s9Tg54E5VlWLTTBfdPx { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8O99ROWSoD7toqiUwBxRH116TWVvgVc { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUTnPRhchiubBZEM47u7trrTUTJ2z9fE { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGPH09acLmGHL1bHCZeGwgrJwRXbQDfZ { width:17.8125rem;height:2.6rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ss0AEeT3sbB6qMPcxCXuUzaPq1TMWtun { width:18.5625rem;height:22.125rem;top:9.625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyHbi33qKsfR9I9IuKiO0girJyylhZUc { width:17.75rem;height:19.21875rem;top:11.5126953125rem;left:1.125rem;font-size:0.9375rem;display:block; }#hyHbi33qKsfR9I9IuKiO0girJyylhZUc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 { display:block; }#q85rTC97pCvDIvaCkKIsSvFOwh0uCmN7 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x6yU4ZKJAC7IET7hsanfgILR9abtGNqi { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBMMTxVcqrAqr6NSB4mNfsb5k6I7m51r { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXbFLzQC25EyzvE4IWhvU3x1cTVomq90 { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSVoShARlTfZDAULTapw3Vu8e8wVVMl7 { width:17.8125rem;height:1.29980625rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I { display:block; }#iqENgEe8x9ezckwUmpZ5P6AOA3B2Ss1I > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sXeDSQb70H3oRWNvFIQ8CC4F4LDE8WgX { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytXCq1s3QVBETXlRtrROanHpTTbuUT82 { width:18.5625rem;height:6.125rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzR8XkugmNO3DrRoTKAlH8LZX6dApAiL { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfgqOr8dPpb7TFnwiKUxQwnV9O4sq3Xf { width:17.8125rem;height:3.8994125rem;top:6.193359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 { display:block; }#pvhTIZ1S5Efgdn34n9O08fvUi1hl4nu5 > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WEaJZEW7CWnmTuLPXRtOU6H3pBCWLnLK { width:18.5625rem;height:11.6875rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krGqQAbafcs87LqehwgECk66BCzlw2RH { width:18.0625rem;height:10.6875rem;top:0.5126953125rem;left:1rem;font-size:0.9375rem;display:block; }#krGqQAbafcs87LqehwgECk66BCzlw2RH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt { display:block; }#AuM7zHrmlx79kFSXq1KViV89zwuTq2Tt > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soyebtgKD665RUTH9dAqgQCce3qe06dh { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTbG3z0CrQtiL6lW6G0RceqhJLl4xI6B { width:18.5625rem;height:5.4375rem;top:4.1875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCgq4TEC4z4G10sWr0uBT8H9G1xOfLpJ { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAVHDbE6PZpEnzdoW55TXFuo3NRfShgc { width:17.8125rem;height:1.29980625rem;top:5.60546875rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5g7aCm7eTyt2whneS3SnPhIZCJaVACv { display:block; }#s5g7aCm7eTyt2whneS3SnPhIZCJaVACv > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #frGnoshXa8p9heEQErzTlNdkokhl9xz8 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1V3KNvmg9AikdilqCsMsnK3R0ALDXr2 { width:18.5625rem;height:4.9375rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XW0agVfRl0TxdFgByI0WwEfyT8yTnJTP { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6CKH4XCHKq5ED5ypS9P0m7xSD1wLV1e { width:17.8125rem;height:2.5996125rem;top:6.193359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo { display:block; }#WTHzRh2ZVWH3hcCZGXxuclFtndAU6qeo > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6vmNsTSFUi1STOohcyEhcSGJt5CDN58 { width:18.5625rem;height:11.6875rem;top:0rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF { width:18.0625rem;height:10.6875rem;top:0.5126953125rem;left:1rem;font-size:0.9375rem;display:block; }#WahFKSZMcQu29IHNM1zXGtoAlzgVVOaF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/oMh95cFI/Bez_nazwy_2.png); }
 }@media only screen and (max-width: 763px) { #ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq { display:block; }#ZKUk2Vm0MyzGKUhCTrtNqZI9P9u6hMuq > .row .container { width:20rem;height:4.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaVTDNTMILTXJNb1VBfWtoEV3a8Sdo2x { width:16.9375rem;height:2.6rem;top:0.875rem;left:1.53125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTINUtckpOC7Co0NcCM2WwuZkzL8XDq2 { width:3.125rem;height:0.1875rem;top:3.96875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 { display:block; }#NPr05Z4VnkgaL1g5JuTphKl9TvA7KpJ8 > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKGudPQkQptVUVU5mAwnPze5l9t2QgUS { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvPI62dwmiLshCFdaFPWeFqPNMxxoPzf { width:18.5625rem;height:4.9375rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJQXH1VTnoAqPQvA4Z9cSqNrbTG8wi48 { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bA98xOVyJnDFQORJ8lpDlHq6r5gKKwpn { width:17.8125rem;height:2.5996125rem;top:6.193359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VdWRbAavxxoDOA7pow57XXRFBQP7qJNf { display:block; }#VdWRbAavxxoDOA7pow57XXRFBQP7qJNf > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #neTG4q4LBUiD8TkLdcncVRXTorT2X8M2 { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UE1vUSHLKPR8XbHV3wJ0ERSGxN0AuZ7u { width:18.5625rem;height:4.9375rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN9md52dOUzZtvd4zAxe2PSoHcU6ULXP { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #URr87eoDRtOwGHSLAvssTNipb1WsDHP8 { width:17.8125rem;height:2.5996125rem;top:6.193359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt { display:block; }#nF3GeaBidts6vXmJL3KSmLmOBzNdB8Xt > .row .container { width:20rem;height:9.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGBMP1SndGHythSGnuScnKOXAGxgCLAQ { width:18.5625rem;height:2.75rem;top:0.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFzXUM4wUQIRWNBWJsoplQgIy6eT0Ohb { width:18.5625rem;height:4.9375rem;top:4.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2oAXrUeQTHHZ8x4hHNgnPnWwFvsDDfd { width:8.625rem;height:1.3rem;top:1.3125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHrWTPzu7CU6hUqWhrAb2QMxGmbdWDpN { width:17.8125rem;height:2.5996125rem;top:6.193359375rem;left:1.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NUHynXEMMDaGpf29yqVmun4dJ5EQJxID { display:block; }#NUHynXEMMDaGpf29yqVmun4dJ5EQJxID > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ { background-color:rgba(255,255,255,0.7);background-image:none;display:block; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { background-color: transparent; background-image: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container > .video-iframe-container { display: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row > .video-iframe-container { display: none; }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .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); }#KaWaLoC14JQFqPW9ulgVPTp1yQu2QmyZ > .row .container { width:20rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hc3oQiiNuBS99XC3TTJHWcWroGvpCh24 { width:20rem;height:2.6rem;top:1.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlwP8KHr6TCNUiXBh67l2J2Ta7SEVDOS { width:6.25rem;height:0.1875rem;top:4.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvCbbAa6Nh9XTOWOUy2BHh7Q46adU7IP { width:11.625rem;height:6.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.adaptive-delivery-prevent-bg, #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.lazyload, #c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S.lazyloading { background-image: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { background-color: transparent; background-image: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container > .video-iframe-container { display: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row > .video-iframe-container { display: none; }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .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); }#c0ohQyvnLIwLFy5Tt3BxPnTEkfkzTc5S > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6aog425zx9IqhS31ApLRaTHbBh2hzAx { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLmQxlcEGbKArXb24Uk8uaGyqOLXtJTT { width:12.5rem;height:1.3rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf3HTr1aKaFVbc77iIW8msTl6HLQdppX { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEcF4oSmcXHSTy4ARTIpUXQdQTbo8wq6 { width:9.375rem;height:9.375rem;top:22.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5yEgXVsDzRvw3JyWDG1emsf4dA4ImmB { width:12.5rem;height:1.3rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw8ST9KrGzsD18T7bhzew3kCZ5ltSh64 { width:9.8125rem;height:2.875rem;top:34.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3fQtCJ7T4vZT9Q0fepwdXbCksgErgRi { width:9.375rem;height:9.375rem;top:3.9375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW7nG6krQxkFHBaWwO6OHqAp36tFGQVU { width:9.375rem;height:9.375rem;top:22.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaUhUUJ03oKiy8DklxuXODwH7fI8SJFI { width:9.375rem;height:9.375rem;top:41.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi0Mc2dZ2i95xLBiV0Cx9qEWTXx16dye { width:9.375rem;height:9.375rem;top:40.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG9tvo225lk4u6wJyTKWqIJ1CD4Vsofk { width:12.5rem;height:1.29980625rem;top:52.5rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nw7uwTEE4A89swVH5Hwpu8NuyrJ9NJWO { width:9.8125rem;height:2.875rem;top:55.0498046875rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a64teADTosouFxwTXchJ3N88JmoXapVf { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#a64teADTosouFxwTXchJ3N88JmoXapVf.adaptive-delivery-prevent-bg, #a64teADTosouFxwTXchJ3N88JmoXapVf.lazyload, #a64teADTosouFxwTXchJ3N88JmoXapVf.lazyloading { background-image: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { background-color: transparent; background-image: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container > .video-iframe-container { display: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row > .video-iframe-container { display: none; }#a64teADTosouFxwTXchJ3N88JmoXapVf > .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); }#a64teADTosouFxwTXchJ3N88JmoXapVf > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GeBuV5ERe6Ox7NwGWGve59T7NiIXuf3c { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JCIESgri2WVFW6t2qPS8kFSNsCPEfbCo { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OurXX2P3KB0ZQ1DXTGVAgpwHA91MKAvX { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ze1GkBUtxdt5aJyqVOuTd8EircEthU5U { width:9.375rem;height:9.375rem;top:22.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTIAIeg0mh3uUWZp7hxMV5UFGeSnzQhi { width:12.5rem;height:1.3rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdxIr5XITBytizlh7XicspF5eAH18NoU { width:9.8125rem;height:2.875rem;top:34.4375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqwPS6ReTV6pCM8ercVnTuzxkEcxe5ta { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MwNpRExwwLi8wfmKot27FrPsiAZtFTxw { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OETzEMqDlmW5U6TVXFDitaTCfgSn0688 { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZITHlHWZzqmgtC50I4lXTUT2TuCQxsna { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB0KR3ZFJRL4xc3Gdu5cyrxgd7Bqrowu { width:9.375rem;height:9.375rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7dgo1wp80E7XiIkSdMB1mJQDhBoyrxl { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.adaptive-delivery-prevent-bg, #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.lazyload, #d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK.lazyloading { background-image: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { background-color: transparent; background-image: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container > .video-iframe-container { display: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row > .video-iframe-container { display: none; }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .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); }#d5kfg4rOVpDvUesAnFdhTXNZc9LN1uCK > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #loPa4TJPDCRAJgPuGTJ18EWki2F0AW6M { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChFuILziaQXOqQLCRaGZlZAzEO65BdCm { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O08mN3sgbzxWUp1P7xqtQoTaUfATcEST { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atW1LfPNMEaEDisbrb4cphrtXX6fGDo3 { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmynWCCB9GQER4FfbOD7Fx5ZvVM0POL1 { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqRGq37HZBrXlye6G0AmcyuqbGWvXqPr { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4yyCdy7TV4pU1TJyyPkga97o41dqIZO { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xW5lvZ27XtLTVzdg8vOokiVJJkGwGkC4 { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atlhvn7JHvJwBQUzcGhSJDg5TGJRize9 { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VExRpAHaCGGJTfTW27w8uUJffVDKlEZ7 { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOxCVSFIIN9KkDD1h3XsRWT0UgG4AVT0 { width:9.375rem;height:9.375rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecaBmvK5NLkPJMctIS79ovPlelTGxzM3 { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AiJk4073MKiNRyr7Snnsh0COKcctwTMr { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr.adaptive-delivery-prevent-bg, #AiJk4073MKiNRyr7Snnsh0COKcctwTMr.lazyload, #AiJk4073MKiNRyr7Snnsh0COKcctwTMr.lazyloading { background-image: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { background-color: transparent; background-image: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container > .video-iframe-container { display: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row > .video-iframe-container { display: none; }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .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); }#AiJk4073MKiNRyr7Snnsh0COKcctwTMr > .row .container { width:20rem;height:59.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FCBbzA9wRX0hrP3CE3CCOkeyLgz4k31A { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Btmk8HAZDBhOTyN6BSqz7vfqFXkwekv8 { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDdEtuzoiMrmm8J5Ruw8HwO1Bp1ofp6N { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Lgnh8Kpez1is3GufJV6XCgIFDQiQTa { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9Zto4CBAm5M0xZbmLbx7s2ddlgJMAis { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnuaKCTrXEDth2Wm8HygqJuJFl6361T9 { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqQkpDV0OVerIX6tpVx15LfoI40BzIJ6 { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1S5sd7lavWAWKsgNZAcBnXVxk6Qf51G { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txvs1gP3AUXLBl1c7qsO1px9csFk5RO0 { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNLPIFJHydZXThr9elbw8kOdkXkEzsoS { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCbrM3Rb47W1aP8LOe6QFxV1UnWiTZBR { width:9.375rem;height:9.375rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #umEWqKyXZ6xgPrSeH1ga67zJ7U7lyrps { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.adaptive-delivery-prevent-bg, #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.lazyload, #WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp.lazyloading { background-image: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { background-color: transparent; background-image: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container > .video-iframe-container { display: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row > .video-iframe-container { display: none; }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .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); }#WozPNtOv2zXz4zAcRqxTeK4hFHkDdVSp > .row .container { width:20rem;height:56.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FIhMg9cRMW2N7Otz2uz7JmvA9T1FeVLQ { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhALn5WU4hNfueifK6MeBpD22XgWlWoG { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBJXV8eKV0AWNhNvp20gb5bzRywO3KQv { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwIR97sCLGmecwC4HwzVypzVTlM3t1NN { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLRo0KA0PXZnexrewdpVSr0vOKLALisE { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PszJ7Ps3RwTGonNPWaCIdcqICD8e4KP9 { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0tF3gtfzUaFNvJyTta44r8lxqG7c850 { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5gWOpc4ANRxM0kSIWTdyvGrNT5Ws4az { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3pTHB1LiRZktZKQZGIQ0Ooitd0BXkCq { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fth0K2BEe6ZqiKcOVb7rFMhQbWp0y0TF { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz9nPRD64E4vbf69KLh2LQ38PfAiVmlw { width:9.125rem;height:9.125rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzuCAb9QPWoDCprlOnHWkl92o8VRMs6s { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.adaptive-delivery-prevent-bg, #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.lazyload, #mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5.lazyloading { background-image: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { background-color: transparent; background-image: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container > .video-iframe-container { display: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row > .video-iframe-container { display: none; }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .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); }#mUfMDcTIfsJ295GtHkWqJxuACRyOkGo5 > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GPt5niNQKoXN3c9dZ4aZuydkWWiG456T { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d10K2s2fHO12Z1AueoumTeV0ihQ7WalI { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ix2IfcuWQWIw3OUZDaGJSG86ifxD2Rka { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDHwA3ln4C9LQyeCTGrno3A0vg8S7qqv { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2Zaday554gEhBP5N20RcMsU6BaWNKxz { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEqgQdECuTBX7RdDgqiEOc3X1qu1m1JB { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Va24K1V0gWwe75NTEV3qoNbPLAsuQlBV { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxB4H26o6EcnV6IBcg80y1MuCEtWuRN3 { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2Z2KbmBfcEtwlFQrRXWrHDP3dzyWRNu { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9Bkib1DDP7WTwlZ81WL5hTrFkq4SIDl { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCAzmFq9XHM6JdBCrdJOcT3x2ZrH7QzA { width:9.375rem;height:9.375rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPw6na8N5cKCqg2d6RWBbIgHxwmEZeVd { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.adaptive-delivery-prevent-bg, #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.lazyload, #NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv.lazyloading { background-image: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { background-color: transparent; background-image: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container > .video-iframe-container { display: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row > .video-iframe-container { display: none; }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .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); }#NDG37Nu6414yRHuNzPaqQr7LrtCHzDDv > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ9gkXKVzS1lPkJWlrCTtpLTqhchepbk { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrEFpxx8diluZaDNFkfFFJzQkPs3H3UT { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q95yOP1M1TCaiXbJ8uvh8cWTVzxeRV2W { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG16mvDX54bP8DlEirix3ux40cxsNeHA { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvVwVe8pMtDtVPnK9rWoZDOIeoty23gR { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL3TLiLcggTxII4p4PcbGdkCECEg8gzI { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKk7IN8gdz1GbsROtCFP4eVNGsGFRvT0 { width:9.375rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vV65osHDiUzAMN51mktTuhUqsCFb88VK { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #svrTN36OheJUuUSvOIhJzdteOuhyA4z7 { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQQisB9KHUoQsgIWtwyJz9WJMpNiDKq { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #foEuWql2i5ThVX2Eaxc1QocCvBi9uEGd { width:9.375rem;height:9.375rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKK6QlS8DPG347bl8sXoRZa22x3teIyG { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.adaptive-delivery-prevent-bg, #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.lazyload, #G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h.lazyloading { background-image: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { background-color: transparent; background-image: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container > .video-iframe-container { display: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row > .video-iframe-container { display: none; }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .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); }#G7gMhV04VdCcLNoPgnTPhHVMPbKN7J4h > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kl38pmKg8ze3xrVX91VgydyKDI1s2ftz { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sti4PETkghK8JSK6I1A0fEi2mJnAlasl { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8nC8bzVrpJ7UdP3MchqemEGXDU5R5dC { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDcCTXO95GUJLiQDXQZc7llVekgnhbJq { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBJTBZXvc2dwDKHVS3UN2utelKVtfcCK { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWRn0rJDAXRCd1Tf4mCkSK9EIhMq3tFb { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQPb4i7uLfOSMadCRyTlkLpWuq3WAORs { width:9rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3FHmT00vSTLwb6rUlXJ1JDlhSNoU4bp { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsTCgpTF3QAUir43zvZVWTxPv4ULTIR3 { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqhzFtGDFeghnUZ8mhLTVeTbWOFT1fKe { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNneSfqnTW8Ba5XWVW6zJTGTT4itqa1g { width:9rem;height:9rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnZG0JG7GgzAV6attNmAPBFNFZhuQA22 { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.adaptive-delivery-prevent-bg, #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.lazyload, #tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N.lazyloading { background-image: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { background-color: transparent; background-image: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container > .video-iframe-container { display: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row > .video-iframe-container { display: none; }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .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); }#tkSZuQZQv9pmSGZzwaTSWyCwyaRZhU7N > .row .container { width:20rem;height:60.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyxp1c0kxpmdVmTSB6IETzPb3ti1DGGM { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8XuQ3amNQFdwcrX1iriBxa6z2CTZReW { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZJha3q5Po0n1ebSZXIR0VqAQzrHrlCs { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuJhMuwPar2xxplaVyX9x4K8DDMUd7Bo { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0TItQAPIkhGKMK7P0zHTNVqqUBxXTRd { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N26s65AmSzUMM8vXr4ceur9tKNx1swma { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzZtzIspGfOaTiaE24zTi0HmzKh0siVE { width:9rem;height:9.375rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHQPTtDgn8dBDfKC5ZlBMqqc3097gTDp { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #drQwKzGm6yP1eEm6inwaM6k6ZOtoZs0t { width:9.375rem;height:9.375rem;top:40.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC1lrFeLbClxOkWSBoGUVASbvFQTgiWI { width:13.1875rem;height:1.29980625rem;top:51.125rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqDu0II4hVf3vsGgdJB46afSOXBAf32A { width:9rem;height:9rem;top:40.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsUN3ttCZeg7gafiaX5QpiFqbM67e4RF { width:9.8125rem;height:2.875rem;top:53.5625rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq { background-color:transparent;background-image:url("https://images.assets-landingi.com/SjNRfr66/prelegenci.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.adaptive-delivery-prevent-bg, #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.lazyload, #CGUStDTtWxX3S158UXpcn2uVvxNIOwKq.lazyloading { background-image: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { background-color: transparent; background-image: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container > .video-iframe-container { display: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.7); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row > .video-iframe-container { display: none; }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .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); }#CGUStDTtWxX3S158UXpcn2uVvxNIOwKq > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vz5d2RJTuMIuEZmkuwUN6D8SwML4sf3t { width:9.375rem;height:9.375rem;top:3.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLyx82Cz8UfrIuKeVWRx6bcpmhUHutRv { width:12.5rem;height:1.29980625rem;top:14.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJHyrnOMf2858Stm2kfBNzWMnB5su6M { width:9.8125rem;height:2.875rem;top:16.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbXIpTZuSOooMWVShGSnTnzWIztplzGW { width:9.375rem;height:9.375rem;top:22.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8kzo2wZOME61Ttf2ruw1vzLDLTONszr { width:12.5rem;height:1.29980625rem;top:32.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #loRQq3neR3MUuqN2spsiTpbpBBgQlPNR { width:9.8125rem;height:2.875rem;top:34.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZJOOamT5yGOM1uXV7lm8R5z2pmOMiSH { width:9rem;height:9rem;top:3.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNoFK7A7BFZUFLfMIKQBouaH6pWwyTaU { width:9.375rem;height:9.375rem;top:22.1875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV { display:block; }#brQocZpoHgVLwfQsHd7o5JOTKiPCxOBV > .row .container { width:20rem;height:7.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hcByeNAS9WGeMWP8zDRihxFQ6leLM6oF { width:6.25rem;height:0.1875rem;top:5.0996125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc07fLn5gLocRwCOIDZbnPlBAzEuFMyQ { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN { display:block; }#VsLtgyZTbeJ9fmGXw98Je2HX5os9NyNN > .row .container { width:20rem;height:96.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gt6ffwEJ5fvWNTsopici7uhpLuXONX0q { width:19.375rem;height:14.4375rem;top:15.13671875rem;left:0.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9FeJXBz30tuLwrz0dWDgbEacQxKV1MT { width:6.3125rem;height:11.0625rem;top:1.4375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiX70kPfkwLk3CZWogPgoIELWhvdnM4O { width:18.75rem;height:0.0625rem;top:35.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxMIG2KCpXnZM31WzXT4sgchpMXI0sG6 { width:11.875rem;height:3.575rem;top:5.1875rem;left:8.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9tFdt6h85FdSbfh9JB6gemCbI1qlKt8 { width:15.625rem;height:2.8125rem;top:31.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWIyA3Fp2hBMSoNhytF8Kr4kuzxEiikW { display:block; }
 }@media only screen and (max-width: 763px) { #pvro4PA3rFQuxaNlGBD6b9Wz5AskkwRM { width:15.625rem;height:2.8125rem;top:59.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuDfhDUDnJgPv4bVvs3Gw56otRpsZ4Bi { display:block; }
 }@media only screen and (max-width: 763px) { #PPuJAeFrKeDrMfuhqpkTVBXaATbG48uf { width:19.375rem;height:7.875rem;top:50.75rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdXHpkCrtIywSHAZpZ1hqlHmydTZFD3E { width:11.6875rem;height:3.25rem;top:42.57421875rem;left:8.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHBoWxWk7egQ1BHqq1mniDEvB53auhyl { width:5.875rem;height:9.4rem;top:39.5rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULNrGDXLMVMPsr9Xgd8HHFBJnQ6o5qkT { width:15.625rem;height:2.8125rem;top:89.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmwN4VXUbfNhUutWqObG1l21OPbuR3nP { display:block; }
 }@media only screen and (max-width: 763px) { #gRUwQFuCFyN7DtWN2SZZP8kcASST2ZUA { width:19.375rem;height:5.25rem;top:81.8125rem;left:0.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0urioUSOdn90UqoGgCslgKLP98IQE1Q { width:9.1875rem;height:9.75rem;top:71.72265625rem;left:8.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPvb4FHeGXwK1RW32HcQPSFwU9JpvFFF { width:5.875rem;height:10.323214285714rem;top:69rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWiZWVcWNrX7TTxT41fx8g3btZrcTvot { width:18.75rem;height:0.0625rem;top:66.0244140625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t { display:block; }#CWKOv0MTJTDq6V4bB4p0GcsLEwkzBP8t > .row .container { width:20rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rxth6rPJBOvTAbGQg7yzrxs7tS7vSmbT { width:20rem;height:2.6rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bdTbczSUIfx1AG1QmWusI82xdkNhvk { width:6.25rem;height:0.1875rem;top:5.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL { display:block; }#ofkX8ep0xEdsPhAqu96hfmFtea5BQHHL > .row .container { width:20rem;height:18.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yxXxouoWCEuuSMBC324tJsBs58NvqkeU { width:12.5rem;height:1.86875rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqE16LWq9xWhztJXvGwUnELtJ096G3v { width:12.6875rem;height:3.0625rem;top:9.5546875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #muXDOiy8PxOgUH1uyUCD24oGm5RoLRSs { width:13.875rem;height:4.625rem;top:4.0546875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK9cDMqXr04bZc1bW9ThsLbC2KfFqLGc { width:17.1875rem;height:2.8125rem;top:14.4296875rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPB3fkZ54541R0l85KORAJExUrlQ2xsm { display:block; }#JPB3fkZ54541R0l85KORAJExUrlQ2xsm > .row .container { width:20rem;height:32.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P8TmGlwW98IpFF4WO4GH4loMeiUzcZq1 { width:12.5rem;height:3.736325rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGdt7KHUdpJ6qPcGuLGZPibJShm0xAOd { width:13.875rem;height:4.625rem;top:9.40625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLqkkvxMGvrOXpRfsDHlbKwqnNXxJT4U { width:14.0625rem;height:1.6875rem;top:5.92285rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoghpswgWdgqIFFNGpZNc14lbFKibZ62 { width:7.5rem;height:7.5rem;top:14.03125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5lNNBlgZx8CLuHy6EhJfFg4vsJfL1Qe { width:15.625rem;height:4.9375rem;top:23.671875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2dNaWKf0xNSXsil6SMKszDaGOJqypBA { display:block; }#g2dNaWKf0xNSXsil6SMKszDaGOJqypBA > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoqAFXpoEkuPGRgnxIVSa0d3CJO3glVG { width:12.5rem;height:1.8681625rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNTQL9gswnDxnK0TpGBXma1AvBVK6mQv { width:6.5625rem;height:4.625rem;top:8.5rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKzH9ht0MVeE0x6XpyfGypKkzSo7PTDy { width:12.375rem;height:2.375rem;top:5rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3PKmyw4HTIRuG9ZTTbuU3hFc8lxCBWy { width:12.5rem;height:5.625rem;top:14.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvme4it0foOzSc49GInvrLBHUcutkunT { display:block; }#Wvme4it0foOzSc49GInvrLBHUcutkunT > .row .container { width:20rem;height:41.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sy9AowCVzVoxHlysspZZFgxfNc0QfTI2 { width:12.5rem;height:1.86875rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWhPikmIMTdBRGBTyyRE0nKHKUUTZXqs { width:12.875rem;height:4.0625rem;top:15.625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZxD8DJc8ihB0X7uoMWrhiRTZ1C9uMkn { width:9.75rem;height:4.8125rem;top:9.3125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcygrDOoK4uL2lDRHmzdCdwXh2eydbZO { width:8.75rem;height:4.5625rem;top:26.625rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnVX6d5kAHsJGnzLhx6vDe29xMKRX5ff { width:7.0625rem;height:3.4375rem;top:4.9921875rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mm58TrIOI9f8xF8Cybe4V0vsezZ2BS51 { width:12.1875rem;height:4.375rem;top:20.25rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5XdcDDoTN2Soz4WzmfmfdWDPsdhng3o { width:12.5625rem;height:2.25rem;top:33.875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA6i628BPotBg7VASklz3ynXJzJC1We6 { display:block; }#QA6i628BPotBg7VASklz3ynXJzJC1We6 > .row .container { width:20rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WX1TRo8UxDMBfTGCHUQPlbbM0WhRmOEo { width:12.5rem;height:1.86875rem;top:0.9375rem;left:3.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AugiX6v4PalJGRPMFrEOFt2ODNEa27G2 { width:12.1875rem;height:3.5625rem;top:5.25rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnWlE9rhugMi42ta0uTuCqKLCGwVtR0k { width:12.875rem;height:3.375rem;top:11.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnnE8TpBIKwZqzafMyRPJcWA1k3b0FWX { width:12.875rem;height:2.1875rem;top:17.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfPv9knyaZF61rMw7f96AxZge5PQ8yrR { display:block; }#SfPv9knyaZF61rMw7f96AxZge5PQ8yrR > .row .container { width:20rem;height:44.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTeLiVqKQOUrup0TdcXLaabpechRi21T { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpRIzfDGvEOpI3CMOK7ZkBkkTT0voiSQ { width:14.9375rem;height:6rem;top:10rem;left:2.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EwhmqNduma9nbZbeb1wLTSrCZGCno5iT { width:4.5rem;height:4.5rem;top:4.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e17Z7OzzObrKnm0XR0eeB12uVxzRunyz { width:4rem;height:4rem;top:33.625rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNsGRMnwkrbMlXIalNLN81hiWLReN9n4 { width:4rem;height:4rem;top:33.625rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiEPpmHEL4IUbUuGP02WKhLSMeuPwiCa { width:4.5rem;height:4.5rem;top:17.5625rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPIq2Ihl36RBIz4mRuB6ZpBVRtX03LBq { width:18.875rem;height:6rem;top:22.6875rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }