.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,225,216;--color-primary-1:248,166,139;--color-primary-2:244,106,62;--color-primary-3:255,141,7;--color-primary-4:254,140,0;--color-secondary-0:220,238,245;--color-secondary-1:150,205,224;--color-secondary-2:80,172,203;--color-secondary-3:36,151,190;--color-secondary-4:6,83,113;--color-tertiary-0:255,255,255;--color-tertiary-1:176,176,176;--color-tertiary-2:136,136,136;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Inter";--paragraphs-font-family:"inter"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/bce008b4-7240-4f4e-8518-b72bc8c3242d/APD2026OkulistykaD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.adaptive-delivery-prevent-bg, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyload, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyloading { background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { background-color: transparent; background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .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); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { border-width: 0; border-radius: 0; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#PAIZqw9JVTIC9gIH5ypV0blMvcPamiwz { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tzF4M0TDTZLys9c2SmLSP14UfGQgBoTT { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22rem;left:46.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvVy8GEIAXgCu0h142CHkXmDWdLXTyzn { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:18.5rem;display:block; }
#yFGmPH5GC2ANnN2ZDfb4PHSBEpTXJ3cM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Snz5lM8hqF7LKGWgLCfd2MVRWJe5dwW7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:12.9375rem;display:block; }
#cWQh6pDpmm87D5O2saAJXW3qKQaH1DiM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XryKZSGOndQVFaGhAGGWe2czTiNRrQIf { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:24.25rem;display:block; }
#MQJ2gza0A2N1cN7kbQDBROoEoRxhxJl0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GOEkKCTazDXSUkbMSflmfhn1FKC36HNi { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#Dc3RFna5ktf68p7V51AAEZMdOQloMKPp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QsHknGD7WCErsbKA9paQXMkzTgTDsNJQ { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#wc8daJDqThM19UnKQavayTXyU9ntwQFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zIn76D0Q2rmZubfsHHmZalr5y1J64uSQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#uJWlgknGqwFRk6oKFbggk0zv8TlafPIA { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JMdi2KJosTe9nixNaiWyxQ5iHqhwb18P { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:27.625rem;display:block; }
#m5VtEZBepu1if5ubRUKLAZEEttQSwxJT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xH9I9fpysyBdctyyPwH5hWRlisWWNfIQ { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#GuFQTX8xKlTL65gc7ZNkcssdP88l6eFA { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#sMIyelC6Zwg4SdXiX6evwJ5XdCntdbid { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#ib9TUM83kQs0wc3ChBpSP32RcTGkqXrI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54rem;width:75rem;display:none; }
#IZH5WRgv7zhUMDzovCsaSo9ZAPkRqgtp { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#TCDnMLf5NXIJSLb6gpOyKPFPdvToCmvJ { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15156;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u5hT18Ngn299t1dUyfwACNDJ7ANWPQAl { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PN2wm8vqS2GUZbGD2dcHa8X6MF9tzasr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:4.75rem;display:block; }
#X57Ul6XPlDlWdhi5RTRu7im2IR6nDZzJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q0T0UPwSroNStIXatvtCsZEkoIJhAdF0 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:30.0625rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/bce008b4-7240-4f4e-8518-b72bc8c3242d/APD2026OkulistykaD.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.adaptive-delivery-prevent-bg, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyload, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyloading { background-image: none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row .container { border-width: 0; border-radius: 0; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:none; }#d2OnoT9g73x14pqIkNI9KWPZNZTZUaRQ { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:12.875rem;left:37.5rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4IEP1tUaez1ttCggfIOnJFa6HW7T0Z7 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:22rem;left:46.9375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mmb9lBf5nm2s4Ee4TiBmQuRmfVkmh2Et { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.625rem;height:2.25rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:1.25rem;left:18.5rem;display:block; }
#EnoGO1hlF9TvGd4s02srWgn1lxWHXdTE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hwibCGahfXMKPM1257N0p8teiiRcBd5N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:12.9375rem;display:block; }
#S4BdfeDp7L4O948LKGn3PkmSpo5KiXgv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M2UyapUbuTWNXPMf3kt17QRanpt4PTeW { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.25rem;height:2.25rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:1.25rem;left:24.25rem;display:block; }
#p2gur5qtoaWzwPXME3mdJTMncFZ5Tefr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ekL4fcUXnGRfAoNnKgIn1zmTqVvTzGTe { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:satoshi;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:27.8125rem;left:0rem;display:none; }
#B2kNCirUobiCng1gKum0K9mr0F2htNdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GETQHNs9784LAq2DF2xkpQprOZv5RC3E { background-color:transparent;background-image: -webkit-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8c019', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(115deg, #f8c019, rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.4) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"nunito sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.8125rem;left:0rem;display:none; }
#Hi0Try1dnk1XBLnOgrusv6hCk59k8JG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v49TaEAo7dIhShTniUF74mOQVVf3D8hn { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.4375rem;left:37.5rem;height:4.3875rem;text-align:center;text-align-last:center;display:block; }
#ZBQQnWLOq9CzRn0KzrlyBdNTJsR80JKo { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:29.875rem;left:40rem;display:block; }
#dT8LUCZBiE5Jnh30x67sUo7PF3U1biVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TnRn4aD0ML7yUZPx1tHt80Ois8XKKREq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.875rem;left:56.875rem;display:block; }
#IA5XuA6zNBSBhv4SRi32TrVdsbhNcikT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WHdQtDnuX5PRCubIrTbQ2gnXqSqyfTDd { color:rgba(var(--color-tertiary-0),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:19.375rem;left:37.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i49nMr2Ho5Ts3mIXSkv6sgyM6RwvuT5N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.25rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:1.25rem;left:27.625rem;display:block; }
#a52TTmFnVMayD55B8VfUn3v8UiTClULw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L10KegoGcvzBtBiU8faNFm6AiEATZicE { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:10.5rem;top:3.75rem;left:51.0625rem;overflow:hidden;display:block; }
#GmBItTZkN04UoKSkyyRRZfSC08gFQ7qF { box-sizing:content-box;height:35rem;width:37.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:1.25rem;left:37.5rem;display:block; }
#xe5fzaWBk4uormFlBwqbn3JA9pEDRBPC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:17.1875rem;top:11.33749961853rem;left:29.03125rem;overflow:hidden;display:block; }
#ZRn7rN0Ffoi72CESfTal40hwa8WCAL1l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:54rem;width:75rem;display:none; }
#dRvdyC8GBqdc2ImQU2TgigtBGcyt8QTD { position:absolute;display:block;z-index:15155;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:6.25rem;top:0.625rem;left:68.125rem;overflow:hidden;display:block; }
#faLWJgHrMCf9B059sGL4B9PQoazX2inJ { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:700;z-index:15156;line-height:1.2;letter-spacing:0;top:4.1875rem;left:68.125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JUiX8zPB0TzpQEDuA8sdMF58R2o7itDq { color:rgba(var(--color-secondary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:1.9375rem;left:68.125rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SIzRFIBiFrcs6oz126Ws2e7WFV4Oe4mr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.25rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:1.25rem;left:4.75rem;display:block; }
#xaJTIQRoGdOUdpUZ2IWz76XDoVLPDlcy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#228db3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { border-width: 0; border-radius: 0; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { font-size:0.875rem;font-family:arial;height:58.4375rem;width:75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:0.0625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { color:rgba(var(--color-tertiary-0),1);display:block;width:40.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:10.625rem;left:1.875rem;height:12.8rem;font-style:normal;display:block; }
#JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:50.6875rem;left:57.625rem;height:3.675rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { box-sizing:content-box;height:1.25rem;width:37.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:0rem;left:37.5rem;display:block; }
#sHsH7ZuLd9EDRfu9kuplLwLCiq8w2kve { color:rgba(var(--color-tertiary-0),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:50.6875rem;left:37.875rem;height:2.45rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#J9FhOT4Gywb2b6dF7sTfx0NaS8hwbda9 { box-sizing:content-box;height:45.8125rem;width:75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),0.5);background-image:none;top:8.875rem;left:0rem;display:block; }
#h8MxlrZuOyf9tHOxrtkDl2dswqrBI7XH { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:25.125rem;left:1.875rem;height:16rem;font-style:normal;display:block; }
#Jo6ugw1o4HNB1uSKhB0oaMwb2DG88mKW { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:49.38125038147rem;left:1.875rem;height:3.2rem;font-style:normal;display:block; }
#MFHu7XpPA0RzGrwPngKcudgEJTaNrlce { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:6.8125rem;top:48.625rem;left:49rem;overflow:hidden;display:block; }
#SeJmvfcb3fH3TxNcGZ1doCxlAudP5F0q { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:6.875rem;top:48.625rem;left:66.125rem;overflow:hidden;display:block; }
#NuNklHshQr8NhlqtuG8G6T7sChCI63Qx { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.125rem;width:28.75rem;top:10.75rem;left:44.375rem;display:block; }
#VBxT7Ip8TwxNIL2gOob6kem0DBXO767F { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:16.125rem;width:28.75rem;top:28.625rem;left:44.375rem;display:block; }
#edEOVErcqaWiHCNkfpL9AonRpxwZaJDr { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:42.943748474121rem;left:1.875rem;height:4.8rem;font-style:normal;display:block; }
#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1ce388f9-13c6-4ef3-b46a-51e3e2adfdb4/APD_2025_OKULISTYKA_tlo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2.adaptive-delivery-prevent-bg, #liRZakl9H05tFcL1wQIMWDNJm3aL7uR2.lazyload, #liRZakl9H05tFcL1wQIMWDNJm3aL7uR2.lazyloading { background-image: none; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container { background-color: transparent; background-image: none; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container > .video-iframe-container { display: none; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.25); }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row > .video-iframe-container { display: none; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .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); }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container { border-width: 0; border-radius: 0; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#waTmawSaEZegpfQtdRAnEniPkaAyHA5q { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.9375rem;left:29.125rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TvW41vafrymVyZXVd0PSb2fz8KTgE8Wy { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:29.125rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hXTQAF0AJWh8Lu40l4TrNSM57u1Zw5vK { color:rgba(var(--color-tertiary-0),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3624992370606rem;left:4rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Cnoyh9KTwicWUAGQTrTlBDgvMPu9oJfb { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.9375rem;left:4rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oGTaTy1mamZf83UsMbGvMcJoQT01KTLJ { color:rgba(var(--color-tertiary-0),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.3625030517578rem;left:54.0625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gZrmLq7zZgwpUxve3mKSX6bF0se71tyt { color:rgba(var(--color-primary-2),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.0625rem;height:1.137875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tChK1oEvOT8izFADlFvc1M9feA9BhcTh { 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:15145;opacity:1;top:1.5625rem;left:0rem; }
#HsFGf4r3GRsZlHFouTnPUOIODPkze6Vp { 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:15143;opacity:1;top:1.5625rem;left:25rem; }
#VLd7i7AXTo6xqF7cnwipNsz05Trht9LG { 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:15144;opacity:1;top:1.5625rem;left:50rem; }
#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { position:relative;display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { background-color: transparent; background-image: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row > .video-iframe-container { display: none; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .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); }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { border-width: 0; border-radius: 0; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { position:relative;display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { background-color: transparent; background-image: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row > .video-iframe-container { display: none; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .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); }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { border-width: 0; border-radius: 0; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:2.19375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uuXHHacSxosTHJ58KQHmsfRTuWIWw2td { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:4.6875rem;left:0rem;display:block; }
#BD8r9DJGl6zWFOfAfEEMrlbJskyBKDO8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:4.2000122070312rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { position:relative;display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { background-color: transparent; background-image: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row > .video-iframe-container { display: none; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .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); }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { border-width: 0; border-radius: 0; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { color:rgba(var(--color-tertiary-4),1);display:block;width:66.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#ULAF69TcadhVILA3pigiDSBnKffxGT1N { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:0rem;display:block; }
#hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.6875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.4375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.9375rem;left:0rem;display:block; }
#aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:18.25rem;left:0rem;display:block; }
#KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:20.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15023;line-height:1.4;letter-spacing:0;top:17.75rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:31.4375rem;left:0rem;display:block; }
#RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:30.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2uQuT95stZMoClRfSyVPRaUVnOX2xnP { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#gO9nNvz68Cw42gR21FgxVvA4NLt8KWoo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:36.25rem;left:0rem;display:block; }
#HDcXuxyXT7mesJx0mRd921PivsdhLcaV { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:38.9375rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KtzrtAml4uqNquleFwMegCZ9wvi1BTk9 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:35.74942779541rem;left:1.874276638031rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ulSfi74fyAW4e0J41aRviVDabSAG4hbo { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15029;background-color:rgba(var(--color-primary-2),1);background-image:none;top:42.5625rem;left:0rem;display:block; }
#zeisktZdaWLvL9TmRfmaXVA8hPpMqbMN { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:42.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nsZv1o781vskbr7h6ugH9s9FdMa7GvVB { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:45.25rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rOnmckudhg8A3Uv9TyBvnQcgc3X3ocxG { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15032;background-color:rgba(var(--color-primary-2),1);background-image:none;top:48.8125rem;left:0rem;display:block; }
#x5LakSop8qtOG5Z47ypr3MhRC8lQXadT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:48.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTonZ9avZ09BaVhPbBxNM81HDcD8KzsW { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:53.5625rem;left:0rem;display:block; }
#pXPZKsyCSAt4292qifd6Wh8SElPphnJG { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:53.0625rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dLt439F4mJKgwBHEOlSKPxRMKi9RUiaB { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.4;letter-spacing:0;top:24.3125rem;left:1.875rem;height:2.9745375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F3FNuvS4ysA3PL2JTWLMgSGkisTzZnBi { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15026;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.8125rem;left:0rem;display:block; }
#AdkVWAzQoBAnQadtlTxVv6k4J0v0kztU { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:27.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { position:relative;display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { background-color: transparent; background-image: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row > .video-iframe-container { display: none; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .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); }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { border-width: 0; border-radius: 0; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { color:rgba(var(--color-tertiary-4),1);display:block;width:68rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:0rem;display:block; }
#xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P73bTMa8n9AUkqbseEsPMv8gApvr8iax { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.125rem;left:29.375rem;display:block; }
#TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBV3nSfN9Eo7qB8FhwpRQQpTWaquDqh8 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.0249938964844rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#otU3pImtRsWFIC2863A0go15gQl66sRe { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { position:relative;display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { background-color: transparent; background-image: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row > .video-iframe-container { display: none; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .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); }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { border-width: 0; border-radius: 0; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:40.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vX8szobpqaSheMJbJIZD7O7paSsIem6l { color:rgba(var(--color-tertiary-4),1);display:block;width:67.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:0rem;left:1.875rem;height:3.0875rem;font-style:normal;display:block; }
#WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:5.5rem;left:0rem;display:block; }
#ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:5rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:8.3125rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { color:rgba(var(--color-tertiary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:14.5rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15019;line-height:1.4;letter-spacing:0;top:11.3125rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.8125rem;left:0rem;display:block; }
#Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:17.9375rem;left:0rem;display:block; }
#SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:20.875rem;left:1.875rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#u001dI0TXFi7o76LnulpDnANnWHqCEcT { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:17.5625rem;left:1.872917175293rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.561458587646rem;left:0rem;display:block; }
#UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15027;line-height:1.4;letter-spacing:0;top:30.247916221619rem;left:1.872917175293rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B0gTtmuSaot7bckzX4WEyZouCTlntxe5 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:34.998958587646rem;left:1.872917175293rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pyvZCydhTIztdLvHI8i5M4zA17Z9Z2dI { box-sizing:content-box;height:0.625rem;width:0.625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:#c7c7c7;background-image:none;top:0.4375rem;left:0rem;display:block; }
#kOIaV4DL0XDH0X6fyDnaA4rVOLpgb2P6 { color:rgba(var(--color-tertiary-2),1);display:block;width:54.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:27.25rem;left:1.8739585876465rem;height:1.21875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hFMUA0XmFppTSPtWDDyEbaXeQUC8H3sC { color:rgba(var(--color-tertiary-4),1);display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15029;line-height:1.4;letter-spacing:0;top:23.9375rem;left:1.875rem;height:2.975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kT4mU960u6xm7ZEJzdeULMIuBH0naEcq { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;top:24.332290649414rem;left:0rem;display:block; }
#o0xFtWRtRPodRBW4ktpxkTtyvLNDDAxf { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.375rem;left:0rem;display:block; }
#TBvLR58lgDCFMJlM7nAms4a9SbZS0BSS { box-sizing:content-box;height:0.624276875rem;width:0.624276875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15034;background-color:rgba(var(--color-primary-2),1);background-image:none;top:35.124568939209rem;left:0rem;display:none; }
#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { position:relative;display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { border-width: 0; border-radius: 0; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),0);background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0.420625rem;padding-right:0.373125rem;padding-bottom:0.420625rem;padding-left:0.373125rem;display:block;align-items:center;width:2.239375rem;min-width:2.239375rem;height:2.261875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.683125rem;font-weight:700;line-height:36.19px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.263125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.985625rem;height:0.894375rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.63125rem;font-weight:400;line-height:14.31px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:15.9375rem;height:4.260625rem;padding-top:0.52625rem;padding-right:0.533125rem;padding-bottom:0.52625rem;padding-left:0.533125rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:1.96875rem;left:28.058334350586rem;z-index:15040; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK { width:auto; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
#bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { color:#cecece;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:0rem;left:25rem;height:1.137875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { box-sizing:content-box;height:1.25rem;width:15rem;position:absolute;display:block;z-index:15049;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0rem;left:30rem;display:block; }
#blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { box-sizing:content-box;height:0.125rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:#e2e2e2;background-image:none;top:0.625rem;left:0rem;display:block; }
#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.adaptive-delivery-prevent-bg, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyload, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyloading { background-image: none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg > .row .container { border-width: 0; border-radius: 0; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#IyRvHSeC4VDx0SBasoK7eTANxDA0bin1 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:22.5rem;display:block; }
#EbRPE5zJ2NPhJdK9RhQ6fZmycTAzL768 { background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:29.375rem;display:block; }
#bEhkkhyhc8WSd2zMD1fqTwOx0TqGvFOM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kEOvk4nvJgKQ3VSI1i7JozT5fC3XTo27 { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:23.125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pzPCTSxLbxxu386VSGPKdRJ9yEksK3hG { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:24.375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kiRq5FSNVCQ6c95BTJwslMOXOkuIhMRX { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:23.125rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nUIczOwqT7onmn915wkSvNKAwupzsXJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0U3adPTntxsdb9hno7a33RHIDT3yiEd { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:23.125rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzm62IcUXWHEmJQTTkiiA5XB0VPKd62V { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MP47cZJKMtWtBDHgNDRbmoTR9cDVSWxK { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#nqB0yUR8by8mV0pSZUHTLfdESFIpHMmB { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.adaptive-delivery-prevent-bg, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyload, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyloading { background-image: none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl > .row .container { border-width: 0; border-radius: 0; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:none; }#tpS9GzbXN2AqZ44zh8sQ26UXFomkcq5N { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:6.25rem;display:block; }
#TZT6dDV8pkMMusW3OaugcHVcxrkbHdfk { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:20rem;width:30rem;top:14.375rem;left:38.75rem;display:block; }
#dwnTsauXZpxekDGW89fBSeJXLnWMwd6o { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.75rem;left:13.125rem;display:block; }
#m5iSwG9rTFAQ0RuGvXTlqliHq5OobJTP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fv3DtZ7r5iloO6lVrClLqQAayzksXgSu { background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:27.75rem;left:45.625rem;display:block; }
#zn4owtGmHaQvKtEZNG4R9L9PBhxHe4iT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TkcOaHA2HUHp01WueTARPZaNnFbaOEHr { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:19.5625rem;left:6.875rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I17XB1Q6ezCXKdf0VLxubog35kd35pHw { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5rem;left:39.375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SubxWzTgvQVZpuwQ5IWidvnm9dBiMzoH { color:#1c1c1c;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.4375rem;left:6.84375rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rF7S3tWxLNNE5W1hbJ1R379OpgO0VTAL { color:#1c1c1c;display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.4375rem;left:40.625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gMv5h5tBvPe8h2cT8Z1TO6vA3afhevIT { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.769790649414rem;left:6.84375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d0yIyMITZV3llc0KwZ8DiVruNC9K1iS9 { color:#9b9b9b;display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:25.75rem;left:39.375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H6Mx5MhehSSnJhq2K2b2I5iskIiQJOe1 { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.3125rem;left:6.84375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EPIV3IPZII8aRaMIPuTMn0gQA4szuiTq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15136;line-height:1.1;letter-spacing:0;top:3.125rem;left:0rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hpfeF4e0OZBNXs6PGUq0K72nadiIvW4o { color:rgba(var(--color-tertiary-2),1);display:block;width:28.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.3125rem;left:39.34375rem;height:0.97511875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p1PA3oDyIBQTzlT5mQ2bkIIF0eiwyAeb { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.6875rem;width:6.6875rem;top:14.375rem;left:29.5625rem;overflow:hidden;display:block; }
#l07HNklTmDDwBhKLPDOFRJstrQCb1If2 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:10.4375rem;left:0rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PgydgL7yoG20VrZZgERpEMlUuQzEp7ug { position:absolute;display:block;z-index:15148;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:7.0625rem;top:3rem;left:1.25rem;overflow:hidden;display:block; }
#dVZhSUxO3K6Wx2IzZmV9nZGC433AmZzw { position:absolute;display:block;z-index:15149;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.75rem;top:3.75rem;left:61.21875rem;overflow:hidden;display:block; }
#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { border-width: 0; border-radius: 0; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:none; }#sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15137;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:1.95023125rem;font-style:normal;display:block; }
#CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15138;line-height:1.4;letter-spacing:0;top:3.75rem;left:3.125rem;height:5.6rem;display:block; }
#MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15139;opacity:1;top:4.1125030517578rem;left:0rem; }
#AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:16.3125rem;left:0rem; }
#MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:16rem;left:3.125rem;height:7rem;display:block; }
#mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:9.6875rem;left:42.8125rem;height:1.4rem;display:block; }
#dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:10rem;left:39.6875rem; }
#VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15140;line-height:1.4;letter-spacing:0;top:11.1875rem;left:3.125rem;height:4.2rem;display:block; }
#ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15141;opacity:1;top:11.5rem;left:0rem; }
#Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15142;line-height:1.4;letter-spacing:0;top:3.75rem;left:42.8125rem;height:5.6rem;display:block; }
#mb86bImQceket5drO63pQEXBXcIg9wtT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:4.125rem;left:39.6875rem; }
#DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { color:rgba(var(--color-tertiary-0),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15143;line-height:1.4;letter-spacing:0;top:11.875rem;left:42.8125rem;height:13.125rem;display:block; }
#ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15145;line-height:1.4;letter-spacing:0;top:23.099998474121rem;left:42.78125rem;height:4.55rem;display:block; }
#Szif0w1uSnafoTi8BmDCBnmvtPP0uNws { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:24.91250038147rem;left:0rem; }
#Q8D13oKBaNbTNRCCHIl9taW8nrKG4q2w { color:rgba(var(--color-tertiary-0),1);display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15141;line-height:1.4;letter-spacing:0;top:24.91250038147rem;left:3.125rem;height:4.2rem;display:block; }
#g0BvcklDTenSBhxy9TDXMiJSongFAKgT { color:#e8e8e8;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15146;line-height:1.4;letter-spacing:0;top:29.9375rem;left:3.34375rem;height:2.275rem;display:block; }
#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ > .row .container { border-width: 0; border-radius: 0; }#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#TEnBaS85XRNJPS66mJRVpOJMf7MtIA6q { background-color:rgba(var(--color-tertiary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:75rem;height:3.125rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:0.625rem;left:0rem;display:block; }
#vcSTrQ7QNO9Wgk8X97Pfciqku6F6DriO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XyeBbROLCReZWRrGApOMX8sVTlbii08R { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu { position:relative;display:block; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu { background-color: transparent; background-image: none; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container > .video-iframe-container { display: none; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row > .video-iframe-container { display: none; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .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); }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu { border-width: 0; border-radius: 0; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R2gI7LT10ZnT1kUVs22g3wnsDZQuke7R { color:#333333;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CdF0esRQf9EXdP7xz9TCb6cFhHyNwRCT { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:8.5rem;left:24.75rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#FnS6ORBKoniFyF78Lp09dJKOTHMl1Pzi { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:10.75rem;top:10.9375rem;left:31.5625rem;overflow:hidden;display:block; }
#NbkD79bKz0h42NhUNUnx3dTOgIacSvzM { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:16.625rem;left:24.75rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#XMJMMaiUrfTvzTbtDkB30QGBa8ISDpxL { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:16.6875rem;top:18.9375rem;left:41.625rem;overflow:hidden;display:block; }
#RtalalSxFOdlJmkrn1gQLGxyhPcF1JGq { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:16.5rem;top:17.75rem;left:24rem;overflow:hidden;display:block; }
#qIkN8KsDNC44ayw2UZwhU3ap7ZalfxOy { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:8.3125rem;top:19rem;left:60.875rem;overflow:hidden;display:block; }
#Dlb2zwlTxzVx7iZlAwPZXMMXgFAAT99G { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:19.5rem;top:19.9375rem;left:4.2697368421053rem;overflow:hidden;display:block; }
#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container { background-color: transparent; background-image: none; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container > .video-iframe-container { display: none; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row > .video-iframe-container { display: none; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .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); }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container { border-width: 0; border-radius: 0; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#Cn6VXzAWWhQKQ3tDVT2Xo2FPCCSWLsJM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:13.8125rem;top:3.7395858764649rem;left:30.59375rem;overflow:hidden;display:block; }
#DcTmnmRWNFHTTPVLlKDaTzp7QtCg0nRA { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:17.1875rem;top:15.302085876465rem;left:13.9375rem;overflow:hidden;display:block; }
#witqX6BiBMzdXm7FQTU8bgLFmgwFaQ8w { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:11.927085876465rem;left:10rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#bGEcD7t5UPSuPiT1hSCxh0Bu59ctodUZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:9.625rem;top:14.177085876465rem;left:47.6875rem;overflow:hidden;display:block; }
#TTpuFzo7Mw2KP7NePboTKheA8b93EU9S { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:11.927085876465rem;left:40rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#W1J1tDXqsIHXGp1xfHkomeKpNKCJ4dCw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:11.5rem;top:3.3958358764649rem;left:53.5625rem;overflow:hidden;display:block; }
#q5qSqBoExLso0cQKLeJzhztUz8900NLy { color:#bcbcbc;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:0rem;left:24.375rem;height:1.137875rem;text-align:center;text-align-last:center;display:block; }
#LInQpqSG5DxfKZeIiUI3phrpRc6J74Wc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:16.5rem;top:2.6145858764649rem;left:6.96875rem;overflow:hidden;display:block; }
#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container { background-color: transparent; background-image: none; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container > .video-iframe-container { display: none; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row > .video-iframe-container { display: none; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .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); }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container { border-width: 0; border-radius: 0; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#oddZ8XKOywsPzHXGV1dlfxJIB4abZxkU { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#uQXcJ95Kc0xzGaOFkNZAWSdTh8Akm1vl { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UhuSZOdfumTCKX5HGiNFbH7wlUHq2M4a { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.3125rem;width:22.5rem;top:8.625rem;left:26.25rem;overflow:hidden;display:block; }
#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { position:relative;display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { background-color: transparent; background-image: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row > .video-iframe-container { display: none; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .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); }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { border-width: 0; border-radius: 0; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { position:absolute;display:block;z-index:15019;background-color:#efefef;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:75rem;top:0rem;left:0rem;display:block; }
#Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:10.318748474121rem;left:0rem;height:1.5rem;font-style:normal;display:block; }
#SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { color:rgba(var(--color-tertiary-3),1);display:block;width:71.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:16.5rem;left:0rem;height:3rem;font-style:normal;display:block; }
#DiECylTzGP8g4Q8xPJVp5kVHWJO096se { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:24.125rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:21.875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15031;line-height:1.5;letter-spacing:0;top:34.125rem;left:0rem;height:3rem;font-style:normal;display:block; }
#wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:31.875rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#d2nRBVFubPwEmSHu0kNaHFMabz3ueGGs { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:39.9375rem;left:0rem;height:1.4625rem;font-style:normal;display:block; }
#LNgoBCqyNPJ5eW7vU1GdnmmQa7FuuzR6 { color:rgba(var(--color-tertiary-3),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:42.0625rem;left:0rem;height:4.5rem;font-style:normal;display:block; }
#wMXtCLVonaBokgDTIAmmK02MX4UH6vyo { position:relative;display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #wMXtCLVonaBokgDTIAmmK02MX4UH6vyo > .row .container { position:relative;display:block; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f46a3e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container { background-color: transparent; background-image: none; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container > .video-iframe-container { display: none; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row > .video-iframe-container { display: none; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .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); }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container { border-width: 0; border-radius: 0; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container { font-size:0.875rem;font-family:arial;height:16.375rem;width:75rem;position:relative;display:block; }#QdZPUEHSwSOumC40k0ziIPC2xZJgGDeD { color:rgba(255,255,255,0.8);display:block;width:74.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:;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; }
#JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn { position:relative;display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn > .row .container { position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm { background-color:#2497be;background-image:url("https://images.assets-landingi.com/uc/e59f7d87-c310-4260-9906-3dfb08e878a1/APD2026OkulistykaT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.adaptive-delivery-prevent-bg, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyload, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyloading { background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { background-color: transparent; background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .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); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { border-width: 0; border-radius: 0; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { width:47.75rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PAIZqw9JVTIC9gIH5ypV0blMvcPamiwz { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzF4M0TDTZLys9c2SmLSP14UfGQgBoTT { top:35.143749237061rem;left:2.6125001907349rem;width:43.4375rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fvVy8GEIAXgCu0h142CHkXmDWdLXTyzn { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yFGmPH5GC2ANnN2ZDfb4PHSBEpTXJ3cM { display:block; }
 }@media only screen and (max-width: 1199px) { #Snz5lM8hqF7LKGWgLCfd2MVRWJe5dwW7 { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cWQh6pDpmm87D5O2saAJXW3qKQaH1DiM { display:block; }
 }@media only screen and (max-width: 1199px) { #XryKZSGOndQVFaGhAGGWe2czTiNRrQIf { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MQJ2gza0A2N1cN7kbQDBROoEoRxhxJl0 { display:block; }
 }@media only screen and (max-width: 1199px) { #GOEkKCTazDXSUkbMSflmfhn1FKC36HNi { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Dc3RFna5ktf68p7V51AAEZMdOQloMKPp { display:block; }
 }@media only screen and (max-width: 1199px) { #QsHknGD7WCErsbKA9paQXMkzTgTDsNJQ { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wc8daJDqThM19UnKQavayTXyU9ntwQFb { display:block; }
 }@media only screen and (max-width: 1199px) { #zIn76D0Q2rmZubfsHHmZalr5y1J64uSQ { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #uJWlgknGqwFRk6oKFbggk0zv8TlafPIA { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JMdi2KJosTe9nixNaiWyxQ5iHqhwb18P { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5VtEZBepu1if5ubRUKLAZEEttQSwxJT { display:block; }
 }@media only screen and (max-width: 1199px) { #xH9I9fpysyBdctyyPwH5hWRlisWWNfIQ { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GuFQTX8xKlTL65gc7ZNkcssdP88l6eFA { width:45.25rem;height:22.5rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sMIyelC6Zwg4SdXiX6evwJ5XdCntdbid { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ib9TUM83kQs0wc3ChBpSP32RcTGkqXrI { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #IZH5WRgv7zhUMDzovCsaSo9ZAPkRqgtp { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TCDnMLf5NXIJSLb6gpOyKPFPdvToCmvJ { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u5hT18Ngn299t1dUyfwACNDJ7ANWPQAl { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PN2wm8vqS2GUZbGD2dcHa8X6MF9tzasr { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X57Ul6XPlDlWdhi5RTRu7im2IR6nDZzJ { display:block; }
 }@media only screen and (max-width: 1199px) { #q0T0UPwSroNStIXatvtCsZEkoIJhAdF0 { top:39.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P { background-color:#2497be;background-image:url("https://images.assets-landingi.com/uc/e59f7d87-c310-4260-9906-3dfb08e878a1/APD2026OkulistykaT.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.adaptive-delivery-prevent-bg, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyload, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyloading { background-image: none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row .container { border-width: 0; border-radius: 0; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row .container { width:47.75rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #d2OnoT9g73x14pqIkNI9KWPZNZTZUaRQ { top:27.60000038147rem;left:0rem;width:47.75rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b4IEP1tUaez1ttCggfIOnJFa6HW7T0Z7 { top:35.143749237061rem;left:2.6125001907349rem;width:43.4375rem;height:1.70625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mmb9lBf5nm2s4Ee4TiBmQuRmfVkmh2Et { width:6.4375rem;height:2.1875rem;top:1.75rem;left:31.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EnoGO1hlF9TvGd4s02srWgn1lxWHXdTE { display:block; }
 }@media only screen and (max-width: 1199px) { #hwibCGahfXMKPM1257N0p8teiiRcBd5N { width:5.375rem;height:2.1875rem;top:1.75rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S4BdfeDp7L4O948LKGn3PkmSpo5KiXgv { display:block; }
 }@media only screen and (max-width: 1199px) { #M2UyapUbuTWNXPMf3kt17QRanpt4PTeW { width:4.6875rem;height:2.1875rem;top:1.75rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2gur5qtoaWzwPXME3mdJTMncFZ5Tefr { display:block; }
 }@media only screen and (max-width: 1199px) { #ekL4fcUXnGRfAoNnKgIn1zmTqVvTzGTe { width:13.625rem;height:3.0625rem;top:24.874999761581rem;left:0.62499994039536rem;display:none; }
 }@media only screen and (max-width: 1199px) { #B2kNCirUobiCng1gKum0K9mr0F2htNdg { display:block; }
 }@media only screen and (max-width: 1199px) { #GETQHNs9784LAq2DF2xkpQprOZv5RC3E { width:12.8125rem;height:3.8125rem;top:24.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Hi0Try1dnk1XBLnOgrusv6hCk59k8JG2 { display:block; }
 }@media only screen and (max-width: 1199px) { #v49TaEAo7dIhShTniUF74mOQVVf3D8hn { width:47.75rem;height:2.75rem;top:29.456250190735rem;left:0rem;font-size:2.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #ZBQQnWLOq9CzRn0KzrlyBdNTJsR80JKo { width:16.25rem;height:3.75rem;top:38.125rem;left:8.175000190735rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dT8LUCZBiE5Jnh30x67sUo7PF3U1biVV { display:block; }
 }@media only screen and (max-width: 1199px) { #TnRn4aD0ML7yUZPx1tHt80Ois8XKKREq { width:16.15rem;height:3.65rem;top:38.25rem;left:25.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;display:block; }
 }@media only screen and (max-width: 1199px) { #IA5XuA6zNBSBhv4SRi32TrVdsbhNcikT { display:block; }
 }@media only screen and (max-width: 1199px) { #WHdQtDnuX5PRCubIrTbQ2gnXqSqyfTDd { top:32.96875rem;left:0rem;width:47.6875rem;height:1.3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #i49nMr2Ho5Ts3mIXSkv6sgyM6RwvuT5N { width:5.875rem;height:2.1875rem;top:1.75rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a52TTmFnVMayD55B8VfUn3v8UiTClULw { display:block; }
 }@media only screen and (max-width: 1199px) { #L10KegoGcvzBtBiU8faNFm6AiEATZicE { width:7.5rem;height:4rem;top:0.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmBItTZkN04UoKSkyyRRZfSC08gFQ7qF { width:45.25rem;height:21.25rem;top:22.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xe5fzaWBk4uormFlBwqbn3JA9pEDRBPC { width:12.75rem;height:11.25rem;top:15.66250038147rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZRn7rN0Ffoi72CESfTal40hwa8WCAL1l { width:47.75rem;height:34.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #dRvdyC8GBqdc2ImQU2TgigtBGcyt8QTD { width:6.25rem;height:7.1875rem;top:20.0625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #faLWJgHrMCf9B059sGL4B9PQoazX2inJ { width:6.25rem;height:1.5rem;top:23.625rem;left:39.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JUiX8zPB0TzpQEDuA8sdMF58R2o7itDq { width:6.25rem;height:2.275rem;top:21.375rem;left:39.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SIzRFIBiFrcs6oz126Ws2e7WFV4Oe4mr { width:8.4375rem;height:2.1875rem;top:1.75rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xaJTIQRoGdOUdpUZ2IWz76XDoVLPDlcy { display:block; }
 }@media only screen and (max-width: 1199px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#228db3;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:47.75rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.7625875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { top:8.487500190735rem;left:1.25rem;width:45.3125rem;height:12.8rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { top:62.375rem;left:31.625rem;width:7.9375rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:37.5rem;height:1.25rem;top:0rem;left:10.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sHsH7ZuLd9EDRfu9kuplLwLCiq8w2kve { top:53.887500762939rem;left:31.40625rem;width:8.125rem;height:2.275rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J9FhOT4Gywb2b6dF7sTfx0NaS8hwbda9 { width:47.75rem;height:58.75rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h8MxlrZuOyf9tHOxrtkDl2dswqrBI7XH { top:36.049999237061rem;left:1.25rem;width:44.625rem;height:14.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jo6ugw1o4HNB1uSKhB0oaMwb2DG88mKW { top:60.300003051757rem;left:1.25rem;width:26.9375rem;height:3.2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MFHu7XpPA0RzGrwPngKcudgEJTaNrlce { width:6.0625rem;height:7.125rem;top:52.243751525879rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SeJmvfcb3fH3TxNcGZ1doCxlAudP5F0q { width:6.25rem;height:7.3125rem;top:60.556251525879rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NuNklHshQr8NhlqtuG8G6T7sChCI63Qx { width:20rem;height:11.1875rem;top:23.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBxT7Ip8TwxNIL2gOob6kem0DBXO767F { width:20rem;height:11.1875rem;top:23.0625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #edEOVErcqaWiHCNkfpL9AonRpxwZaJDr { top:52.237499237061rem;left:1.25rem;width:26.9375rem;height:6.4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 { display:block; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container { width:47.75rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #waTmawSaEZegpfQtdRAnEniPkaAyHA5q { top:1.5rem;left:19.375rem;width:7.3125rem;height:1.137875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TvW41vafrymVyZXVd0PSb2fz8KTgE8Wy { top:3.0749969482422rem;left:19.375rem;width:12.0625rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #hXTQAF0AJWh8Lu40l4TrNSM57u1Zw5vK { top:3.0750007629394rem;left:3.375rem;width:10rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Cnoyh9KTwicWUAGQTrTlBDgvMPu9oJfb { top:1.5rem;left:3.375rem;width:9.1875rem;height:1.137875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oGTaTy1mamZf83UsMbGvMcJoQT01KTLJ { top:3.0750007629394rem;left:35.239582061767rem;width:9rem;height:2.275rem;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #gZrmLq7zZgwpUxve3mKSX6bF0se71tyt { top:1.5rem;left:35.270832061767rem;width:9.8125rem;height:1.137875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tChK1oEvOT8izFADlFvc1M9feA9BhcTh { width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HsFGf4r3GRsZlHFouTnPUOIODPkze6Vp { width:2.5rem;height:2.5rem;top:1.5rem;left:15.916667938233rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VLd7i7AXTo6xqF7cnwipNsz05Trht9LG { width:2.5rem;height:2.5rem;top:1.5rem;left:31.895832061767rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:47.75rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:47.75rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:46.5rem;height:1.95023125rem;top:0rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuXHHacSxosTHJ58KQHmsfRTuWIWw2td { width:0.625rem;height:0.625rem;top:4.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BD8r9DJGl6zWFOfAfEEMrlbJskyBKDO8 { width:36.6875rem;height:2.8rem;top:3.6625061035156rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:47.75rem;height:59.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:41.8125rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:5.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:40.1875rem;height:2.8rem;top:4.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:35.8125rem;height:1.125rem;top:7.8125rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:35.8125rem;height:1.125rem;top:13.75rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:43rem;height:2.8rem;top:10.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:17.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:35.8125rem;height:1.125rem;top:21.1875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:43.75rem;height:4.2rem;top:16.6875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:30.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:36.6875rem;height:2.8rem;top:30.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H2uQuT95stZMoClRfSyVPRaUVnOX2xnP { width:0.625rem;height:0.625rem;top:0.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gO9nNvz68Cw42gR21FgxVvA4NLt8KWoo { width:0.625rem;height:0.625rem;top:35.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HDcXuxyXT7mesJx0mRd921PivsdhLcaV { width:35.7494375rem;height:1.125rem;top:39.390625rem;left:2.4979162216186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtzrtAml4uqNquleFwMegCZ9wvi1BTk9 { width:35.375rem;height:4.2rem;top:34.875rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ulSfi74fyAW4e0J41aRviVDabSAG4hbo { width:0.625rem;height:0.625rem;top:42.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zeisktZdaWLvL9TmRfmaXVA8hPpMqbMN { width:44.875rem;height:4.2rem;top:42.3125rem;left:2.4989585876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nsZv1o781vskbr7h6ugH9s9FdMa7GvVB { width:35.812375rem;height:1.125rem;top:46.946876525879rem;left:2.4979162216186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rOnmckudhg8A3Uv9TyBvnQcgc3X3ocxG { width:0.625rem;height:0.625rem;top:50.186462402344rem;left:0.62395858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x5LakSop8qtOG5Z47ypr3MhRC8lQXadT { width:36.6869375rem;height:2.8rem;top:49.936462402344rem;left:2.4979162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zTonZ9avZ09BaVhPbBxNM81HDcD8KzsW { width:0.625rem;height:0.625rem;top:54.8125rem;left:0.62395858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pXPZKsyCSAt4292qifd6Wh8SElPphnJG { width:36.6869375rem;height:2.8rem;top:54.686462402344rem;left:2.4979162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dLt439F4mJKgwBHEOlSKPxRMKi9RUiaB { width:43.75rem;height:2.8rem;top:24.25rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3FNuvS4ysA3PL2JTWLMgSGkisTzZnBi { width:0.625rem;height:0.625rem;top:24.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdkVWAzQoBAnQadtlTxVv6k4J0v0kztU { width:35.8125rem;height:1.125rem;top:27.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:47.75rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:43.5619375rem;height:2.925rem;top:0rem;left:2.0927085876465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:5rem;left:0.62395858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:35.812375rem;height:1.125rem;top:7.6864624023438rem;left:2.4979162216186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.25rem;height:3.75rem;top:10.75rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 1199px) { #lBV3nSfN9Eo7qB8FhwpRQQpTWaquDqh8 { width:40.187375rem;height:2.8rem;top:4.625rem;left:2.4979162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #otU3pImtRsWFIC2863A0go15gQl66sRe { width:0.625rem;height:0.625rem;top:0.25209045410156rem;left:0.62395858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:47.75rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:41.6875rem;height:2.925rem;top:0rem;left:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:40.1875rem;height:2.8rem;top:4.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:35.8125rem;height:1.125rem;top:7.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:35.8125rem;height:1.125rem;top:13.6875rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:40rem;height:2.8rem;top:10.625rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:11.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:17.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:34.5625rem;height:1.125rem;top:21.236457824707rem;left:2.4989585876465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:43.125rem;height:4.2rem;top:16.736457824707rem;left:2.4989585876465rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { width:0.625rem;height:0.625rem;top:30.623958587646rem;left:0.62395858764649rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { width:36.6869375rem;height:2.8rem;top:30.107292175293rem;left:2.4979162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B0gTtmuSaot7bckzX4WEyZouCTlntxe5 { width:36.6869375rem;height:2.8rem;top:34.686458587646rem;left:2.4979162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pyvZCydhTIztdLvHI8i5M4zA17Z9Z2dI { width:0.625rem;height:0.625rem;top:0.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kOIaV4DL0XDH0X6fyDnaA4rVOLpgb2P6 { width:33.75rem;height:1.125rem;top:27.157291412354rem;left:2.5604162216186rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hFMUA0XmFppTSPtWDDyEbaXeQUC8H3sC { width:43.1875rem;height:2.8rem;top:24.048957824707rem;left:2.5604162216186rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kT4mU960u6xm7ZEJzdeULMIuBH0naEcq { width:0.625rem;height:0.625rem;top:24.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #o0xFtWRtRPodRBW4ktpxkTtyvLNDDAxf { width:0.624276875rem;height:0.624276875rem;top:35.123958587646rem;left:0.62395858764649rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 1199px) { #TBvLR58lgDCFMJlM7nAms4a9SbZS0BSS { width:0.624276875rem;height:0.624276875rem;top:36.374278068543rem;left:0.62355333566666rem;z-index:15035;display:none; }
 }@media only screen and (max-width: 1199px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:47.75rem;height:11.0625rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:18rem;height:5.0625rem;top:1.9385414123535rem;left:14.341666221619rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 1199px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 1199px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:24.99925rem;height:1.1375rem;top:0rem;left:11.373958587646rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.0010414123535156rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:47.7495625rem;height:0.12442125rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.adaptive-delivery-prevent-bg, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyload, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyloading { background-image: none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #IyRvHSeC4VDx0SBasoK7eTANxDA0bin1 { width:22.5rem;height:18.75rem;top:12.5rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EbRPE5zJ2NPhJdK9RhQ6fZmycTAzL768 { width:16.25rem;height:3.75rem;top:25rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bEhkkhyhc8WSd2zMD1fqTwOx0TqGvFOM { display:block; }
 }@media only screen and (max-width: 1199px) { #kEOvk4nvJgKQ3VSI1i7JozT5fC3XTo27 { width:22.5625rem;height:4.875rem;top:18rem;left:13.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzPCTSxLbxxu386VSGPKdRJ9yEksK3hG { width:21.25rem;height:2.6rem;top:14.375rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kiRq5FSNVCQ6c95BTJwslMOXOkuIhMRX { width:22.25rem;height:0.97511875rem;top:23.25rem;left:13.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nUIczOwqT7onmn915wkSvNKAwupzsXJJ { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #n0U3adPTntxsdb9hno7a33RHIDT3yiEd { width:22.5rem;height:0.97511875rem;top:29.375rem;left:13.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nzm62IcUXWHEmJQTTkiiA5XB0VPKd62V { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MP47cZJKMtWtBDHgNDRbmoTR9cDVSWxK { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqB0yUR8by8mV0pSZUHTLfdESFIpHMmB { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.adaptive-delivery-prevent-bg, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyload, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyloading { background-image: none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl > .row .container { width:47.75rem;height:33.75rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #tpS9GzbXN2AqZ44zh8sQ26UXFomkcq5N { width:22.5rem;height:18.75rem;top:12.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TZT6dDV8pkMMusW3OaugcHVcxrkbHdfk { width:22.5rem;height:18.75rem;top:12.5rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dwnTsauXZpxekDGW89fBSeJXLnWMwd6o { width:16.25rem;height:3.75rem;top:25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #m5iSwG9rTFAQ0RuGvXTlqliHq5OobJTP { display:block; }
 }@media only screen and (max-width: 1199px) { #Fv3DtZ7r5iloO6lVrClLqQAayzksXgSu { width:16.25rem;height:3.75rem;top:25rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zn4owtGmHaQvKtEZNG4R9L9PBhxHe4iT { display:block; }
 }@media only screen and (max-width: 1199px) { #TkcOaHA2HUHp01WueTARPZaNnFbaOEHr { width:22.5rem;height:4.875rem;top:18rem;left:0.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #I17XB1Q6ezCXKdf0VLxubog35kd35pHw { width:22.5625rem;height:4.875rem;top:18rem;left:24.625rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SubxWzTgvQVZpuwQ5IWidvnm9dBiMzoH { width:22.4375rem;height:2.598375rem;top:14.375rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rF7S3tWxLNNE5W1hbJ1R379OpgO0VTAL { width:21.25rem;height:2.598375rem;top:14.375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gMv5h5tBvPe8h2cT8Z1TO6vA3afhevIT { width:22.4375rem;height:0.97511875rem;top:23.25rem;left:0.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d0yIyMITZV3llc0KwZ8DiVruNC9K1iS9 { width:22.25rem;height:0.97511875rem;top:23.25rem;left:24.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H6Mx5MhehSSnJhq2K2b2I5iskIiQJOe1 { width:22.5rem;height:0.97511875rem;top:29.375rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EPIV3IPZII8aRaMIPuTMn0gQA4szuiTq { width:47.75rem;height:4.95rem;top:2.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #hpfeF4e0OZBNXs6PGUq0K72nadiIvW4o { width:22.5rem;height:0.97511875rem;top:29.375rem;left:24.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p1PA3oDyIBQTzlT5mQ2bkIIF0eiwyAeb { width:6.6875rem;height:6.6875rem;top:12.5rem;left:16.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l07HNklTmDDwBhKLPDOFRJstrQCb1If2 { width:47.75rem;height:1.625rem;top:8.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PgydgL7yoG20VrZZgERpEMlUuQzEp7ug { width:7.0625rem;height:11.0625rem;top:1.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVZhSUxO3K6Wx2IzZmV9nZGC433AmZzw { width:11.75rem;height:7.75rem;top:3.125rem;left:36rem;display:block; }
 }@media only screen and (max-width: 1199px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { background-color:#2497be;background-image:none;display:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:47.75rem;height:47.25rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:26.4375rem;height:1.625rem;top:0rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:44.1875rem;height:3.9375rem;top:3.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { width:1.25rem;height:1.25rem;top:3.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { width:1.25rem;height:1.25rem;top:13.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:44.125rem;height:3.9375rem;top:13.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { width:43.1875rem;height:1.3125rem;top:30.75rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { width:1.25rem;height:1.25rem;top:30.799999237061rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:41.3125rem;height:2.625rem;top:9.125rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { width:1.25rem;height:1.25rem;top:9.2999992370606rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:42.8125rem;height:2.625rem;top:26.375rem;left:3.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { width:1.25rem;height:1.25rem;top:26.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { width:43.1875rem;height:9.8rem;top:32.6875rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:44.375rem;height:2.1rem;top:43.112499237061rem;left:3.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Szif0w1uSnafoTi8BmDCBnmvtPP0uNws { width:1.25rem;height:1.25rem;top:19.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8D13oKBaNbTNRCCHIl9taW8nrKG4q2w { width:44.125rem;height:2.625rem;top:19.0625rem;left:3.15625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g0BvcklDTenSBhxy9TDXMiJSongFAKgT { width:44.375rem;height:2.1rem;top:22.424999237061rem;left:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ { display:none; }#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ > .row .container { width:47.75rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #TEnBaS85XRNJPS66mJRVpOJMf7MtIA6q { width:46.5rem;height:3.125rem;top:0.625rem;left:0.625rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15027;display:block; }
 }@media only screen and (max-width: 1199px) { #vcSTrQ7QNO9Wgk8X97Pfciqku6F6DriO { display:block; }
 }@media only screen and (max-width: 1199px) { #XyeBbROLCReZWRrGApOMX8sVTlbii08R { width:47.75rem;height:1.21875rem;top:1.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu { display:block; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container { width:47.75rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #R2gI7LT10ZnT1kUVs22g3wnsDZQuke7R { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CdF0esRQf9EXdP7xz9TCb6cFhHyNwRCT { width:15.625rem;height:1.1375rem;top:7.0625rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FnS6ORBKoniFyF78Lp09dJKOTHMl1Pzi { width:8.1875rem;height:2.1875rem;top:10.1875rem;left:18.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NbkD79bKz0h42NhUNUnx3dTOgIacSvzM { width:15.625rem;height:1.1375rem;top:14.4375rem;left:15.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XMJMMaiUrfTvzTbtDkB30QGBa8ISDpxL { width:13.4375rem;height:3.4375rem;top:16.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RtalalSxFOdlJmkrn1gQLGxyhPcF1JGq { width:12.125rem;height:5.125rem;top:15.575000762939rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qIkN8KsDNC44ayw2UZwhU3ap7ZalfxOy { width:6.5625rem;height:3.0625rem;top:16.875rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Dlb2zwlTxzVx7iZlAwPZXMMXgFAAT99G { width:12.625rem;height:1.75rem;top:17.40625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 { display:block; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container { width:47.75rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Cn6VXzAWWhQKQ3tDVT2Xo2FPCCSWLsJM { width:11.75rem;height:1.625rem;top:3rem;left:18rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DcTmnmRWNFHTTPVLlKDaTzp7QtCg0nRA { width:14.875rem;height:1.75rem;top:11.25rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #witqX6BiBMzdXm7FQTU8bgLFmgwFaQ8w { width:15.625rem;height:1.1375rem;top:8rem;left:6.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bGEcD7t5UPSuPiT1hSCxh0Bu59ctodUZ { width:7.1875rem;height:3.125rem;top:10.5625rem;left:30.21875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TTpuFzo7Mw2KP7NePboTKheA8b93EU9S { width:15.625rem;height:1.1375rem;top:8rem;left:26rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W1J1tDXqsIHXGp1xfHkomeKpNKCJ4dCw { width:10.1875rem;height:2.25rem;top:2.6875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q5qSqBoExLso0cQKLeJzhztUz8900NLy { width:15.625rem;height:1.1375rem;top:0rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LInQpqSG5DxfKZeIiUI3phrpRc6J74Wc { width:12.125rem;height:3rem;top:2.3125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc { display:block; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container { width:47.75rem;height:23.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oddZ8XKOywsPzHXGV1dlfxJIB4abZxkU { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uQXcJ95Kc0xzGaOFkNZAWSdTh8Akm1vl { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhuSZOdfumTCKX5HGiNFbH7wlUHq2M4a { width:22.5rem;height:10.3125rem;top:7.8125rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:47.75rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:47.75rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { top:2.5rem;left:0.0625rem;width:47.75rem;height:2.6rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:46.5rem;height:1.38125rem;top:7.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:46.5rem;height:2.8125rem;top:9.375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:43.5625rem;height:4.21875rem;top:16.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:46.5rem;height:1.38125rem;top:14.0625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:46.5rem;height:5.625rem;top:23.8125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:46.5rem;height:1.38125rem;top:21.875rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:41.6875rem;height:2.8125rem;top:34.75rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:46.5rem;height:1.38125rem;top:32.625rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d2nRBVFubPwEmSHu0kNaHFMabz3ueGGs { width:46.5rem;height:1.38125rem;top:41.3125rem;left:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LNgoBCqyNPJ5eW7vU1GdnmmQa7FuuzR6 { width:41.6875rem;height:7.03125rem;top:43.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wMXtCLVonaBokgDTIAmmK02MX4UH6vyo { display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #wMXtCLVonaBokgDTIAmmK02MX4UH6vyo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG { display:block; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container { width:47.75rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QdZPUEHSwSOumC40k0ziIPC2xZJgGDeD { width:47.75rem;height:18.6875rem;top:1.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm { background-color:#2497be;background-image:url("https://images.assets-landingi.com/uc/f054cd3a-9613-44e8-8b4f-3c807eda7726/nowy_KV_APD2025Okulistyka_M.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.adaptive-delivery-prevent-bg, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyload, #CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm.lazyloading { background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { background-color: transparent; background-image: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { display: none; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .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); }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CFhmzW6oSKTnsscxdt1mEBmFJmXbSUsm > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAIZqw9JVTIC9gIH5ypV0blMvcPamiwz { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tzF4M0TDTZLys9c2SmLSP14UfGQgBoTT { width:19.375rem;height:1.4625rem;top:26.875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvVy8GEIAXgCu0h142CHkXmDWdLXTyzn { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yFGmPH5GC2ANnN2ZDfb4PHSBEpTXJ3cM { display:block; }
 }@media only screen and (max-width: 763px) { #Snz5lM8hqF7LKGWgLCfd2MVRWJe5dwW7 { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cWQh6pDpmm87D5O2saAJXW3qKQaH1DiM { display:block; }
 }@media only screen and (max-width: 763px) { #XryKZSGOndQVFaGhAGGWe2czTiNRrQIf { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MQJ2gza0A2N1cN7kbQDBROoEoRxhxJl0 { display:block; }
 }@media only screen and (max-width: 763px) { #GOEkKCTazDXSUkbMSflmfhn1FKC36HNi { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dc3RFna5ktf68p7V51AAEZMdOQloMKPp { display:block; }
 }@media only screen and (max-width: 763px) { #QsHknGD7WCErsbKA9paQXMkzTgTDsNJQ { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #wc8daJDqThM19UnKQavayTXyU9ntwQFb { display:block; }
 }@media only screen and (max-width: 763px) { #zIn76D0Q2rmZubfsHHmZalr5y1J64uSQ { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJWlgknGqwFRk6oKFbggk0zv8TlafPIA { width:20rem;height:1.38125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JMdi2KJosTe9nixNaiWyxQ5iHqhwb18P { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m5VtEZBepu1if5ubRUKLAZEEttQSwxJT { display:block; }
 }@media only screen and (max-width: 763px) { #xH9I9fpysyBdctyyPwH5hWRlisWWNfIQ { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuFQTX8xKlTL65gc7ZNkcssdP88l6eFA { width:20rem;height:26.25rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMIyelC6Zwg4SdXiX6evwJ5XdCntdbid { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ib9TUM83kQs0wc3ChBpSP32RcTGkqXrI { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IZH5WRgv7zhUMDzovCsaSo9ZAPkRqgtp { width:2.5rem;height:2.875rem;top:29.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCDnMLf5NXIJSLb6gpOyKPFPdvToCmvJ { width:6.25rem;height:1.9502375rem;top:29.83749961853rem;left:8.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #u5hT18Ngn299t1dUyfwACNDJ7ANWPQAl { width:2.4375rem;height:1.7875rem;top:29.875rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PN2wm8vqS2GUZbGD2dcHa8X6MF9tzasr { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X57Ul6XPlDlWdhi5RTRu7im2IR6nDZzJ { display:block; }
 }@media only screen and (max-width: 763px) { #q0T0UPwSroNStIXatvtCsZEkoIJhAdF0 { width:20rem;height:1.21875rem;top:34.875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P { background-color:#2497be;background-image:url("https://images.assets-landingi.com/uc/f054cd3a-9613-44e8-8b4f-3c807eda7726/nowy_KV_APD2025Okulistyka_M.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.adaptive-delivery-prevent-bg, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyload, #x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P.lazyloading { background-image: none; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x5qTxPEivxAnuIcJvGQ6Bh22cKZPla8P > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #d2OnoT9g73x14pqIkNI9KWPZNZTZUaRQ { width:20rem;height:1.3rem;top:19.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b4IEP1tUaez1ttCggfIOnJFa6HW7T0Z7 { width:19.375rem;height:1.4625rem;top:26.875rem;left:0.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mmb9lBf5nm2s4Ee4TiBmQuRmfVkmh2Et { width:4.1875rem;height:2.1875rem;top:8.1875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnoGO1hlF9TvGd4s02srWgn1lxWHXdTE { display:block; }
 }@media only screen and (max-width: 763px) { #hwibCGahfXMKPM1257N0p8teiiRcBd5N { width:4.75rem;height:2.1875rem;top:5.25rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4BdfeDp7L4O948LKGn3PkmSpo5KiXgv { display:block; }
 }@media only screen and (max-width: 763px) { #M2UyapUbuTWNXPMf3kt17QRanpt4PTeW { width:6.5rem;height:2.1875rem;top:8.1875rem;left:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p2gur5qtoaWzwPXME3mdJTMncFZ5Tefr { display:block; }
 }@media only screen and (max-width: 763px) { #ekL4fcUXnGRfAoNnKgIn1zmTqVvTzGTe { width:16.25rem;height:3.75rem;top:28.125rem;left:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #B2kNCirUobiCng1gKum0K9mr0F2htNdg { display:block; }
 }@media only screen and (max-width: 763px) { #GETQHNs9784LAq2DF2xkpQprOZv5RC3E { width:16.25rem;height:3.75rem;top:31.875rem;left:1.875rem;z-index:15013;background-color:transparent;background-image:none;color:#37b7c1;border-top:0.0625rem solid #37b7c1;border-left:0.0625rem solid #37b7c1;border-right:0.0625rem solid #37b7c1;border-bottom:0.0625rem solid #37b7c1;font-family:satoshi;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hi0Try1dnk1XBLnOgrusv6hCk59k8JG2 { display:block; }
 }@media only screen and (max-width: 763px) { #v49TaEAo7dIhShTniUF74mOQVVf3D8hn { width:18.75rem;height:2.475rem;top:21.125rem;left:0.625rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZBQQnWLOq9CzRn0KzrlyBdNTJsR80JKo { width:16.25rem;height:3.75rem;top:33.46249961853rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8LUCZBiE5Jnh30x67sUo7PF3U1biVV { display:block; }
 }@media only screen and (max-width: 763px) { #TnRn4aD0ML7yUZPx1tHt80Ois8XKKREq { width:16.25rem;height:3.75rem;top:38rem;left:1.875rem;z-index:15019;color:#ffffff;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #f46a3e;border-left:0.0625rem solid #f46a3e;border-right:0.0625rem solid #f46a3e;border-bottom:0.0625rem solid #f46a3e;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA5XuA6zNBSBhv4SRi32TrVdsbhNcikT { display:block; }
 }@media only screen and (max-width: 763px) { #WHdQtDnuX5PRCubIrTbQ2gnXqSqyfTDd { width:20rem;height:1.38125rem;top:24.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i49nMr2Ho5Ts3mIXSkv6sgyM6RwvuT5N { width:5.375rem;height:2.25rem;top:1.25rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a52TTmFnVMayD55B8VfUn3v8UiTClULw { display:block; }
 }@media only screen and (max-width: 763px) { #L10KegoGcvzBtBiU8faNFm6AiEATZicE { width:7.5rem;height:4rem;top:0.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmBItTZkN04UoKSkyyRRZfSC08gFQ7qF { width:20rem;height:30.625rem;top:12.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe5fzaWBk4uormFlBwqbn3JA9pEDRBPC { width:6.75rem;height:6.75rem;top:12.4375rem;left:13.25rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #ZRn7rN0Ffoi72CESfTal40hwa8WCAL1l { top:4.375rem;left:0rem;width:20rem;height:14.375rem;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #dRvdyC8GBqdc2ImQU2TgigtBGcyt8QTD { width:2.5rem;height:2.875rem;top:29.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #faLWJgHrMCf9B059sGL4B9PQoazX2inJ { width:6.25rem;height:1.9502375rem;top:29.83749961853rem;left:8.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #JUiX8zPB0TzpQEDuA8sdMF58R2o7itDq { width:2.4375rem;height:1.7875rem;top:29.875rem;left:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIzRFIBiFrcs6oz126Ws2e7WFV4Oe4mr { width:8.125rem;height:2.25rem;top:1.25rem;left:5.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xaJTIQRoGdOUdpUZ2IWz76XDoVLPDlcy { display:block; }
 }@media only screen and (max-width: 763px) { #kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU { background-color:#228db3;background-image:none;display:block; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { background-color: transparent; background-image: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row > .video-iframe-container { display: none; }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .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); }#kDHmPTQAd4hGBAqRb1QPTp9vDsnXmCnU > .row .container { width:20rem;height:111.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1XviNuJ6ogCGZ38oLKPUs9W5PXMnwJt { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #T4CGI5MAgbJlQKR3znZu9OnCD9k5Vkoh { width:20rem;height:21rem;top:5.5625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JqzPcISkI0gnK0EFnEVa9QbSW8SAMdTM { width:6.375rem;height:3.15rem;top:107.375rem;left:10rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mdTWl9Mn6DmUrKIdbRfALMaW5cWMGdo9 { width:20rem;height:1.25rem;top:70.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sHsH7ZuLd9EDRfu9kuplLwLCiq8w2kve { width:7.5rem;height:2.1rem;top:107.375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J9FhOT4Gywb2b6dF7sTfx0NaS8hwbda9 { width:20rem;height:45.8125rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #h8MxlrZuOyf9tHOxrtkDl2dswqrBI7XH { width:20rem;height:30rem;top:53.75rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Jo6ugw1o4HNB1uSKhB0oaMwb2DG88mKW { width:16.6875rem;height:4.5rem;top:94.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MFHu7XpPA0RzGrwPngKcudgEJTaNrlce { width:5.5rem;height:6.4375rem;top:100.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeJmvfcb3fH3TxNcGZ1doCxlAudP5F0q { width:5.625rem;height:6.5rem;top:100.5rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuNklHshQr8NhlqtuG8G6T7sChCI63Qx { height:11.217391304348rem;width:20rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBxT7Ip8TwxNIL2gOob6kem0DBXO767F { height:11.217391304348rem;width:20rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #edEOVErcqaWiHCNkfpL9AonRpxwZaJDr { width:18.6875rem;height:7.5rem;top:85.5rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 { display:block; }#liRZakl9H05tFcL1wQIMWDNJm3aL7uR2 > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waTmawSaEZegpfQtdRAnEniPkaAyHA5q { width:6.625rem;height:1.05625rem;top:4.1875rem;left:6.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TvW41vafrymVyZXVd0PSb2fz8KTgE8Wy { width:6.6875rem;height:4.225rem;top:5.6875rem;left:6.625rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXTQAF0AJWh8Lu40l4TrNSM57u1Zw5vK { width:6.25rem;height:3.16875rem;top:5.6875rem;left:0.25rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cnoyh9KTwicWUAGQTrTlBDgvMPu9oJfb { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oGTaTy1mamZf83UsMbGvMcJoQT01KTLJ { width:6.625rem;height:3.16875rem;top:5.6875rem;left:13.375rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gZrmLq7zZgwpUxve3mKSX6bF0se71tyt { width:6.625rem;height:1.05625rem;top:4.1760406494141rem;left:13.3125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tChK1oEvOT8izFADlFvc1M9feA9BhcTh { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:2.125rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #HsFGf4r3GRsZlHFouTnPUOIODPkze6Vp { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #VLd7i7AXTo6xqF7cnwipNsz05Trht9LG { display:flex;width:2.5rem;height:2.5rem;top:1.25rem;left:15.4375rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 { display:block; }#FTzXbgcJmk6stl5UkPTmJaiglyfzBLw6 > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tn7DcDXetRQgL8CFlxaSSIx8G8KOwi2n { width:20rem;height:2.275rem;top:1.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #lg3u45bvVq00CTMDU30zS1XxXR1EoS4t { display:block; }#lg3u45bvVq00CTMDU30zS1XxXR1EoS4t > .row .container { width:20rem;height:8.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wpTMtGhEBTbxC4BJgneHKQrB6LW17TKB { width:20rem;height:1.625rem;top:0rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uuXHHacSxosTHJ58KQHmsfRTuWIWw2td { width:0.625rem;height:0.625rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD8r9DJGl6zWFOfAfEEMrlbJskyBKDO8 { width:14.8125rem;height:2.625rem;top:3.5rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr { display:block; }#UThV3bRFNbsyHKQSy6ZZEi6erDQIaRVr > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k7ZNf30nqMkafLWH38eBgiAimTPKRT0K { width:18rem;height:2.6rem;top:0rem;left:1.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ULAF69TcadhVILA3pigiDSBnKffxGT1N { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlZNXFQsntVF1T0RrJWRAWsXVNr7ptUH { width:17.75rem;height:3.9375rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gg6scIrH5c6BRhl1Kl8SXPVFsdO0p4zN { width:18.4375rem;height:1.125rem;top:8.4375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MDSHJRmSVSbL8igcIm3X9NE7rgQ4gDsk { width:18.4375rem;height:1.125rem;top:16.9375rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VEkhoCVTCaV4g1crSsdiGd8DTSdAD9rZ { width:16.9375rem;height:5.25rem;top:11.375rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NnEWu3TmeKbRGstMhW7D8huTHqGHVB18 { width:0.625rem;height:0.625rem;top:11.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoDVS84GGunU5Si11XchXfrBhz6v0hg6 { width:0.625rem;height:0.625rem;top:20.387500762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGKCsXS07UMmh2TnuLHnai7NsXdBMWLS { width:18.4375rem;height:1.125rem;top:25.662498474121rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CUm1BZ4UvEWZTLQiI3aqp9PtWzXyiyOT { width:18.25rem;height:5.25rem;top:20.136459350586rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hGZe8DDzoTBS90Gl9wao8PWuDCbhsvnF { width:0.625rem;height:0.625rem;top:35.956249237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLeHyntiyapfi02QFTrX0UmRtDwyK2Kx { width:18.4375rem;height:2.625rem;top:35.643749237061rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H2uQuT95stZMoClRfSyVPRaUVnOX2xnP { width:0.625rem;height:0.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9nNvz68Cw42gR21FgxVvA4NLt8KWoo { width:0.625rem;height:0.625rem;top:40.393750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDcXuxyXT7mesJx0mRd921PivsdhLcaV { width:18.43675rem;height:1.125rem;top:45.6875rem;left:1.5635414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KtzrtAml4uqNquleFwMegCZ9wvi1BTk9 { width:18.43675rem;height:5.25rem;top:40.064583778381rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulSfi74fyAW4e0J41aRviVDabSAG4hbo { width:0.625rem;height:0.625rem;top:48.956250190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeisktZdaWLvL9TmRfmaXVA8hPpMqbMN { width:18.43675rem;height:5.25rem;top:48.561458587646rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nsZv1o781vskbr7h6ugH9s9FdMa7GvVB { width:18.4360625rem;height:1.125rem;top:54.310416221619rem;left:1.5635414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rOnmckudhg8A3Uv9TyBvnQcgc3X3ocxG { width:0.625rem;height:0.625rem;top:57.561458587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5LakSop8qtOG5Z47ypr3MhRC8lQXadT { width:18.4360625rem;height:2.625rem;top:57.248958587646rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zTonZ9avZ09BaVhPbBxNM81HDcD8KzsW { width:0.625rem;height:0.625rem;top:61.686458587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXPZKsyCSAt4292qifd6Wh8SElPphnJG { width:18.4360625rem;height:2.625rem;top:61.5625rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dLt439F4mJKgwBHEOlSKPxRMKi9RUiaB { width:18.3125rem;height:3.9375rem;top:28.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #F3FNuvS4ysA3PL2JTWLMgSGkisTzZnBi { width:0.625rem;height:0.625rem;top:28.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdkVWAzQoBAnQadtlTxVv6k4J0v0kztU { width:18.375rem;height:1.125rem;top:32.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK { display:block; }#sxpNtVIbgmhxyGstInEtyfGyWzTxyOkK > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umghOWNTMyy00LRKzM4NNGyA0HfzIdlU { width:17.874rem;height:2.6rem;top:0rem;left:1.8427085876465rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UCMcoTGkDWpFApK7H12bOmUCoQwr5PU8 { width:0.625rem;height:0.625rem;top:4.4874992370606rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKRwxBeTE1QLtDBgCv9hHutRq78LiCIp { width:18.4360625rem;height:1.125rem;top:9.7208328247069rem;left:1.5635414123535rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #P73bTMa8n9AUkqbseEsPMv8gApvr8iax { width:16.156657375rem;height:3.656682375rem;top:12.551040649414rem;left:1.8729162216186rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJNlE8GC3Uze3S4E4mH4qxfPKBJeyrG3 { display:block; }
 }@media only screen and (max-width: 763px) { #lBV3nSfN9Eo7qB8FhwpRQQpTWaquDqh8 { width:16.9994375rem;height:5.25rem;top:4.2072916030884rem;left:1.4979162216186rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #otU3pImtRsWFIC2863A0go15gQl66sRe { width:0.625rem;height:0.625rem;top:0.30000305175781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK { display:block; }#KUTa8T1RwgOCwkP7XWVOQQWmt20s8yNK > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vX8szobpqaSheMJbJIZD7O7paSsIem6l { width:17.375rem;height:2.6rem;top:0rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKFSHEgoTiZncKDkg6eTfsW8WZkCe4lf { width:0.625rem;height:0.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytUKoUpM0m8PFpkCfhuVX5mVy1d96cya { width:18.4375rem;height:5.25rem;top:4.1875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bqtDOPig0Qi57lId9ROkvUbTOoCScpg9 { width:18.4375rem;height:1.125rem;top:9.75rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EoxPfdyAcoCmTzVlZ0qqfAaRsBRpwEnG { width:18.4375rem;height:1.125rem;top:16.918750762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v9obNKvpT2Tl2LlyPnX6wwGOdnZqLNtb { width:15.9375rem;height:3.9375rem;top:12.668750762939rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X7dDhQUnlVFOPMNaNwHtIfIXth7WaKlQ { width:0.625rem;height:0.625rem;top:13.043750762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck5RKOvsXndewiFnn1M6n121fq5WE8R8 { width:0.625rem;height:0.625rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuMuTK4qeSWBRKhazosVRqkn0FvgxEr2 { width:18.4375rem;height:1.125rem;top:25.3125rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u001dI0TXFi7o76LnulpDnANnWHqCEcT { width:18.4375rem;height:5.25rem;top:19.75rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WPTOHmWD3l6wz5euoEifUrcXbTJqDC1X { width:0.625rem;height:0.625rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvJgKEmTscJEmwi2ZrIVoRvTCAgWASDX { width:18.43675rem;height:2.625rem;top:35.232292175293rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B0gTtmuSaot7bckzX4WEyZouCTlntxe5 { width:18.43675rem;height:2.625rem;top:39.621871948243rem;left:1.5635414123535rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pyvZCydhTIztdLvHI8i5M4zA17Z9Z2dI { width:0.625rem;height:0.625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOIaV4DL0XDH0X6fyDnaA4rVOLpgb2P6 { width:18.125rem;height:1.125rem;top:32.496875762939rem;left:1.5625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hFMUA0XmFppTSPtWDDyEbaXeQUC8H3sC { width:18.2494375rem;height:3.9375rem;top:28.247917175293rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kT4mU960u6xm7ZEJzdeULMIuBH0naEcq { width:0.624276875rem;height:0.624276875rem;top:40.042709350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0xFtWRtRPodRBW4ktpxkTtyvLNDDAxf { width:0.624276875rem;height:0.624276875rem;top:40.058334350586rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBvLR58lgDCFMJlM7nAms4a9SbZS0BSS { width:0.624276875rem;height:0.624276875rem;top:35.653121948243rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy { display:none; }#PW4ZrIHuLHc0Eyw9mNsUdNJZt9Rp20cy > .row .container { width:20rem;height:8.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-number { padding-top:0.35625rem;padding-right:0.32875rem;padding-bottom:0.35625rem;padding-left:0.32875rem;width:1.96625rem;min-width:1.96625rem;height:1.9125rem;font-size:1.423125rem;line-height:30.6px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2225rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.62375rem;height:0.755625rem;font-size:0.53375rem;line-height:12.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v { display:flex;width:14.5rem;height:3.603125rem;top:2.125rem;left:2.3500003814698rem;padding-top:0.375rem;padding-right:0.4rem;padding-bottom:0.375rem;padding-left:0.4rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #PhfEqz8nSXBp7x46dGuZMw9uprgRrQb7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #ae2kLURWCMowab4Z1n6EHMUr9XcuETzK {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #aBq9ZkM5zTFRVafFvPIHJRVuDCbK6fWO {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #CtMSdBB8XUZxLoAaZuDECGoPMKBMhI0x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #kkU7uFu0od8TQUmnNC6F33hIeKrAiLhV {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #xGah028TGr5WQqMLz9gWTdg7LP9enJvH {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #DTD0Z8NScLJGqxX9RTHZfqK5MzOQRUOI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #exP5b1R63EWvdGhTgU19N9vm7LgrOLAN {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #yDqDK1PCu79Qrr8Sa5uAhtHEMuCFCfo3 {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #OtX677THblmnF8vymPF9KAwJnptgcJMg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #hsvpIKqO8MZFUytF1qZLAyXWudIdM5XE {  }
 }@media only screen and (max-width: 763px) { #p2PPTVWPBpAJDbsmXNVePdAM4J4DHt2v #WED1gVvcAog3gfOv0bXbqQoRcnfSZXZU {  }
 }@media only screen and (max-width: 763px) { #bm4NRCTaVKuNhKzpb7yWyc0Wxn8ydO8m { width:20rem;height:1.1375rem;top:0.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nmxm8BdulBWZNq6aFOtrDtKwuGi8gtcV { width:15rem;height:1.25rem;top:0.012496948242188rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #blAn5xV7nPboBSkS9MiHQ2my5SDvw2Qg { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.adaptive-delivery-prevent-bg, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyload, #FFWVNGNbncwEawB7Z1biR2pEOmkopqPg.lazyloading { background-image: none; }#FFWVNGNbncwEawB7Z1biR2pEOmkopqPg > .row .container { width:20rem;height:29.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IyRvHSeC4VDx0SBasoK7eTANxDA0bin1 { width:20rem;height:15.625rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbRPE5zJ2NPhJdK9RhQ6fZmycTAzL768 { width:16.25rem;height:3.75rem;top:21.221878051757rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bEhkkhyhc8WSd2zMD1fqTwOx0TqGvFOM { display:block; }
 }@media only screen and (max-width: 763px) { #kEOvk4nvJgKQ3VSI1i7JozT5fC3XTo27 { width:20rem;height:3.9rem;top:15.835418701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzPCTSxLbxxu386VSGPKdRJ9yEksK3hG { width:17.5625rem;height:2.4375rem;top:13.0625rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiRq5FSNVCQ6c95BTJwslMOXOkuIhMRX { width:20rem;height:0.97511875rem;top:19.372917175293rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUIczOwqT7onmn915wkSvNKAwupzsXJJ { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #n0U3adPTntxsdb9hno7a33RHIDT3yiEd { width:20rem;height:0.89375rem;top:25.787498474121rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzm62IcUXWHEmJQTTkiiA5XB0VPKd62V { width:20rem;height:1.3rem;top:8.6937255859375rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #MP47cZJKMtWtBDHgNDRbmoTR9cDVSWxK { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nqB0yUR8by8mV0pSZUHTLfdESFIpHMmB { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/b64216fc-8505-42ce-9685-0b3d238b24b7/apd_CENA_okulistyka.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.adaptive-delivery-prevent-bg, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyload, #GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl.lazyloading { background-image: none; }#GmrwqmVHl8aCXJo64Gp2ki60GssZAXRl > .row .container { width:20rem;height:44.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tpS9GzbXN2AqZ44zh8sQ26UXFomkcq5N { width:20rem;height:15.625rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZT6dDV8pkMMusW3OaugcHVcxrkbHdfk { width:20rem;height:15.625rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwnTsauXZpxekDGW89fBSeJXLnWMwd6o { width:16.25rem;height:3.75rem;top:21.409362792969rem;left:1.875rem;font-size:1rem;background-color:#f46a3e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m5iSwG9rTFAQ0RuGvXTlqliHq5OobJTP { display:block; }
 }@media only screen and (max-width: 763px) { #Fv3DtZ7r5iloO6lVrClLqQAayzksXgSu { width:16.25rem;height:3.75rem;top:38.096862792969rem;left:1.875rem;font-size:1rem;background-color:#dfdfdf;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zn4owtGmHaQvKtEZNG4R9L9PBhxHe4iT { display:block; }
 }@media only screen and (max-width: 763px) { #TkcOaHA2HUHp01WueTARPZaNnFbaOEHr { width:20rem;height:3.9rem;top:15.886444091797rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I17XB1Q6ezCXKdf0VLxubog35kd35pHw { width:20rem;height:3.9rem;top:32.710418701172rem;left:0rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SubxWzTgvQVZpuwQ5IWidvnm9dBiMzoH { width:20rem;height:2.4363375rem;top:13.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rF7S3tWxLNNE5W1hbJ1R379OpgO0VTAL { width:17.5625rem;height:2.4363375rem;top:29.9375rem;left:1.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMv5h5tBvPe8h2cT8Z1TO6vA3afhevIT { width:20rem;height:0.97511875rem;top:19.547912597656rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0yIyMITZV3llc0KwZ8DiVruNC9K1iS9 { width:20rem;height:0.97511875rem;top:36.247924804688rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6Mx5MhehSSnJhq2K2b2I5iskIiQJOe1 { width:20rem;height:0.89375rem;top:25.846862792969rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPIV3IPZII8aRaMIPuTMn0gQA4szuiTq { width:20rem;height:6.6rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:400;font-style:normal;z-index:15150;display:block; }
 }@media only screen and (max-width: 763px) { #hpfeF4e0OZBNXs6PGUq0K72nadiIvW4o { width:20rem;height:0.89375rem;top:42.662506103516rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1PA3oDyIBQTzlT5mQ2bkIIF0eiwyAeb { width:5rem;height:5rem;top:11.875rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #l07HNklTmDDwBhKLPDOFRJstrQCb1If2 { width:20rem;height:1.2991875rem;top:8.6937255859375rem;left:0rem;font-size:1rem;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #PgydgL7yoG20VrZZgERpEMlUuQzEp7ug { width:7.0625rem;height:11.0625rem;top:2.8187561035156rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVZhSUxO3K6Wx2IzZmV9nZGC433AmZzw { width:11.375rem;height:7.5rem;top:38.1875rem;left:1.0794844657883rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx { display:none; }#s5e42vfDyUv0Hua7zpZRwimDsAUg7bgx > .row .container { width:20rem;height:77.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sG9Cqr5TkFTo3D8LH0PsWJODWF4AIcXl { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CypmMVR5ii4KWPZkp8cTncKGnZMzVKGF { width:17.5rem;height:7.35rem;top:3.0874938964844rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MeyRuxwR70cTIZEDgD7aPtyodpGvEAnA { display:flex;width:1.25rem;height:1.25rem;top:3.2749938964844rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #AVeJKq5nqEbCLKJL8yq41TwiI4LQfHwv { display:flex;width:1.25rem;height:1.25rem;top:19.211456298828rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #MmTwvRTV6W1GvLsBoHeQHNTnLpnksTIm { width:17.5rem;height:9.8rem;top:19.086456298828rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mhXKdeEXE6mEcT6V8UsxSV0s8FlSkH7B { width:17.5rem;height:1.22540625rem;top:51.375rem;left:2.5rem;font-size:0.875rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #dZ4mcATthrlLhCblqiy7yisgJKywUaZJ { display:flex;width:1.25rem;height:1.25rem;top:51.5rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #VBeTHk78khsvBoaJpeRpKp3gUEZ0QlSt { width:17.5rem;height:4.9rem;top:12.300003051757rem;left:2.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghcgWxwGCbhr9xSar75mlzXv8lfZn6pz { display:flex;width:1.25rem;height:1.25rem;top:12.362503051757rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Sy1rC81lkTP8IVAzH3lQBn3TOJpVwQki { width:17.5rem;height:6.125rem;top:30.75rem;left:2.5rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #mb86bImQceket5drO63pQEXBXcIg9wtT { display:flex;width:1.25rem;height:1.25rem;top:30.875rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #DrXMVw6svAb35aTzM0B7PlCNAv7NcX0W { width:17.5rem;height:14.7875rem;top:53.375rem;left:2.5rem;font-size:0.8125rem;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #ELz25pv8GVLcNZTlbQhWJz3BNOk6PfJt { width:16.125rem;height:6.3rem;top:69.25rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Szif0w1uSnafoTi8BmDCBnmvtPP0uNws { display:flex;width:1.625rem;height:1.625rem;top:38.9375rem;left:0rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #Q8D13oKBaNbTNRCCHIl9taW8nrKG4q2w { width:17.125rem;height:6.125rem;top:38.8125rem;left:2.6875rem;font-size:0.875rem;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #g0BvcklDTenSBhxy9TDXMiJSongFAKgT { width:17.4375rem;height:4.2rem;top:45.375rem;left:2.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ { display:none; }#ZcCQgOOS45Q1wHtPxmfLQXbuFhy44aRJ > .row .container { width:20rem;height:5.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TEnBaS85XRNJPS66mJRVpOJMf7MtIA6q { width:18.75rem;height:4.75rem;top:0.625rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #vcSTrQ7QNO9Wgk8X97Pfciqku6F6DriO { display:block; }
 }@media only screen and (max-width: 763px) { #XyeBbROLCReZWRrGApOMX8sVTlbii08R { width:14.6875rem;height:3.4125rem;top:1.1875rem;left:2.65625rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu { display:block; }#QKOtp233bsdi3QCAw1mBEx0mC8s3r1Hu > .row .container { width:20rem;height:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R2gI7LT10ZnT1kUVs22g3wnsDZQuke7R { width:15rem;height:4.55rem;top:2rem;left:2.5rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #CdF0esRQf9EXdP7xz9TCb6cFhHyNwRCT { width:20rem;height:1.1375rem;top:8.6750030517575rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnS6ORBKoniFyF78Lp09dJKOTHMl1Pzi { width:10.75rem;height:3.0539772727273rem;top:11.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbkD79bKz0h42NhUNUnx3dTOgIacSvzM { width:20rem;height:1.1375rem;top:15.116668701172rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMJMMaiUrfTvzTbtDkB30QGBa8ISDpxL { width:12.375rem;height:3.375rem;top:27.0625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtalalSxFOdlJmkrn1gQLGxyhPcF1JGq { width:12.5625rem;height:5.625rem;top:21.125rem;left:3.75rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #qIkN8KsDNC44ayw2UZwhU3ap7ZalfxOy { width:8.3125rem;height:4.15625rem;top:32.3125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dlb2zwlTxzVx7iZlAwPZXMMXgFAAT99G { width:19.5rem;height:2.625rem;top:17.532291412354rem;left:0rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 { display:block; }#dEWtqneKdSfx4mmWCdFqaOp7gFAhKzT7 > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cn6VXzAWWhQKQ3tDVT2Xo2FPCCSWLsJM { width:12.0625rem;height:1.6875rem;top:9.2520828247069rem;left:3.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcTmnmRWNFHTTPVLlKDaTzp7QtCg0nRA { width:15.6871875rem;height:1.99941875rem;top:24.064582824707rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #witqX6BiBMzdXm7FQTU8bgLFmgwFaQ8w { width:19.99925rem;height:1.1375rem;top:21.377082824707rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGEcD7t5UPSuPiT1hSCxh0Bu59ctodUZ { width:8.312375rem;height:3.749275rem;top:31.564582824707rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTpuFzo7Mw2KP7NePboTKheA8b93EU9S { width:19.99925rem;height:1.1375rem;top:28.814582824707rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1J1tDXqsIHXGp1xfHkomeKpNKCJ4dCw { width:10.6239375rem;height:2.375rem;top:15.516670227051rem;left:4.6885414123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qSqBoExLso0cQKLeJzhztUz8900NLy { width:20rem;height:1.1375rem;top:0rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LInQpqSG5DxfKZeIiUI3phrpRc6J74Wc { width:11.75rem;height:2.875rem;top:3.375rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc { display:block; }#RW0RsztDOuKlsgFvkkTHcPKoXxqTzMCc > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oddZ8XKOywsPzHXGV1dlfxJIB4abZxkU { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQXcJ95Kc0xzGaOFkNZAWSdTh8Akm1vl { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #UhuSZOdfumTCKX5HGiNFbH7wlUHq2M4a { width:17.5rem;height:8rem;top:5.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt { display:block; }#CEaFGq4xDOc18o0GUhzBxAw7KmI1vIRt > .row .container { width:20rem;height:65.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tnm0kop5aRDA2kRfRm5cqsSpc918pfUi { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jp8ACu6oeJQy8IwLF6Pc8f6l6SpKlbK5 { width:20rem;height:2.275rem;top:2rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;font-family:inter;display:block; }
 }@media only screen and (max-width: 763px) { #aZdkqBr1X5yDG3kNOpz5z8PFBhXuv0Hu { width:20rem;height:1.3rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #unTTT5DfpMQu95DLNFg6ybWitkl4O6Lm { width:19.5625rem;height:3.9375rem;top:8.4437561035156rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SiZuyTiHT81W0HhIZA3Fqv2NJBNe3one { width:20rem;height:6.5625rem;top:16.462493896484rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiECylTzGP8g4Q8xPJVp5kVHWJO096se { width:20rem;height:1.3rem;top:14.225006103516rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVMTPXSwJmDwivKwJeBHT5hLRbyk5tZI { width:20rem;height:11.8125rem;top:26.950012207031rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGDTsz7FU0SVawLnCfSZoQwubBx9mP5v { width:18.75rem;height:1.3rem;top:24.712493896484rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIcHST5FrE1WypCiFRGPcRQwxDuqbw5M { width:20rem;height:5.25rem;top:42.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPC5uf6UKCDcqt8PDca8EtT2GzWWX3N6 { width:20rem;height:1.3rem;top:40.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2nRBVFubPwEmSHu0kNaHFMabz3ueGGs { width:20rem;height:1.3rem;top:49.65625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNgoBCqyNPJ5eW7vU1GdnmmQa7FuuzR6 { width:20rem;height:11.8125rem;top:51.768737792969rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMXtCLVonaBokgDTIAmmK02MX4UH6vyo { display:block; } #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection *:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="text"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="email"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection input[type="tel"]:focus-visible, #Df6130853a53ef90da1dd5c1813af8df.widget-smartsection textarea:focus-visible { outline: none; } #wMXtCLVonaBokgDTIAmmK02MX4UH6vyo > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG { display:block; }#f0lFfZiAzWBHxVBc4syaVHzrz79K9VHG > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdZPUEHSwSOumC40k0ziIPC2xZJgGDeD { width:20rem;height:44.6875rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn { display:block; } #a67b494d4994e033a89fab39e675f584.widget-smartsection *:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="text"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="email"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection input[type="tel"]:focus-visible, #a67b494d4994e033a89fab39e675f584.widget-smartsection textarea:focus-visible { outline: none; } #JWEbfUneZPT0iSIXyokVUqs0SIcCxQWn > .row .container { position:relative;display:block; } }