.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;
}
body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}:root { --color-primary-0:188,169,211;--color-primary-1:160,148,178;--color-primary-2:195,23,232;--color-primary-3:90,69,121;--color-primary-4:49,23,87;--color-secondary-0:219,217,223;--color-secondary-1:134,130,150;--color-secondary-2:12,4,44;--color-secondary-3:6,2,22;--color-secondary-4:2,1,7;--color-tertiary-0:255,255,255;--color-tertiary-1:253,253,253;--color-tertiary-2:183,178,189;--color-tertiary-3:110,107,113;--color-tertiary-4:0,0,0;--headlines-font-family:"nunito";--paragraphs-font-family:"nunito"; }body { background-color:#4401a3;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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30a793de-7d7d-4b2e-8cb0-dd90ab5a95bb/sekcja_header2.webp");background-position:bottom 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:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.adaptive-delivery-prevent-bg, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyload, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyloading { background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { border-width: 0; border-radius: 0; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:16.625rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#ECJ4QoQgKuT6E3t5ufxNHVoLUb3ktLLx { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.375rem;top:2.8746448606253rem;left:17.623401641846rem;overflow:hidden;display:block; }
#u9y9w2oNXqT81cgUlsiOorIwhlmJbPJ6 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1237564086912rem;left:0rem;height:7.7983125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.7493125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:9.1237564086912rem;left:0rem;height:7.8rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { color:rgba(var(--color-tertiary-0),1);display:block;width:31.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:17.747690200806rem;left:0rem;height:4.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d216623c-7345-4252-b42a-aac433c13128/VerifiedCheck.svg); }
#fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:3.49935rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.999835968017rem;left:0rem;display:block; }
#cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZdePGi3XSq0twf3trecJccupmzBmiIg { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.247497558594rem;left:0rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dGN3EC7cgL6C4enkO2HkMNRTCVvZJt4s { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:14.375rem;top:24.029651641846rem;left:14.678621292114rem;overflow:hidden;display:block; }
#vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { 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:46.8125rem;width:75rem;display:none; }
#OOI8W4PyGxWd0CEsKuPcGyDsHKBOfflI { position:absolute;display:block;z-index:15007;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:15.2485625rem;width:27.24875rem;top:22.310901641846rem;left:30.498933792114rem;overflow:hidden;display:block; }
#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aea1454f-8ebc-4ffe-b341-fd83e06d034e/biologia_bg.webp");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:block; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.adaptive-delivery-prevent-bg, #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.lazyload, #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.lazyloading { background-image: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { background-color: transparent; background-image: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container > .video-iframe-container { display: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row > .video-iframe-container { display: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .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); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { border-width: 0; border-radius: 0; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { font-size:0.875rem;font-family:arial;height:29.625rem;width:75rem;position:relative;display:block; }#J0O4wxRu4i1vfw6g2IlbMEb9awIZB1fS { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5618125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m3BcbJ17owIxCdU9lDvihS65lerTilCR { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.1875rem;top:2.3055770397186rem;left:34.140623092651rem;overflow:hidden;display:block; }
#ybfLTs93KCEzaLphFPM2zLVD2IKvoTuT { color:rgba(var(--color-tertiary-0),1);display:block;width:69.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.9375rem;left:1.6875rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#lPH7F6iHQM0zUhHlqWHsPJ6VcRszkPo4 { 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:46.8125rem;width:75rem;display:none; }
#hqaIOX1mgzRvOCqm6NXgdUOFusc50H3g { box-sizing:content-box;height:6.5rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #02565c, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #02565c, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #02565c, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #02565c, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02565c', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02565c', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #02565c, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#Xed73zrtztH6O27cDr7Q3DxrPwOath9U { position:absolute;display:block;z-index:14999;height:15.625rem;width:73.375rem;top:13.999465942382rem;left:0rem;display:block; }
#AGt0GeBAl5RWPwpGSoGRp7RqRf4mZ8gT { 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:2.87286875rem;width:2.87286875rem;top:20.374641418457rem;left:72.126237869262rem;overflow:hidden;display:block; }
#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7c08ba80-fc40-495c-a499-b1e212ed5836/pasek_rozx.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL.adaptive-delivery-prevent-bg, #zT8UWcI5GuECFUDFcdPyoiwak7oU36rL.lazyload, #zT8UWcI5GuECFUDFcdPyoiwak7oU36rL.lazyloading { background-image: none; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container { background-color: transparent; background-image: none; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container > .video-iframe-container { display: none; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row > .video-iframe-container { display: none; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .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); }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container { border-width: 0; border-radius: 0; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container { font-size:0.875rem;font-family:arial;height:2.6875rem;width:75rem;position:relative;display:block; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c2426c7-b66c-4866-8631-d0987e993e16/Chemia_bg4.svg");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:block; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.adaptive-delivery-prevent-bg, #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.lazyload, #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.lazyloading { background-image: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { background-color: transparent; background-image: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container > .video-iframe-container { display: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row > .video-iframe-container { display: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .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); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { border-width: 0; border-radius: 0; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { font-size:0.875rem;font-family:arial;height:31.3125rem;width:75rem;position:relative;display:block; }#ZixUafJQdGFsMiCdH6albObJiflRHc7f { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5618125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eTC5UyrVChbi4eDxOiMnthRP0grpNA1a { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.1875rem;top:2.3055770397186rem;left:34.140623092651rem;overflow:hidden;display:block; }
#yAMdwLSciZry8XeOW6CI3cepoW45wC5n { color:rgba(var(--color-tertiary-0),1);display:block;width:69.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:6.9375rem;left:1.6875rem;height:4.725rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#wN0wRnF47Z9687F79oQ2sfVkoUPTGe3A { 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:46.8125rem;width:75rem;display:none; }
#KrfiTisA0b2JsLNF9o1xNhsWVhQJ7SaS { box-sizing:content-box;height:6.5rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #721463, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #721463, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #721463, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #721463, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721463', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721463', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #721463, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6rem;left:0rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#n4eH5BOPCgl1el4uGyKfKw8erRNVwKTr { position:absolute;display:block;z-index:14999;height:15.625rem;width:73.4375rem;top:14.495735168457rem;left:0rem;display:block; }
#Mad0yuPVsy7afml2HZgTzqd1fKh2UdF9 { 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:2.875rem;width:2.875rem;top:20.870907783508rem;left:72.126237869262rem;overflow:hidden;display:block; }
#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf0a5a47-fd27-4358-9b89-692725037022/tloapka.svg");background-position:bottom 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:block; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.adaptive-delivery-prevent-bg, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyload, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyloading { background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { background-color: transparent; background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .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); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { border-width: 0; border-radius: 0; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { font-size:0.875rem;font-family:arial;height:23.1875rem;width:75rem;position:relative;display:block; }#fXCg4AEbIl604w1myOxdmPg0G6l3RMQy { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem #2d0070;top:3.1875rem;left:10.3125rem;height:7.425rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ol1kWulUuKXadWZf0rK7JzSFPI9ZJZRT { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6244375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:11.925603866577rem;left:10.3125rem;height:2.45028125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Qy6nN3Ob8BnWFgDMZO0AOWlbB6UVKgiC { 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:46.8125rem;width:75rem;display:none; }
#nSnRiVeoRef61HxfnDzVu4kUf42c6iD7 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/760087d3-76ba-4059-973a-4feeeeb48603/appstore.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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),0);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:16.1875rem;left:10.3125rem;display:block; }#nSnRiVeoRef61HxfnDzVu4kUf42c6iD7.adaptive-delivery-prevent-bg, #nSnRiVeoRef61HxfnDzVu4kUf42c6iD7.lazyload, #nSnRiVeoRef61HxfnDzVu4kUf42c6iD7.lazyloading { background-image: none; }
#NNruTH5NralVwiwNXKIUUQUpv5Glu3Cb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5e441ca2-ff4c-4622-b3be-5c97c69768eb/GetItOnGooglePlay_Badge_Web_color_Polishkopia.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-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),0);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.125rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:16.1875rem;left:21.1875rem;display:block; }#se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT.adaptive-delivery-prevent-bg, #se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT.lazyload, #se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT.lazyloading { background-image: none; }
#AdHUObas3GyCJmhF3ZByXHF4RouTCndg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XoJfWZpwkEEloxIruWn750rUswsGTg2F { 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:28.9375rem;width:30.625rem;top:0rem;left:36.874998092651rem;overflow:hidden;display:block; }
#FBcKeQfK9T850KeOAQxRIx4lBEb11KRP { 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:2.5rem;width:11.5625rem;top:8.1658382415769rem;left:19.804685592651rem;overflow:hidden;display:block; }
#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/eab67aa5-8d90-482c-8cc8-17cbdecfe78b/bg_lektury.svg");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:block; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL.adaptive-delivery-prevent-bg, #v3poCFA7Gor18qlSOS0XC91aWIK0aTHL.lazyload, #v3poCFA7Gor18qlSOS0XC91aWIK0aTHL.lazyloading { background-image: none; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container { background-color: transparent; background-image: none; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container > .video-iframe-container { display: none; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row > .video-iframe-container { display: none; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .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); }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container { border-width: 0; border-radius: 0; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#cNT1k1df3ZxFcUS8UvshwzPatKNJghZA { color:rgba(var(--color-tertiary-0),1);display:block;width:61.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4998240470886rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u6848aoHDGmpK3PUTF7kGNFuB5tdAMya { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.1875rem;top:2.3055770397186rem;left:34.140623092651rem;overflow:hidden;display:none; }
#WweIwJxHB7biOtPxV0GePztfOHcMysoS { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.81214427948rem;left:1.6867895126343rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#P3ixHhqEgkPRSPdzguomPFIi9T51TemX { 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:46.8125rem;width:75rem;display:none; }
#Uy5505kQIOMu16RiDVo4wgryAtXnTiH7 { box-sizing:content-box;height:3rem;width:74.124375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #34af9a, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #34af9a, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #34af9a, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #34af9a, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34af9a', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#34af9a', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #34af9a, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.0974788665769rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#tiaGrlRGRa7Rk3Um3Kp6sVVeEGExsMeU { position:absolute;display:block;z-index:14999;height:15.625rem;width:73.375rem;top:11.249996185302rem;left:0rem;display:block; }
#NyToyLmt74y1lyeJQgKvTyhKILu57Z87 { 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:2.87286875rem;width:2.87286875rem;top:17.625173568726rem;left:72.126237869262rem;overflow:hidden;display:block; }
#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9e3ec205-81ab-4468-87e4-6e66946039fd/bg_langielskisvg.svg");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:block; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q.adaptive-delivery-prevent-bg, #eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q.lazyload, #eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q.lazyloading { background-image: none; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container { background-color: transparent; background-image: none; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container > .video-iframe-container { display: none; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row > .video-iframe-container { display: none; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .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); }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container { border-width: 0; border-radius: 0; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#ywGLJQ60m5sHum1GKJnuVfB8mfMkxlps { color:rgba(var(--color-tertiary-0),1);display:block;width:61.312125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4998240470886rem;left:0rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FyWKFTHmvZFq2BMyimISUfTc8PfwkRdO { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:9.1875rem;top:2.3055770397186rem;left:34.140623092651rem;overflow:hidden;display:none; }
#QvnWII9MW24orAkM8z0DU1ZdMI0FKbwN { color:rgba(var(--color-tertiary-0),1);display:block;width:72.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.81214427948rem;left:1.6867895126343rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#D869XXfKbFGt6lwN0OWe6S5Bs5xdaxbS { 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:46.8125rem;width:75rem;display:none; }
#f8O02H3y1cODZ5wSdu6xgaqnhUUDac3L { box-sizing:content-box;height:3rem;width:74.124375rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3655a6, rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, #3655a6, rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, #3655a6, rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, #3655a6, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3655a6', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3655a6', endColorstr='#00000000' );";background-image: linear-gradient(90deg, #3655a6, rgba(0,0,0,0));background-size:auto !important;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:7.0974788665769rem;left:0rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#rKFQixHcKk5KK8LqmJkKyt8TKsQAJ1R3 { 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:2.87286875rem;width:2.87286875rem;top:17.625168800354rem;left:72.126237869262rem;overflow:hidden;display:block; }
#CbPkqIGkvdTNgBikQ0kFp8FVMfoDv0Xc { position:absolute;display:block;z-index:14999;height:15.625rem;width:73.375rem;top:11.25rem;left:0rem;display:block; }
#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b0c6382-0841-4ad5-bed7-67cfd09df379/dlaczego_warto_bg.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx.adaptive-delivery-prevent-bg, #xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx.lazyload, #xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx.lazyloading { background-image: none; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container { background-color: transparent; background-image: none; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container > .video-iframe-container { display: none; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row > .video-iframe-container { display: none; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .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); }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container { border-width: 0; border-radius: 0; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/42144a6d-19d6-41aa-bb6d-719e5b4b4828/bg_gradient5.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.adaptive-delivery-prevent-bg, #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.lazyload, #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.lazyloading { background-image: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { background-color: transparent; background-image: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container > .video-iframe-container { display: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row > .video-iframe-container { display: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .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); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { border-width: 0; border-radius: 0; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { font-size:0.875rem;font-family:arial;height:78.25rem;width:75rem;position:relative;display:block; }#LPdMMiR24yWaTLa5TTu9MLu20yzCuNU7 { color:#ffffff;display:block;width:61.31125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.6219787597656rem;left:6.8439273834231rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SBtcEfzIBntnXNInAsbT4sLGi0BdOcq1 { position:absolute;display:block;z-index:15019;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:3rem;width:3rem;top:19.620933532715rem;left:0rem;overflow:hidden;display:block; }
#wSkoSgF9wWIeCWLCEvK7mP9gd0ffvLim { position:absolute;display:block;z-index:15020;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:3rem;width:3rem;top:19.620933532715rem;left:72.000177383425rem;overflow:hidden;display:block; }
#BX6MfKqVxJ6rTIhc5Ln8ruNRqKm4k5li { position:absolute;display:block;z-index:15000;height:28.75rem;width:67.436875rem;top:6.8013137280944rem;left:3.7801837921142rem;display:block; }
#lkOmeXozTAD4oShIXUU3le17w4tvll9W { position:absolute;display:block;z-index:15012;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:11.312125rem;width:23.0619375rem;top:35.497161865234rem;left:25.464311599731rem;overflow:hidden;display:block; }
#RFpocT8ob6EX5b7fdouCVPe3eIAksP8n { color:#4501a5;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.0625rem;left:14.249822616577rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QRBN6KzxrxMTntaLlWNlaTL0UyIkPL5c { 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:3.8125rem;width:23.4375rem;top:48.585754394531rem;left:37.373933792114rem;overflow:hidden;display:block; }
#l4MuxHImqBlDQmomOTznVieN4oWmW5EG { position:absolute;display:block;z-index:14999;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:21.1875rem;width:37.375rem;top:54.108657836914rem;left:0rem;overflow:hidden;display:block; }
#N7tVOwHeC1tvOm3QRg7NW0KoylnPFoQr { color:#000000;display:block;width:32.9368125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:56.04313659668rem;left:2.2185726165771rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#dgwmxKMFUb0iyU94JKusE4mtKnepJ7Jn { color:#000000;display:block;width:20.1864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:64.471771240238rem;left:15.997869491577rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#zbfAh9TusDtcXxXo82eV1LSQcinLHKC1 { 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:12.1244375rem;width:12.1244375rem;top:62.040130615234rem;left:2.2425422668457rem;overflow:hidden;display:block; }
#rRmJNblqBrPkoaSJSsFBxMTzMUJ6qyLv { position:absolute;display:block;z-index:15003;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:13rem;width:37.3125rem;top:54.124649047851rem;left:37.749465942382rem;overflow:hidden;display:block; }
#VIaxHnCoVRe75wRwRDyHnD5ZMl1qmxCu { position:absolute;display:block;z-index:15018;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:10rem;width:12.0625rem;top:55.624114990234rem;left:39.249820709229rem;overflow:hidden;display:block; }
#UIq0Qto6tQOBVpUMct5pQDINVqI87s2N { color:#000000;display:block;width:20.1864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:56.976211547851rem;left:53.196022033691rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#cGnnMrAKdNf3cDvWqDmUiuSB5gn82ySO { color:#000000;display:block;width:20.1864375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:69.8757019043rem;left:46.311256408691rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#TSbTN5ymFGHGQcFUgvqovLosfPVwvvcW { box-sizing:content-box;height:3.75rem;width:37.375rem;position:absolute;display:block;z-index:14998;background-color:#f3f4fd;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:68.750885009762rem;left:37.749465942382rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#guFSAdoeZGdhn1r07NBR4h5bUye1wIs3 { position:absolute;display:block;z-index:15000;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:24.1875rem;width:20.8125rem;display:none; }
#vio4sipBVZwBHfSIEEKE4GMlcROc9ubS { position:absolute;display:block;z-index:15000;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:30.8125rem;width:18.6875rem;display:none; }
#KVGH2OxbI2KfrafKT9RBqdpOVcC3ha6b { color:#4501a5;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.0625rem;left:14.249822616577rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wQF4vyOd9qk1d2JkMCOf2oT9z7dhvezT { color:#4501a5;display:block;width:22.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:49.0625rem;left:14.249822616577rem;height:2.9243625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QuR7MT8kckny4tkdUtSxyzQUflSn6S8y { position:absolute;display:block;z-index:15000;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:21.5625rem;width:12.1875rem;display:none; }
#wg9PFb1KtVSCkhtVrP7XMEDPbLW5dDtS { position:absolute;display:block;z-index:15000;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:21.5625rem;width:20rem;display:none; }
#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/496cdca3-923a-4623-8e3d-b1499138687a/bg_6.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h.adaptive-delivery-prevent-bg, #sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h.lazyload, #sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h.lazyloading { background-image: none; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container { background-color: transparent; background-image: none; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container > .video-iframe-container { display: none; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row > .video-iframe-container { display: none; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .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); }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container { border-width: 0; border-radius: 0; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4401a3;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; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container { background-color: transparent; background-image: none; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container > .video-iframe-container { display: none; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row > .video-iframe-container { display: none; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .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); }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container { border-width: 0; border-radius: 0; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:block; }#Hg0cRxeKNwuL8Ap57wpXoTfHUJPg5OGV { color:#ffffff;display:block;width:52.4369375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:3.1685018539429rem;left:11.281072616577rem;height:5.85rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ITD95WSweromgKghtrK129iaDRTLLRTu { 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:11.4375rem;width:21.125rem;top:0.24857950210571rem;left:-9.625rem;overflow:hidden;display:block; }
#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { position:relative;display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { background-color: transparent; background-image: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row > .video-iframe-container { display: none; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .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); }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { border-width: 0; border-radius: 0; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .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; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr { position:relative;display:block; } #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection *:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="text"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="email"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="tel"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection textarea:focus-visible { outline: none; } #KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr > .row .container { position:relative;display:block; }#hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ { position:relative;display:block; } #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection *:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="text"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="email"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="tel"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection textarea:focus-visible { outline: none; } #hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ > .row .container { position:relative;display:block; }#Ow24lAdh85RDmFsyF8F8wXigqTEupL1l { position:relative;display:block; } #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection *:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="text"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="email"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="tel"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection textarea:focus-visible { outline: none; } #Ow24lAdh85RDmFsyF8F8wXigqTEupL1l > .row .container { position:relative;display:block; }#b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 { position:relative;display:block; } #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection *:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="text"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="email"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="tel"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection textarea:focus-visible { outline: none; } #b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 > .row .container { position:relative;display:block; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4401a3;background-image:url("https://images.assets-landingi.com/uc/40a32a72-f136-42f7-99dd-063d7d57f9d2/stopkabg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.adaptive-delivery-prevent-bg, #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.lazyload, #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.lazyloading { background-image: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { background-color: transparent; background-image: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container > .video-iframe-container { display: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row > .video-iframe-container { display: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .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); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { border-width: 0; border-radius: 0; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/30a793de-7d7d-4b2e-8cb0-dd90ab5a95bb/sekcja_header2.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.adaptive-delivery-prevent-bg, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyload, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyloading { background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:47.75rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:16.625rem;height:3.125rem;top:0.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ECJ4QoQgKuT6E3t5ufxNHVoLUb3ktLLx { width:10.1873125rem;height:2.062325rem;top:1.6558948755264rem;left:18.780184030533rem;display:block; }
 }@media only screen and (max-width: 1199px) { #u9y9w2oNXqT81cgUlsiOorIwhlmJbPJ6 { width:21.1875rem;height:4.71235625rem;top:6.7489342689512rem;left:1.25rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:21.1875rem;height:4.7125rem;top:6.7489342689512rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:22.875rem;height:5.87713125rem;top:12.498224258423rem;left:1.25rem;font-size:0.875rem;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d216623c-7345-4252-b42a-aac433c13128/VerifiedCheck.svg); }
 }@media only screen and (max-width: 1199px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:16.5rem;height:3.5rem;top:19.875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 1199px) { #CZdePGi3XSq0twf3trecJccupmzBmiIg { width:14.375rem;height:1.31303125rem;top:24rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dGN3EC7cgL6C4enkO2HkMNRTCVvZJt4s { width:14.375rem;height:3.4375rem;top:26.499465942382rem;left:2.37393450737rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OOI8W4PyGxWd0CEsKuPcGyDsHKBOfflI { width:20.2494375rem;height:11.312125rem;top:21.936256408691rem;left:18.780184030533rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 { display:block; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #J0O4wxRu4i1vfw6g2IlbMEb9awIZB1fS { width:32.1875rem;height:1.9939625rem;top:1.25rem;left:1.25rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #m3BcbJ17owIxCdU9lDvihS65lerTilCR { width:9.1868125rem;height:2.062325rem;top:1.396484375rem;left:29.242719888687rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybfLTs93KCEzaLphFPM2zLVD2IKvoTuT { width:44.749625rem;height:3.675425rem;top:5.9090909957886rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lPH7F6iHQM0zUhHlqWHsPJ6VcRszkPo4 { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #hqaIOX1mgzRvOCqm6NXgdUOFusc50H3g { width:47.7494375rem;height:5.625rem;top:4.9351940155029rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Xed73zrtztH6O27cDr7Q3DxrPwOath9U { width:46.1248125rem;height:14.25rem;top:11.560724258423rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AGt0GeBAl5RWPwpGSoGRp7RqRf4mZ8gT { width:2.8125rem;height:2.8125rem;top:17.27894115448rem;left:44.936964273453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zT8UWcI5GuECFUDFcdPyoiwak7oU36rL { display:block; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv { display:block; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZixUafJQdGFsMiCdH6albObJiflRHc7f { width:32.75rem;height:2.35625rem;top:1.25rem;left:1.25rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #eTC5UyrVChbi4eDxOiMnthRP0grpNA1a { width:9.1868125rem;height:2.062325rem;top:1.2144775390625rem;left:28.554686188698rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yAMdwLSciZry8XeOW6CI3cepoW45wC5n { width:46.1248125rem;height:3.675425rem;top:5.625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wN0wRnF47Z9687F79oQ2sfVkoUPTGe3A { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #KrfiTisA0b2JsLNF9o1xNhsWVhQJ7SaS { width:47.75rem;height:5.625rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #n4eH5BOPCgl1el4uGyKfKw8erRNVwKTr { width:46.125rem;height:14.25rem;top:11.312145233154rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Mad0yuPVsy7afml2HZgTzqd1fKh2UdF9 { width:2.8125rem;height:2.8125rem;top:17.030365467071rem;left:44.936964273453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf0a5a47-fd27-4358-9b89-692725037022/tloapka.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.adaptive-delivery-prevent-bg, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyload, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyloading { background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { background-color: transparent; background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .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); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { width:47.75rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fXCg4AEbIl604w1myOxdmPg0G6l3RMQy { width:20.1875rem;height:7.06875rem;top:2.7459163665771rem;left:1.25rem;font-size:1.8125rem;text-shadow:0.0625rem 0.0625rem 1.875rem #2d0070;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #Ol1kWulUuKXadWZf0rK7JzSFPI9ZJZRT { width:22.562125rem;height:2.45028125rem;top:11.0625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qy6nN3Ob8BnWFgDMZO0AOWlbB6UVKgiC { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #nSnRiVeoRef61HxfnDzVu4kUf42c6iD7 { width:9.1868125rem;height:2.6234rem;top:15.123403549194rem;left:11.061789751053rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NNruTH5NralVwiwNXKIUUQUpv5Glu3Cb { display:block; }
 }@media only screen and (max-width: 1199px) { #se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT { width:9.1875rem;height:2.75rem;top:15.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AdHUObas3GyCJmhF3ZByXHF4RouTCndg { display:block; }
 }@media only screen and (max-width: 1199px) { #XoJfWZpwkEEloxIruWn750rUswsGTg2F { width:23.25rem;height:22rem;top:0.46608638763428rem;left:24.12499833107rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FBcKeQfK9T850KeOAQxRIx4lBEb11KRP { width:10.4368125rem;height:2.062325rem;top:7.8071746826175rem;left:8.6772015094756rem;display:block; }
 }@media only screen and (max-width: 1199px) { #v3poCFA7Gor18qlSOS0XC91aWIK0aTHL { display:block; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cNT1k1df3ZxFcUS8UvshwzPatKNJghZA { width:46.0625rem;height:2.35625rem;top:2.8737564086914rem;left:1.25rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #u6848aoHDGmpK3PUTF7kGNFuB5tdAMya { width:9.1868125rem;height:2.062325rem;top:3.8361167907715rem;left:30.68625664711rem;display:none; }
 }@media only screen and (max-width: 1199px) { #WweIwJxHB7biOtPxV0GePztfOHcMysoS { width:44.8118125rem;height:2.45028125rem;top:6.373046875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3ixHhqEgkPRSPdzguomPFIi9T51TemX { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Uy5505kQIOMu16RiDVo4wgryAtXnTiH7 { width:47.75rem;height:4.0625rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tiaGrlRGRa7Rk3Um3Kp6sVVeEGExsMeU { width:46.125rem;height:14.25rem;top:11.18607711792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyToyLmt74y1lyeJQgKvTyhKILu57Z87 { width:2.8125rem;height:2.8125rem;top:16.559836387634rem;left:44.936964273453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q { display:block; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container { width:47.75rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ywGLJQ60m5sHum1GKJnuVfB8mfMkxlps { width:42.1244375rem;height:1.9939625rem;top:2.8728637695312rem;left:1.25rem;font-size:1.8125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 1199px) { #FyWKFTHmvZFq2BMyimISUfTc8PfwkRdO { width:9.1875rem;height:2.0625rem;top:2.25rem;left:20.515623092651rem;display:none; }
 }@media only screen and (max-width: 1199px) { #QvnWII9MW24orAkM8z0DU1ZdMI0FKbwN { width:44.6875rem;height:2.45028125rem;top:6.9375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D869XXfKbFGt6lwN0OWe6S5Bs5xdaxbS { width:47.75rem;height:29.75rem;display:none; }
 }@media only screen and (max-width: 1199px) { #f8O02H3y1cODZ5wSdu6xgaqnhUUDac3L { width:47.75rem;height:4.0625rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rKFQixHcKk5KK8LqmJkKyt8TKsQAJ1R3 { width:2.8125rem;height:2.8125rem;top:16.968217849731rem;left:44.936964273453rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CbPkqIGkvdTNgBikQ0kFp8FVMfoDv0Xc { width:46.125rem;height:14.25rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx { display:block; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH { display:block; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { width:47.75rem;height:90.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LPdMMiR24yWaTLa5TTu9MLu20yzCuNU7 { width:21.93625rem;height:2.35625rem;top:1.2473430633545rem;left:11.83860039711rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBtcEfzIBntnXNInAsbT4sLGi0BdOcq1 { width:2.999825rem;height:2.999825rem;top:17.497336864471rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wSkoSgF9wWIeCWLCEvK7mP9gd0ffvLim { width:2.999825rem;height:2.999825rem;top:17.497336864471rem;left:44.749643564224rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BX6MfKqVxJ6rTIhc5Ln8ruNRqKm4k5li { width:41.0625rem;height:28.75rem;top:4.6226921081543rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lkOmeXozTAD4oShIXUU3le17w4tvll9W { width:20.8123125rem;height:10.1243125rem;top:33.998580932618rem;left:11.83860039711rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RFpocT8ob6EX5b7fdouCVPe3eIAksP8n { width:21.937125rem;height:2.35625rem;top:46.820132255554rem;left:1.056640625rem;font-size:1.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 1199px) { #QRBN6KzxrxMTntaLlWNlaTL0UyIkPL5c { width:17.375rem;height:2.8125rem;top:46.6875rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l4MuxHImqBlDQmomOTznVieN4oWmW5EG { width:23.125rem;height:12.875rem;top:53.930219650269rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #N7tVOwHeC1tvOm3QRg7NW0KoylnPFoQr { width:19.124625rem;height:9.80025rem;top:67.4375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dgwmxKMFUb0iyU94JKusE4mtKnepJ7Jn { width:19.375rem;height:8.4001875rem;top:77.9375rem;left:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zbfAh9TusDtcXxXo82eV1LSQcinLHKC1 { width:15.3125rem;height:15.3125rem;top:51.4375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rRmJNblqBrPkoaSJSsFBxMTzMUJ6qyLv { width:23.375rem;height:8.0625rem;top:53.930219769478rem;left:24.250887751579rem;display:none; }
 }@media only screen and (max-width: 1199px) { #VIaxHnCoVRe75wRwRDyHnD5ZMl1qmxCu { width:16.3743125rem;height:13.5618125rem;top:53.25rem;left:28.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UIq0Qto6tQOBVpUMct5pQDINVqI87s2N { width:18.18625rem;height:8.4001875rem;top:68.125rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cGnnMrAKdNf3cDvWqDmUiuSB5gn82ySO { width:19.8118125rem;height:1.4000375rem;top:80.8125rem;left:26.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TSbTN5ymFGHGQcFUgvqovLosfPVwvvcW { width:23.125rem;height:3.75rem;top:79.625rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #guFSAdoeZGdhn1r07NBR4h5bUye1wIs3 { top:51.4375rem;left:24.625rem;width:23.125rem;height:26.875rem;z-index:14996;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #vio4sipBVZwBHfSIEEKE4GMlcROc9ubS { top:51.499465249479rem;left:0rem;width:23.125rem;height:38.125rem;z-index:14997;overflow:hidden;display:block; }
 }@media only screen and (max-width: 1199px) { #KVGH2OxbI2KfrafKT9RBqdpOVcC3ha6b { width:21.937125rem;height:2.35618125rem;top:46.820132255554rem;left:1.056640625rem;font-size:1.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 1199px) { #wQF4vyOd9qk1d2JkMCOf2oT9z7dhvezT { width:21.937125rem;height:2.35618125rem;top:46.820132255554rem;left:1.056640625rem;font-size:1.8125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 1199px) { #QuR7MT8kckny4tkdUtSxyzQUflSn6S8y { width:12.1875rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wg9PFb1KtVSCkhtVrP7XMEDPbLW5dDtS { width:20rem;height:21.5625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h { display:block; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 { display:block; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container { width:47.75rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Hg0cRxeKNwuL8Ap57wpXoTfHUJPg5OGV { width:39.9360625rem;height:7.06875rem;top:1.7533731460571rem;left:3.9053618907929rem;font-size:1.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 1199px) { #ITD95WSweromgKghtrK129iaDRTLLRTu { width:11.875rem;height:6.312125rem;top:4.0616121292114rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr { display:block; } #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection *:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="text"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="email"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="tel"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection textarea:focus-visible { outline: none; } #KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ { display:block; } #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection *:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="text"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="email"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="tel"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection textarea:focus-visible { outline: none; } #hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ow24lAdh85RDmFsyF8F8wXigqTEupL1l { display:block; } #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection *:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="text"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="email"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="tel"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection textarea:focus-visible { outline: none; } #Ow24lAdh85RDmFsyF8F8wXigqTEupL1l > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 { display:block; } #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection *:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="text"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="email"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="tel"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection textarea:focus-visible { outline: none; } #b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI { display:block; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#4401a3;background-image:none;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); } }@media only screen and (max-width: 763px) { #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK { background-color:#380089;background-image:url("https://images.assets-landingi.com/uc/9dfaeeec-caa4-4bd6-a498-0268e5de3842/mob_bg3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.adaptive-delivery-prevent-bg, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyload, #bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK.lazyloading { background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { background-color: transparent; background-image: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row > .video-iframe-container { display: none; }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .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); }#bA1Rk3rkuOdFLeS4N7tm9awHnMXwEzsK > .row .container { width:20rem;height:52.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Svzeq6topiAZXwbNKQEpRM5CHPocWKrA { width:11.5625rem;height:2rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECJ4QoQgKuT6E3t5ufxNHVoLUb3ktLLx { width:8.3123125rem;height:1.6867875rem;top:1.9992897510529rem;left:11.687677383423rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9y9w2oNXqT81cgUlsiOorIwhlmJbPJ6 { width:18.75rem;height:6.5251875rem;top:5.4980466365814rem;left:0.62411212921143rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15002;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WkttM3dKvkPJpUKsWTB2wcbwGtApqyc2 { width:17.75rem;height:0;top:5.998779296875rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #x8JGg2CQQ8JyruGomrt858OBzOlVpTcU { width:19.75rem;height:5.875rem;top:13.169389188289rem;left:0rem;font-size:0.875rem;display:block; }#x8JGg2CQQ8JyruGomrt858OBzOlVpTcU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d216623c-7345-4252-b42a-aac433c13128/VerifiedCheck.svg); }
 }@media only screen and (max-width: 763px) { #fF4A2iC9KfNzguIHR3N9gI8cUTAm1Lln { width:13.75rem;height:2.999825rem;top:20.419921875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDIFz5CWmXERMgXHTvwmIBgUf2ZGbClQ { display:block; }
 }@media only screen and (max-width: 763px) { #CZdePGi3XSq0twf3trecJccupmzBmiIg { width:13.3123125rem;height:1.5rem;top:24.8125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGN3EC7cgL6C4enkO2HkMNRTCVvZJt4s { width:14.375rem;height:3.4375rem;top:27.5rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdJIeyWihJKLu4x1iRZBS6Xh5EGdy2V1 { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OOI8W4PyGxWd0CEsKuPcGyDsHKBOfflI { width:20rem;height:11.1923125rem;top:36.483486175537rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aea1454f-8ebc-4ffe-b341-fd83e06d034e/biologia_bg.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.adaptive-delivery-prevent-bg, #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.lazyload, #JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5.lazyloading { background-image: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { background-color: transparent; background-image: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container > .video-iframe-container { display: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row > .video-iframe-container { display: none; }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .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); }#JzBRp0P4g0VeF0qlgGd2cMcbvsxfmxw5 > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0O4wxRu4i1vfw6g2IlbMEb9awIZB1fS { width:20rem;height:3.7375rem;top:2.1235828399658rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #m3BcbJ17owIxCdU9lDvihS65lerTilCR { width:6.3743125rem;height:1.3742875rem;top:4.1660146713257rem;left:1.3043322563171rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybfLTs93KCEzaLphFPM2zLVD2IKvoTuT { width:18.2493125rem;height:9.8rem;top:7.7947435379031rem;left:0.87357950210569rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPH7F6iHQM0zUhHlqWHsPJ6VcRszkPo4 { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hqaIOX1mgzRvOCqm6NXgdUOFusc50H3g { width:20rem;height:12.375rem;top:6.4692840576175rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #02565c, #02565c);background-image: -moz-linear-gradient(90deg, #02565c, #02565c);background-image: -ms-linear-gradient(90deg, #02565c, #02565c);background-image: -o-linear-gradient(90deg, #02565c, #02565c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#02565c', endColorstr='#02565c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#02565c', endColorstr='#02565c' );";background-image: linear-gradient(90deg, #02565c, #02565c);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Xed73zrtztH6O27cDr7Q3DxrPwOath9U { width:20rem;height:15.625rem;top:20.561965942382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGt0GeBAl5RWPwpGSoGRp7RqRf4mZ8gT { width:2.8125rem;height:2.8125rem;top:30.8125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT8UWcI5GuECFUDFcdPyoiwak7oU36rL { display:block; }#zT8UWcI5GuECFUDFcdPyoiwak7oU36rL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9c2426c7-b66c-4866-8631-d0987e993e16/Chemia_bg4.svg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.adaptive-delivery-prevent-bg, #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.lazyload, #TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv.lazyloading { background-image: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { background-color: transparent; background-image: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container > .video-iframe-container { display: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row > .video-iframe-container { display: none; }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .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); }#TWs51D0Mtx16erPJQ4rsG4lggTPNvqBv > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZixUafJQdGFsMiCdH6albObJiflRHc7f { width:20rem;height:3.7375rem;top:1.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTC5UyrVChbi4eDxOiMnthRP0grpNA1a { width:6.375rem;height:1.375rem;top:3.8526334762573rem;left:1.3112571239471rem;display:block; }
 }@media only screen and (max-width: 763px) { #yAMdwLSciZry8XeOW6CI3cepoW45wC5n { width:18.6875rem;height:9.8rem;top:7.0625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN0wRnF47Z9687F79oQ2sfVkoUPTGe3A { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KrfiTisA0b2JsLNF9o1xNhsWVhQJ7SaS { width:20rem;height:11.5625rem;top:6.25rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #721463, #721463);background-image: -moz-linear-gradient(90deg, #721463, #721463);background-image: -ms-linear-gradient(90deg, #721463, #721463);background-image: -o-linear-gradient(90deg, #721463, #721463);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#721463', endColorstr='#721463' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#721463', endColorstr='#721463' );";background-image: linear-gradient(90deg, #721463, #721463);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n4eH5BOPCgl1el4uGyKfKw8erRNVwKTr { width:20rem;height:15.625rem;top:19.906784057618rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mad0yuPVsy7afml2HZgTzqd1fKh2UdF9 { width:2.8125rem;height:2.8125rem;top:33.468570709229rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5aa816cb-991b-4a88-86a1-1d81b064f0a2/bg_mob2.svg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.adaptive-delivery-prevent-bg, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyload, #VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO.lazyloading { background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { background-color: transparent; background-image: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container { display: none; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .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); }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { border-width: 0; border-radius: 0; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VHGu4OB07EwJ7eAm4OiP8vh3ZQEtZ3sO > .row .container { width:20rem;height:40.635946655273rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fXCg4AEbIl604w1myOxdmPg0G6l3RMQy { width:19.1875rem;height:7.06875rem;top:1.75rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol1kWulUuKXadWZf0rK7JzSFPI9ZJZRT { width:18.9364375rem;height:2.45028125rem;top:13.232417106628rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qy6nN3Ob8BnWFgDMZO0AOWlbB6UVKgiC { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #nSnRiVeoRef61HxfnDzVu4kUf42c6iD7 { width:9.5rem;height:2.5625rem;top:17.214133262634rem;left:10.499821662903rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNruTH5NralVwiwNXKIUUQUpv5Glu3Cb { display:block; }
 }@media only screen and (max-width: 763px) { #se8gMo5GOB9p2wk6pXc0PNFFPvxBn9hT { width:9.4993125rem;height:2.687325rem;top:17.152876853943rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdHUObas3GyCJmhF3ZByXHF4RouTCndg { display:block; }
 }@media only screen and (max-width: 763px) { #XoJfWZpwkEEloxIruWn750rUswsGTg2F { width:20rem;height:18.924rem;top:21.712542057037rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBcKeQfK9T850KeOAQxRIx4lBEb11KRP { width:11.5625rem;height:2.28426875rem;top:9.6875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3poCFA7Gor18qlSOS0XC91aWIK0aTHL { display:block; }#v3poCFA7Gor18qlSOS0XC91aWIK0aTHL > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cNT1k1df3ZxFcUS8UvshwzPatKNJghZA { width:17.6875rem;height:3.7375rem;top:2.9350147247314rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6848aoHDGmpK3PUTF7kGNFuB5tdAMya { width:9.1875rem;height:2.0625rem;top:25.908592987061rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WweIwJxHB7biOtPxV0GePztfOHcMysoS { width:18rem;height:4.90056875rem;top:8rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3ixHhqEgkPRSPdzguomPFIi9T51TemX { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Uy5505kQIOMu16RiDVo4wgryAtXnTiH7 { width:20rem;height:6.4373125rem;top:7.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #34af9a, #34af9a);background-image: -moz-linear-gradient(90deg, #34af9a, #34af9a);background-image: -ms-linear-gradient(90deg, #34af9a, #34af9a);background-image: -o-linear-gradient(90deg, #34af9a, #34af9a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#34af9a', endColorstr='#34af9a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#34af9a', endColorstr='#34af9a' );";background-image: linear-gradient(90deg, #34af9a, #34af9a);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tiaGrlRGRa7Rk3Um3Kp6sVVeEGExsMeU { width:20rem;height:15.625rem;top:15.312499940396rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyToyLmt74y1lyeJQgKvTyhKILu57Z87 { width:2.8125rem;height:2.8125rem;top:25.1875rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q { display:block; }#eNTObK6Q6TTPwDmkP94UgsQi5DMDiL0Q > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywGLJQ60m5sHum1GKJnuVfB8mfMkxlps { width:20rem;height:3.7375rem;top:3.7464485168457rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FyWKFTHmvZFq2BMyimISUfTc8PfwkRdO { width:9.1875rem;height:2.0625rem;top:25.908592987061rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QvnWII9MW24orAkM8z0DU1ZdMI0FKbwN { width:18.9364375rem;height:4.90056875rem;top:8.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D869XXfKbFGt6lwN0OWe6S5Bs5xdaxbS { top:31.362499237061rem;left:0rem;width:20rem;height:12.4375rem;z-index:15022;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #f8O02H3y1cODZ5wSdu6xgaqnhUUDac3L { width:20rem;height:6.4373125rem;top:8.1875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #3655a6, #3655a6);background-image: -moz-linear-gradient(90deg, #3655a6, #3655a6);background-image: -ms-linear-gradient(90deg, #3655a6, #3655a6);background-image: -o-linear-gradient(90deg, #3655a6, #3655a6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3655a6', endColorstr='#3655a6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3655a6', endColorstr='#3655a6' );";background-image: linear-gradient(90deg, #3655a6, #3655a6);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #rKFQixHcKk5KK8LqmJkKyt8TKsQAJ1R3 { width:2.8125rem;height:2.8125rem;top:27.499999046326rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbPkqIGkvdTNgBikQ0kFp8FVMfoDv0Xc { width:20rem;height:15.625rem;top:16.093748092651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx { display:block; }#xTFPw94dO3BDMEyIpFAUchJ3MIxcARdx > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2cb7e7a4-34bd-4596-98e0-c468cbff2de2/bg_mob3.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.adaptive-delivery-prevent-bg, #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.lazyload, #T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH.lazyloading { background-image: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { background-color: transparent; background-image: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container > .video-iframe-container { display: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row > .video-iframe-container { display: none; }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .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); }#T0ddddbDHvMJWc9nQW5dqlTxHZOSmNgH > .row .container { width:20rem;height:117.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LPdMMiR24yWaTLa5TTu9MLu20yzCuNU7 { width:20rem;height:4.7125rem;top:1.4373140335083rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBtcEfzIBntnXNInAsbT4sLGi0BdOcq1 { width:3rem;height:3rem;top:118.74999237061rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wSkoSgF9wWIeCWLCEvK7mP9gd0ffvLim { width:3rem;height:3rem;top:122.99999237061rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BX6MfKqVxJ6rTIhc5Ln8ruNRqKm4k5li { width:20rem;height:28.75rem;top:7.21146875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkOmeXozTAD4oShIXUU3le17w4tvll9W { width:14.6244375rem;height:7.0623125rem;top:41.586477279663rem;left:1.1550071239471rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFpocT8ob6EX5b7fdouCVPe3eIAksP8n { width:17.1244375rem;height:0;top:43.08327293396rem;left:1.4373223781586rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QRBN6KzxrxMTntaLlWNlaTL0UyIkPL5c { width:14.5rem;height:2.125rem;top:50.151809692382rem;left:5.8052201271057rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #l4MuxHImqBlDQmomOTznVieN4oWmW5EG { width:20rem;height:11.337rem;top:91.286403656006rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N7tVOwHeC1tvOm3QRg7NW0KoylnPFoQr { width:17.6873125rem;height:12rem;top:56.070669174194rem;left:1.1550071239471rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgwmxKMFUb0iyU94JKusE4mtKnepJ7Jn { width:10.1875rem;height:19.5rem;top:68.8849439621rem;left:8.9373216629031rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbfAh9TusDtcXxXo82eV1LSQcinLHKC1 { width:7.8125rem;height:7.8125rem;top:68.8849439621rem;left:0.71732950210569rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRmJNblqBrPkoaSJSsFBxMTzMUJ6qyLv { width:20rem;height:6.9682020941759rem;top:95.600152628806rem;left:-0.37357842922211rem;display:none; }
 }@media only screen and (max-width: 763px) { #VIaxHnCoVRe75wRwRDyHnD5ZMl1qmxCu { width:7.8125rem;height:6.4373125rem;top:93.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIq0Qto6tQOBVpUMct5pQDINVqI87s2N { width:9.75rem;height:18rem;top:92.87464904785rem;left:8.9373216629031rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnnMrAKdNf3cDvWqDmUiuSB5gn82ySO { width:20rem;height:1.5rem;top:114.125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TSbTN5ymFGHGQcFUgvqovLosfPVwvvcW { width:20rem;height:3.75rem;top:113.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #guFSAdoeZGdhn1r07NBR4h5bUye1wIs3 { width:20rem;height:21.5625rem;top:91.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vio4sipBVZwBHfSIEEKE4GMlcROc9ubS { width:18.5625rem;height:30.625rem;top:54.796699523926rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #KVGH2OxbI2KfrafKT9RBqdpOVcC3ha6b { width:16.6868125rem;height:1.86875rem;top:47.779651641846rem;left:1.1550071239471rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #wQF4vyOd9qk1d2JkMCOf2oT9z7dhvezT { width:5.812325rem;height:1.86875rem;top:50.187320709229rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #QuR7MT8kckny4tkdUtSxyzQUflSn6S8y { top:54.378904342651rem;left:0rem;width:20rem;height:35.5625rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wg9PFb1KtVSCkhtVrP7XMEDPbLW5dDtS { top:91.0901966095rem;left:0rem;width:20rem;height:21.5625rem;z-index:14994;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h { display:block; }#sNRx8VqIpRtfOprJ1bD3uZk2BPCKGV7h > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 { display:block; }#g4sR7EGp1rRdzfxTtnCBTrvQtpoMn0k8 > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hg0cRxeKNwuL8Ap57wpXoTfHUJPg5OGV { width:17.9368125rem;height:7.475rem;top:1.2633171081543rem;left:1.0298295021057rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITD95WSweromgKghtrK129iaDRTLLRTu { width:20rem;height:10.828402366864rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s { display:block; }#qytThlRuIBCgIXOlwxDPzyx6nKmmVB5s > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr { display:block; } #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection *:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="text"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="email"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection input[type="tel"]:focus-visible, #e89b80fbd6c8a8a402ce37b0b36269e0.widget-smartsection textarea:focus-visible { outline: none; } #KqcEr2S9qRgwyKiaa3SrX0VLOsTmiyDr > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ { display:block; } #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection *:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="text"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="email"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection input[type="tel"]:focus-visible, #SCFPRy7CZPXMKXDsnTTGkwhsEmTaQgQm.widget-smartsection textarea:focus-visible { outline: none; } #hDV3J1WIgIWGy7hCalrvHNa1JZ1uKdTJ > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow24lAdh85RDmFsyF8F8wXigqTEupL1l { display:block; } #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection *:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="text"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="email"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection input[type="tel"]:focus-visible, #Ji12clPZesuGbFxg1LHKNqR7VAtEO3TS.widget-smartsection textarea:focus-visible { outline: none; } #Ow24lAdh85RDmFsyF8F8wXigqTEupL1l > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 { display:block; } #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection *:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="text"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="email"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection input[type="tel"]:focus-visible, #drUnURNS3oZUWZQO35Mnc5b6wkWTsi2s.widget-smartsection textarea:focus-visible { outline: none; } #b2S1F5vPfPbsZZDLVm8TTSqTKqWXT7N5 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI { background-color:#4401a3;background-image:url("https://images.assets-landingi.com/uc/40a32a72-f136-42f7-99dd-063d7d57f9d2/stopkabg2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.adaptive-delivery-prevent-bg, #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.lazyload, #HfnLQ7J1d08COl4FcXot8czvNNqZsVsI.lazyloading { background-image: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { background-color: transparent; background-image: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container > .video-iframe-container { display: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row > .video-iframe-container { display: none; }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .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); }#HfnLQ7J1d08COl4FcXot8czvNNqZsVsI > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }