.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f3f3f3;background-image:none;position:relative;display:block; }
#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .row > .video-iframe-container { display: none; }#Q1OITCTsDJ7uVbc4cBlzqAXEI2e1qe0x > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#fafafa;background-image:url("https://images.assets-landingi.com/uc/6ffc9f4e-c9fd-4f92-9c75-09bc14b3c973/wideo1landingszerzej.jpg");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;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:60rem;height:34.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:70.9375rem;left:1.03125rem;display:none; }
#UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { display:block;width:28.75rem;position:absolute;font-family:barlow;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:2.1875rem;left:15.625rem;height:2.11263125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { display:block;width:38rem;position:absolute;font-family:ivyjournal;font-size:2.0625rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:4.75rem;left:11rem;height:2.47504375rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.5625rem;width:10.3125rem;top:0.6875rem;left:0rem;overflow:hidden;display:block; }
#LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4995rem;width:43.75rem;top:8.3203125rem;left:8.125rem;display:block; }
#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { background-color: transparent; background-image: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container { display: none; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .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); }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { border-width: 0; border-radius: 0; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row > .video-iframe-container {  }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;position:relative;display:block; }#b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { color:#000000;display:block;width:49.3120625rem;position:absolute;font-family:barlow;font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.435546875rem;left:5.9990234375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#STN5nochvuOuFdtzurwIB2phaHbpKusz { position:absolute;display:block;z-index:15015;height:23.0625rem;width:44.625rem;top:5.1247825622559rem;left:8.3332349091494rem;display:block; }
#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { border-width: 0; border-radius: 0; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container {  }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { font-size:0.875rem;font-family:arial;height:55.6875rem;width:60rem;position:relative;display:block; }#PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { display:block;width:51.8728125rem;position:absolute;font-family:barlow;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:2.8667545318604rem;left:4.9229621887207rem;height:39.9956375rem;font-style:normal;color:#2f2a80;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d3SxPn0VR6Q3dybx2JBO6ElcDMbF724n { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.18663125rem;width:5.18663125rem;top:46.376956939698rem;left:18.415798187256rem;overflow:hidden;display:block; }
#QZ6qwft5WI7DmJVOG0048DIZPgldukOy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:5rem;top:46.472442626953rem;left:27.120223999024rem;overflow:hidden;display:block; }
#P0wtE8Nu10n6Wefuo1uNBJLEHttf6bG2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.93706875rem;width:4.93706875rem;top:46.499569892883rem;left:35.494792938233rem;overflow:hidden;display:block; }
#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { border-width: 0; border-radius: 0; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container {  }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { font-size:0.875rem;font-family:arial;height:37.125rem;width:60rem;position:relative;display:block; }#X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#14abe3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:19.375rem;width:34.5rem;position:absolute;display:block;z-index:15001;top:6.1875rem;left:2.1875rem;display:block; }
#nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { display:block;width:32.5616875rem;position:absolute;font-family:ivyjournal;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.6875rem;left:4.1875rem;height:2.03125rem;font-style:normal;color:#ffffff;display:block; }
#NmtVvocBmWM6WGsinI18AC0RrZiegeva { display:block;width:29.9359375rem;position:absolute;font-family:barlow;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:13.642183303833rem;left:4.4695320129394rem;height:15.1855625rem;font-style:normal;color:#000000;text-align:justify;text-align-last:initial;display:block; }
#xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:35.499625rem;width:27.4980625rem;top:1.6242110729218rem;left:32.500782012939rem;overflow:hidden;display:block; }
#VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:22.125rem;width:34.5rem;position:absolute;display:block;z-index:15002;top:10.174211978912rem;left:2.1875rem;display:block; }
#ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { position:absolute;display:block;z-index:15006;background-color:#dbdafe;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:2.93671875rem;width:14.124625rem;top:2.1457033157349rem;left:2.185546875rem;display:block; }
#lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { color:#2f2a80;display:block;width:12.4989375rem;position:absolute;font-family:barlow;font-size:1.4375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:2.6790313720703rem;left:3.373046875rem;height:1.86865rem;display:block; }
#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { background-color: transparent; background-image: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container { display: none; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .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); }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { border-width: 0; border-radius: 0; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row > .video-iframe-container {  }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { color:#000000;display:block;width:60rem;position:absolute;font-family:barlow;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.687499523163rem;left:0rem;height:6.0926625rem;text-align:justify;text-align-last:initial;display:block; }
#VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.6241875rem;width:4.37460625rem;top:2.2464866638184rem;left:27.810932159424rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { display:none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:47.75rem;height:43.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:3.125rem;height:3.125rem;top:70.9375rem;left:0rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:47.75rem;height:4.875rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:47.75rem;height:13.869125rem;top:6.875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:10.3125rem;height:4.5625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { width:43.75rem;height:24.4995rem;top:8.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:47.75rem;height:2.1875rem;top:1.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #STN5nochvuOuFdtzurwIB2phaHbpKusz { width:20.625rem;height:14.6875rem;top:21.4375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:47.75rem;height:204rem;top:10rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SxPn0VR6Q3dybx2JBO6ElcDMbF724n { width:5.125rem;height:5.125rem;top:46.375rem;left:15.353298187256rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6qwft5WI7DmJVOG0048DIZPgldukOy { width:5rem;height:5rem;top:46.4375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wtE8Nu10n6Wefuo1uNBJLEHttf6bG2 { width:4.875rem;height:4.875rem;top:46.4375rem;left:26.307292938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:47.75rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:26.625rem;height:2.0296875rem;top:1.5625rem;left:19.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:26.5625rem;height:9rem;top:5.5625rem;left:19.625rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:27.4375rem;height:35.42143963552rem;top:1.5625rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:30.3125rem;height:17.5rem;top:0rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:14.0625rem;height:2.875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:12.4375rem;height:1.8125rem;top:2.625rem;left:0.310546875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:47.75rem;height:6.328125rem;top:11.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:4.3125rem;height:7.5159469709419rem;top:2.1875rem;left:21.685932159424rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4ccbc699-a992-4870-89c5-131d3c651c37/wideo1landingmaly.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.adaptive-delivery-prevent-bg, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyload, #OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw.lazyloading { background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { background-color: transparent; background-image: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container { display: none; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .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); }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { border-width: 0; border-radius: 0; }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row > .video-iframe-container {  }#OEWwG6G97tpylLcHPQAZpoSxK9C5VMbw > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFdblCQHKQqNTAL16FCtXwUOdQ6MvUoG { width:2.5rem;height:2.5rem;top:10.875rem;left:13.0625rem;font-size:1.75rem;color:#20447b;display:none; }
 }@media only screen and (max-width: 763px) { #UqXHNop9Gl8NUKTFd5pG5RcRpBWGBPCa { width:13.36875rem;height:1.13720625rem;top:5.22509765625rem;left:3.31396484375rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #naGdxaRQVBb1eeVAHykmCNbROX4b0T9y { width:17.6875rem;height:3.15104375rem;top:7rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kkeTMpn2k9ONoHVdhlKTqPR22oZ4JTqD { width:8.125rem;height:3.625rem;top:0.57763671875rem;left:5.779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ3pntovQFrXpXgSvWBxezts0r5VtBEi { height:11.125rem;width:20rem;top:12.6484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT { display:block; }#k5ONeRUPKteJKTOsvnE7uQMsl1GGrKcT > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b1l2y9qL6zTpJzavmuN1WxKmoAGneEJG { width:20rem;height:3.41363125rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STN5nochvuOuFdtzurwIB2phaHbpKusz { width:20rem;height:14.6875rem;top:5.9121125rem;left:0rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2528961-9c80-49d5-b8b3-2898866988dc/sekcjanowylanding.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.adaptive-delivery-prevent-bg, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyload, #DWT4fdaauZ2hxUE94MgInxVzM5TU08K6.lazyloading { background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { background-color: transparent; background-image: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row > .video-iframe-container { display: none; }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .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); }#DWT4fdaauZ2hxUE94MgInxVzM5TU08K6 > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHdELQZvAnkyQe8aTt5vEnUuu4VQOys { width:20rem;height:56.01669375rem;top:1.9453125rem;left:0.12353515625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3SxPn0VR6Q3dybx2JBO6ElcDMbF724n { width:5.125rem;height:5.125rem;top:60.528429033235rem;left:0.99934905767444rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ6qwft5WI7DmJVOG0048DIZPgldukOy { width:5rem;height:5rem;top:60.589196681976rem;left:7.5000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0wtE8Nu10n6Wefuo1uNBJLEHttf6bG2 { width:4.875rem;height:4.875rem;top:60.651045799256rem;left:13.998482048511rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I { background-color:rgba(0,0,0,0.7);background-image:url("https://images.assets-landingi.com/uc/88e497ae-2ebb-440e-b1b9-5374118f99f4/krzysztofsekcja.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.adaptive-delivery-prevent-bg, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyload, #XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I.lazyloading { background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { background-color: transparent; background-image: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row > .video-iframe-container { display: none; }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .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); }#XBeGwJTh6iWvrtt7GZR08x4EvdEMUv9I > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X6b3nc9PT7vHchcRRa5ierNEtiFEThpJ { width:20rem;height:25.0625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsRPPERxRD7HmeuIT1vTDF0U72TTCvgJ { width:17.499625rem;height:1.3808625rem;top:20.3125rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmtVvocBmWM6WGsinI18AC0RrZiegeva { width:17.375rem;height:17.05405rem;top:24.362500190735rem;left:1.3125001192093rem;text-align:justify;text-align-last:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAM7WdoMv8P4E3pLBRqFNScbs6Q2LAJT { width:14.0625rem;height:17.8125rem;top:3.2976560592651rem;left:3.3742188215256rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #VP1XnGEei8uTBMTAI5KctGlXWdaKex7K { width:20rem;height:21.125rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILW82Rpab2p2uhozIupqTQH6qLA7VkCb { width:11.5616875rem;height:2.87460625rem;top:1.7097663879394rem;left:4.2175779640674rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #lfpnJVNZc2vMJXy7ueBEDNVtRz6g7Tqg { width:12.437125rem;height:1.6253875rem;top:2.361328125rem;left:3.7804684937rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM { display:block; }#sUZAhsNN4fAM93Z4AIe1yQ10eyO2q3VM > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABqlpbTfmDxIL5XPsbHcS9V0pgKEURNg { width:20rem;height:11.61350625rem;top:9.4992191791537rem;left:0rem;font-size:0.8125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VP8JxCeETHdwPTn4X8McJu9Oy482iQcq { width:3.875rem;height:6.5625rem;top:1.4359359741211rem;left:8.0625003576281rem;display:block; }
 }