.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/273f5fb7-7a0c-49cb-b53d-5f4fbd026f2e/Header.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.adaptive-delivery-prevent-bg, #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.lazyload, #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.lazyloading { background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { background-color: transparent; background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .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); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { border-width: 0; border-radius: 0; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container {  }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { font-size:14px;font-family:arial;height:849px;width:1200px;position:relative;display:block; }#saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { color:#2346db;display:block;width:508px;position:absolute;font-family:"dm sans";font-size:47px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:85px;left:50px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:403px;width:1011px;top:446px;left:189px;overflow:hidden;display:block; }
#Mcth6PuTN6WvA8DVda1FTb09rTsu9c7r { background-color:#2346db;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:251px;height:43px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:528px;left:50px;display:block; }
#KT3oyJVPl00TxX44S3wKgTqNdmeRIJcF { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TrqEuT7mihaCrgIBM6suqVgs415LKZwK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29px;width:174px;top:29px;left:50px;overflow:hidden;display:block; }
#r3AAf6bR6iVKqNOmWDi7Xyvnt3xImXBx { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:253px;width:846px;top:585px;left:354px;overflow:hidden;display:block; }
#uCvVKS2td7O4lkPTcpGOc4ikI5w7ifRk { color:#000000;display:block;width:593px;position:absolute;font-family:"dm sans";font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:258.3828125px;left:50px;height:136.5px;display:block; }
#W9ywpdynePL9Msg2AeDiLusgeTeTTsqC { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa { position:relative;display:none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa { border-width: 0; border-radius: 0; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container > .video-iframe-container {  }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#i7gFISqXXTr9Zg7xJ9KvqCUz2PPZ3eKK { color:#2346db;display:block;width:497px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:128px;left:578.5px;height:36.3906px;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; }
#rLdUAbTMKxVbSSwTIsPArDfRrSOaBHDR { color:#000000;display:block;width:320px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:62px;top:67px;left:0px;display:none; }
#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX { position:relative;display:none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX { border-width: 0; border-radius: 0; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container > .video-iframe-container {  }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#fFA86HqNNTM2FN3RTd9q5o8WhJVynIXk { color:#000000;display:block;width:320px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:103px;top:220px;left:0px;display:none; }
#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81b20282-4863-4168-ad07-6430a9573679/Sekcja1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1.adaptive-delivery-prevent-bg, #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1.lazyload, #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1.lazyloading { background-image: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { background-color: transparent; background-image: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container > .video-iframe-container { display: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row > .video-iframe-container { display: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .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); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { border-width: 0; border-radius: 0; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row > .video-iframe-container {  }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { font-size:14px;font-family:arial;height:549px;width:1200px;position:relative;display:block; }#okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { color:#2346db;display:block;width:497px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:165px;left:633px;height:72.7812px;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; }
#WSBef3yzZ7hnk6g1goera88ESKkcJyZf { color:#29235c;display:block;width:478px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:272.5px;left:633px;height:56px;display:block; }
#JMBLDSmWCOxKy4cqdBTThhpkF1OPGn7M { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:44px;width:44px;top:499px;left:578px;overflow:hidden;display:block; }
#MgJOhvAaATDsIppms8HnQ67D1WfZLTSD { color:#000000;display:block;width:320px;position:absolute;font-family:"dm sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:120px;top:77px;left:0px;display:none; }
#byu5khLrE7GFcLWNB485AfkJfx99DG9X { color:#000000;display:block;width:210px;position:absolute;font-family:"dm sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:90px;top:219px;left:110px;display:none; }
#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { position:relative;display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { background-color: transparent; background-image: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container > .video-iframe-container { display: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row > .video-iframe-container { display: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .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); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { border-width: 0; border-radius: 0; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container > .video-iframe-container {  }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:141px;width:1200px;position:relative;display:block; }#VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { color:#2346db;display:block;width:554px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.5px;left:323px;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lHcAKVrLzVh2VxaUuqDnTgg7T5Hbcdh2 { color:#000000;display:block;width:320px;position:absolute;font-family:"dm sans";font-size:25px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:97px;top:11px;left:0px;display:none; }
#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { position:relative;display:block; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { background-color: transparent; background-image: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .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); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { border-width: 0; border-radius: 0; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container > .video-iframe-container {  }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:505px;width:1200px;position:relative;display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { position:relative;display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { background-color: transparent; background-image: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container > .video-iframe-container { display: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row > .video-iframe-container { display: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .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); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { border-width: 0; border-radius: 0; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container > .video-iframe-container {  }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:169px;width:1200px;position:relative;display:block; }#IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { background-color:#2346db;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:175px;height:43px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:63px;left:512.5px;display:block; }
#IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tNyOArqdigqtTmkPfH12biDHmSWcsJoL { position:relative;display:none; }#tNyOArqdigqtTmkPfH12biDHmSWcsJoL { border-width: 0; border-radius: 0; }#tNyOArqdigqtTmkPfH12biDHmSWcsJoL > .row .container > .video-iframe-container {  }#tNyOArqdigqtTmkPfH12biDHmSWcsJoL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#yWyFU5qkKUnkt8qfcGEOaW5hEHqcMTgw { color:#2346db;display:block;width:385px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:123px;left:0px;height:36.3906px;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; }
#fkbDIylClDGU4KazZCWlifPyHnJlO2gh { position:relative;display:none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh { border-width: 0; border-radius: 0; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container > .video-iframe-container {  }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#Eddt03V49u3mXHRLsMN4Zuf2cN137b1f { color:#29235c;display:block;width:634px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:220px;left:0px;height:224px;display:none; }
#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R { position:relative;display:none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R { border-width: 0; border-radius: 0; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container > .video-iframe-container {  }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1240ea24-6bdf-430b-ad5f-8398db500204/Sekcja2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.adaptive-delivery-prevent-bg, #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.lazyload, #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.lazyloading { background-image: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { background-color: transparent; background-image: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container > .video-iframe-container { display: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row > .video-iframe-container { display: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .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); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { border-width: 0; border-radius: 0; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row > .video-iframe-container {  }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { font-size:14px;font-family:arial;height:644px;width:1200px;position:relative;display:block; }#Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { color:#2346db;display:block;width:654px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:208px;left:0px;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { color:#29235c;display:block;width:634px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:254px;left:0px;height:84px;display:block; }
#glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { background-color:#2346db;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:251px;height:43px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:581px;left:474.5px;display:block; }
#UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2346db;background-image:none;position:relative;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { background-color: transparent; background-image: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container > .video-iframe-container { display: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row > .video-iframe-container { display: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .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); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { border-width: 0; border-radius: 0; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row > .video-iframe-container { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { font-size:14px;font-family:arial;height:330px;width:1200px;position:relative;display:block; }#vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:36.3984px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { background-color:#29235c;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:404px;height:64px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:186px;left:398px;display:block; }
#Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { display:block; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { top:85px;left:0px;width:508px;height:122px;font-size:47px;display:block; }
 }@media only screen and (max-width: 763px) { #lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { top:446px;left:0px;width:764px;height:304.54203758655px;display:block; }
 }@media only screen and (max-width: 763px) { #Mcth6PuTN6WvA8DVda1FTb09rTsu9c7r { width:251px;height:43px;top:528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KT3oyJVPl00TxX44S3wKgTqNdmeRIJcF { display:block; }
 }@media only screen and (max-width: 763px) { #TrqEuT7mihaCrgIBM6suqVgs415LKZwK { top:29px;left:0px;width:174px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #r3AAf6bR6iVKqNOmWDi7Xyvnt3xImXBx { top:585px;left:0px;width:764px;height:228.47754137116px;display:block; }
 }@media only screen and (max-width: 763px) { #uCvVKS2td7O4lkPTcpGOc4ikI5w7ifRk { top:258px;left:0px;width:593px;height:136px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #W9ywpdynePL9Msg2AeDiLusgeTeTTsqC { display:none; }
 }@media only screen and (max-width: 763px) { #cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa { display:none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i7gFISqXXTr9Zg7xJ9KvqCUz2PPZ3eKK { top:22px;left:0px;width:320px;height:;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #rLdUAbTMKxVbSSwTIsPArDfRrSOaBHDR { top:67px;left:0px;width:320px;height:62px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX { display:none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fFA86HqNNTM2FN3RTd9q5o8WhJVynIXk { top:220px;left:0px;width:320px;height:103px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { display:block; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { top:165px;left:267px;width:497px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WSBef3yzZ7hnk6g1goera88ESKkcJyZf { top:272px;left:286px;width:478px;height:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JMBLDSmWCOxKy4cqdBTThhpkF1OPGn7M { top:499px;left:360px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #MgJOhvAaATDsIppms8HnQ67D1WfZLTSD { top:77px;left:0px;width:320px;height:120px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #byu5khLrE7GFcLWNB485AfkJfx99DG9X { top:219px;left:0px;width:210px;height:90px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { top:34px;left:105px;width:554px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lHcAKVrLzVh2VxaUuqDnTgg7T5Hbcdh2 { top:11px;left:0px;width:320px;height:97px;font-size:25px;display:none; }
 }@media only screen and (max-width: 763px) { #WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { display:block; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { width:175px;height:43px;top:63px;left:294.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block; }
 }@media only screen and (max-width: 763px) { #tNyOArqdigqtTmkPfH12biDHmSWcsJoL { display:none; }#tNyOArqdigqtTmkPfH12biDHmSWcsJoL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yWyFU5qkKUnkt8qfcGEOaW5hEHqcMTgw { top:14px;left:0px;width:287px;height:;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #fkbDIylClDGU4KazZCWlifPyHnJlO2gh { display:none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Eddt03V49u3mXHRLsMN4Zuf2cN137b1f { top:22px;left:0px;width:320px;height:111px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R { display:none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { display:block; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { top:208px;left:0px;width:654px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { top:254px;left:0px;width:634px;height:84px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { width:251px;height:43px;top:581px;left:256.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block; }
 }@media only screen and (max-width: 763px) { #PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { top:81px;left:0px;width:764px;height:92px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { width:404px;height:64px;top:186px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/273f5fb7-7a0c-49cb-b53d-5f4fbd026f2e/Header.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.adaptive-delivery-prevent-bg, #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.lazyload, #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.lazyloading { background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { background-color: transparent; background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .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); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { width:320px;height:520px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { width:320px;height:52px;top:38.671875px;left:0px;font-size:20px;text-align:center;text-align-last:center;text-shadow:1px 1px 30px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { width:320px;height:127px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Mcth6PuTN6WvA8DVda1FTb09rTsu9c7r { width:251px;height:43px;top:458.078125px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #KT3oyJVPl00TxX44S3wKgTqNdmeRIJcF { display:block; }
 }@media only screen and (max-width: 763px) { #TrqEuT7mihaCrgIBM6suqVgs415LKZwK { width:174px;height:29px;top:9.671875px;left:73px;display:block; }
 }@media only screen and (max-width: 763px) { #r3AAf6bR6iVKqNOmWDi7Xyvnt3xImXBx { width:313px;height:93px;top:330.078125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uCvVKS2td7O4lkPTcpGOc4ikI5w7ifRk { width:320px;height:218.391px;top:75.46875px;left:0px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9ywpdynePL9Msg2AeDiLusgeTeTTsqC { top:75.671875px;left:0px;width:320px;height:218px;z-index:15009;background-color:rgba(227,227,227,0.66);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4c792c2-06b0-44e1-9868-2c9df6d472fa/dymek1.png");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;display:block; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa.adaptive-delivery-prevent-bg, #cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa.lazyload, #cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa.lazyloading { background-image: none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container { background-color: transparent; background-image: none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container > .video-iframe-container { display: none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row > .video-iframe-container { display: none; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .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); }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container { border-width: 0; border-radius: 0; }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row > .video-iframe-container {  }#cPhc6Cb5q9nPSAoBPgHGbSL7JOo1iBUa > .row .container { width:320px;height:194px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i7gFISqXXTr9Zg7xJ9KvqCUz2PPZ3eKK { width:320px;height:;top:22px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rLdUAbTMKxVbSSwTIsPArDfRrSOaBHDR { top:67.5px;left:0px;width:320px;height:62.3906px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/81b20282-4863-4168-ad07-6430a9573679/Sekcja1.png");background-position:center left !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; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX.adaptive-delivery-prevent-bg, #VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX.lazyload, #VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX.lazyloading { background-image: none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container { background-color: transparent; background-image: none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container > .video-iframe-container { display: none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row > .video-iframe-container { display: none; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .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); }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container { border-width: 0; border-radius: 0; }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row > .video-iframe-container {  }#VHtAiAWXT0kcGoWnycJnE4mClqVyNMTX > .row .container { width:320px;height:204px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fFA86HqNNTM2FN3RTd9q5o8WhJVynIXk { top:220.171875px;left:0px;width:320px;height:0;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { display:none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { width:320px;height:532px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { width:320px;height:28.5938px;top:21.25px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSBef3yzZ7hnk6g1goera88ESKkcJyZf { width:284px;height:0;top:108.046875px;left:18px;font-size:16px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JMBLDSmWCOxKy4cqdBTThhpkF1OPGn7M { width:44px;height:44px;top:406.046875px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #MgJOhvAaATDsIppms8HnQ67D1WfZLTSD { top:77.25px;left:0px;width:320px;height:124.781px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #byu5khLrE7GFcLWNB485AfkJfx99DG9X { top:219px;left:110px;width:210px;height:90.9375px;z-index:15005;text-align:right;text-align-last:right;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { width:320px;height:118px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { width:320px;height:0;top:36px;left:0px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #lHcAKVrLzVh2VxaUuqDnTgg7T5Hbcdh2 { top:11px;left:0px;width:320px;height:97.5px;z-index:15003;font-size:25px;color:#2346db;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { display:block; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { width:320px;height:505px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { width:175px;height:43px;top:31px;left:72.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block; }
 }@media only screen and (max-width: 763px) { #tNyOArqdigqtTmkPfH12biDHmSWcsJoL { display:block; }#tNyOArqdigqtTmkPfH12biDHmSWcsJoL > .row .container { width:320px;height:86px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWyFU5qkKUnkt8qfcGEOaW5hEHqcMTgw { width:287px;height:;top:14.40625px;left:16.5px;font-size:22px;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fkbDIylClDGU4KazZCWlifPyHnJlO2gh { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/277bc538-c856-40d9-add3-6fb64a48164a/dymek2.png");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;display:block; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh.adaptive-delivery-prevent-bg, #fkbDIylClDGU4KazZCWlifPyHnJlO2gh.lazyload, #fkbDIylClDGU4KazZCWlifPyHnJlO2gh.lazyloading { background-image: none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container { background-color: transparent; background-image: none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container > .video-iframe-container { display: none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row > .video-iframe-container { display: none; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .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); }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container { border-width: 0; border-radius: 0; }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row > .video-iframe-container {  }#fkbDIylClDGU4KazZCWlifPyHnJlO2gh > .row .container { width:320px;height:161px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eddt03V49u3mXHRLsMN4Zuf2cN137b1f { width:320px;height:111.992px;top:29.015625px;left:0px;font-size:16px;text-align:center;text-align-last:center;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1240ea24-6bdf-430b-ad5f-8398db500204/Sekcja2.png");background-position:center right !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; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R.adaptive-delivery-prevent-bg, #dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R.lazyload, #dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R.lazyloading { background-image: none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container { background-color: transparent; background-image: none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container > .video-iframe-container { display: none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row > .video-iframe-container { display: none; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .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); }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container { border-width: 0; border-radius: 0; }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row > .video-iframe-container {  }#dFSrl9TuSUrtN6zXC1fFEEgvEgMU5F5R > .row .container { width:320px;height:228px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cf94e893-a4bd-4e44-8f1b-8565674dcb44/sekcja2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.adaptive-delivery-prevent-bg, #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.lazyload, #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0.lazyloading { background-image: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { width:320px;height:587px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { width:287px;height:57.1875px;top:34px;left:16.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { width:320px;height:111.953px;top:110px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { width:251px;height:43px;top:440px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block; }
 }@media only screen and (max-width: 763px) { #PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container > .video-iframe-container { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:0;border-bottom-right-radius:0; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { width:320px;height:216px;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:0;border-bottom-right-radius:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { width:310px;height:41.5938px;top:34px;left:5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { width:304px;height:48px;top:107.59375px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block; }
 }