.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;
}
.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;
  }
}
@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:#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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:14px;font-family:arial;height:420px;width:960px;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:893.984px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.99);top:120px;left:33px;height:31px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:913.984px;position:absolute;font-family:roboto;font-size:65px;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.99);top:164px;left:23px;height:78px;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.9961px;width:346.992px;top:18.984375px;left:305.9765625px;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:958.965px;position:absolute;font-family:raleway;font-size:28px;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.97);top:274px;left:0px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:960px;position:absolute;font-family:ubuntu;font-size:27px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:382px;left:0px;height:35px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { background-color: transparent; background-image: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .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); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { border-width: 0; border-radius: 0; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { z-index:100064;top:21.9921875px;left:20.48828125px;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:918.984px;height:58.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yspavkMaks9pMg369O5wThLzURK6nLot { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { background-color: transparent; background-image: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .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); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { border-width: 0; border-radius: 0; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { font-size:14px;font-family:arial;height:232px;width:960px;position:relative;display:block; }#O3w8186r6KfTe6dyc3dF7ZcW5pwS2FXU { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6M9AUEMQ/pexels_adrienn_1524105.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:24px;left:194.00003051758px;display:block; }
#O3w8186r6KfTe6dyc3dF7ZcW5pwS2FXU.adaptive-delivery-prevent-bg { background-image: none; }
#y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { color:#1e1e21;display:block;width:217px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:24px;left:9px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KEwFBbUQnNcDvhu7cAhOOiByorqo5V48 { color:#2a2e41;display:block;width:176px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:90px;left:9px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LSQzDUra1Pwcy92DtSRW4frGD0fw2qxb { color:#1e1e21;display:block;width:199px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:23px;left:328px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PRhP2HmQ5nUTNNeDQVguQCgi5XMCTrum { color:#2a2e41;display:block;width:192px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:85px;left:325px;height:96px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/hSucOCQX/fd43er5f453.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:22.958343505859px;left:519.00003051758px;display:block; }
#O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX.adaptive-delivery-prevent-bg { background-image: none; }
#OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/e0eYGf6X/Projekt_bez_tytu_u_33_.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:34px;left:204px;display:block; }
#OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV.adaptive-delivery-prevent-bg { background-image: none; }
#orrVDBqnwcKTClv730bxXOTm4e04bNyO { color:#2a2e41;display:block;width:192px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100063;line-height:1.3;letter-spacing:0;top:88.5px;left:652.5px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100049;line-height:1.3;letter-spacing:0;top:13px;left:656px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDImciCd3XOmHUTap1NcoER3DJr98vSX { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1AtQ0dx3/DSC_5596.JPG");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:3px;left:839px;display:block; }
#SDImciCd3XOmHUTap1NcoER3DJr98vSX.adaptive-delivery-prevent-bg { background-image: none; }
#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container { background-color: transparent; background-image: none; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container > .video-iframe-container { display: none; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row > .video-iframe-container { display: none; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .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); }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container { border-width: 0; border-radius: 0; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container { font-size:14px;font-family:arial;height:223px;width:960px;position:relative;display:block; }#rKyBtvv3JFKmGtcHkXoUk0GdzeWry6Kf { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/8QQyX0Hd/pexels_jonathan_borba_2994028.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:204.00003051758px;display:block; }
#rKyBtvv3JFKmGtcHkXoUk0GdzeWry6Kf.adaptive-delivery-prevent-bg { background-image: none; }
#RQGNfHWfs9SSzsQQ0vqt52zJyBJ65uoS { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:23.000030517578px;left:8px;height:44px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K71nrVNIMc6sSDDXhMZg8XyicIfHnCDt { color:#2a2e41;display:block;width:201px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:87.000030517578px;left:8px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ak3TxDfVBm9vltQiZvSo4LxnLDsgdsGT { color:#1e1e21;display:block;width:199px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:0px;left:330.484375px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fDs11Z0FTyiLqdQPe8poxGSOEJTwxOBK { color:#2a2e41;display:block;width:225px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:87.99479675293px;left:330.49481201172px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LU8SCW5MWKsgAO9XxMSC0cL74h0TrPA6 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/x2TgMvoo/Zdj_cie_pogl_dowe_sto_w_2.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:510.83334350586px;display:block; }
#LU8SCW5MWKsgAO9XxMSC0cL74h0TrPA6.adaptive-delivery-prevent-bg { background-image: none; }
#eE9hAeCQXDR8vCFxkryrRcczxKDwNHxG { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Mz72PyC5/210260159_3943023185814530_2934504375947729807_n.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:5px;left:846px;display:block; }
#eE9hAeCQXDR8vCFxkryrRcczxKDwNHxG.adaptive-delivery-prevent-bg { background-image: none; }
#O2yWU72qXsC5570A2K1WPTtpv3Q8paly { color:#2a2e41;display:block;width:192px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:99px;left:655px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vr7BNa0qeWUOpkNAvm7Zgwxq1Q1Og2qh { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:6px;left:655px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container { background-color: transparent; background-image: none; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container > .video-iframe-container { display: none; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row > .video-iframe-container { display: none; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .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); }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container { border-width: 0; border-radius: 0; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container { font-size:14px;font-family:arial;height:268px;width:960px;position:relative;display:block; }#gJTFhTMlsM6feubMSAyaD7eNgAkmUWAT { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/u5uRBEhs/Bez_nazwy.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:204.00003051758px;display:block; }
#gJTFhTMlsM6feubMSAyaD7eNgAkmUWAT.adaptive-delivery-prevent-bg { background-image: none; }
#sFTI7OQ0vgw3mgEWdGs50cDDVX8Dyn3D { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:19px;left:16px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g76t6u9UfwmxxtPOUtn6uC3Xt729SRD7 { color:#2a2e41;display:block;width:201px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:107px;left:16px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJvQ42XG3AkXzz0e3Zr9tOqg3Vi5VWi7 { color:#1e1e21;display:block;width:199px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:23px;left:330.50003051758px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsCN6TFHxxHDb8tdPHb1L9Dz3Q3EcARG { color:#2a2e41;display:block;width:225px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:107px;left:330.5px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qdOqnpMdSldce2RP1NboTaCmhmW1SWnK { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/XiXaTV37/nowych_but_w_removebg_preview.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:510.83334350586px;display:block; }
#qdOqnpMdSldce2RP1NboTaCmhmW1SWnK.adaptive-delivery-prevent-bg { background-image: none; }
#uBtyUCluSIcyAAORWmCoELCJ8OslTPCi { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RjrD9dqE/Bez_nazwy.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:5px;left:846px;display:block; }
#uBtyUCluSIcyAAORWmCoELCJ8OslTPCi.adaptive-delivery-prevent-bg { background-image: none; }
#CO4e8OGKiIJ7SGF7aQ7gW0C4y8ok32Xh { color:#2a2e41;display:block;width:192px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:149px;left:655px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vt5wTxE8RTNoiv9o6WPdguEoxfTC6KIZ { color:#1e1e21;display:block;width:194px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:8px;left:655px;height:132px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container { background-color: transparent; background-image: none; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container > .video-iframe-container { display: none; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row > .video-iframe-container { display: none; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .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); }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container { border-width: 0; border-radius: 0; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container { font-size:14px;font-family:arial;height:260px;width:960px;position:relative;display:block; }#tVkOhSd7UobsXJzhwCbCycTHAkTv47HZ { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UplrImAe/Bez_nazwy.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:204.00003051758px;display:block; }
#tVkOhSd7UobsXJzhwCbCycTHAkTv47HZ.adaptive-delivery-prevent-bg { background-image: none; }
#oQ6cerK7RGZmTDHuVvyDRPOHR6TEI7tE { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:8px;left:15px;height:110px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bRPTMORw0smPo7F68U5BW3BebW62dwoP { color:#2a2e41;display:block;width:201px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:120px;left:15px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QlngQwTlKKhRkkoSeq0hhTFoShOE9Au3 { color:#1e1e21;display:block;width:199px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:23px;left:330.50003051758px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PeymCJf0eOIQ9JrcwP0uDgt9rN0UhH7d { color:#2a2e41;display:block;width:225px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:107px;left:330.5px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqMggWZPuqTgpcT9n8FL5lkq7tWpwUQe { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1BtP95Rz/pexels_shvets_production_6991894.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:511.828125px;display:block; }
#yqMggWZPuqTgpcT9n8FL5lkq7tWpwUQe.adaptive-delivery-prevent-bg { background-image: none; }
#qVuQydMsZiyXS4TmDLQDJTmK6yiXbm8R { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PBEHwDBE/pexels_mart_production_7491262.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:5px;left:846px;display:block; }
#qVuQydMsZiyXS4TmDLQDJTmK6yiXbm8R.adaptive-delivery-prevent-bg { background-image: none; }
#BFH0dCiyDadmQLLSdh7utKI9OCVtqwLT { color:#2a2e41;display:block;width:192px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:107px;left:655px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MlL4ZTaRGpgJOedQ9qoPdL0NBo4ROune { color:#1e1e21;display:block;width:194px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:8px;left:655px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container { background-color: transparent; background-image: none; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container > .video-iframe-container { display: none; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row > .video-iframe-container { display: none; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .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); }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container { border-width: 0; border-radius: 0; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container { font-size:14px;font-family:arial;height:233px;width:960px;position:relative;display:block; }#Rb3y2qzVyZXpbbTKF7AwWLI6kq9HO4X5 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LhQgRhmw/pexels_shvets_production_6991894.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:204.00003051758px;display:block; }
#Rb3y2qzVyZXpbbTKF7AwWLI6kq9HO4X5.adaptive-delivery-prevent-bg { background-image: none; }
#GuHDiv1LW8MfElQsZTdfskp2PSHn2042 { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:8px;left:15px;height:88px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xnMnyCVnxqEDI8DHrKRpiC6pKgH86NZ5 { color:#2a2e41;display:block;width:201px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100047;line-height:1.3;letter-spacing:0;top:120px;left:15px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JGu56nKEpJ9ZQvD8GXMV8rNAXqm51iTT { color:#1e1e21;display:block;width:199px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:8px;left:330.5px;height:110px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D3sXxSRnirqNxWhEO7ESxL8yJUuDTwLo { color:#2a2e41;display:block;width:225px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:118px;left:330.5px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MC6ePtnflbC5UwyCwT0NvF5FuzbpaJFf { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5t3xiRWR/3.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:8px;left:511.828125px;display:block; }
#MC6ePtnflbC5UwyCwT0NvF5FuzbpaJFf.adaptive-delivery-prevent-bg { background-image: none; }
#n9b1cdFn0hJxv9qebgFPDfw7uQkWTkQ0 { color:#2a2e41;display:block;width:281px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100067;line-height:1.3;letter-spacing:0;top:118px;left:659.5px;height:96px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P6AzJfZgZFogpQdJ2zTnmOKLNhezHl8n { position:absolute;display:block;z-index:100021;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fFwKDCff/25.png");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:1px;left:846px;display:block; }
#P6AzJfZgZFogpQdJ2zTnmOKLNhezHl8n.adaptive-delivery-prevent-bg { background-image: none; }
#DgX8fVzf6c4kg1MiWBHdaP74w0k7gO9R { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:8px;left:657px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q7pvHyaiStovCyafViCngizNyuArNLec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container { background-color: transparent; background-image: none; }#q7pvHyaiStovCyafViCngizNyuArNLec::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container > .video-iframe-container { display: none; }#q7pvHyaiStovCyafViCngizNyuArNLec > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#q7pvHyaiStovCyafViCngizNyuArNLec > .row > .video-iframe-container { display: none; }#q7pvHyaiStovCyafViCngizNyuArNLec > .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); }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container { border-width: 0; border-radius: 0; }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container { font-size:14px;font-family:arial;height:172px;width:960px;position:relative;display:block; }#d14Z9DWikE0Xh1qwaVTzOasMiJlm9oGl { color:#2a2e41;display:block;width:281px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:100059;line-height:1.3;letter-spacing:0;top:80px;left:10px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#meDwDAlTuCxeLfNy8EgkJNyrv71UgxMd { position:absolute;display:block;z-index:100013;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VfJsc6nI/0.jpg");background-position: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;border-top-left-radius:150px;border-top-right-radius:150px;border-bottom-left-radius:150px;border-bottom-right-radius:150px;height:110px;width:110px;top:9px;left:201px;display:block; }
#meDwDAlTuCxeLfNy8EgkJNyrv71UgxMd.adaptive-delivery-prevent-bg { background-image: none; }
#dQZyuOyWQqXhzSfzgDeezZFsFaTId4Il { color:#1e1e21;display:block;width:185px;position:absolute;font-family:"open sans";font-size:17px;font-weight:700;z-index:100045;line-height:1.3;letter-spacing:0;top:16px;left:10px;height:66px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:835px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.99);top:32.98828125px;left:62.5px;height:60px;font-style:normal;display:block; }
#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { background-color: transparent; background-image: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .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); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { border-width: 0; border-radius: 0; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#lqkrxmbCzH9N8OKnTmXbsz8Oz7M5U6aW { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:177px;top:38.000003814697px;left:751.50003051758px;overflow:hidden;display:block; }
#TGmVHBDCLJd7qhd4uGID7mILMEMth0EI { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:138.983px;top:27px;left:529px;overflow:hidden;display:block; }
#FBflfIFoV2qXrZBtW7WJ7ef4wfpG7R76 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:56px;width:177px;top:22px;left:270px;overflow:hidden;display:block; }
#kBR4qiZlhLfzhPWT02qXC6EHRVOHpR4q { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:210px;top:38px;left:13px;overflow:hidden;display:block; }
#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { background-color: transparent; background-image: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container > .video-iframe-container { display: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row > .video-iframe-container { display: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .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); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { border-width: 0; border-radius: 0; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#cS3nVcqsM8But0asq1JlR0TyC2mEAGeg { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:214px;top:26.5px;left:733.00003051758px;overflow:hidden;display:block; }
#JoE1nwuhtLKOmVwdZ3pkiq1J6sr1Ecys { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36px;width:192px;top:44.8125px;left:24px;overflow:hidden;display:block; }
#JkuFgrDHErg2aQz8hFgBTsbNanENMwgv { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:33px;width:179px;top:37.5px;left:270.5px;overflow:hidden;display:block; }
#KoNSP7a59rQkQWMvlNroVC8Bh9b2TQIW { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:59px;width:137px;top:26.5px;left:531.5px;overflow:hidden;display:block; }
#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { background-color: transparent; background-image: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container > .video-iframe-container { display: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row > .video-iframe-container { display: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .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); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { border-width: 0; border-radius: 0; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#L4KVtA9mB7MVyGXgkhE05JeLqu5TiIwF { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:76px;width:79px;top:16px;left:80.5px;overflow:hidden;display:block; }
#U4q1Ce4N3F731x7Iy0WbQ1sIq8lbpiqP { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91.9844px;width:92.9844px;top:8px;left:313.5px;overflow:hidden;display:block; }
#n6cOsnqgMpE84kG2dr2JArRh2VoT2hkn { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:171.984px;top:29px;left:513.984375px;overflow:hidden;display:block; }
#wemOxZ7hHLfQgGnX0sweNmVlwXVs19mO { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:51.9844px;width:133.984px;top:28px;left:772.984375px;overflow:hidden;display:block; }
#z94ZtETmKZBFZpyJkWsTaXTeqe31s4RA { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:135.984px;width:135.984px;top:92px;left:291.984375px;overflow:hidden;display:block; }
#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container { background-color: transparent; background-image: none; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container > .video-iframe-container { display: none; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row > .video-iframe-container { display: none; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .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); }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container { border-width: 0; border-radius: 0; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#OU0fd0Wg0ox9WS2Cx5giIFtmPysoTfUk { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:92.9844px;width:77.9844px;top:7.5px;left:81px;overflow:hidden;display:block; }
#QudP7ioEpWtXVsI1k6sqAXHy95PTVxaU { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24px;width:185px;top:42px;left:507.5px;overflow:hidden;display:block; }
#UX88LsWlGmbuo9cB09RRfHw14JeJsTL9 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34px;width:162px;top:37px;left:759px;overflow:hidden;display:block; }
#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container { background-color: transparent; background-image: none; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container > .video-iframe-container { display: none; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row > .video-iframe-container { display: none; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .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); }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container { border-width: 0; border-radius: 0; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#XV34fl1ENxvAn1t0i2uMG4KFStDlXQQL { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:191px;top:31px;left:24.5px;overflow:hidden;display:block; }
#DIVVK8nmMbhtqGO0zoRBgnuvwbv1GknN { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:94px;width:85px;top:7px;left:557.5px;overflow:hidden;display:block; }
#AntnnCBXhE3HIuBoLgwH6gZSCGpSOK8l { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:123px;top:21.5px;left:778.5px;overflow:hidden;display:block; }
#kTbelZQziQpvAfpKUP89HXUTr9pSz2RU { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:46px;width:172px;top:31px;left:274px;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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:219px;width:960px;position:relative;display:block; }#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:45px;font-weight:400;line-height:1;height:65px;width:67.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:76.97265625px;left:782.98828125px;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:44px;font-weight:400;line-height:1;height:63px;width:63px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:77px;left:858px;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:241px;top:155.1015625px;left:-538.68753051758px;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70px;width:445px;top:74.47265625px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:120px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:164px;left:0px;width:764px;height:77px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:18px;left:207.9765625px;width:346px;height:55.836015239544px;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:764px;height:72px;top:274px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:764px;height:35px;top:382px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:21px;left:0px;width:748px;height:58px;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3w8186r6KfTe6dyc3dF7ZcW5pwS2FXU { top:24px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:217px;height:44px;top:24px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #KEwFBbUQnNcDvhu7cAhOOiByorqo5V48 { width:176px;height:96px;top:90px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LSQzDUra1Pwcy92DtSRW4frGD0fw2qxb { width:199px;height:44px;top:23px;left:254px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PRhP2HmQ5nUTNNeDQVguQCgi5XMCTrum { width:192px;height:120px;top:85px;left:254px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { top:22px;left:398px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { top:34px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #orrVDBqnwcKTClv730bxXOTm4e04bNyO { width:192px;height:96px;top:88px;left:508px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { width:185px;height:66px;top:13px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #SDImciCd3XOmHUTap1NcoER3DJr98vSX { top:3px;left:652px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO { display:block; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKyBtvv3JFKmGtcHkXoUk0GdzeWry6Kf { top:8px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #RQGNfHWfs9SSzsQQ0vqt52zJyBJ65uoS { width:185px;height:44px;top:23px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #K71nrVNIMc6sSDDXhMZg8XyicIfHnCDt { width:201px;height:96px;top:87px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ak3TxDfVBm9vltQiZvSo4LxnLDsgdsGT { width:199px;height:88px;top:0px;left:254px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fDs11Z0FTyiLqdQPe8poxGSOEJTwxOBK { width:225px;height:96px;top:87px;left:254px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LU8SCW5MWKsgAO9XxMSC0cL74h0TrPA6 { top:8px;left:398px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #eE9hAeCQXDR8vCFxkryrRcczxKDwNHxG { top:5px;left:652px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #O2yWU72qXsC5570A2K1WPTtpv3Q8paly { width:192px;height:96px;top:99px;left:508px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vr7BNa0qeWUOpkNAvm7Zgwxq1Q1Og2qh { width:185px;height:88px;top:6px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H { display:block; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTFhTMlsM6feubMSAyaD7eNgAkmUWAT { top:8px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #sFTI7OQ0vgw3mgEWdGs50cDDVX8Dyn3D { width:185px;height:88px;top:19px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #g76t6u9UfwmxxtPOUtn6uC3Xt729SRD7 { width:201px;height:96px;top:107px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lJvQ42XG3AkXzz0e3Zr9tOqg3Vi5VWi7 { width:199px;height:88px;top:23px;left:254px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsCN6TFHxxHDb8tdPHb1L9Dz3Q3EcARG { width:225px;height:96px;top:107px;left:254px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qdOqnpMdSldce2RP1NboTaCmhmW1SWnK { top:8px;left:398px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #uBtyUCluSIcyAAORWmCoELCJ8OslTPCi { top:5px;left:652px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #CO4e8OGKiIJ7SGF7aQ7gW0C4y8ok32Xh { width:192px;height:96px;top:149px;left:508px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Vt5wTxE8RTNoiv9o6WPdguEoxfTC6KIZ { width:194px;height:132px;top:8px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 { display:block; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVkOhSd7UobsXJzhwCbCycTHAkTv47HZ { top:8px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6cerK7RGZmTDHuVvyDRPOHR6TEI7tE { width:185px;height:110px;top:8px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bRPTMORw0smPo7F68U5BW3BebW62dwoP { width:201px;height:96px;top:120px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QlngQwTlKKhRkkoSeq0hhTFoShOE9Au3 { width:199px;height:66px;top:23px;left:254px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #PeymCJf0eOIQ9JrcwP0uDgt9rN0UhH7d { width:225px;height:96px;top:107px;left:254px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yqMggWZPuqTgpcT9n8FL5lkq7tWpwUQe { top:8px;left:398px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #qVuQydMsZiyXS4TmDLQDJTmK6yiXbm8R { top:5px;left:652px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #BFH0dCiyDadmQLLSdh7utKI9OCVtqwLT { width:192px;height:72px;top:107px;left:508px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MlL4ZTaRGpgJOedQ9qoPdL0NBo4ROune { width:194px;height:88px;top:8px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g { display:block; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb3y2qzVyZXpbbTKF7AwWLI6kq9HO4X5 { top:8px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #GuHDiv1LW8MfElQsZTdfskp2PSHn2042 { width:185px;height:88px;top:8px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #xnMnyCVnxqEDI8DHrKRpiC6pKgH86NZ5 { width:201px;height:96px;top:120px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JGu56nKEpJ9ZQvD8GXMV8rNAXqm51iTT { width:199px;height:110px;top:8px;left:254px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #D3sXxSRnirqNxWhEO7ESxL8yJUuDTwLo { width:225px;height:96px;top:118px;left:254px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MC6ePtnflbC5UwyCwT0NvF5FuzbpaJFf { top:8px;left:398px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #n9b1cdFn0hJxv9qebgFPDfw7uQkWTkQ0 { width:281px;height:96px;top:118px;left:481px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #P6AzJfZgZFogpQdJ2zTnmOKLNhezHl8n { top:1px;left:652px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #DgX8fVzf6c4kg1MiWBHdaP74w0k7gO9R { width:185px;height:66px;top:8px;left:508px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #q7pvHyaiStovCyafViCngizNyuArNLec { display:block; }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d14Z9DWikE0Xh1qwaVTzOasMiJlm9oGl { width:281px;height:72px;top:80px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #meDwDAlTuCxeLfNy8EgkJNyrv71UgxMd { top:9px;left:144px;width:110px;height:110px;display:block; }
 }@media only screen and (max-width: 763px) { #dQZyuOyWQqXhzSfzgDeezZFsFaTId4Il { width:185px;height:66px;top:16px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:32px;left:0px;width:764px;height:60px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqkrxmbCzH9N8OKnTmXbsz8Oz7M5U6aW { width:177px;height:41px;top:38px;left:580.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #TGmVHBDCLJd7qhd4uGID7mILMEMth0EI { width:138px;height:64.542125069255px;top:27px;left:406.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FBflfIFoV2qXrZBtW7WJ7ef4wfpG7R76 { top:22px;left:196.5px;width:177px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #kBR4qiZlhLfzhPWT02qXC6EHRVOHpR4q { width:210px;height:40px;top:38px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS3nVcqsM8But0asq1JlR0TyC2mEAGeg { width:214px;height:55px;top:26px;left:550px;display:block; }
 }@media only screen and (max-width: 763px) { #JoE1nwuhtLKOmVwdZ3pkiq1J6sr1Ecys { width:192px;height:36px;top:44px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JkuFgrDHErg2aQz8hFgBTsbNanENMwgv { top:37px;left:197px;width:179px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #KoNSP7a59rQkQWMvlNroVC8Bh9b2TQIW { top:26px;left:409px;width:137px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4KVtA9mB7MVyGXgkhE05JeLqu5TiIwF { top:16px;left:56px;width:79px;height:76px;display:block; }
 }@media only screen and (max-width: 763px) { #U4q1Ce4N3F731x7Iy0WbQ1sIq8lbpiqP { top:8px;left:240px;width:92px;height:91.010586722074px;display:block; }
 }@media only screen and (max-width: 763px) { #n6cOsnqgMpE84kG2dr2JArRh2VoT2hkn { top:29px;left:391.484375px;width:171px;height:49.713926876919px;display:block; }
 }@media only screen and (max-width: 763px) { #wemOxZ7hHLfQgGnX0sweNmVlwXVs19mO { top:28px;left:601.484375px;width:133px;height:51.602618223071px;display:block; }
 }@media only screen and (max-width: 763px) { #z94ZtETmKZBFZpyJkWsTaXTeqe31s4RA { top:92px;left:218.484375px;width:135px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX { display:block; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU0fd0Wg0ox9WS2Cx5giIFtmPysoTfUk { top:7px;left:56.5px;width:77px;height:91.81065443858px;display:block; }
 }@media only screen and (max-width: 763px) { #QudP7ioEpWtXVsI1k6sqAXHy95PTVxaU { top:42px;left:385px;width:185px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #UX88LsWlGmbuo9cB09RRfHw14JeJsTL9 { top:37px;left:587.5px;width:162px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns { display:block; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XV34fl1ENxvAn1t0i2uMG4KFStDlXQQL { top:31px;left:0px;width:191px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #DIVVK8nmMbhtqGO0zoRBgnuvwbv1GknN { top:7px;left:435px;width:85px;height:94px;display:block; }
 }@media only screen and (max-width: 763px) { #AntnnCBXhE3HIuBoLgwH6gZSCGpSOK8l { top:21px;left:607px;width:123px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #kTbelZQziQpvAfpKUP89HXUTr9pSz2RU { top:31px;left:200.5px;width:172px;height:46px;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:684.98828125px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:77px;left:701px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:165px;left:0px;width:241px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:74px;left:0px;width:445px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:320px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:320px;height:52px;top:21px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:264px;height:72px;top:87px;left:28px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:320px;height:51.640245308249px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:320px;height:144px;top:177px;left:0px;text-align:center;text-align-last:center;font-size:28px;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:320px;height:19px;top:342px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:20px;left:8px;width:304px;height:58px;font-size:14px;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:320px;height:880px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O3w8186r6KfTe6dyc3dF7ZcW5pwS2FXU { width:110px;height:110px;top:100px;left:105px;display:none; }
 }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:185px;height:40px;top:20px;left:67px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KEwFBbUQnNcDvhu7cAhOOiByorqo5V48 { width:176px;height:72px;top:171px;left:72px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LSQzDUra1Pwcy92DtSRW4frGD0fw2qxb { width:199px;height:40px;top:267px;left:59px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PRhP2HmQ5nUTNNeDQVguQCgi5XMCTrum { width:192px;height:96px;top:426px;left:63px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O0QL1zDzGCiPGhmP65IQEXRF3TEIcyaX { width:110px;height:110px;top:306px;left:104px;display:block; }
 }@media only screen and (max-width: 763px) { #OUcW1WrN6E2A5f6tGTpTwLXprLbwtgiV { width:110px;height:110px;top:60px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #orrVDBqnwcKTClv730bxXOTm4e04bNyO { width:192px;height:72px;top:774px;left:64px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #FZAG8gEBee8K2CBvS1iIVxBEwfhKbzLm { width:297px;height:40px;top:624px;left:12px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SDImciCd3XOmHUTap1NcoER3DJr98vSX { width:110px;height:110px;top:664px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO { display:block; }#KvCT1kOHiyGFH32a5ODpzRlIvqeZsaEO > .row .container { width:320px;height:985px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKyBtvv3JFKmGtcHkXoUk0GdzeWry6Kf { width:110px;height:110px;top:68.000002622604px;left:105.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #RQGNfHWfs9SSzsQQ0vqt52zJyBJ65uoS { width:185px;height:40px;top:9.3124389648438px;left:67.500004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K71nrVNIMc6sSDDXhMZg8XyicIfHnCDt { width:201px;height:72px;top:193.000010252px;left:59.500004768372px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ak3TxDfVBm9vltQiZvSo4LxnLDsgdsGT { width:295px;height:40px;top:327px;left:13px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #fDs11Z0FTyiLqdQPe8poxGSOEJTwxOBK { width:189px;height:96px;top:487px;left:66px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #LU8SCW5MWKsgAO9XxMSC0cL74h0TrPA6 { width:110px;height:110px;top:367px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #eE9hAeCQXDR8vCFxkryrRcczxKDwNHxG { width:110px;height:110px;top:728px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #O2yWU72qXsC5570A2K1WPTtpv3Q8paly { width:192px;height:72px;top:854px;left:64px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vr7BNa0qeWUOpkNAvm7Zgwxq1Q1Og2qh { width:236px;height:40px;top:688px;left:44px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H { display:block; }#PhfLIGd4aeiXqDTT4zNMBS07GI1WIL2H > .row .container { width:320px;height:1038px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTFhTMlsM6feubMSAyaD7eNgAkmUWAT { width:110px;height:110px;top:89px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #sFTI7OQ0vgw3mgEWdGs50cDDVX8Dyn3D { width:185px;height:80px;top:9.3124389648438px;left:67.500004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #g76t6u9UfwmxxtPOUtn6uC3Xt729SRD7 { width:201px;height:72px;top:214px;left:60px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #lJvQ42XG3AkXzz0e3Zr9tOqg3Vi5VWi7 { width:295px;height:60px;top:383px;left:12.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsCN6TFHxxHDb8tdPHb1L9Dz3Q3EcARG { width:189px;height:96px;top:552px;left:65px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #qdOqnpMdSldce2RP1NboTaCmhmW1SWnK { width:110px;height:110px;top:442px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #uBtyUCluSIcyAAORWmCoELCJ8OslTPCi { width:110px;height:110px;top:823px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #CO4e8OGKiIJ7SGF7aQ7gW0C4y8ok32Xh { width:192px;height:72px;top:932px;left:64px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Vt5wTxE8RTNoiv9o6WPdguEoxfTC6KIZ { width:270px;height:60px;top:748px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 { display:block; }#rCnNZu7eEKt08q8pAnufdJsxuT4ARFg3 > .row .container { width:320px;height:901px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVkOhSd7UobsXJzhwCbCycTHAkTv47HZ { width:110px;height:110px;top:100px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #oQ6cerK7RGZmTDHuVvyDRPOHR6TEI7tE { width:185px;height:100px;top:9.3124389648438px;left:67.500004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bRPTMORw0smPo7F68U5BW3BebW62dwoP { width:201px;height:72px;top:221px;left:59.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QlngQwTlKKhRkkoSeq0hhTFoShOE9Au3 { width:295px;height:40px;top:338px;left:13px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PeymCJf0eOIQ9JrcwP0uDgt9rN0UhH7d { width:189px;height:72px;top:498px;left:66px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #yqMggWZPuqTgpcT9n8FL5lkq7tWpwUQe { width:110px;height:110px;top:378px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #qVuQydMsZiyXS4TmDLQDJTmK6yiXbm8R { width:110px;height:110px;top:688px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #BFH0dCiyDadmQLLSdh7utKI9OCVtqwLT { width:192px;height:72px;top:798px;left:64px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MlL4ZTaRGpgJOedQ9qoPdL0NBo4ROune { width:185px;height:80px;top:608px;left:68px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g { display:block; }#kGRowKXlFkhMpBUz6nNM4UUmxxTGI84g > .row .container { width:320px;height:1000px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rb3y2qzVyZXpbbTKF7AwWLI6kq9HO4X5 { width:110px;height:110px;top:99px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #GuHDiv1LW8MfElQsZTdfskp2PSHn2042 { width:185px;height:80px;top:9.3124389648438px;left:67.500004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xnMnyCVnxqEDI8DHrKRpiC6pKgH86NZ5 { width:201px;height:72px;top:208px;left:60px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #JGu56nKEpJ9ZQvD8GXMV8rNAXqm51iTT { width:295px;height:80px;top:362px;left:12.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #D3sXxSRnirqNxWhEO7ESxL8yJUuDTwLo { width:189px;height:96px;top:561px;left:66px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MC6ePtnflbC5UwyCwT0NvF5FuzbpaJFf { width:110px;height:110px;top:441px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #n9b1cdFn0hJxv9qebgFPDfw7uQkWTkQ0 { width:281px;height:96px;top:877px;left:20px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #P6AzJfZgZFogpQdJ2zTnmOKLNhezHl8n { width:110px;height:110px;top:757px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #DgX8fVzf6c4kg1MiWBHdaP74w0k7gO9R { width:185px;height:40px;top:718px;left:68px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q7pvHyaiStovCyafViCngizNyuArNLec { display:block; }#q7pvHyaiStovCyafViCngizNyuArNLec > .row .container { width:320px;height:272px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d14Z9DWikE0Xh1qwaVTzOasMiJlm9oGl { width:281px;height:72px;top:191px;left:19.5px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #meDwDAlTuCxeLfNy8EgkJNyrv71UgxMd { width:110px;height:110px;top:69px;left:105px;display:block; }
 }@media only screen and (max-width: 763px) { #dQZyuOyWQqXhzSfzgDeezZFsFaTId4Il { width:185px;height:40px;top:29px;left:68px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:320px;height:151px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:320px;height:114px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lqkrxmbCzH9N8OKnTmXbsz8Oz7M5U6aW { width:138px;height:34px;top:240.5417px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #TGmVHBDCLJd7qhd4uGID7mILMEMth0EI { width:138px;height:64.542125069255px;top:156px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #FBflfIFoV2qXrZBtW7WJ7ef4wfpG7R76 { width:177px;height:56px;top:80px;left:71px;display:block; }
 }@media only screen and (max-width: 763px) { #kBR4qiZlhLfzhPWT02qXC6EHRVOHpR4q { width:210px;height:40px;top:20px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { width:320px;height:397px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cS3nVcqsM8But0asq1JlR0TyC2mEAGeg { width:214px;height:55px;top:96px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #JoE1nwuhtLKOmVwdZ3pkiq1J6sr1Ecys { width:207px;height:41px;top:20px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #JkuFgrDHErg2aQz8hFgBTsbNanENMwgv { width:179px;height:33px;top:171px;left:70px;display:block; }
 }@media only screen and (max-width: 763px) { #KoNSP7a59rQkQWMvlNroVC8Bh9b2TQIW { width:137px;height:59px;top:224px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { width:320px;height:523px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L4KVtA9mB7MVyGXgkhE05JeLqu5TiIwF { width:79px;height:76px;top:20px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #U4q1Ce4N3F731x7Iy0WbQ1sIq8lbpiqP { width:92px;height:91.010586722074px;top:271px;left:114px;display:block; }
 }@media only screen and (max-width: 763px) { #n6cOsnqgMpE84kG2dr2JArRh2VoT2hkn { width:171px;height:49.713926876919px;top:382px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #wemOxZ7hHLfQgGnX0sweNmVlwXVs19mO { width:133px;height:51.602618223071px;top:451.7031px;left:93px;display:block; }
 }@media only screen and (max-width: 763px) { #z94ZtETmKZBFZpyJkWsTaXTeqe31s4RA { width:135px;height:135px;top:116px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX { display:block; }#NTUEzfiCppc9x2D27nvFL3VqVFfT7ZQX > .row .container { width:320px;height:229px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OU0fd0Wg0ox9WS2Cx5giIFtmPysoTfUk { width:77px;height:91.81065443858px;top:20px;left:121px;display:block; }
 }@media only screen and (max-width: 763px) { #QudP7ioEpWtXVsI1k6sqAXHy95PTVxaU { width:185px;height:24px;top:131.7969px;left:67px;display:block; }
 }@media only screen and (max-width: 763px) { #UX88LsWlGmbuo9cB09RRfHw14JeJsTL9 { width:162px;height:34px;top:175.7969px;left:79px;display:block; }
 }@media only screen and (max-width: 763px) { #O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns { display:block; }#O8Ni1JKKTH7SahwAos0NBhRXI3mU4yns > .row .container { width:320px;height:351px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XV34fl1ENxvAn1t0i2uMG4KFStDlXQQL { width:191px;height:46px;top:20px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #DIVVK8nmMbhtqGO0zoRBgnuvwbv1GknN { width:85px;height:94px;top:152px;left:117px;display:block; }
 }@media only screen and (max-width: 763px) { #AntnnCBXhE3HIuBoLgwH6gZSCGpSOK8l { width:123px;height:65px;top:266px;left:98px;display:block; }
 }@media only screen and (max-width: 763px) { #kTbelZQziQpvAfpKUP89HXUTr9pSz2RU { width:172px;height:46px;top:86px;left:74px;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:320px;height:322px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:128.96875px;left:178px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:130px;left:80px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:240.976px;height:39.996680442829px;top:20px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:320px;height:50.3281px;top:86.96875px;left:0px;display:block; }
 }