.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;background-image:url("https://images.assets-landingi.com/uc/4949a0fe-05c3-44d5-a343-f8ca1bcb049f/Zdjciegwnenastronzapisu142.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.adaptive-delivery-prevent-bg, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyload, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyloading { background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { background-color: transparent; background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .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); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { border-width: 0; border-radius: 0; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { font-size:14px;font-family:arial;height:768px;width:1200px;position:relative;display:block; }#L3fbtsnFvcmITZaUXLnx7mQ1TfQE0gQA { color:#f4ce83;display:block;width:503px;position:absolute;font-family:"josefin sans";font-size:70px;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:179px;left:680.5px;height:84px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u9P8FAt1GW93lyk4Jr7kL26gherBly6J { border-bottom:0;border-left:0;border-right:0;border-top:0;height:77px;width:77px;position:absolute;display:block;z-index:15027;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:74px;left:893.5px;overflow:hidden;display:block; }
#WxIWJMs9QmxFi32LhEw78AVBzQNOVJma { background-color:#399506;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f4d386;border-left:2px solid #f4d386;border-right:2px solid #f4d386;border-bottom:2px solid #f4d386;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:582px;left:756.5px;display:block; }
#RTlTvXR9csHdZTJqd98sDMFMB8CXfKev { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#N3PTVN8oPfF7EAo1ZzT2nIWcCX51ohZi { color:#fff9f8;display:block;width:559px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:448px;left:641px;height:37.333332px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NTBLQknKQUXXFL9qCrcKauP0HSntZTmV { color:#fff5e5;display:block;width:591px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:496.66669845581px;left:609px;height:117.333336px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rs0FupLTIL3HGfCHBk9QSX0cqNcTSwSc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:431px;width:748px;top:134.00000575293px;left:-141.49703817362px;display:block; }
#gHlkC2mT56DXuVXNnTuN5lpmxxcKOP82 { 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; }
#v7g9NaKMCCCLknF0RT314MWT1T4TDCaX { color:#f4ce83;display:block;width:519px;position:absolute;font-family:"josefin sans";font-size:50px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:286px;left:680px;height:120px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D3MliIN13CSG6HicB46hN8UdhcqXa5OZ { color:#f4ce83;display:block;width:519px;position:absolute;font-family:"josefin sans";font-size:50px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:286px;left:680px;height:120px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container { background-color: transparent; background-image: none; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container > .video-iframe-container { display: none; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row > .video-iframe-container { display: none; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .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); }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container { border-width: 0; border-radius: 0; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container { font-size:14px;font-family:arial;height:409px;width:1200px;position:relative;display:block; }#z4JOOL2W3QJJLJVGffdaQC7uwN7TXcnd { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:60px;left:0px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRE3ACHOwSJyKhSJ3cFLlBk3mxeoTiEe { display:block;width:1000px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:160.64587402344px;left:100px;height:186.66666px;color:#f4ce83;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container { background-color: transparent; background-image: none; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container > .video-iframe-container { display: none; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row > .video-iframe-container { display: none; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .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); }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container { border-width: 0; border-radius: 0; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container { font-size:14px;font-family:arial;height:660px;width:1200px;position:relative;display:block; }#dz703WZbOukIluGyAPoCormQXcGaylST { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:60px;left:0px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sVAvBh3dWP2lrqDTAXOKQrZQQTHlsTQL { display:block;width:1000px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:154.29174804688px;left:100px;height:447.999984px;color:#df692f;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f918fefe-22ff-47e7-b78a-f14ea12bf313/To1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.adaptive-delivery-prevent-bg, #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.lazyload, #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.lazyloading { background-image: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { background-color: transparent; background-image: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.54); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container > .video-iframe-container { display: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.54); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row > .video-iframe-container { display: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .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); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { border-width: 0; border-radius: 0; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { font-size:14px;font-family:arial;height:987px;width:1200px;position:relative;display:block; }#KKK3p4yEmse5NQus6nWrmth10QAbTBIB { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:60px;left:0px;height:144px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m4ZosOJnI9pfmFRPHCwIC9QgtGaHie8g { color:#f4ce83;display:block;width:1099.9375px;position:absolute;font-family:"josefin sans";font-size:35px;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:230.64587402344px;left:50.020843505859px;height:704.000016px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container { background-color: transparent; background-image: none; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container > .video-iframe-container { display: none; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row > .video-iframe-container { display: none; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .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); }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container { border-width: 0; border-radius: 0; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container { font-size:14px;font-family:arial;height:242px;width:1200px;position:relative;display:block; }#NvCP0nGFRP4Syx9b716zZG0apSNMTDdF { color:#f4ce83;display:block;width:1200px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:60px;left:0px;height:72px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bxTTxMbU2QhVFqxoOKcBpr4iLok3MHua { color:#47545a;display:block;width:1099.958374px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:155.47924804688px;left:50px;height:82.666664px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bVTFhwghpOiTdlv2XcgsFV7eRT7NVTl2 { color:#47545a;display:block;width:1099.979126px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:164.16674804688px;left:50px;height:99.999996px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LcwK43osz7aBTzdkZNKyUgRIUs8r7V6L { color:#47545a;display:block;width:1099.979126px;position:absolute;font-family:"josefin sans";font-size:20px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:164.16674804688px;left:50px;height:102px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container { background-color: transparent; background-image: none; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container > .video-iframe-container { display: none; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row > .video-iframe-container { display: none; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .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); }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container { border-width: 0; border-radius: 0; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container { font-size:14px;font-family:arial;height:823px;width:1200px;position:relative;display:block; }#NuEv4E3dAIHi8QosTSpGigMKx6CNlWQn { color:#f4ce83;display:block;width:352px;position:absolute;font-family:"josefin sans";font-size:35px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:178px;left:424px;height:45.333332px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n3gtodfGZGuCKhTuTv8q7y83zkMeAGWl { position:absolute;display:block;z-index:15000;background-color:#035d24;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:120px;width:380px;top:162px;left:410px;display:block; }
#QPJgRf57CCa38TQWCL1Oz7blkrDaFCZM { position:absolute;display:block;z-index:14999;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:537px;width:390px;top:157px;left:405px;display:block; }
#JhORrryGgidfSf3GS6Nkf7lZ7xyHPLLd { color:#72686c;display:block;width:300px;position:absolute;font-family:"josefin sans";font-size:50px;font-weight:400;z-index:15025;line-height:1.5;letter-spacing:0;top:473px;left:450px;height:74.666664px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QStAexTMUtoc4skeCEuu8JwVy4kS0hTN { background-color:#4bae16;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:3px solid #f4ce83;border-left:3px solid #f4ce83;border-right:3px solid #f4ce83;border-bottom:3px solid #f4ce83;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:299.2px;height:69.2px;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:589px;left:450px;display:block; }
#wtlRd4wATEi648UqQ6L6x1NmZTkvl6LL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V20KzpQwNBy6C6T4gWo9lVrQVaDhkfky { color:#fd4336;display:block;width:300px;position:absolute;font-family:"josefin sans";font-size:35px;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:422px;left:450px;height:52px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xTyNsLChCC4sqEA0vcC5sbGINHzima2F { color:#47545a;display:block;width:340px;position:absolute;font-family:"josefin sans";font-size:20px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:329px;left:430px;height:50.666668px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QnhVgUHfWOtXfPonHW9TK8mKKnkQubi6 { color:#ffffff;display:block;width:665px;position:absolute;font-family:"josefin sans";font-size:16px;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:732px;left:267.5px;height:60px;text-align:center;text-align-last:center;display:block; }
#baqeBM0g2um5ChNE0k298nCELU6TcMI8 { color:#fd4336;display:block;width:200px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:677.00024414062px;left:0px;height:96px;display:block; }
#rGoHsTxqBLNwOoX4xggOECowhkqs9TWS { color:#fd4336;display:block;width:200px;position:absolute;font-family:arial;font-size:25px;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:309.16674804688px;left:46px;height:96px;display:block; }
#ccQxvrkUKz8E84OJACsN7mX8IzxCUSId { color:#f4ce83;display:block;width:1099.958374px;position:absolute;font-family:"josefin sans";font-size:45px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:60px;left:50px;height:76px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QlGv5kuug4I77vlnlfM8vKtTyiZvbf9a { color:#f4ce83;display:block;width:352px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:223px;left:424px;height:32px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hh8OQgig1rgotELSfyC8mb6Aea3CO5or { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#035d24;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; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container { background-color: transparent; background-image: none; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container > .video-iframe-container { display: none; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row > .video-iframe-container { display: none; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .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); }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container { border-width: 0; border-radius: 0; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container { font-size:14px;font-family:arial;height:315px;width:1200px;position:relative;display:block; }#QSvSEGdmSQ3PFaGaNiaPWcRWhWR4wlcX { color:#f4ce83;display:block;width:944px;position:absolute;font-family:"josefin sans";font-size:45px;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:60px;left:128px;height:106.666664px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q51Kf0TgnRoqGtqIhzVuSneTuQlSiu9s { color:#47545a;display:block;width:1099.979126px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:164.16674804688px;left:50px;height:99.999996px;text-align:center;text-align-last:center;font-style:normal;display:none; }
#KNw58vAbhcBBeDCgnxU8JZ4xkA109LFd { background-color:#f4ce83;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#035d24;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:495px;height:70px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:199.39599609375px;left:352.5px;display:block; }
#uWv3cTWUchGdI61RTi3XWW6PyOftekIe { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container { background-color: transparent; background-image: none; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container > .video-iframe-container { display: none; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row > .video-iframe-container { display: none; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .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); }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container { border-width: 0; border-radius: 0; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container { font-size:14px;font-family:arial;height:492px;width:1200px;position:relative;display:block; }#eMrfRolQ2I4PGVwLUOFnIGn5772PtpkP { color:#2649a9;display:block;width:499.987px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:329.47500610352px;left:21.1875px;height:259.2px;font-style:italic;text-align:center;text-align-last:center;display:none; }
#og8AvkpnO9FsL543mae649gda98Z4ASJ { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #035d24;border-left:2px solid #035d24;border-right:2px solid #035d24;border-bottom:2px solid #035d24;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:435px;width:1201px;top:53px;left:0px;display:block; }
#dQEXBvsq8PXmFQwMu1JBsF9TRJ2Xrvk3 { color:rgba(3,93,36,0.97);display:block;width:99.958336px;position:absolute;font-family:dosis;font-size:200px;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:53px;left:93px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SuuIl47QGPEiBz9e9nMfFkSh1Hz9EvK0 { color:#47545a;display:block;width:817px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:167px;left:192px;height:239.999994px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NNX51JdKzbTNoNc7DChxRINhJmHSWKqH { color:#72686c;display:block;width:817px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:255.91662597656px;left:191.50003051758px;height:373.3337px;text-align:center;text-align-last:center;display:none; }
#WkIRBNX4BJX1nA65O9Q9iiZAR6LymIJa { color:#000000;display:block;width:817px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:494.921875px;left:383px;height:0;text-align:center;text-align-last:center;display:none; }
#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container { background-color: transparent; background-image: none; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container > .video-iframe-container { display: none; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row > .video-iframe-container { display: none; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .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); }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container { border-width: 0; border-radius: 0; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container { font-size:14px;font-family:arial;height:429px;width:1200px;position:relative;display:block; }#h5AGSfPKi4FmvcLiVwy7LylbaWETqmx2 { color:#2649a9;display:block;width:499.987px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:329.47500610352px;left:21.1875px;height:259.2px;font-style:italic;text-align:center;text-align-last:center;display:none; }
#QJJeKrb7M8ATr8PwLkBPbwfatPpmCGrL { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #035d24;border-left:2px solid #035d24;border-right:2px solid #035d24;border-bottom:2px solid #035d24;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:376px;width:1201px;top:49px;left:0px;display:block; }
#cD1DJoeg5lUkOMg5yO1k5iuHT7kcTu2H { color:rgba(3,93,36,0.97);display:block;width:99.958336px;position:absolute;font-family:dosis;font-size:200px;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:48px;left:93px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LyOJTXwREUCP4rSVT2Vf9K3KpstCGTnU { color:#47545a;display:block;width:817px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:163px;left:192px;height:186.666662px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0EEhddAJTR9x4fn80Oo5uelhdHJXZIP { color:#72686c;display:block;width:817px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:255.91662597656px;left:191.50003051758px;height:373.3337px;text-align:center;text-align-last:center;display:none; }
#AWwRfTFinTsIu65sI2kSsPyAUAft5TWb { color:#000000;display:block;width:817px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:494.921875px;left:383px;height:0;text-align:center;text-align-last:center;display:none; }
#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container { background-color: transparent; background-image: none; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container > .video-iframe-container { display: none; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row > .video-iframe-container { display: none; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .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); }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container { border-width: 0; border-radius: 0; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container { font-size:14px;font-family:arial;height:557px;width:1200px;position:relative;display:block; }#LiXyR3mEsLITrNR0hsmf0ATJ7c1Oyw7i { color:#2649a9;display:block;width:499.987px;position:absolute;font-family:roboto;font-size:25px;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:329.47500610352px;left:21.1875px;height:259.2px;font-style:italic;text-align:center;text-align-last:center;display:none; }
#iRGRL3MKTSlE66shiaUPX9yEPpHTHNcC { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #035d24;border-left:2px solid #035d24;border-right:2px solid #035d24;border-bottom:2px solid #035d24;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:438px;width:1201px;top:54px;left:0px;display:block; }
#PQBmJtoRP9s3efNzTnzTx2ymzLUthiGu { color:rgba(3,93,36,0.97);display:block;width:99.958336px;position:absolute;font-family:dosis;font-size:200px;font-weight:300;z-index:15015;line-height:.3;letter-spacing:0;top:53px;left:93px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NzPriT5dZJT7sbbHkgBncEMMacXRf1Cl { color:#47545a;display:block;width:817px;position:absolute;font-family:"josefin sans";font-size:18px;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:168px;left:192px;height:239.999994px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hCoI8lVyVSgmQmWLoWB3k3RqsAQbpQcA { color:#72686c;display:block;width:817px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:255.91662597656px;left:191.50003051758px;height:373.3337px;text-align:center;text-align-last:center;display:none; }
#tR622DTZsTrn92Pzse2NpZusXDyZCGsJ { color:#000000;display:block;width:817px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:494.921875px;left:383px;height:0;text-align:center;text-align-last:center;display:none; }
#pek64pmWgQBVFq3LTLehxom0g5tWwApa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fcff;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa.adaptive-delivery-prevent-bg, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyload, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyloading { background-image: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container { border-width: 0; border-radius: 0; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container { font-size:14px;font-family:arial;height:876px;width:1200px;position:relative;display:none; }#EuHL5oovdFQsMwRppIz3bNw7QMA3QcP3 { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:197px;left:22px;height:90px;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xt14BK6kkrF6ppa8CmX53VB5tnxJI5Mr { display:block;width:670px;position:absolute;font-family:"josefin sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:314px;left:22px;height:455.4px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FySQe7cNavP48yFpSGOZiG8sFAkEedf1 { display:block;width:1200px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:182.3125px;left:0px;height:144px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uwi6SEg7favE1UbcEPEtUaf93reQlunP { display:block;width:515px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:145px;left:22px;height:45px;color:#ba8f68;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OgWTvizgwEbK7PwcIaL9nR553MhoMCOO { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Iykndz7ESefLvVeDiCMr51shOaTsayI0 { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lsATb2gPWv95Sawl9S0AD5Bi7112RhrK { color:#47545a;display:block;width:523px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:892.6669921875px;left:654px;height:280px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#k53EpXylid8cASiLKqeaTn0JIZyNnbRl { position:absolute;display:block;z-index:15000;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:700px;width:700px;display:none; }
#MT0rT1duciJ1gS519mQTayHLV3ngrcA2 { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:195.93057250977px;left:503px;height:90px;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#IzINw2kEwQHiFRpN6Bauk8VrVshqTSDu { display:block;width:697px;position:absolute;font-family:"josefin sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:312.3194475174px;left:503px;height:496.8px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f8;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.adaptive-delivery-prevent-bg, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyload, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyloading { background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { background-color: transparent; background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .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); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { border-width: 0; border-radius: 0; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { font-size:14px;font-family:arial;height:955px;width:1200px;position:relative;display:block; }#bxmoqxe5E90ZTffTL0Az9OdyStdHpAnZ { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:101px;left:22px;height:88px;color:#035d24;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZHUeZrrTQwUmZccBz0oBVGV2ZbBWVc8z { display:block;width:588px;position:absolute;font-family:"josefin sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:219px;left:22px;height:702.666664px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#trrAvBE8K67bQg3tLzpTKRo8sFBygrQe { display:block;width:1200px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:182.3125px;left:0px;height:144px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ez3xyKseUZM1QqcyFvLAzTFoQhCptKyu { display:block;width:515px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:49px;left:22px;height:44px;color:#035d24;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RAiSP9qzMx1dWJt7LvO9SgkmC9KTrtZ6 { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hOu5krBINugreGkSxHOQwBkozpkUzOPs { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T3HqqssbKGEFO2eQRKxMvEEANXNC8y79 { color:#47545a;display:block;width:523px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:892.6669921875px;left:654px;height:280px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wz1VVaNt7dxtZafaH20ryk4Ak2JRQa6d { position:absolute;display:block;z-index:15000;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:700px;width:700px;display:none; }
#yTDLDULC9TTbVhVyIISNJGnCkNoTZh2f { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:195.93057250977px;left:503px;height:90px;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff9f8;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.adaptive-delivery-prevent-bg, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyload, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyloading { background-image: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { background-color: transparent; background-image: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container > .video-iframe-container { display: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row > .video-iframe-container { display: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .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); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { border-width: 0; border-radius: 0; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { font-size:14px;font-family:arial;height:876px;width:1200px;position:relative;display:block; }#sIVo0xHHfnp14cLoGmxhH2VnBauPEAWh { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:197px;left:22px;height:88px;color:#035d24;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2mTcl2b3LNig0vFNpTmH9uc17OmA1Dp { display:block;width:670px;position:absolute;font-family:"josefin sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:314px;left:22px;height:495.999988px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F58xZw2dHE7CF9BbnFasBtS7A9UlzCyT { display:block;width:1200px;position:absolute;font-family:roboto;font-size:48px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:182.3125px;left:0px;height:144px;color:#47545a;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xyMbP6bVbBFsPRhZfmNt1rhXLJIuzTMi { display:block;width:515px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:145px;left:22px;height:44px;color:#035d24;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vT4DoC67H6PFW3dCsqbxWKGGNJJ47TNF { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#McZ0K8qqcTaFWU3qN4giyNQTbLZSB8Xi { display:block;width:600px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15009;line-height:1.8;letter-spacing:0;top:891.3330078125px;left:11px;height:600px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i2boT8kC0lO5L1uh9bSGaOmyZeMg8luT { color:#47545a;display:block;width:523px;position:absolute;font-family:roboto;font-size:23px;font-weight:300;z-index:15023;line-height:1.8;letter-spacing:0;top:892.6669921875px;left:654px;height:280px;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#A23PnB9VgJig8acsKHdrsubr3kWh2cHL { position:absolute;display:block;z-index:15000;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:700px;width:700px;display:none; }
#mybqryvPy4UEvyW5NTCopqCUzRfBkpaL { display:block;width:622px;position:absolute;font-family:"josefin sans";font-size:30px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:195.93057250977px;left:503px;height:90px;color:#47545a;font-style:normal;text-align:left;text-align-last:left;display:none; }
#sqJy6EmO4SuLdpVqAcSw4HTOLrsRptXT { display:block;width:697px;position:absolute;font-family:"josefin sans";font-size:23px;font-weight:400;z-index:15009;line-height:1.8;letter-spacing:0;top:312.3194475174px;left:503px;height:496.8px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container { background-color: transparent; background-image: none; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container > .video-iframe-container { display: none; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row > .video-iframe-container { display: none; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .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); }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container { border-width: 0; border-radius: 0; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container { font-size:14px;font-family:arial;height:226px;width:1200px;position:relative;display:block; }#xmvTmvgPtM3FnH6kmXABPotkgvo6d4xP { color:#035d24;display:block;width:280px;position:absolute;font-family:"josefin sans";font-size:48px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:81px;left:39px;height:61.333332px;font-style:normal;display:block; }
#KhbcKG7a9AZL4IHlMmPpZpKNql8bCbz8 { position:absolute;display:block;z-index:15001;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:56px;width:150px;top:85px;left:495px;overflow:hidden;display:block; }
#bJTtXlH7CDnZr6sd5XAf01MqpVomx9U7 { position:absolute;display:block;z-index:15002;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:150px;width:150px;top:38px;left:972px;overflow:hidden;display:block; }
#oOITetn7AH0V8dm9FpGkVhVPKTc1m4fe { position:absolute;display:block;z-index:15003;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:150px;width:150px;top:38px;left:822px;overflow:hidden;display:block; }
#QxTXiSb7nuIIh30u73Tp5VbxNw5KEKTq { position:absolute;display:block;z-index:15002;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:150px;width:150px;top:38px;left:318px;overflow:hidden;display:block; }
#x0r47W7BEn5E8z2s5FeWQWAvQs5KFgET { position:absolute;display:block;z-index:15002;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:150px;width:150px;top:38px;left:672px;overflow:hidden;display:block; }
#EWKbthMO4BTPHcsqIspyfTz10MchR3zf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container { background-color: transparent; background-image: none; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container > .video-iframe-container { display: none; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row > .video-iframe-container { display: none; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .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); }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container { border-width: 0; border-radius: 0; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container { font-size:14px;font-family:ubuntu;height:637px;width:1200px;position:relative;display:block; }#ukgvlkX9Bq9UvEelf7rrR4M1BWEAgzOn { display:block;width:1100px;position:absolute;font-family:"josefin sans";font-size:60px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:60px;left:37.479187011719px;height:178.666672px;text-align:center;text-align-last:center;color:#035d24;font-style:normal;display:block; }
#Ku8hmdxvddhARtKIRLeGTyiwe8ZTygCm { display:block;width:1000px;position:absolute;font-family:"josefin sans";font-size:25px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:272.33349609375px;left:87.479187011719px;height:37.333332px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-number { border-top:3px solid #f4ce83;border-left:3px solid #f4ce83;border-right:3px solid #f4ce83;border-bottom:3px solid #f4ce83;background-color:transparent;background-image:none;color:#47545a;padding-top:16.27px;padding-right:14.41px;padding-bottom:16.27px;padding-left:14.41px;display:block;align-items:center;width:86.46px;min-width:86.46px;height:87.47px;position:relative;font-family:ubuntu;font-size:65.09px;font-weight:400;line-height:87.47px;text-align:center;text-align-last:center;top:0px;left:0px;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-label { background-color:;background-image:none;color:#47545a;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:10.17px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:115.28px;height:34.58px;position:relative;font-family:"josefin sans";font-size:24.41px;font-weight:300;line-height:34.58px;text-align:center;text-align-last:center;text-transform:none;top:-4%;left:0px;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:412px;height:170.76px;padding-top:2.03px;padding-right:2.06px;padding-bottom:2.03px;padding-left:2.06px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:341.3330078125px;left:391.91668701172px;z-index:15057; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #Xdm1gkwyLOC9OTvsna3dQDaLN6ABXHLe { display:flex;position:relative;top:0px;left:0px; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #w3gmI6lbr0wB3frIQTtBxBZ17dkV7Pek { width:auto; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MbLTbGSwb1QUiAAhls4fxL8f1OuAXT9I {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #V9iJKS0CxKpKGRy2q55r81OJdL0QGJql { display:flex;position:relative;top:0px;left:0px; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rcILz4TZaQypVMdWapIe2NO8QvTX6is0 {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #pNw6NZ5oEmULZrFKeVoP0IvUNw1DhmGw {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #ubquyevRctms7mlChR1FkVs2WoEnTKzc { display:flex;position:relative;top:0px;left:0px; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MPgGyqAPNIXZULusAdmRxqJ3VEaqxuZe {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #XxTFc1wnvASZ00VDNzXfqFwIRUJaGTbK {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rVunKs3wVoJ24Gmvc6udkdnrDcVpK5zt { display:flex;position:relative;top:0px;left:0px;display:none; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #R5bqQ1F5eUvGbXk9UxWKbDxNq6OHf5qK {  }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir #vMZZ4BOo8dFs0JzKK5eEPmtb8EPCbMv3 {  }
#s7I6TWaTRCbkRu5enTMauSTxv9RIVDTF { background-color:#399506;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #f4d386;border-left:2px solid #f4d386;border-right:2px solid #f4d386;border-bottom:2px solid #f4d386;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"josefin sans";font-size:25px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:328px;height:55px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:569px;left:436px;display:block; }
#TFNdSvAwpaQOnspmIhB9NoJi1sxDtp62 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#izOPmliN8UAyHvhkemktvhoiTVidi0Cd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef3ef;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; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { background-color: transparent; background-image: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container > .video-iframe-container { display: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row > .video-iframe-container { display: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .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); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { border-width: 0; border-radius: 0; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:block; }#FpsRaZCqhzUsKugC3gsy5tEeuZTcdrFd { border-bottom:0;border-left:0;border-right:0;border-top:0;height:77px;width:77px;position:absolute;display:block;z-index:15028;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:111.1669921875px;left:561.5px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m { background-color:#fff5e5;background-image:url("https://images.assets-landingi.com/uc/4949a0fe-05c3-44d5-a343-f8ca1bcb049f/Zdjciegwnenastronzapisu142.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.adaptive-delivery-prevent-bg, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyload, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyloading { background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { background-color: transparent; background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .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); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { width:764px;height:453px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L3fbtsnFvcmITZaUXLnx7mQ1TfQE0gQA { width:353px;height:53.333332px;top:104.3125px;left:382px;font-size:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #u9P8FAt1GW93lyk4Jr7kL26gherBly6J { width:50px;height:50px;top:24.520833969116px;left:533px;display:block; }
 }@media only screen and (max-width: 1199px) { #WxIWJMs9QmxFi32LhEw78AVBzQNOVJma { width:341.791656px;height:53.791668px;top:352.625px;left:211.10417175293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #RTlTvXR9csHdZTJqd98sDMFMB8CXfKev { display:block; }
 }@media only screen and (max-width: 1199px) { #N3PTVN8oPfF7EAo1ZzT2nIWcCX51ohZi { width:331px;height:25.333334px;top:262.1875px;left:403px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #NTBLQknKQUXXFL9qCrcKauP0HSntZTmV { width:436px;height:0;top:322.1875px;left:327px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #Rs0FupLTIL3HGfCHBk9QSX0cqNcTSwSc { width:350px;height:204px;top:104.3125px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #gHlkC2mT56DXuVXNnTuN5lpmxxcKOP82 { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 1199px) { #v7g9NaKMCCCLknF0RT314MWT1T4TDCaX { width:353px;height:0;top:233.875px;left:382px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #D3MliIN13CSG6HicB46hN8UdhcqXa5OZ { width:353px;height:82.666664px;top:170.1875px;left:392px;font-size:35px;z-index:15002;display:block; }
 }@media only screen and (max-width: 1199px) { #ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E { display:block; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container { width:764px;height:317px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #z4JOOL2W3QJJLJVGffdaQC7uwN7TXcnd { width:600px;height:41.333332px;top:40.333374023438px;left:82px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #XRE3ACHOwSJyKhSJ3cFLlBk3mxeoTiEe { width:650px;height:205.333338px;top:96px;left:56.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #AkRJIr4uMMm6qcbNHF60krCdoTTXpusf { display:block; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container { width:764px;height:506px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dz703WZbOukIluGyAPoCormQXcGaylST { width:600px;height:41.333332px;top:39.3125px;left:82px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #sVAvBh3dWP2lrqDTAXOKQrZQQTHlsTQL { width:650px;height:381.333342px;top:95.666625976562px;left:56.5px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr { display:block; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { width:764px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #KKK3p4yEmse5NQus6nWrmth10QAbTBIB { width:600px;height:82.666664px;top:39.3125px;left:82px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #m4ZosOJnI9pfmFRPHCwIC9QgtGaHie8g { width:699.958313px;height:399.999984px;top:156px;left:32.020835876465px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh { display:block; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container { width:764px;height:174px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NvCP0nGFRP4Syx9b716zZG0apSNMTDdF { width:600px;height:41.333332px;top:42px;left:82px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #bxTTxMbU2QhVFqxoOKcBpr4iLok3MHua { width:699.975px;height:66.666664px;top:106.16250014305px;left:32.012498855591px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #bVTFhwghpOiTdlv2XcgsFV7eRT7NVTl2 { width:699.97918701172px;height:442px;top:112.83337402344px;left:32px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #LcwK43osz7aBTzdkZNKyUgRIUs8r7V6L { width:699.979187px;height:102px;top:104.16674804688px;left:32px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 { display:block; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container { width:764px;height:551px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NuEv4E3dAIHi8QosTSpGigMKx6CNlWQn { width:352px;height:32px;top:63.979248046875px;left:206px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #n3gtodfGZGuCKhTuTv8q7y83zkMeAGWl { width:350px;height:114px;top:41.979248046875px;left:206.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #QPJgRf57CCa38TQWCL1Oz7blkrDaFCZM { width:370px;height:425px;top:29px;left:198px;display:block; }
 }@media only screen and (max-width: 1199px) { #JhORrryGgidfSf3GS6Nkf7lZ7xyHPLLd { width:250px;height:44px;top:274.49999237061px;left:257.00000572205px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #QStAexTMUtoc4skeCEuu8JwVy4kS0hTN { width:278.4px;height:52.4px;top:342.99999237061px;left:242.39999961853px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #wtlRd4wATEi648UqQ6L6x1NmZTkvl6LL { display:block; }
 }@media only screen and (max-width: 1199px) { #V20KzpQwNBy6C6T4gWo9lVrQVaDhkfky { width:250px;height:44px;top:235.99999237061px;left:257.00000572205px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #xTyNsLChCC4sqEA0vcC5sbGINHzima2F { width:300px;height:45.333332px;top:169.80001068115px;left:232.00000572205px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #QnhVgUHfWOtXfPonHW9TK8mKKnkQubi6 { width:665px;height:60px;top:487.98740386963px;left:49.500001907349px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #baqeBM0g2um5ChNE0k298nCELU6TcMI8 { width:200px;height:96px;top:359.33349609375px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #rGoHsTxqBLNwOoX4xggOECowhkqs9TWS { width:200px;height:96px;top:120.45849609375px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #ccQxvrkUKz8E84OJACsN7mX8IzxCUSId { width:699.975px;height:33.333332px;top:222.16250014305px;left:32.012498855591px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #QlGv5kuug4I77vlnlfM8vKtTyiZvbf9a { width:352px;height:32px;top:104.33349609375px;left:206px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #hh8OQgig1rgotELSfyC8mb6Aea3CO5or { display:block; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container { width:764px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QSvSEGdmSQ3PFaGaNiaPWcRWhWR4wlcX { width:600px;height:58.666668px;top:42px;left:82px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #Q51Kf0TgnRoqGtqIhzVuSneTuQlSiu9s { width:699.97918701172px;height:442px;top:112.83337402344px;left:32px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #KNw58vAbhcBBeDCgnxU8JZ4xkA109LFd { width:493.395844px;height:53.395832px;top:135.31274414062px;left:135.29167175293px;display:block; }
 }@media only screen and (max-width: 1199px) { #uWv3cTWUchGdI61RTi3XWW6PyOftekIe { display:block; }
 }@media only screen and (max-width: 1199px) { #iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l { display:block; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container { width:764px;height:430px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #eMrfRolQ2I4PGVwLUOFnIGn5772PtpkP { width:499px;height:259px;top:329px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #og8AvkpnO9FsL543mae649gda98Z4ASJ { width:654px;height:381px;top:40px;left:52.500001907349px;display:block; }
 }@media only screen and (max-width: 1199px) { #dQEXBvsq8PXmFQwMu1JBsF9TRJ2Xrvk3 { width:99px;height:48px;top:16.666748046875px;left:320.5px;font-size:160px;display:block; }
 }@media only screen and (max-width: 1199px) { #SuuIl47QGPEiBz9e9nMfFkSh1Hz9EvK0 { width:625px;height:228.000006px;top:137.47924804688px;left:69.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #NNX51JdKzbTNoNc7DChxRINhJmHSWKqH { width:625px;height:392.533px;top:227.0625px;left:69.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #WkIRBNX4BJX1nA65O9Q9iiZAR6LymIJa { width:279px;height:988px;top:1px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo { display:block; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container { width:764px;height:381px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h5AGSfPKi4FmvcLiVwy7LylbaWETqmx2 { width:499px;height:259px;top:329px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #QJJeKrb7M8ATr8PwLkBPbwfatPpmCGrL { width:654px;height:327px;top:40.000030517578px;left:52.500001907349px;display:block; }
 }@media only screen and (max-width: 1199px) { #cD1DJoeg5lUkOMg5yO1k5iuHT7kcTu2H { width:99px;height:48px;top:16.666748046875px;left:320.5px;font-size:160px;display:block; }
 }@media only screen and (max-width: 1199px) { #LyOJTXwREUCP4rSVT2Vf9K3KpstCGTnU { width:625px;height:177.333338px;top:137.47924804688px;left:69.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #b0EEhddAJTR9x4fn80Oo5uelhdHJXZIP { width:625px;height:392.533px;top:227.0625px;left:69.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #AWwRfTFinTsIu65sI2kSsPyAUAft5TWb { width:279px;height:988px;top:1px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 { display:block; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container { width:764px;height:468px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LiXyR3mEsLITrNR0hsmf0ATJ7c1Oyw7i { width:499px;height:259px;top:329px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #iRGRL3MKTSlE66shiaUPX9yEPpHTHNcC { width:654px;height:378px;top:40.000001430511px;left:52.500001907349px;display:block; }
 }@media only screen and (max-width: 1199px) { #PQBmJtoRP9s3efNzTnzTx2ymzLUthiGu { width:99px;height:48px;top:16.666748046875px;left:320.5px;font-size:160px;display:block; }
 }@media only screen and (max-width: 1199px) { #NzPriT5dZJT7sbbHkgBncEMMacXRf1Cl { width:625px;height:228.000006px;top:137.47924804688px;left:69.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #hCoI8lVyVSgmQmWLoWB3k3RqsAQbpQcA { width:625px;height:392.533px;top:227.0625px;left:69.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #tR622DTZsTrn92Pzse2NpZusXDyZCGsJ { width:279px;height:988px;top:1px;left:0px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #pek64pmWgQBVFq3LTLehxom0g5tWwApa { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa.adaptive-delivery-prevent-bg, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyload, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyloading { background-image: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container { width:764px;height:557px;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #EuHL5oovdFQsMwRppIz3bNw7QMA3QcP3 { width:412px;height:75px;top:14px;left:22px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #Xt14BK6kkrF6ppa8CmX53VB5tnxJI5Mr { width:360px;height:0;top:216.73611450195px;left:368.37498950958px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #FySQe7cNavP48yFpSGOZiG8sFAkEedf1 { width:500px;height:74.666664123535px;top:70.1044921875px;left:132px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #uwi6SEg7favE1UbcEPEtUaf93reQlunP { width:412px;height:36px;top:100px;left:22px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #OgWTvizgwEbK7PwcIaL9nR553MhoMCOO { width:408px;height:0;top:241.75001525879px;left:314.6666765213px;font-size:17px;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #Iykndz7ESefLvVeDiCMr51shOaTsayI0 { width:315px;height:0;top:522.75px;left:37.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #lsATb2gPWv95Sawl9S0AD5Bi7112RhrK { width:309px;height:245.333328px;top:522.75px;left:395.33334350586px;font-size:17px;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #k53EpXylid8cASiLKqeaTn0JIZyNnbRl { width:700px;height:700px;display:none; }
 }@media only screen and (max-width: 1199px) { #MT0rT1duciJ1gS519mQTayHLV3ngrcA2 { width:500px;height:75px;top:72.998641967773px;left:263.98610401154px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #IzINw2kEwQHiFRpN6Bauk8VrVshqTSDu { width:412px;height:397.8px;top:145px;left:22px;font-size:17px;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.adaptive-delivery-prevent-bg, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyload, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyloading { background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { background-color: transparent; background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .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); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { width:764px;height:613px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #bxmoqxe5E90ZTffTL0Az9OdyStdHpAnZ { width:412px;height:74.666664px;top:14px;left:22px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHUeZrrTQwUmZccBz0oBVGV2ZbBWVc8z { width:467px;height:448px;top:152.7294921875px;left:22px;font-size:16px;display:block; }
 }@media only screen and (max-width: 1199px) { #trrAvBE8K67bQg3tLzpTKRo8sFBygrQe { width:500px;height:74.666664123535px;top:70.1044921875px;left:132px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #ez3xyKseUZM1QqcyFvLAzTFoQhCptKyu { width:412px;height:36px;top:100px;left:22px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #RAiSP9qzMx1dWJt7LvO9SgkmC9KTrtZ6 { width:408px;height:0;top:241.75001525879px;left:314.6666765213px;font-size:17px;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #hOu5krBINugreGkSxHOQwBkozpkUzOPs { width:315px;height:0;top:522.75px;left:37.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #T3HqqssbKGEFO2eQRKxMvEEANXNC8y79 { width:309px;height:245.333328px;top:522.75px;left:395.33334350586px;font-size:17px;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #wz1VVaNt7dxtZafaH20ryk4Ak2JRQa6d { width:700px;height:700px;display:none; }
 }@media only screen and (max-width: 1199px) { #yTDLDULC9TTbVhVyIISNJGnCkNoTZh2f { width:500px;height:75px;top:72.998641967773px;left:263.98610401154px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/5b938feb-2d43-41c7-b2bb-701def32205d/Wykorzystanenalandingukalendarzadwentowybio.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.adaptive-delivery-prevent-bg, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyload, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyloading { background-image: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { background-color: transparent; background-image: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container > .video-iframe-container { display: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row > .video-iframe-container { display: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .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); }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { width:764px;height:557px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sIVo0xHHfnp14cLoGmxhH2VnBauPEAWh { width:412px;height:74.666664px;top:14px;left:22px;text-align:left;text-align-last:left;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #J2mTcl2b3LNig0vFNpTmH9uc17OmA1Dp { width:360px;height:0;top:216.73611450195px;left:368.37498950958px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #F58xZw2dHE7CF9BbnFasBtS7A9UlzCyT { width:500px;height:74.666664123535px;top:70.1044921875px;left:132px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #xyMbP6bVbBFsPRhZfmNt1rhXLJIuzTMi { width:412px;height:36px;top:100px;left:22px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #vT4DoC67H6PFW3dCsqbxWKGGNJJ47TNF { width:408px;height:0;top:241.75001525879px;left:314.6666765213px;font-size:17px;z-index:15010;display:none; }
 }@media only screen and (max-width: 1199px) { #McZ0K8qqcTaFWU3qN4giyNQTbLZSB8Xi { width:315px;height:0;top:522.75px;left:37.5px;font-size:17px;display:none; }
 }@media only screen and (max-width: 1199px) { #i2boT8kC0lO5L1uh9bSGaOmyZeMg8luT { width:309px;height:245.333328px;top:522.75px;left:395.33334350586px;font-size:17px;z-index:15021;display:none; }
 }@media only screen and (max-width: 1199px) { #A23PnB9VgJig8acsKHdrsubr3kWh2cHL { width:700px;height:700px;display:none; }
 }@media only screen and (max-width: 1199px) { #mybqryvPy4UEvyW5NTCopqCUzRfBkpaL { width:500px;height:75px;top:72.998641967773px;left:263.98610401154px;text-align:center;text-align-last:center;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #sqJy6EmO4SuLdpVqAcSw4HTOLrsRptXT { width:412px;height:381.333338px;top:145px;left:22px;font-size:17px;z-index:15010;display:block; }
 }@media only screen and (max-width: 1199px) { #i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN { display:block; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container { width:764px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xmvTmvgPtM3FnH6kmXABPotkgvo6d4xP { width:280px;height:32px;top:35.000244140625px;left:242px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #KhbcKG7a9AZL4IHlMmPpZpKNql8bCbz8 { width:150px;height:56px;top:90px;left:13px;display:block; }
 }@media only screen and (max-width: 1199px) { #bJTtXlH7CDnZr6sd5XAf01MqpVomx9U7 { width:150px;height:150px;top:43px;left:600px;display:block; }
 }@media only screen and (max-width: 1199px) { #oOITetn7AH0V8dm9FpGkVhVPKTc1m4fe { width:150px;height:150px;top:43px;left:451px;display:block; }
 }@media only screen and (max-width: 1199px) { #QxTXiSb7nuIIh30u73Tp5VbxNw5KEKTq { width:150px;height:150px;top:43px;left:163px;display:block; }
 }@media only screen and (max-width: 1199px) { #x0r47W7BEn5E8z2s5FeWQWAvQs5KFgET { width:150px;height:150px;top:43px;left:320px;display:block; }
 }@media only screen and (max-width: 1199px) { #EWKbthMO4BTPHcsqIspyfTz10MchR3zf { display:block; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container { width:764px;height:424px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ukgvlkX9Bq9UvEelf7rrR4M1BWEAgzOn { width:700px;height:104px;top:21.33349609375px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #Ku8hmdxvddhARtKIRLeGTyiwe8ZTygCm { width:600px;height:29.333334px;top:144.33349609375px;left:82px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-number { padding-top:12.35px;padding-right:11.01px;padding-bottom:12.35px;padding-left:11.01px;width:66.05px;min-width:66.05px;height:66.41px;font-size:49.42px;line-height:66.41px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:3px solid #f4ce83;border-left:3px solid #f4ce83;border-right:3px solid #f4ce83;border-bottom:3px solid #f4ce83; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.72px;margin-right:0;margin-bottom:0;margin-left:0;width:88.07px;height:26.25px;font-size:18.53px;line-height:26.25px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir { width:330px;height:131.08px;display:flex;top:212.00019836426px;left:213.7375087738px;z-index:15057;padding-top:3.14px;padding-right:3.24px;padding-bottom:3.14px;padding-left:3.24px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #Xdm1gkwyLOC9OTvsna3dQDaLN6ABXHLe { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #w3gmI6lbr0wB3frIQTtBxBZ17dkV7Pek {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MbLTbGSwb1QUiAAhls4fxL8f1OuAXT9I {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #V9iJKS0CxKpKGRy2q55r81OJdL0QGJql { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rcILz4TZaQypVMdWapIe2NO8QvTX6is0 {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #pNw6NZ5oEmULZrFKeVoP0IvUNw1DhmGw {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #ubquyevRctms7mlChR1FkVs2WoEnTKzc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MPgGyqAPNIXZULusAdmRxqJ3VEaqxuZe {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #XxTFc1wnvASZ00VDNzXfqFwIRUJaGTbK {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rVunKs3wVoJ24Gmvc6udkdnrDcVpK5zt { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #R5bqQ1F5eUvGbXk9UxWKbDxNq6OHf5qK {  }
 }@media only screen and (max-width: 1199px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #vMZZ4BOo8dFs0JzKK5eEPmtb8EPCbMv3 {  }
 }@media only screen and (max-width: 1199px) { #s7I6TWaTRCbkRu5enTMauSTxv9RIVDTF { width:341.791656px;height:53.791668px;top:363.625px;left:211.10417175293px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #TFNdSvAwpaQOnspmIhB9NoJi1sxDtp62 { display:block; }
 }@media only screen and (max-width: 1199px) { #izOPmliN8UAyHvhkemktvhoiTVidi0Cd { display:block; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { width:764px;height:177px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FpsRaZCqhzUsKugC3gsy5tEeuZTcdrFd { width:50px;height:50px;top:62.33349609375px;left:378px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4949a0fe-05c3-44d5-a343-f8ca1bcb049f/Zdjciegwnenastronzapisu142.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.adaptive-delivery-prevent-bg, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyload, #sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m.lazyloading { background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { background-color: transparent; background-image: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.51); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.51); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row > .video-iframe-container { display: none; }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .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); }#sHXIpPHSzgIwe7kiscKwl03pn6c1fr4m > .row .container { width:320px;height:693px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L3fbtsnFvcmITZaUXLnx7mQ1TfQE0gQA { width:292px;height:41.333332px;top:296px;left:14px;font-size:35px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u9P8FAt1GW93lyk4Jr7kL26gherBly6J { width:55px;height:55px;top:19.000326156616px;left:132.5px;display:block; }
 }@media only screen and (max-width: 763px) { #WxIWJMs9QmxFi32LhEw78AVBzQNOVJma { width:276.395844px;height:51.395832px;top:604px;left:22px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #RTlTvXR9csHdZTJqd98sDMFMB8CXfKev { display:block; }
 }@media only screen and (max-width: 763px) { #N3PTVN8oPfF7EAo1ZzT2nIWcCX51ohZi { width:290px;height:0;top:743px;left:14.5px;font-size:18px;color:#47545a;display:none; }
 }@media only screen and (max-width: 763px) { #NTBLQknKQUXXFL9qCrcKauP0HSntZTmV { width:290px;height:133.33333px;top:439px;left:15px;font-size:18px;color:#fff5e5;z-index:15007;font-family:"josefin sans";display:block; }
 }@media only screen and (max-width: 763px) { #Rs0FupLTIL3HGfCHBk9QSX0cqNcTSwSc { height:168px;width:300px;top:85.66667175293px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #gHlkC2mT56DXuVXNnTuN5lpmxxcKOP82 { top:274px;left:10px;width:300px;height:396px;z-index:14999;background-color:rgba(3,93,36,0.8);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:block; }
 }@media only screen and (max-width: 763px) { #v7g9NaKMCCCLknF0RT314MWT1T4TDCaX { width:290px;height:58.666668px;top:350px;left:15px;font-size:25px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #D3MliIN13CSG6HicB46hN8UdhcqXa5OZ { width:320px;height:auto;top:174px;left:0px;font-size:32px;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E { display:block; }#ByEzdwvkyhRhboqwLHVaFSem3tkVKV5E > .row .container { width:320px;height:354.79184009375px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4JOOL2W3QJJLJVGffdaQC7uwN7TXcnd { width:320px;height:25.333334px;top:20px;left:0px;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XRE3ACHOwSJyKhSJ3cFLlBk3mxeoTiEe { width:290px;height:293.33333px;top:61.458374023438px;left:14.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #AkRJIr4uMMm6qcbNHF60krCdoTTXpusf { display:block; }#AkRJIr4uMMm6qcbNHF60krCdoTTXpusf > .row .container { width:320px;height:641px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dz703WZbOukIluGyAPoCormQXcGaylST { width:320px;height:25.333334px;top:32.333312988281px;left:0px;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sVAvBh3dWP2lrqDTAXOKQrZQQTHlsTQL { width:290px;height:559.999988px;top:80.791748046875px;left:14.5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f918fefe-22ff-47e7-b78a-f14ea12bf313/To1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.adaptive-delivery-prevent-bg, #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.lazyload, #OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr.lazyloading { background-image: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { background-color: transparent; background-image: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.46); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container > .video-iframe-container { display: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(3,93,36,0.46); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row > .video-iframe-container { display: none; }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .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); }#OEE2BOSHsDT8dzi55mHfSpeMz1tGcsmr > .row .container { width:320px;height:587px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KKK3p4yEmse5NQus6nWrmth10QAbTBIB { width:320px;height:50.666668px;top:20px;left:0px;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #m4ZosOJnI9pfmFRPHCwIC9QgtGaHie8g { width:290px;height:476px;top:96.324920654297px;left:15px;text-align:left;text-align-last:left;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh { display:block; }#fTfXZ7lhT9lppXtoKKp0PW8y660o61Nh > .row .container { width:320px;height:147px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NvCP0nGFRP4Syx9b716zZG0apSNMTDdF { width:320px;height:25.333334px;top:20px;left:0px;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bxTTxMbU2QhVFqxoOKcBpr4iLok3MHua { width:290px;height:84px;top:62.000061035156px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #bVTFhwghpOiTdlv2XcgsFV7eRT7NVTl2 { width:290px;height:0;top:60px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #LcwK43osz7aBTzdkZNKyUgRIUs8r7V6L { width:290px;height:0;top:61.987503051758px;left:15px;text-align:center;text-align-last:center;font-size:17px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 { display:block; }#m98lDBEfngH4SLlcF4JvS1oZ3lwbg133 > .row .container { width:320px;height:654px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NuEv4E3dAIHi8QosTSpGigMKx6CNlWQn { width:295px;height:32px;top:137px;left:13px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n3gtodfGZGuCKhTuTv8q7y83zkMeAGWl { width:280px;height:120px;top:117px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #QPJgRf57CCa38TQWCL1Oz7blkrDaFCZM { width:300px;height:403px;top:109px;left:10px;display:block; }
 }@media only screen and (max-width: 763px) { #JhORrryGgidfSf3GS6Nkf7lZ7xyHPLLd { width:300px;height:48px;top:300.5px;left:10px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QStAexTMUtoc4skeCEuu8JwVy4kS0hTN { width:278.666666px;height:58.666666px;top:362px;left:20.645833969116px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wtlRd4wATEi648UqQ6L6x1NmZTkvl6LL { display:block; }
 }@media only screen and (max-width: 763px) { #V20KzpQwNBy6C6T4gWo9lVrQVaDhkfky { width:300px;height:38.666668px;top:257.16674804688px;left:10px;text-align:center;text-align-last:center;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #xTyNsLChCC4sqEA0vcC5sbGINHzima2F { width:320px;height:42.666668px;top:444px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QnhVgUHfWOtXfPonHW9TK8mKKnkQubi6 { width:305px;height:100px;top:529.625px;left:7.5px;font-size:16px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #baqeBM0g2um5ChNE0k298nCELU6TcMI8 { width:200px;height:96px;top:463.625px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rGoHsTxqBLNwOoX4xggOECowhkqs9TWS { width:200px;height:96px;top:205.83349609375px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ccQxvrkUKz8E84OJACsN7mX8IzxCUSId { width:290px;height:74.666664px;top:20px;left:14.5px;text-align:center;text-align-last:center;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #QlGv5kuug4I77vlnlfM8vKtTyiZvbf9a { width:213px;height:56px;top:169px;left:53.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hh8OQgig1rgotELSfyC8mb6Aea3CO5or { display:block; }#hh8OQgig1rgotELSfyC8mb6Aea3CO5or > .row .container { width:320px;height:203px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QSvSEGdmSQ3PFaGaNiaPWcRWhWR4wlcX { width:278px;height:76.000002px;top:19.987495422363px;left:21.000001907349px;font-size:22px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Q51Kf0TgnRoqGtqIhzVuSneTuQlSiu9s { width:290px;height:0;top:60px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #KNw58vAbhcBBeDCgnxU8JZ4xkA109LFd { width:304px;height:55px;top:126.0625px;left:8px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #uWv3cTWUchGdI61RTi3XWW6PyOftekIe { display:block; }
 }@media only screen and (max-width: 763px) { #iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l { display:block; }#iDebydfHJJ6ffm6TRnVd3TQDIlXVst1l > .row .container { width:320px;height:419px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eMrfRolQ2I4PGVwLUOFnIGn5772PtpkP { width:289.987px;height:0;top:154.81874465942px;left:29.99999666214px;text-align:center;text-align-last:center;font-size:17px;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #og8AvkpnO9FsL543mae649gda98Z4ASJ { width:300px;height:1829px;top:144.13330078125px;left:8.8999996185303px;display:none; }
 }@media only screen and (max-width: 763px) { #dQEXBvsq8PXmFQwMu1JBsF9TRJ2Xrvk3 { width:99px;height:0;top:119px;left:110px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #SuuIl47QGPEiBz9e9nMfFkSh1Hz9EvK0 { width:290px;height:380.000008px;top:19.166748046875px;left:14.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #NNX51JdKzbTNoNc7DChxRINhJmHSWKqH { width:290px;height:0;top:19px;left:15px;font-size:17px;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #WkIRBNX4BJX1nA65O9Q9iiZAR6LymIJa { width:279.994px;height:0;top:1px;left:19.462498188019px;font-size:17px;z-index:15019;font-family:ubuntu;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo { display:block; }#BJI4IvcEPXgVKg5s95T8wFyWFfHXTUQo > .row .container { width:320px;height:289px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h5AGSfPKi4FmvcLiVwy7LylbaWETqmx2 { width:289.987px;height:0;top:154.81874465942px;left:29.99999666214px;text-align:center;text-align-last:center;font-size:17px;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #QJJeKrb7M8ATr8PwLkBPbwfatPpmCGrL { width:300px;height:1829px;top:144.13330078125px;left:8.8999996185303px;display:none; }
 }@media only screen and (max-width: 763px) { #cD1DJoeg5lUkOMg5yO1k5iuHT7kcTu2H { width:99px;height:0;top:119px;left:110px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #LyOJTXwREUCP4rSVT2Vf9K3KpstCGTnU { width:290px;height:253.33334px;top:17px;left:14.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #b0EEhddAJTR9x4fn80Oo5uelhdHJXZIP { width:290px;height:0;top:19px;left:15px;font-size:17px;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #AWwRfTFinTsIu65sI2kSsPyAUAft5TWb { width:279.994px;height:0;top:1px;left:19.462498188019px;font-size:17px;z-index:15019;font-family:ubuntu;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 { display:block; }#WkxqgnQxJzfTv5i7w84RBEHvJJyOwbZ7 > .row .container { width:320px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiXyR3mEsLITrNR0hsmf0ATJ7c1Oyw7i { width:289.987px;height:0;top:154.81874465942px;left:29.99999666214px;text-align:center;text-align-last:center;font-size:17px;z-index:15015;display:none; }
 }@media only screen and (max-width: 763px) { #iRGRL3MKTSlE66shiaUPX9yEPpHTHNcC { width:300px;height:1829px;top:144.13330078125px;left:8.8999996185303px;display:none; }
 }@media only screen and (max-width: 763px) { #PQBmJtoRP9s3efNzTnzTx2ymzLUthiGu { width:99px;height:0;top:119px;left:110px;text-align:center;text-align-last:center;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #NzPriT5dZJT7sbbHkgBncEMMacXRf1Cl { width:290px;height:380.00001px;top:16.66650390625px;left:14.5px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #hCoI8lVyVSgmQmWLoWB3k3RqsAQbpQcA { width:290px;height:0;top:19px;left:15px;font-size:17px;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #tR622DTZsTrn92Pzse2NpZusXDyZCGsJ { width:279.994px;height:0;top:1px;left:19.462498188019px;font-size:17px;z-index:15019;font-family:ubuntu;color:#47545a;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #pek64pmWgQBVFq3LTLehxom0g5tWwApa { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/e76cb340-f322-420e-822c-7806b4abb49a/LO_gwnenamobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa.adaptive-delivery-prevent-bg, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyload, #pek64pmWgQBVFq3LTLehxom0g5tWwApa.lazyloading { background-image: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container { background-color: transparent; background-image: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container > .video-iframe-container { display: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row > .video-iframe-container { display: none; }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .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); }#pek64pmWgQBVFq3LTLehxom0g5tWwApa > .row .container { width:320px;height:1132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EuHL5oovdFQsMwRppIz3bNw7QMA3QcP3 { width:300px;height:0;top:376px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Xt14BK6kkrF6ppa8CmX53VB5tnxJI5Mr { width:290px;height:557.333342px;top:552.00001144409px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #FySQe7cNavP48yFpSGOZiG8sFAkEedf1 { width:290px;height:0;top:27.8544921875px;left:14.5px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uwi6SEg7favE1UbcEPEtUaf93reQlunP { width:320px;height:28px;top:419.08349609375px;left:0px;text-align:center;text-align-last:center;font-size:19px;color:#035d24;display:block; }
 }@media only screen and (max-width: 763px) { #OgWTvizgwEbK7PwcIaL9nR553MhoMCOO { width:315px;height:auto;top:522px;left:2px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #Iykndz7ESefLvVeDiCMr51shOaTsayI0 { width:290px;height:0;top:491.646484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #lsATb2gPWv95Sawl9S0AD5Bi7112RhrK { width:290px;height:0;top:1587.146484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #k53EpXylid8cASiLKqeaTn0JIZyNnbRl { top:28.75px;left:0px;width:320px;height:320px;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #MT0rT1duciJ1gS519mQTayHLV3ngrcA2 { width:300px;height:88.000002px;top:447.58750534058px;left:10px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #IzINw2kEwQHiFRpN6Bauk8VrVshqTSDu { width:320px;height:auto;top:226px;left:0px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/e76cb340-f322-420e-822c-7806b4abb49a/LO_gwnenamobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.adaptive-delivery-prevent-bg, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyload, #lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef.lazyloading { background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { background-color: transparent; background-image: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row > .video-iframe-container { display: none; }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .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); }#lwXWdOsM99UtfQTIVuRZTneeCUpVV4ef > .row .container { width:320px;height:1306px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bxmoqxe5E90ZTffTL0Az9OdyStdHpAnZ { width:300px;height:0;top:376px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #ZHUeZrrTQwUmZccBz0oBVGV2ZbBWVc8z { width:290px;height:733.33334px;top:552.00001144409px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #trrAvBE8K67bQg3tLzpTKRo8sFBygrQe { width:290px;height:0;top:27.8544921875px;left:14.5px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #ez3xyKseUZM1QqcyFvLAzTFoQhCptKyu { width:320px;height:28px;top:419.08750534058px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #RAiSP9qzMx1dWJt7LvO9SgkmC9KTrtZ6 { width:315px;height:auto;top:522px;left:2px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #hOu5krBINugreGkSxHOQwBkozpkUzOPs { width:290px;height:0;top:491.646484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #T3HqqssbKGEFO2eQRKxMvEEANXNC8y79 { width:290px;height:0;top:1587.146484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #wz1VVaNt7dxtZafaH20ryk4Ak2JRQa6d { top:28.75px;left:0px;width:320px;height:320px;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #yTDLDULC9TTbVhVyIISNJGnCkNoTZh2f { width:300px;height:88.000002px;top:447.58750534058px;left:10px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g { background-color:#f1dede;background-image:url("https://images.assets-landingi.com/uc/e76cb340-f322-420e-822c-7806b4abb49a/LO_gwnenamobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.adaptive-delivery-prevent-bg, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyload, #gWbiHtDQNEnKG7ioW91chXffWU5kUt3g.lazyloading { background-image: none; }#gWbiHtDQNEnKG7ioW91chXffWU5kUt3g > .row .container { width:320px;height:1157px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sIVo0xHHfnp14cLoGmxhH2VnBauPEAWh { width:300px;height:0;top:376px;left:10px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #J2mTcl2b3LNig0vFNpTmH9uc17OmA1Dp { width:290px;height:581.4px;top:552.00001144409px;left:15px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:block; }
 }@media only screen and (max-width: 763px) { #F58xZw2dHE7CF9BbnFasBtS7A9UlzCyT { width:290px;height:0;top:27.8544921875px;left:14.5px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #xyMbP6bVbBFsPRhZfmNt1rhXLJIuzTMi { width:320px;height:28.5px;top:419.08750534058px;left:0px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #vT4DoC67H6PFW3dCsqbxWKGGNJJ47TNF { width:315px;height:auto;top:522px;left:2px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #McZ0K8qqcTaFWU3qN4giyNQTbLZSB8Xi { width:290px;height:0;top:491.646484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #i2boT8kC0lO5L1uh9bSGaOmyZeMg8luT { width:290px;height:0;top:1587.146484375px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;line-height:1.7;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #A23PnB9VgJig8acsKHdrsubr3kWh2cHL { top:28.75px;left:0px;width:320px;height:320px;z-index:15023;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #mybqryvPy4UEvyW5NTCopqCUzRfBkpaL { width:300px;height:90px;top:447.58750534058px;left:10px;text-align:center;text-align-last:center;font-size:20px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #sqJy6EmO4SuLdpVqAcSw4HTOLrsRptXT { width:320px;height:auto;top:226px;left:0px;text-align:center;text-align-last:center;font-size:17px;color:#72686c;display:none; }
 }@media only screen and (max-width: 763px) { #i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN { display:block; }#i3Nd8G2K8QqMpUTR9slIJDWWTgnorbVN > .row .container { width:320px;height:214px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xmvTmvgPtM3FnH6kmXABPotkgvo6d4xP { width:200px;height:32px;top:30px;left:60px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #KhbcKG7a9AZL4IHlMmPpZpKNql8bCbz8 { width:90px;height:34px;top:82px;left:25px;display:block; }
 }@media only screen and (max-width: 763px) { #bJTtXlH7CDnZr6sd5XAf01MqpVomx9U7 { width:90px;height:90px;top:54px;left:205px;display:block; }
 }@media only screen and (max-width: 763px) { #oOITetn7AH0V8dm9FpGkVhVPKTc1m4fe { width:90px;height:90px;top:54px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #QxTXiSb7nuIIh30u73Tp5VbxNw5KEKTq { width:82px;height:82px;top:116px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #x0r47W7BEn5E8z2s5FeWQWAvQs5KFgET { width:82px;height:82px;top:116px;left:59px;display:block; }
 }@media only screen and (max-width: 763px) { #EWKbthMO4BTPHcsqIspyfTz10MchR3zf { display:block; }#EWKbthMO4BTPHcsqIspyfTz10MchR3zf > .row .container { width:320px;height:329px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ukgvlkX9Bq9UvEelf7rrR4M1BWEAgzOn { width:320px;height:56px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:22px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ku8hmdxvddhARtKIRLeGTyiwe8ZTygCm { width:320px;height:26.666666px;top:86.3125px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px;border-top:3px solid #f4ce83;border-left:3px solid #f4ce83;border-right:3px solid #f4ce83;border-bottom:3px solid #f4ce83; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#DazN9ysB2uPqxXPDFUpufQBMM94nuTir { width:234px;height:87px;display:flex;top:141px;left:39.729167938232px;z-index:15057; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #Xdm1gkwyLOC9OTvsna3dQDaLN6ABXHLe { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #w3gmI6lbr0wB3frIQTtBxBZ17dkV7Pek {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MbLTbGSwb1QUiAAhls4fxL8f1OuAXT9I {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #V9iJKS0CxKpKGRy2q55r81OJdL0QGJql { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rcILz4TZaQypVMdWapIe2NO8QvTX6is0 {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #pNw6NZ5oEmULZrFKeVoP0IvUNw1DhmGw {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #ubquyevRctms7mlChR1FkVs2WoEnTKzc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #MPgGyqAPNIXZULusAdmRxqJ3VEaqxuZe {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #XxTFc1wnvASZ00VDNzXfqFwIRUJaGTbK {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #rVunKs3wVoJ24Gmvc6udkdnrDcVpK5zt { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #R5bqQ1F5eUvGbXk9UxWKbDxNq6OHf5qK {  }
 }@media only screen and (max-width: 763px) { #DazN9ysB2uPqxXPDFUpufQBMM94nuTir #vMZZ4BOo8dFs0JzKK5eEPmtb8EPCbMv3 {  }
 }@media only screen and (max-width: 763px) { #s7I6TWaTRCbkRu5enTMauSTxv9RIVDTF { width:300px;height:55px;top:254.28px;left:10px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TFNdSvAwpaQOnspmIhB9NoJi1sxDtp62 { display:block; }
 }@media only screen and (max-width: 763px) { #izOPmliN8UAyHvhkemktvhoiTVidi0Cd { background-color:#eef3ef;background-image:none;display:block; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { background-color: transparent; background-image: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container > .video-iframe-container { display: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row > .video-iframe-container { display: none; }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .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); }#izOPmliN8UAyHvhkemktvhoiTVidi0Cd > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FpsRaZCqhzUsKugC3gsy5tEeuZTcdrFd { width:50px;height:50px;top:56.6669921875px;left:134.5px;display:block; }
 }