.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b4d4da44-007d-4364-93c6-b745f6c9608c/ZielonaEnergiadesktopcover.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:14px;font-family:arial;height:1701px;width:1200px;position:relative;display:block; }#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-form-header { font-size:14px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-regular-label { height:auto;display:block;font-family:lato;font-size:13px;font-weight:400;color:#ffffff;width:256px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;line-height:.9;overflow:hidden; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:256px;box-sizing:border-box;height:40px;color:#125454;font-size:15px;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 1px 0 9px rgba(0,0,0,0.29) ;line-height:1.4; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:256px;box-sizing:border-box;height:70px;color:#125454;font-size:15px;overflow:hidden;font-family:lato;vertical-align:top;box-shadow: 1px 0 9px rgba(0,0,0,0.29) ;line-height:1.4; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:256px;box-sizing:border-box;height:38px;color:#009597;font-family:lato;font-size:15px;overflow:hidden;vertical-align:top;box-shadow: 1px 0 9px rgba(0,0,0,0.29) ; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ec1b2e;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:4px;margin-bottom:4px;margin-left:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:700;color:#f2f9ff;width:248px;height:55px;font-family:lato;overflow:hidden;line-height:1;font-style:normal;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]:-moz-placeholder { color:#009597;font-family:lato;font-size:15px;text-align:left;text-align-last:left; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]::-moz-placeholder { color:#009597;font-family:lato;font-size:15px;text-align:left;text-align-last:left; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]:-ms-input-placeholder { color:#009597;font-family:lato;font-size:15px;text-align:left;text-align-last:left; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]::-webkit-input-placeholder { color:#009597;font-family:lato;font-size:15px;text-align:left;text-align-last:left; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:236px;overflow:hidden;font-style:normal;float:none; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"geomanist reg";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container { padding-top:3px;padding-right:0;padding-bottom:2px;padding-left:0;width:100%;font-size:0;height:auto; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container:first-of-type{padding-top:0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container:last-of-type{padding-bottom:0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14995;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;position:absolute;top:64.28125px;left:704px;font-size:14px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:256px;display:block;vertical-align:top; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-info-text { display:block;height:auto;font-family:"geomanist reg";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW {display:block;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:256px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14995;border-top-left-radius:44px;border-top-right-radius:44px;border-bottom-left-radius:44px;border-bottom-right-radius:44px;position:absolute;top:64.28125px;left:704px;font-size:14px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #R8sEwADfGfaJgOTXxvrFIvcS5ncirbFP { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #TVnowLVBRHQafm004HEWgmMh759VAE5U { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #xHcT7XITbOa5AxXIuZMldGtbTLwnP2w7 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #yByZetbMXAwyvna6PaGg96HiHuDzmlhS { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #CptOO5LDTHy5HTDMJoa2OI5SMrmL6yAs { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OGWMwuFP3ufyBMDsd97eWW9m7UCu1ZHh { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hyaHhP3kUXAQ3NN1HPx7Fyqb2kLV7zms { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ByIfTBdKI681UqTWKZPEQaeHzEpLSk0X { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #sr5Th5XqnWUK6aaQKB8VyZAt7bOwOA17 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #V8IOcDQPAw9Dgf9SRR9EIT6maTSOA1Q7 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hQ795508BOBFGXtcb5pvbthFohhiIILo { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #lPlNimgnHhxZk8APadBieTnzMTS1e5qe { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VTqVZrDiCUsouBw7NTaO20PxSycI4exc { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qRq5csTEhZOxbQRBbfDE0OUMEumL8cXv { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XAVU4NQNEx9M13fVReZ7pNSxt4f4gxfh { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #LN6lV7pXTboflJRVEAkRxIiNrrO13mLg { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #a1zQRitKnRyWArSkkdx4hZ0b6HnwKbgU { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KDbRPz6EIXAWab9wEx2rUZ4uvFHo3z2t { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aAnbMJOzgoGhXoAER8RO1ZPxWdN1q6FH { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #C41TKXNMKp40TgpD525v7QWtgCNKfK2F { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #rZmLbL58wCeo84nGSF2NMruFSVhat4DH { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ryuSZDtcFOqWiUTgTaOcU9ynRpQN430y { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #dfMZixnxoiD8fOMtB9M2pvOI2haxLFsS { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #MODcyrcAB675PDAGBKVmrsaToWd04ymz { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #M8ddlzDUsvBlONToOfd5rloBopgaTtQF { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bPC3F7Zz1RUUEFuVGgLnTOc186fFQpJb { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PUlkRdZgeiqCIF8UhicJPAP4y7qO5klL { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KGMpZagzzPsPnnCPm9FQTw9Kst3HbyxE { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #mLGJ4PcHGoFeTEI9gREuAXJQkmANDIIE { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ddkDkTPHc3zMTJMgDzMXTGIP1vD38XNb { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XcBKDKTLCdvlMIhRl7BJAaACAylLGf7X { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FJcoCdLCTLcelgkT2TgehVdgM1QQwk9e { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OZsPc8vvGtRNEMQGNSnDuzg5wbifzAtR { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #U1HKrW2qG9y1fzhnqMZanLiW2TOCgei4 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #E605v0Sq0RTXbhcfMCqQnxdr4dKfXCrs { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #DbszRmNE0KQ09nxX5slDQ2o4lJ68WCH1 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #x55zmwcVlvZc7bnQH2ARRGl2B0LUDc36 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aGOToUM1gPyAio9FkHNBnHDurXrlnfBk { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #nXXJ6MIUDRTn5AWE7QCvzmP9TE9Qlce3 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BPCUzdQXPiSH1HH6yJGIk7zZH9dcPuO6 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tuhlcvIxqz2XFbWd2ibmL8liZS7fkaTU { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VkoQtCvNdt9XL3rdS0rMiwmUl9RtErKW { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FBnrkpCdMiuFG9mTUnI5CONn9yvCQQah { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tVo50w46m3ZC6ttcRhN99LPyu6idg38n { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #An69Qo3TLROazyRcMBJlX8yTylqSnel7 { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #iuyyRflHmnZgQOQzDSFEaFt0gyiHHTmE { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #v6yJED1lTP2ESrTgDAJVIn2iBJHroXNH { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Ty5hR5mX6feXd2hmFTLWHyhwRMrBIEnn { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #pyUJwIgLHRd2eETTG4inenXu6KgQAqpF { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #QwTvkipAwvoezPEiOTBIvsvkkAkok7Jq { position:relative;z-index:2; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PXxGVtLTBwg94GmbcvmuaQIvw4CttaZD { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #RQNQoH80w3M1cDTbVxAggdOgTQ7qMXCm { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tP84y8HXD5H7tAGpKhbGx5ywpQAWeGMI { position:relative;z-index:2; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qds00TKhZTTzh0kHXbLKsyb51tVLa14T { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Plz1tL4e8n22KtMF6AET8dsPRDOlHmrK { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #vbetv889CRRRgwhXnpUsBvrWaDrJrzyv { position:relative;z-index:2; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ph9SqTJWGqBCNOTqugQrWGLSsWhTAy3Z { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BU3yBBZiShROxGF7qg4yTeWVitOFq0nh { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #P3sLZUylak4Nnz6MXtP8aldFsiU7deSN { position:relative;z-index:2; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ufvcew7Pw9eSi2mE0BRwvhiCCnMqyUdZ { position:relative; }
#ivVOnmL8w7AMhgf3o25ET0xTLVuoKSrv { position:relative;display:block; }
#JaxBZfTrNPEHSv9V3WgnoNVIorHziUx3 { position:relative;display:block; }
#dKEbc8gzSpCcRtC3x76qLeFnhtOA3D0e { position:relative;display:block; }
#TEncZ8fUBkTeTKr2FMlWPsp06OZmXHeE { position:relative;display:block; }
#zhmgTGKiFTSrrJIgMNVMeJLahPOq093e { position:relative;display:block; }
#eGUPCSheDv9rKromQqbnhRS4ilb2kR8h { position:relative;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #NgPed5xHqVrVAp3pGZyRqqdydRrnQRmU { position:relative; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bO4NQPM44T8aXv5X7cOriwZEuMuyITtD { position:relative; }
#ilfHHTJ2HpQfscmNkmRL27O9w5Dwamaw { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:200px;width:200px;display:none; }
#Apr4dqsWXgBJFrz2zhBHdimo9B2xcvwx { position:absolute;display:block;z-index:15018;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 03px 3px 10px rgba(0,0,0,0.7) ;height:52px;width:293px;top:470px;left:908.00006103516px;display:block; }
#e8kbZ6Wqb37xW2poWEQr7H9GLFaRut2X { color:#ff0000;display:block;width:266.997px;position:absolute;font-family:alex;font-size:13px;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:471px;left:921.00006103516px;height:50.6719px;text-align:center;text-align-last:center;display:block; }
#BCwR6F1TJl4gviT9xWLQnKxItxTx1gAu { position:absolute;display:block;z-index:15019;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 03px 3px 10px rgba(0,0,0,0.7) ;height:37.9861px;width:235.99px;top:477px;left:964.00006103516px;display:block; }
#bfv0gT0NhSXKF78tTf0Jy8eOKOhTayUx { color:#ff0000;display:block;width:222.984px;position:absolute;font-family:alex;font-size:13px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:479px;left:970px;height:33.7812px;text-align:center;text-align-last:center;display:block; }
#hNu9eL7Go72aUZZTzzwvVCapTeNO2Vpx { position:absolute;display:block;z-index:14996;background-color:#009597;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 3px 3px rgba(0,0,0,0.5) ;height:63px;width:628px;top:544px;left:0px;display:block; }
#GV9ZGGBEs9uLKt2CDGk5ineaNKC4zV79 { position:absolute;display:block;z-index:14997;background-color:#a2d01a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;height:121px;width:568px;top:752px;left:0px;display:block; }
#QGHtXQgELbS1mIIxJkTo9yTdCbIvVphZ { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:60px;width:260px;top:23px;left:0px;overflow:hidden;display:block; }
#t9v8IX350bmzlyDcyZktHMtQ2aX3ex1p { color:#ffffff;display:block;width:642px;position:absolute;font-family:lato;font-size:51px;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0 0 0 rgba(0,0,0,0.5);top:544px;left:7px;height:198.891px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t24aZONirD5Jye2PHSpyXA5sSbzhuK6y { color:#ffffff;display:block;width:550px;position:absolute;font-family:lato;font-size:22px;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:757px;left:8px;height:114.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MnJv6J1Wg1TD5uiqcK9L0bTokBB3aOIb { color:#ffffff;display:block;width:470px;position:absolute;font-family:lato;font-size:26px;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:8px;left:718.96875px;height:33.7969px;display:block; }
#Fegn5y7MfUtVTK2eS3b5DwI72PaHyBku { color:#000000;display:block;width:1200px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:923px;left:0px;height:52px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQHHlE9FJvMs6vCrZnAzyEOk3fxuLAq5 { background-color:#f61f0e;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 2px 5px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:17px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:236px;height:50px;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:1250.390625px;left:498px;display:block; }
#qG1mo7g1ovhgK8etzETdVTA1vneyczLJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN { color:#000000;display:block;width:1189px;position:absolute;font-family:lato;font-size:19px;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:1031.640625px;left:0px;height:84.0625px;overflow:hidden;display:block; }#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/50670fab-8bb0-4f22-9af4-99640b73e6fc/ikonazielonycheck.png); }
#K2R0ntiMrrxA5iZCRu1rHVENG2nM7dyo { color:#ffffff;display:block;width:1188px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:1162.390625px;left:12px;height:78px;display:block; }
#Uw2d1gQOL0HyUu97i9CqnBLBb4VXbcHR { color:#535457;display:block;width:1168px;position:absolute;font-family:lato;font-size:11px;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:1376px;left:32px;height:15.3906px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ToqxFQG6BW2UikpCoBastTdaAmk6wHqN { color:#ffffff;display:block;width:509px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:48.1875px;left:722px;height:20.7969px;display:block; }
#KWJ24WBNEAZamBta3gvwmFQc3yQExdfJ { position:absolute;display:block;z-index:15045;background-color:#ffffff;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 03px 3px 10px rgba(0,0,0,0.7) ;height:72px;width:167px;top:729px;left:1214.3333129883px;display:block; }
#z3wpsSstXhIIivf54nBkqp6PXKo3gC6V { color:#ff0000;display:block;width:150px;position:absolute;font-family:lato;font-size:12px;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:733.8125px;left:1224.3333129883px;height:62.375px;text-align:center;text-align-last:center;display:block; }
#VgoKRcrrqKzyZrqROM8zHtzFkDR8862L { position:absolute;display:block;z-index:14997;background-color:#009597;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 3px 3px rgba(0,0,0,0.5) ;height:63px;width:644px;top:613px;left:0px;display:block; }
#dXmZGhl4zt7Zb9orBsb4qJ3FT4Bn2zSG { position:absolute;display:block;z-index:14998;background-color:#009597;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0 3px 3px rgba(0,0,0,0.5) ;height:63px;width:483px;top:680px;left:1.5px;display:block; }
#tEMPp96tBDbOMOm9lCDTmcFah1TToRsT { color:#000000;display:block;width:811px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:996px;left:0px;height:26px;display:block; }
#ZDLq1z7eOp8uM1GUXdbWsNf0l3Au3may { position:absolute;display:block;z-index:15045;background-color:#009597;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:177px;width:1200px;top:1145.390625px;left:0px;display:block; }
#aZ0ogWB4KWIQaxDtSFy6DV1rLmZDbdKi { color:#000000;display:block;width:811px;position:absolute;font-family:lato;font-size:20px;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:1046px;left:359.5px;height:78px;display:none; }
#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 { position:relative;display:none; }#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 { border-width: 0; border-radius: 0; }#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.08);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container { background-color: transparent; background-image: none; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container > .video-iframe-container { display: none; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row > .video-iframe-container { display: none; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .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); }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container { border-width: 0; border-radius: 0; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container { font-size:14px;font-family:arial;height:421px;width:1200px;position:relative;display:block; }#Fk1UbaikUJQADiT66RSZo9vTR54DzQxC { color:#606060;display:block;width:1197px;position:absolute;font-family:"geomanist reg";font-size:11px;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:67px;left:0px;height:15.3906px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5f5f64;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container { background-color: transparent; background-image: none; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container > .video-iframe-container { display: none; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row > .video-iframe-container { display: none; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .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); }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container { border-width: 0; border-radius: 0; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container { font-size:14px;font-family:arial;height:97px;width:1200px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-regular-label { width:250px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-textarea { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-button { width:205px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:22px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-checkbox-label { width:230px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW  { width:250px;height:auto;top:311px;left:0px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .radio-container { width:250px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW {display:block;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW { width:250px;height:auto;top:311px;left:0px; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #R8sEwADfGfaJgOTXxvrFIvcS5ncirbFP {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #TVnowLVBRHQafm004HEWgmMh759VAE5U { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #xHcT7XITbOa5AxXIuZMldGtbTLwnP2w7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #yByZetbMXAwyvna6PaGg96HiHuDzmlhS {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #CptOO5LDTHy5HTDMJoa2OI5SMrmL6yAs { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OGWMwuFP3ufyBMDsd97eWW9m7UCu1ZHh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hyaHhP3kUXAQ3NN1HPx7Fyqb2kLV7zms {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ByIfTBdKI681UqTWKZPEQaeHzEpLSk0X { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #sr5Th5XqnWUK6aaQKB8VyZAt7bOwOA17 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #V8IOcDQPAw9Dgf9SRR9EIT6maTSOA1Q7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hQ795508BOBFGXtcb5pvbthFohhiIILo { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #lPlNimgnHhxZk8APadBieTnzMTS1e5qe {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VTqVZrDiCUsouBw7NTaO20PxSycI4exc {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qRq5csTEhZOxbQRBbfDE0OUMEumL8cXv { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XAVU4NQNEx9M13fVReZ7pNSxt4f4gxfh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #LN6lV7pXTboflJRVEAkRxIiNrrO13mLg {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #a1zQRitKnRyWArSkkdx4hZ0b6HnwKbgU { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KDbRPz6EIXAWab9wEx2rUZ4uvFHo3z2t {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aAnbMJOzgoGhXoAER8RO1ZPxWdN1q6FH {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #C41TKXNMKp40TgpD525v7QWtgCNKfK2F { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #rZmLbL58wCeo84nGSF2NMruFSVhat4DH {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ryuSZDtcFOqWiUTgTaOcU9ynRpQN430y {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #dfMZixnxoiD8fOMtB9M2pvOI2haxLFsS { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #MODcyrcAB675PDAGBKVmrsaToWd04ymz {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #M8ddlzDUsvBlONToOfd5rloBopgaTtQF {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bPC3F7Zz1RUUEFuVGgLnTOc186fFQpJb { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PUlkRdZgeiqCIF8UhicJPAP4y7qO5klL {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KGMpZagzzPsPnnCPm9FQTw9Kst3HbyxE {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #mLGJ4PcHGoFeTEI9gREuAXJQkmANDIIE { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ddkDkTPHc3zMTJMgDzMXTGIP1vD38XNb {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XcBKDKTLCdvlMIhRl7BJAaACAylLGf7X {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FJcoCdLCTLcelgkT2TgehVdgM1QQwk9e { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OZsPc8vvGtRNEMQGNSnDuzg5wbifzAtR {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #U1HKrW2qG9y1fzhnqMZanLiW2TOCgei4 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #E605v0Sq0RTXbhcfMCqQnxdr4dKfXCrs { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #DbszRmNE0KQ09nxX5slDQ2o4lJ68WCH1 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #x55zmwcVlvZc7bnQH2ARRGl2B0LUDc36 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aGOToUM1gPyAio9FkHNBnHDurXrlnfBk { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #nXXJ6MIUDRTn5AWE7QCvzmP9TE9Qlce3 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BPCUzdQXPiSH1HH6yJGIk7zZH9dcPuO6 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tuhlcvIxqz2XFbWd2ibmL8liZS7fkaTU { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VkoQtCvNdt9XL3rdS0rMiwmUl9RtErKW {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FBnrkpCdMiuFG9mTUnI5CONn9yvCQQah {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tVo50w46m3ZC6ttcRhN99LPyu6idg38n { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #An69Qo3TLROazyRcMBJlX8yTylqSnel7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #iuyyRflHmnZgQOQzDSFEaFt0gyiHHTmE {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #v6yJED1lTP2ESrTgDAJVIn2iBJHroXNH { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Ty5hR5mX6feXd2hmFTLWHyhwRMrBIEnn {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #pyUJwIgLHRd2eETTG4inenXu6KgQAqpF {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #QwTvkipAwvoezPEiOTBIvsvkkAkok7Jq {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PXxGVtLTBwg94GmbcvmuaQIvw4CttaZD {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #RQNQoH80w3M1cDTbVxAggdOgTQ7qMXCm {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tP84y8HXD5H7tAGpKhbGx5ywpQAWeGMI {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qds00TKhZTTzh0kHXbLKsyb51tVLa14T {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Plz1tL4e8n22KtMF6AET8dsPRDOlHmrK {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #vbetv889CRRRgwhXnpUsBvrWaDrJrzyv {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ph9SqTJWGqBCNOTqugQrWGLSsWhTAy3Z {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BU3yBBZiShROxGF7qg4yTeWVitOFq0nh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #P3sLZUylak4Nnz6MXtP8aldFsiU7deSN {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ufvcew7Pw9eSi2mE0BRwvhiCCnMqyUdZ {  }
 }@media only screen and (max-width: 763px) { #ivVOnmL8w7AMhgf3o25ET0xTLVuoKSrv { display:block; }
 }@media only screen and (max-width: 763px) { #JaxBZfTrNPEHSv9V3WgnoNVIorHziUx3 { display:block; }
 }@media only screen and (max-width: 763px) { #dKEbc8gzSpCcRtC3x76qLeFnhtOA3D0e { display:block; }
 }@media only screen and (max-width: 763px) { #TEncZ8fUBkTeTKr2FMlWPsp06OZmXHeE { display:block; }
 }@media only screen and (max-width: 763px) { #zhmgTGKiFTSrrJIgMNVMeJLahPOq093e { display:block; }
 }@media only screen and (max-width: 763px) { #eGUPCSheDv9rKromQqbnhRS4ilb2kR8h { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #NgPed5xHqVrVAp3pGZyRqqdydRrnQRmU {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bO4NQPM44T8aXv5X7cOriwZEuMuyITtD {  }
 }@media only screen and (max-width: 763px) { #ilfHHTJ2HpQfscmNkmRL27O9w5Dwamaw { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #Apr4dqsWXgBJFrz2zhBHdimo9B2xcvwx { width:292px;height:51px;top:470px;left:472px;display:block; }
 }@media only screen and (max-width: 763px) { #e8kbZ6Wqb37xW2poWEQr7H9GLFaRut2X { width:266px;height:50px;top:471px;left:498px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #BCwR6F1TJl4gviT9xWLQnKxItxTx1gAu { width:235px;height:37px;top:477px;left:529px;display:block; }
 }@media only screen and (max-width: 763px) { #bfv0gT0NhSXKF78tTf0Jy8eOKOhTayUx { width:222px;height:33px;top:479px;left:542px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #hNu9eL7Go72aUZZTzzwvVCapTeNO2Vpx { top:544px;left:0px;width:628px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #GV9ZGGBEs9uLKt2CDGk5ineaNKC4zV79 { top:752px;left:0px;width:568px;height:121px;display:block; }
 }@media only screen and (max-width: 763px) { #QGHtXQgELbS1mIIxJkTo9yTdCbIvVphZ { top:23px;left:0px;width:260px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #t9v8IX350bmzlyDcyZktHMtQ2aX3ex1p { top:544px;left:0px;width:642px;height:198px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #t24aZONirD5Jye2PHSpyXA5sSbzhuK6y { top:757px;left:0px;width:550px;height:114px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MnJv6J1Wg1TD5uiqcK9L0bTokBB3aOIb { top:8px;left:294px;width:470px;height:33px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Fegn5y7MfUtVTK2eS3b5DwI72PaHyBku { top:923px;left:0px;width:764px;height:52px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XQHHlE9FJvMs6vCrZnAzyEOk3fxuLAq5 { width:236px;height:50px;top:1250px;left:280px;display:block; }
 }@media only screen and (max-width: 763px) { #qG1mo7g1ovhgK8etzETdVTA1vneyczLJ { display:block; }
 }@media only screen and (max-width: 763px) { #HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN { top:1031px;left:0px;width:764px;height:84px;font-size:13px;display:block; }#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/50670fab-8bb0-4f22-9af4-99640b73e6fc/ikonazielonycheck.png); }
 }@media only screen and (max-width: 763px) { #K2R0ntiMrrxA5iZCRu1rHVENG2nM7dyo { top:1162px;left:0px;width:764px;height:78px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Uw2d1gQOL0HyUu97i9CqnBLBb4VXbcHR { width:764px;height:15px;top:1376px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ToqxFQG6BW2UikpCoBastTdaAmk6wHqN { top:48px;left:255px;width:509px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KWJ24WBNEAZamBta3gvwmFQc3yQExdfJ { width:167px;height:72px;top:729px;left:597px;display:block; }
 }@media only screen and (max-width: 763px) { #z3wpsSstXhIIivf54nBkqp6PXKo3gC6V { width:150px;height:62px;top:733px;left:614px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #VgoKRcrrqKzyZrqROM8zHtzFkDR8862L { top:613px;left:0px;width:644px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #dXmZGhl4zt7Zb9orBsb4qJ3FT4Bn2zSG { top:680px;left:0px;width:483px;height:63px;display:block; }
 }@media only screen and (max-width: 763px) { #tEMPp96tBDbOMOm9lCDTmcFah1TToRsT { top:996px;left:0px;width:764px;height:26px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDLq1z7eOp8uM1GUXdbWsNf0l3Au3may { top:1145px;left:0px;width:764px;height:177px;display:block; }
 }@media only screen and (max-width: 763px) { #aZ0ogWB4KWIQaxDtSFy6DV1rLmZDbdKi { top:445px;left:0px;width:320px;height:101px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 { display:block; }#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs { display:block; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk1UbaikUJQADiT66RSZo9vTR54DzQxC { width:320px;height:46px;top:11px;left:0px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF { display:block; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/s3skzDDT/bg_mobile_kopia3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:2669px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6c927a47-58d6-4ecd-82a7-23dac2a20494/ZielonaEnergiamobilecover.png");background-position:top 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-regular-label { width:266px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;font-size:13px;overflow:hidden;line-height:1;display:block; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text { width:266px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-text {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-textarea { width:266px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select { width:266px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-select {padding-top: 0; padding-bottom: 0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-input-button { width:218px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:24px; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]:-moz-placeholder { color:#008060; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]::-moz-placeholder { color:#008060; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]:-ms-input-placeholder { color:#008060; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW [class*="-text"]::-webkit-input-placeholder { color:#008060; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-checkbox-label { width:246px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container { padding-top:2px;padding-right:0;padding-bottom:1px;padding-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container:first-of-type{padding-top:0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .widget-container:last-of-type{padding-bottom:0;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW  { width:266px;height:auto;top:627px;left:7px;z-index:14995; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW .radio-container { width:266px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW {display:block;}#ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW { width:266px;height:auto;top:627px;left:7px;z-index:14995; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #R8sEwADfGfaJgOTXxvrFIvcS5ncirbFP {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #TVnowLVBRHQafm004HEWgmMh759VAE5U { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #xHcT7XITbOa5AxXIuZMldGtbTLwnP2w7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #yByZetbMXAwyvna6PaGg96HiHuDzmlhS {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #CptOO5LDTHy5HTDMJoa2OI5SMrmL6yAs { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OGWMwuFP3ufyBMDsd97eWW9m7UCu1ZHh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hyaHhP3kUXAQ3NN1HPx7Fyqb2kLV7zms {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ByIfTBdKI681UqTWKZPEQaeHzEpLSk0X { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #sr5Th5XqnWUK6aaQKB8VyZAt7bOwOA17 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #V8IOcDQPAw9Dgf9SRR9EIT6maTSOA1Q7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #hQ795508BOBFGXtcb5pvbthFohhiIILo { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #lPlNimgnHhxZk8APadBieTnzMTS1e5qe {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VTqVZrDiCUsouBw7NTaO20PxSycI4exc {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qRq5csTEhZOxbQRBbfDE0OUMEumL8cXv { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XAVU4NQNEx9M13fVReZ7pNSxt4f4gxfh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #LN6lV7pXTboflJRVEAkRxIiNrrO13mLg {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #a1zQRitKnRyWArSkkdx4hZ0b6HnwKbgU { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KDbRPz6EIXAWab9wEx2rUZ4uvFHo3z2t {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aAnbMJOzgoGhXoAER8RO1ZPxWdN1q6FH {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #C41TKXNMKp40TgpD525v7QWtgCNKfK2F { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #rZmLbL58wCeo84nGSF2NMruFSVhat4DH {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ryuSZDtcFOqWiUTgTaOcU9ynRpQN430y {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #dfMZixnxoiD8fOMtB9M2pvOI2haxLFsS { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #MODcyrcAB675PDAGBKVmrsaToWd04ymz {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #M8ddlzDUsvBlONToOfd5rloBopgaTtQF {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bPC3F7Zz1RUUEFuVGgLnTOc186fFQpJb { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PUlkRdZgeiqCIF8UhicJPAP4y7qO5klL {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #KGMpZagzzPsPnnCPm9FQTw9Kst3HbyxE {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #mLGJ4PcHGoFeTEI9gREuAXJQkmANDIIE { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ddkDkTPHc3zMTJMgDzMXTGIP1vD38XNb {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #XcBKDKTLCdvlMIhRl7BJAaACAylLGf7X {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FJcoCdLCTLcelgkT2TgehVdgM1QQwk9e { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #OZsPc8vvGtRNEMQGNSnDuzg5wbifzAtR {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #U1HKrW2qG9y1fzhnqMZanLiW2TOCgei4 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #E605v0Sq0RTXbhcfMCqQnxdr4dKfXCrs { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #DbszRmNE0KQ09nxX5slDQ2o4lJ68WCH1 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #x55zmwcVlvZc7bnQH2ARRGl2B0LUDc36 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #aGOToUM1gPyAio9FkHNBnHDurXrlnfBk { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #nXXJ6MIUDRTn5AWE7QCvzmP9TE9Qlce3 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BPCUzdQXPiSH1HH6yJGIk7zZH9dcPuO6 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tuhlcvIxqz2XFbWd2ibmL8liZS7fkaTU { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #VkoQtCvNdt9XL3rdS0rMiwmUl9RtErKW {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #FBnrkpCdMiuFG9mTUnI5CONn9yvCQQah {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tVo50w46m3ZC6ttcRhN99LPyu6idg38n { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #An69Qo3TLROazyRcMBJlX8yTylqSnel7 {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #iuyyRflHmnZgQOQzDSFEaFt0gyiHHTmE {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #v6yJED1lTP2ESrTgDAJVIn2iBJHroXNH { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Ty5hR5mX6feXd2hmFTLWHyhwRMrBIEnn {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #pyUJwIgLHRd2eETTG4inenXu6KgQAqpF {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #QwTvkipAwvoezPEiOTBIvsvkkAkok7Jq {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #PXxGVtLTBwg94GmbcvmuaQIvw4CttaZD {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #RQNQoH80w3M1cDTbVxAggdOgTQ7qMXCm {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #tP84y8HXD5H7tAGpKhbGx5ywpQAWeGMI {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #qds00TKhZTTzh0kHXbLKsyb51tVLa14T {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #Plz1tL4e8n22KtMF6AET8dsPRDOlHmrK {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #vbetv889CRRRgwhXnpUsBvrWaDrJrzyv {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ph9SqTJWGqBCNOTqugQrWGLSsWhTAy3Z {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #BU3yBBZiShROxGF7qg4yTeWVitOFq0nh {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #P3sLZUylak4Nnz6MXtP8aldFsiU7deSN {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #ufvcew7Pw9eSi2mE0BRwvhiCCnMqyUdZ {  }
 }@media only screen and (max-width: 763px) { #ivVOnmL8w7AMhgf3o25ET0xTLVuoKSrv { display:block; }
 }@media only screen and (max-width: 763px) { #JaxBZfTrNPEHSv9V3WgnoNVIorHziUx3 { display:block; }
 }@media only screen and (max-width: 763px) { #dKEbc8gzSpCcRtC3x76qLeFnhtOA3D0e { display:block; }
 }@media only screen and (max-width: 763px) { #TEncZ8fUBkTeTKr2FMlWPsp06OZmXHeE { display:block; }
 }@media only screen and (max-width: 763px) { #zhmgTGKiFTSrrJIgMNVMeJLahPOq093e { display:block; }
 }@media only screen and (max-width: 763px) { #eGUPCSheDv9rKromQqbnhRS4ilb2kR8h { display:block; }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #NgPed5xHqVrVAp3pGZyRqqdydRrnQRmU {  }
 }@media only screen and (max-width: 763px) { #ozKayXukVf7TkCuwfhrnN0whK4Z0i9BW #bO4NQPM44T8aXv5X7cOriwZEuMuyITtD {  }
 }@media only screen and (max-width: 763px) { #ilfHHTJ2HpQfscmNkmRL27O9w5Dwamaw { top:563px;left:0px;width:320px;height:1150px;z-index:14994;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #009597, #006a4e);background-image: -moz-linear-gradient(180deg, #009597, #006a4e);background-image: -ms-linear-gradient(180deg, #009597, #006a4e);background-image: -o-linear-gradient(180deg, #009597, #006a4e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#009597', endColorstr='#006a4e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#009597', endColorstr='#006a4e' );";background-image: linear-gradient(180deg, #009597, #006a4e);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Apr4dqsWXgBJFrz2zhBHdimo9B2xcvwx { width:293px;height:52px;top:1593px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #e8kbZ6Wqb37xW2poWEQr7H9GLFaRut2X { width:267px;height:46.7812px;top:1595px;left:40px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BCwR6F1TJl4gviT9xWLQnKxItxTx1gAu { width:236px;height:38px;top:1600px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #bfv0gT0NhSXKF78tTf0Jy8eOKOhTayUx { width:223px;height:31.1875px;top:1603px;left:62px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNu9eL7Go72aUZZTzzwvVCapTeNO2Vpx { width:274px;height:25px;top:172.4375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GV9ZGGBEs9uLKt2CDGk5ineaNKC4zV79 { width:297px;height:66px;top:256px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #QGHtXQgELbS1mIIxJkTo9yTdCbIvVphZ { width:143px;height:33px;top:9px;left:9px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t9v8IX350bmzlyDcyZktHMtQ2aX3ex1p { width:274px;height:79.1719px;top:172.4375px;left:7.5px;font-size:22px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t24aZONirD5Jye2PHSpyXA5sSbzhuK6y { width:283px;height:62.375px;top:257.21875px;left:7px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #MnJv6J1Wg1TD5uiqcK9L0bTokBB3aOIb { width:320px;height:23.3906px;top:571px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fegn5y7MfUtVTK2eS3b5DwI72PaHyBku { width:320px;height:84.4531px;top:347px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #XQHHlE9FJvMs6vCrZnAzyEOk3fxuLAq5 { width:261px;height:46px;top:2283.203125px;left:29.5px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #qG1mo7g1ovhgK8etzETdVTA1vneyczLJ { display:block; }
 }@media only screen and (max-width: 763px) { #HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN { width:320px;height:107.344px;top:420.4375px;left:0px;font-size:13px;display:none; }#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN li:not(:first-child){ padding-top:3px;padding-right:0;padding-bottom:0;padding-left:0; }#HvXL2aIJShKK4KNC5gxGBJLTT2nGp8iN li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/50670fab-8bb0-4f22-9af4-99640b73e6fc/ikonazielonycheck.png); }
 }@media only screen and (max-width: 763px) { #K2R0ntiMrrxA5iZCRu1rHVENG2nM7dyo { width:320px;height:101.344px;top:435px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #Uw2d1gQOL0HyUu97i9CqnBLBb4VXbcHR { width:320px;height:0;top:2633.3175px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ToqxFQG6BW2UikpCoBastTdaAmk6wHqN { width:288px;height:31.1875px;top:605px;left:16px;font-size:12px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KWJ24WBNEAZamBta3gvwmFQc3yQExdfJ { width:187px;height:45px;top:2037px;left:127px;display:block; }
 }@media only screen and (max-width: 763px) { #z3wpsSstXhIIivf54nBkqp6PXKo3gC6V { width:172px;height:39px;top:2040px;left:132px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VgoKRcrrqKzyZrqROM8zHtzFkDR8862L { width:282px;height:25px;top:200.4375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dXmZGhl4zt7Zb9orBsb4qJ3FT4Bn2zSG { width:218px;height:25px;top:227px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tEMPp96tBDbOMOm9lCDTmcFah1TToRsT { width:320px;height:16.8906px;top:454px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #ZDLq1z7eOp8uM1GUXdbWsNf0l3Au3may { width:320px;height:200px;top:2185.47px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #aZ0ogWB4KWIQaxDtSFy6DV1rLmZDbdKi { width:320px;height:101.344px;top:445.9375px;left:0px;font-size:13px;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 { display:block; }#DPpi9rTOEOvPV7S5xExuDkDh8U9yuqZ6 > .row .container { width:320px;height:23px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs { display:block; }#QQJ6Th5TP5HivVTKJOxaxaKgaJ1vkKGs > .row .container { width:320px;height:96px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fk1UbaikUJQADiT66RSZo9vTR54DzQxC { width:320px;height:46.1719px;top:11px;left:0px;font-size:11px;text-align:justify;text-align-last:initial;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF { display:block; }#FDELKD3CIk8Nf0EB8oOztl3WIa24lqLF > .row .container { width:320px;height:211px;position:relative;display:block; } }