.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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#048764;background-image:url("https://images.assets-landingi.com/uc/67956b47-ff74-4f55-9c48-680e3f6dcf10/Greenbackground1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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:rgba(0,0,0,0);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:initial !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { 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:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:54.375rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:10.2138671875rem;left:2.93701171875rem;height:7.125rem;font-style:normal;display:block; }
#ULQ4MxrJiFJRpqrm9xZp5b7BadkMa7do { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.75rem;width:4.6875rem;top:0.34375rem;left:0rem;overflow:hidden;display:block; }
#iAmxWGZDd3OFaQy9V26yVblNWiVoG3xZ { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:100012;line-height:1.7;letter-spacing:0;top:18.61962890625rem;left:2.9345703125rem;height:1.8059875rem;font-style:normal;display:block; }
#bZyHPW5CTMO7tKc2RuByLiNUeaxraxoz { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.9375rem;width:25.5rem;top:10.569010734558rem;left:45.264322280884rem;overflow:hidden;display:block; }
#cIa8urL219rTEcZxTp41TLX2mTmJdaWl { z-index:100004;top:22.4306640625rem;left:2.9345703125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.25rem 0.25rem 0.8125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:7.75rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hw2WceipH5AmVD70AGAuSnPNCeBLawED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { background-color: transparent; background-image: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container > .video-iframe-container { display: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row > .video-iframe-container { display: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .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); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { border-width: 0; border-radius: 0; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#FDlMhLhva6GBtCzzPqbp5I8wWwhosp2G { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4150390625rem;left:0rem;height:2.35546875rem;font-style:normal;display:block; }
#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { background-color: transparent; background-image: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container > .video-iframe-container { display: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row > .video-iframe-container { display: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .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); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { border-width: 0; border-radius: 0; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#VIs1ZXW7vGQUNt3EBldponpZvWZay99O { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:4.6875rem;left:37.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LLTZ2yDBCdHRHpkUws4VfW7qPU0GUVzg { position:absolute;display:block;z-index:100017;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.375rem;left:46.375001907349rem;display:block; }
#PfU1cfxtFTSTsTEgCyAvldITuJOnyeW8 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100020;line-height:1.9;letter-spacing:0;top:4.6875rem;left:21.3125rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gp9klCHUv3DJHJCFLMHZVM2JW8RL9f5z { position:absolute;display:block;z-index:100021;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.4375rem;left:27.750001907349rem;display:block; }
#Jg5VgptwXVQxtgy8Uryn7h1CzHERpG35 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:4.6875rem;left:57.4375rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaOTrTshNqFaE3BI7TeqMMpnXcCmWdru { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.4375rem;left:63.875rem;display:block; }
#wkyfbt3aAWpd99J2kATBlgvKiQ5nW3zo { color:#3d4051;display:block;width:13.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.9;letter-spacing:0;top:6.6484375rem;left:40.75rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IR7eAxp9FzZkDSO7Lxqb3ATif6Gk9w12 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100032;line-height:1.9;letter-spacing:0;top:6.7890625rem;left:21.3125rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gy7SIwz2xAPCICySi1GAtbB7nsMW7WT2 { color:#3d4051;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:6.58544921875rem;left:56.9677734375rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eVJUw71KxLaH7CDkhWAy3NMx5H2N1UAN { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:0.875rem;left:9.0625rem;display:block; }
#b1ktWyv9nUtW8Tc8Vw1J0yJwtHIBdThS { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.4375rem;left:8.625rem;display:block; }
#adVFtyheLgyFL9yS6zE9KcCyIT7nhIc6 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:4.6875rem;left:2.1875rem;height:1.89995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJFv4MsOdfSsCCFhxqlymaBhCAqEEpzW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100036;line-height:1.9;letter-spacing:0;top:6.609375rem;left:2.15625rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DD6wBL2MyM2mNwVRI0QODRVSlFKUn4sF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68728125rem;width:1.49956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100037;top:0.90386295318606rem;left:28.374566078186rem; }
#oLL07Nh1oLdcOv63edChE7kyZEsOBfrm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100038;top:0.6875rem;left:46.9375rem; }
#xqGZKiOdCFMdTI1uarud1VohzGwlmTdA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100039;top:0.71875rem;left:64.5rem; }
#D0f9XBhr59OOwFVwncmhREnubFUkqnza { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { background-color: transparent; background-image: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container > .video-iframe-container { display: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row > .video-iframe-container { display: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .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); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { border-width: 0; border-radius: 0; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#sNe9xvSdyblLWuP61FkEz1TJVzBrTvZd { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9153652191162rem;left:0rem;height:2.35595625rem;font-style:normal;display:block; }
#P1GJkq344ww55e4lpmpLZwcrOPtzCldd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -moz-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -ms-linear-gradient(180deg, #ffffff, #f7f7f7);background-image: -o-linear-gradient(180deg, #ffffff, #f7f7f7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7' );";background-image: linear-gradient(180deg, #ffffff, #f7f7f7);background-size:cover !important;position:relative;display:block; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { background-color: transparent; background-image: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container > .video-iframe-container { display: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row > .video-iframe-container { display: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .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); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { border-width: 0; border-radius: 0; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#xNk7m4apFhwmedTVm88lu52ls9S1Qgkn { color:#3d4051;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100016;line-height:1.9;letter-spacing:0;top:4.625rem;left:27.625rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQaGLLiA4FHo71X41NeWS2cExA9nmTtA { position:absolute;display:block;z-index:100017;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.3125rem;left:36.125rem;display:block; }
#eWukZwpJRvTvvTZOZsxK8ZMBde8mzPFG { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:4.375rem;left:55rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VWJoNo5TannNDDyaIpTFnxCKTDCb2ySZ { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.3125rem;left:61.125rem;display:block; }
#XL7WqiMeAMTSZrm2G9O9KTIgLOCe4x5A { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:0.75rem;left:36.5625rem;display:block; }
#qxCzbgU6oVwg5046OnLvztJ7V1OZpF7E { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100031;top:0.8125rem;left:61.5625rem;display:block; }
#BxW3FTofSdW3HoX9oVnNKbWn6svTB0IH { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100017;line-height:1.9;letter-spacing:0;top:6.4765625rem;left:29.65625rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aFvwKsoRXKglAIgIIWmAncWFsHt6hTiG { color:#3d4051;display:block;width:14.3115rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:100033;line-height:1.9;letter-spacing:0;top:6.27294921875rem;left:55.343017578125rem;height:3.32291875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfimRvTiwiS102JAkU12w0ZqDuou7dst { box-sizing:content-box;color:#ffffff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100029;top:0.875rem;left:11.375rem;display:block; }
#Tv0PVy0mZSv5Vz4IQtU0s7EgSCWwBKFa { position:absolute;display:block;z-index:100025;background-color:#18af8b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:43.125rem;border-top-right-radius:43.125rem;border-bottom-left-radius:43.125rem;border-bottom-right-radius:43.125rem;height:2.75rem;width:2.75rem;top:0.4375rem;left:10.9375rem;display:block; }
#PWihGLcxZeAaP94GRtykbRCRo9VPOLli { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100024;line-height:1.9;letter-spacing:0;top:4.375rem;left:4.5rem;height:1.8999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAXEgQTxpBIMkpb3Zc7QmTBt8HXPzzBB { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100036;line-height:1.9;letter-spacing:0;top:6.296875rem;left:4.46875rem;height:3.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH { 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; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.adaptive-delivery-prevent-bg, #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.lazyload, #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.lazyloading { background-image: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { background-color: transparent; background-image: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container > .video-iframe-container { display: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row > .video-iframe-container { display: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .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); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { border-width: 0; border-radius: 0; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#reM62mWkg78VKZTBCLVfl6g3nWBF1lAT { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.2) ;height:25rem;width:11.5625rem;top:2.875rem;left:43.875rem;overflow:hidden;display:block; }
#DApCnORHKX5qbPVidmbOs7kVbLOr2GT4 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 3.125rem rgba(0,0,0,0.2) ;height:25.437rem;width:11.5625rem;top:2.9375rem;left:57.3125rem;overflow:hidden;display:block; }
#ETLht5aM8VfG1srbvg0upmXCvEkJe9un { position:relative;display:block; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un { background-color: transparent; background-image: none; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row .container > .video-iframe-container { display: none; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row > .video-iframe-container { display: none; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .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); }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un { border-width: 0; border-radius: 0; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#rdl7wOw0tttmB5hV8MbWoQPTqtX9qagI { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.06640625rem;left:7.0755214691163rem;height:5.25rem;font-style:normal;display:block; }
#BVZ9eXnVyQM8FPfDgMT5saSkbe2adcVA { z-index:100005;top:13.03385925293rem;left:7.07421875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.25rem 0.25rem 0.8125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#313131;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:7.7475625rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WzCK9nIOfZ6DQtdkR5etngRiMRpvI8Mz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m5d10RhrASyoGXPsKpxQeAw0DTSniUam { z-index:100006;top:13.03385925293rem;left:16.264322280884rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid rgba(255,255,255,0.6);border-left:0.0625rem solid rgba(255,255,255,0.6);border-right:0.0625rem solid rgba(255,255,255,0.6);border-bottom:0.0625rem solid rgba(255,255,255,0.6);border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.5rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRvEWMuJxLfqrKGIsVJipOP3wBm6nC4q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { background-color: transparent; background-image: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container > .video-iframe-container { display: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row > .video-iframe-container { display: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .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); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { border-width: 0; border-radius: 0; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:75rem;position:relative;display:block; }#qBTuro9mPO2lT5mnBo7wxMzlrEmPvJ2l { color:#000000;display:block;width:57.1875rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9150390625rem;left:1.6875rem;height:2.35595625rem;font-style:normal;display:block; }
#ndlUUU7v3v7ilul5hor7egx3rpWopDW7 { color:#3d4051;display:block;width:46.3748125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:100037;line-height:1.9;letter-spacing:0;top:8.0615234375rem;left:1.6875rem;height:1.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ehlLgFzb8kW59Oq9vrlGgGkT7thqmG8m { z-index:100006;top:11.1865234375rem;left:1.68701171875rem;background-color:#18af8b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#fbfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:10.125rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sF3i3iZHWkAfTvn8Nd0orqPzxdh8CLAb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container { background-color: transparent; background-image: none; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container > .video-iframe-container { display: none; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row > .video-iframe-container { display: none; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .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); }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container { border-width: 0; border-radius: 0; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.1875rem;left:0rem;width:47.75rem;height:7.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULQ4MxrJiFJRpqrm9xZp5b7BadkMa7do { top:0.3125rem;left:0rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmxWGZDd3OFaQy9V26yVblNWiVoG3xZ { top:18.5625rem;left:0rem;width:37.625rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZyHPW5CTMO7tKc2RuByLiNUeaxraxoz { top:10.5625rem;left:22.25rem;width:25.5rem;height:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa8urL219rTEcZxTp41TLX2mTmJdaWl { top:22.375rem;left:0rem;width:7.75rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw2WceipH5AmVD70AGAuSnPNCeBLawED { display:block; }
 }@media only screen and (max-width: 763px) { #LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 { display:block; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDlMhLhva6GBtCzzPqbp5I8wWwhosp2G { top:1.375rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd { display:block; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIs1ZXW7vGQUNt3EBldponpZvWZay99O { width:19.6875rem;height:;top:4.6875rem;left:12.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLTZ2yDBCdHRHpkUws4VfW7qPU0GUVzg { width:2.75rem;height:2.75rem;top:0.375rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfU1cfxtFTSTsTEgCyAvldITuJOnyeW8 { width:15.625rem;height:1.875rem;top:4.6875rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9klCHUv3DJHJCFLMHZVM2JW8RL9f5z { width:2.75rem;height:2.75rem;top:0.4375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg5VgptwXVQxtgy8Uryn7h1CzHERpG35 { width:15.625rem;height:1.875rem;top:4.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOTrTshNqFaE3BI7TeqMMpnXcCmWdru { width:2.75rem;height:2.75rem;top:0.4375rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkyfbt3aAWpd99J2kATBlgvKiQ5nW3zo { width:13.8125rem;height:3.3125rem;top:6.625rem;left:17.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR7eAxp9FzZkDSO7Lxqb3ATif6Gk9w12 { width:15.625rem;height:3.3125rem;top:6.75rem;left:0.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gy7SIwz2xAPCICySi1GAtbB7nsMW7WT2 { width:16.5625rem;height:3.3125rem;top:6.5625rem;left:31.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVJUw71KxLaH7CDkhWAy3NMx5H2N1UAN { top:0.875rem;left:4.5rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ktWyv9nUtW8Tc8Vw1J0yJwtHIBdThS { width:2.75rem;height:2.75rem;top:0.4375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adVFtyheLgyFL9yS6zE9KcCyIT7nhIc6 { width:15.625rem;height:1.875rem;top:4.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFv4MsOdfSsCCFhxqlymaBhCAqEEpzW { width:15.625rem;height:3.3125rem;top:6.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD6wBL2MyM2mNwVRI0QODRVSlFKUn4sF { top:0.875rem;left:15.875rem;width:1.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLL07Nh1oLdcOv63edChE7kyZEsOBfrm { top:0.6875rem;left:30.0625rem;width:1.6875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGZKiOdCFMdTI1uarud1VohzGwlmTdA { top:0.6875rem;left:41.6875rem;width:1.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0f9XBhr59OOwFVwncmhREnubFUkqnza { display:block; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNe9xvSdyblLWuP61FkEz1TJVzBrTvZd { top:4.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1GJkq344ww55e4lpmpLZwcrOPtzCldd { display:block; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNk7m4apFhwmedTVm88lu52ls9S1Qgkn { width:19.75rem;height:1.875rem;top:4.625rem;left:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGLLiA4FHo71X41NeWS2cExA9nmTtA { width:2.75rem;height:2.75rem;top:0.3125rem;left:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWukZwpJRvTvvTZOZsxK8ZMBde8mzPFG { width:15.625rem;height:1.9375rem;top:4.375rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWJoNo5TannNDDyaIpTFnxCKTDCb2ySZ { width:2.75rem;height:2.75rem;top:0.3125rem;left:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL7WqiMeAMTSZrm2G9O9KTIgLOCe4x5A { top:0.75rem;left:22.875rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxCzbgU6oVwg5046OnLvztJ7V1OZpF7E { top:0.8125rem;left:38.75rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxW3FTofSdW3HoX9oVnNKbWn6svTB0IH { width:15.625rem;height:3.375rem;top:6.4375rem;left:15.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aFvwKsoRXKglAIgIIWmAncWFsHt6hTiG { width:14.25rem;height:3.375rem;top:6.25rem;left:32.530517578125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfimRvTiwiS102JAkU12w0ZqDuou7dst { top:0.875rem;left:6.8125rem;width:1.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0PVy0mZSv5Vz4IQtU0s7EgSCWwBKFa { width:2.75rem;height:2.75rem;top:0.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWihGLcxZeAaP94GRtykbRCRo9VPOLli { width:15.625rem;height:1.875rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAXEgQTxpBIMkpb3Zc7QmTBt8HXPzzBB { width:15.625rem;height:3.5625rem;top:6.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH { display:block; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reM62mWkg78VKZTBCLVfl6g3nWBF1lAT { top:2.875rem;left:30.25rem;width:11.5625rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApCnORHKX5qbPVidmbOs7kVbLOr2GT4 { top:2.9375rem;left:36.1875rem;width:11.5625rem;height:25.437rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLht5aM8VfG1srbvg0upmXCvEkJe9un { display:block; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdl7wOw0tttmB5hV8MbWoQPTqtX9qagI { top:6.0625rem;left:0rem;width:28.625rem;height:5.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZ9eXnVyQM8FPfDgMT5saSkbe2adcVA { top:13rem;left:0rem;width:7.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCK9nIOfZ6DQtdkR5etngRiMRpvI8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #m5d10RhrASyoGXPsKpxQeAw0DTSniUam { top:13rem;left:2.6393222808838rem;width:10.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvEWMuJxLfqrKGIsVJipOP3wBm6nC4q { display:block; }
 }@media only screen and (max-width: 763px) { #XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw { display:block; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBTuro9mPO2lT5mnBo7wxMzlrEmPvJ2l { top:4.875rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndlUUU7v3v7ilul5hor7egx3rpWopDW7 { width:46.3125rem;height:1.75rem;top:8rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehlLgFzb8kW59Oq9vrlGgGkT7thqmG8m { top:11.125rem;left:0rem;width:10.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF3i3iZHWkAfTvn8Nd0orqPzxdh8CLAb { display:block; }
 }@media only screen and (max-width: 763px) { #y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR { display:block; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container { width:47.75rem;position:relative;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, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { 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:20rem;height:28.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.499rem;height:4.3125rem;top:5.37353515625rem;left:1.717529296875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ULQ4MxrJiFJRpqrm9xZp5b7BadkMa7do { width:3.4375rem;height:3.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAmxWGZDd3OFaQy9V26yVblNWiVoG3xZ { width:16.74925rem;height:2.9746125rem;top:11.435546875rem;left:1.624755859375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bZyHPW5CTMO7tKc2RuByLiNUeaxraxoz { width:5.125rem;height:2.125rem;top:0.6875rem;left:13.871094048023rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIa8urL219rTEcZxTp41TLX2mTmJdaWl { top:17.43359375rem;left:6.125rem;width:7.7480625rem;height:2.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #hw2WceipH5AmVD70AGAuSnPNCeBLawED { display:block; }
 }@media only screen and (max-width: 763px) { #LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 { background-color:#ffffff;background-image:none;display:block; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { background-color: transparent; background-image: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container > .video-iframe-container { display: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row > .video-iframe-container { display: none; }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .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); }#LOiGDsgQs50zXm0xRR7HiIZ7owD4vC26 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FDlMhLhva6GBtCzzPqbp5I8wWwhosp2G { width:20rem;height:4.7109375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd { background-color:#ffffff;background-image:none;display:block; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { background-color: transparent; background-image: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container > .video-iframe-container { display: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row > .video-iframe-container { display: none; }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .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); }#NAE51Oh62rm3ESVK0mGnMu5l2WmrWVvd > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VIs1ZXW7vGQUNt3EBldponpZvWZay99O { width:20rem;height:1.69921875rem;top:30.75rem;left:0.12369793653488rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #LLTZ2yDBCdHRHpkUws4VfW7qPU0GUVzg { width:2.749025rem;height:2.749025rem;top:27.0625rem;left:8.7486985325812rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfU1cfxtFTSTsTEgCyAvldITuJOnyeW8 { width:20rem;height:1.69921875rem;top:17.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Gp9klCHUv3DJHJCFLMHZVM2JW8RL9f5z { width:2.749025rem;height:2.749025rem;top:14.125rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jg5VgptwXVQxtgy8Uryn7h1CzHERpG35 { width:20rem;height:1.69921875rem;top:44.062503814698rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #JaOTrTshNqFaE3BI7TeqMMpnXcCmWdru { width:2.749025rem;height:2.749025rem;top:40.625rem;left:8.6875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkyfbt3aAWpd99J2kATBlgvKiQ5nW3zo { width:18.18725rem;height:2.9746125rem;top:32.84765625rem;left:1.0299479365349rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #IR7eAxp9FzZkDSO7Lxqb3ATif6Gk9w12 { width:18.18725rem;height:2.9746125rem;top:19.75rem;left:0.93750005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #gy7SIwz2xAPCICySi1GAtbB7nsMW7WT2 { width:18.18725rem;height:2.9746125rem;top:46.187503814698rem;left:0.75000005960463rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #eVJUw71KxLaH7CDkhWAy3NMx5H2N1UAN { width:1.875rem;height:1.875rem;top:3rem;left:9.1875002980231rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1ktWyv9nUtW8Tc8Vw1J0yJwtHIBdThS { width:2.749025rem;height:2.749025rem;top:2.5rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #adVFtyheLgyFL9yS6zE9KcCyIT7nhIc6 { width:20rem;height:1.69921875rem;top:5.8750038146972rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #zJFv4MsOdfSsCCFhxqlymaBhCAqEEpzW { width:18.18725rem;height:3.1875rem;top:7.6875038146975rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #DD6wBL2MyM2mNwVRI0QODRVSlFKUn4sF { width:1.4375rem;height:1.625rem;top:14.6865234375rem;left:9.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLL07Nh1oLdcOv63edChE7kyZEsOBfrm { width:1.6875rem;height:2.0625rem;top:27.4052734375rem;left:9.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqGZKiOdCFMdTI1uarud1VohzGwlmTdA { width:1.5rem;height:2.0625rem;top:40.9677734375rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0f9XBhr59OOwFVwncmhREnubFUkqnza { background-color:#ffffff;background-image:none;display:block; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { background-color: transparent; background-image: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container > .video-iframe-container { display: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row > .video-iframe-container { display: none; }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .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); }#D0f9XBhr59OOwFVwncmhREnubFUkqnza > .row .container { width:20rem;height:9.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNe9xvSdyblLWuP61FkEz1TJVzBrTvZd { width:20rem;height:7.066375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1GJkq344ww55e4lpmpLZwcrOPtzCldd { background-color:#ffffff;background-image:none;display:block; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { background-color: transparent; background-image: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container > .video-iframe-container { display: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row > .video-iframe-container { display: none; }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .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); }#P1GJkq344ww55e4lpmpLZwcrOPtzCldd > .row .container { width:20rem;height:36rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNk7m4apFhwmedTVm88lu52ls9S1Qgkn { width:20rem;height:1.69921875rem;top:17.68701171875rem;left:0.123291015625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #xQaGLLiA4FHo71X41NeWS2cExA9nmTtA { width:2.749025rem;height:2.749025rem;top:13.999267578125rem;left:8.74755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWukZwpJRvTvvTZOZsxK8ZMBde8mzPFG { width:20rem;height:1.69921875rem;top:28.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #VWJoNo5TannNDDyaIpTFnxCKTDCb2ySZ { width:2.749025rem;height:2.749025rem;top:24.9375rem;left:8.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL7WqiMeAMTSZrm2G9O9KTIgLOCe4x5A { width:1.875rem;height:1.875rem;top:14.43505859375rem;left:9.185791015625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxCzbgU6oVwg5046OnLvztJ7V1OZpF7E { width:1.875rem;height:1.875rem;top:25.436767578125rem;left:9.124755859375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxW3FTofSdW3HoX9oVnNKbWn6svTB0IH { width:18.18725rem;height:1.48730625rem;top:19.7841796875rem;left:1.029052734375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #aFvwKsoRXKglAIgIIWmAncWFsHt6hTiG { width:18.18725rem;height:2.9746125rem;top:30.4990234375rem;left:0.74951171875rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #sfimRvTiwiS102JAkU12w0ZqDuou7dst { width:1.875rem;height:1.875rem;top:3rem;left:9.1875002980231rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tv0PVy0mZSv5Vz4IQtU0s7EgSCWwBKFa { width:2.749025rem;height:2.749025rem;top:2.5rem;left:8.7500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #PWihGLcxZeAaP94GRtykbRCRo9VPOLli { width:20rem;height:1.69921875rem;top:5.8750038146972rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #QAXEgQTxpBIMkpb3Zc7QmTBt8HXPzzBB { width:18.18725rem;height:3.1875rem;top:7.6875038146975rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH { 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; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.adaptive-delivery-prevent-bg, #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.lazyload, #Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH.lazyloading { background-image: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { background-color: transparent; background-image: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container > .video-iframe-container { display: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row > .video-iframe-container { display: none; }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .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); }#Wp3GsSDTKJFXxWxVAZlyS30OVpqZf0lH > .row .container { width:20rem;height:21.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #reM62mWkg78VKZTBCLVfl6g3nWBF1lAT { width:8.3125rem;height:18.125rem;top:2.03125rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DApCnORHKX5qbPVidmbOs7kVbLOr2GT4 { width:8.3125rem;height:18.3125rem;top:1.9375rem;left:10.8935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETLht5aM8VfG1srbvg0upmXCvEkJe9un { display:block; }#ETLht5aM8VfG1srbvg0upmXCvEkJe9un > .row .container { width:20rem;height:22.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rdl7wOw0tttmB5hV8MbWoQPTqtX9qagI { width:18.62425rem;height:7.03125rem;top:1.999755859375rem;left:0.68603515625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BVZ9eXnVyQM8FPfDgMT5saSkbe2adcVA { top:11rem;left:6.15625rem;width:7.6875rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WzCK9nIOfZ6DQtdkR5etngRiMRpvI8Mz { display:block; }
 }@media only screen and (max-width: 763px) { #m5d10RhrASyoGXPsKpxQeAw0DTSniUam { top:15.662109375rem;left:4.75rem;width:10.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRvEWMuJxLfqrKGIsVJipOP3wBm6nC4q { display:block; }
 }@media only screen and (max-width: 763px) { #XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw { background-color:#ffffff;background-image:none;display:block; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { background-color: transparent; background-image: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container > .video-iframe-container { display: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row > .video-iframe-container { display: none; }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .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); }#XzNXFRwgxp5Tc8lLwdA3Z2tbHFhOcIPw > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBTuro9mPO2lT5mnBo7wxMzlrEmPvJ2l { width:20rem;height:4.7109375rem;top:1.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ndlUUU7v3v7ilul5hor7egx3rpWopDW7 { width:20rem;height:3.1875rem;top:7.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ehlLgFzb8kW59Oq9vrlGgGkT7thqmG8m { top:11.6484375rem;left:4.9375rem;width:10.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #sF3i3iZHWkAfTvn8Nd0orqPzxdh8CLAb { display:block; }
 }@media only screen and (max-width: 763px) { #y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR { display:block; }#y3U8GGdpQt6pDMSLQv5R8kWWpcbbI1yR > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }