.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); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:url("https://images.assets-landingi.com/uc/79cae3b7-08e1-43eb-b8dc-38f12fa824b3/Zdjciegwnenastronzapisu5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn.adaptive-delivery-prevent-bg, #riCA63KciLg1fkg2AvoDIJKyW1znrMJn.lazyload, #riCA63KciLg1fkg2AvoDIJKyW1znrMJn.lazyloading { background-image: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { background-color: transparent; background-image: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container > .video-iframe-container { display: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row > .video-iframe-container { display: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .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); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { border-width: 0; border-radius: 0; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row > .video-iframe-container {  }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { font-size:14px;font-family:ubuntu;height:545px;width:1200px;position:relative;display:block; }#lKBCeIiKnrLPqH5i5O1VD5S6lRloFUE8 { position:absolute;display:block;z-index:15000;background-color:rgba(6,65,127,0.95);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:285px;width:1200px;top:130px;left:0px;display:block; }
#eppHlbPzRiRaQzT3nwxLpRKF0Sy7hBTC { color:#f4c073;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:80px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:169px;left:0px;height:104px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HOxtDv2ZlulpLZDxnXeRW4uKvOkWyihq { border-bottom:0;border-left:0;border-right:0;border-top:0;height:77px;width:77px;position:absolute;display:block;z-index:15018;top:273px;left:562px;overflow:hidden;display:block; }
#g81w2frE0HZuXmTUIOhTb0kwdEZ5ismc { color:#ec8827;display:block;width:1200px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:353px;left:0px;height:44px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container { background-color: transparent; background-image: none; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container > .video-iframe-container { display: none; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row > .video-iframe-container { display: none; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .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); }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container { border-width: 0; border-radius: 0; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row > .video-iframe-container {  }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container { font-size:14px;font-family:ubuntu;height:500px;width:1200px;position:relative;display:block; }#ivbPThAclbw9hxlA69AwssyTgB2lC2XO { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:59.979248046875px;left:50px;height:186.66666px;text-align:center;text-align-last:center;color:#06417f;font-style:normal;display:block; }
#eJKQmCmAFwsn6zldmIkTDVlmLub4Akhi { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:285.97918701172px;left:38.333343505859px;height:149.333328px;text-align:center;text-align-last:center;color:#06417f;font-style:normal;display:block; }
#QEgiK5nuizRy64Z3O1l3MiFlDUTqQqIi { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:35px;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:59.979248046875px;left:50px;height:260px;text-align:center;text-align-last:center;color:#06417f;font-style:normal;display:none; }
#ohq8zAHzl5TEaV9uihA1a7MFP7OLSuxA { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:345.97918701172px;left:28.333343505859px;height:149.333328px;text-align:center;text-align-last:center;color:#06417f;font-style:normal;display:none; }
#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06417f;background-image:none;position:relative;display:block; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container { background-color: transparent; background-image: none; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container > .video-iframe-container { display: none; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row > .video-iframe-container { display: none; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .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); }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container { border-width: 0; border-radius: 0; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row > .video-iframe-container {  }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container { font-size:14px;font-family:ubuntu;height:151px;width:1200px;position:relative;display:block; }#DRabdz04wKfoMy1hTfR11IhZxBcO4l2P { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.8125px;left:50px;height:89.333336px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#d91TECGv2rinKVewrOg3VW00rCa3LqiB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { background-color: transparent; background-image: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container > .video-iframe-container { display: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container { display: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .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); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { border-width: 0; border-radius: 0; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container {  }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { font-size:14px;font-family:arial;height:1203px;width:1200px;position:relative;display:block; }#k1g8AZbvJ23rJ843A7WesL4JfgSmilpu { color:#47545a;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:60px;left:100px;height:1082.666628px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UFxZcXtBiKNWOi01hmfUDo6X5TGcOwT2 { color:#47545a;display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:60px;left:100px;height:1045.333296px;font-style:normal;text-align:center;text-align-last:center;display:none; }
#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06417f;background-image:none;position:relative;display:block; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container { background-color: transparent; background-image: none; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container > .video-iframe-container { display: none; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row > .video-iframe-container { display: none; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .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); }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container { border-width: 0; border-radius: 0; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row > .video-iframe-container {  }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container { font-size:14px;font-family:ubuntu;height:151px;width:1200px;position:relative;display:block; }#TlyJSPyFGKcMIA4HUTt3KtVcmPaOkb4Z { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.8125px;left:50px;height:89.333336px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container { background-color: transparent; background-image: none; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container > .video-iframe-container { display: none; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row > .video-iframe-container { display: none; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .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); }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container { border-width: 0; border-radius: 0; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row > .video-iframe-container {  }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container { font-size:14px;font-family:ubuntu;height:1156px;width:1200px;position:relative;display:block; }#MA2b0533g0bdCLf3yqcAVxc9Bxf1rXDG { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:60px;left:100px;height:111.999996px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbnyvpxFU8IU9cHTZpd8QXh66vBRrXQD { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:461.625px;left:141px;height:634.666644px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Tp68xznhl8OD5ivIuxzFp4SlW9PQak8A { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:60px;left:100px;height:111.999996px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T392rSV6hVfMBJ16hxb8c42gPySsnK1u { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:206px;left:141px;height:223.999992px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gZ8U7S9UCRXLFtlPrRAd5WV7crrv3teT { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:206px;left:141px;height:223.999992px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#mW8viesyLArnxm3l1xq8IOUTrxa49vpL { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:461.625px;left:141px;height:634.666644px;color:#47545a;text-align:left;text-align-last:left;font-style:normal;display:none; }
#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06417f;background-image:none;position:relative;display:block; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container { background-color: transparent; background-image: none; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container > .video-iframe-container { display: none; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row > .video-iframe-container { display: none; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .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); }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container { border-width: 0; border-radius: 0; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row > .video-iframe-container {  }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container { font-size:14px;font-family:ubuntu;height:151px;width:1200px;position:relative;display:block; }#gvwhFk1ewazTZboQWw2A5px0C1JVV4AW { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.14599609375px;left:50px;height:89.333336px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3d9b3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;overflow:visible;position:relative;display:block; }#AE8C74h4CJxiBDmTKq6JBi7wDEbq16Qe { display:block;width:800px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:58.645751953125px;left:360px;height:410.666676px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J66EXxJcB3phq7WX5h7bRFW2rCsfOmuW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:300px;width:300px;top:76px;left:51px;overflow:hidden;display:block; }
#gVuG1Xptas9HX2IokDCTMEPiIh986M5e { display:block;width:800px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:121px;left:400px;height:322.666674px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Tnt3vgau9sQGHv4QNvTxus56fO6zGyDU { display:block;width:800px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:121px;left:400px;height:322.666674px;color:#47545a;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#06417f;background-image:none;position:relative;display:block; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container { background-color: transparent; background-image: none; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container > .video-iframe-container { display: none; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row > .video-iframe-container { display: none; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .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); }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container { border-width: 0; border-radius: 0; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row > .video-iframe-container {  }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container { font-size:14px;font-family:ubuntu;height:151px;width:1200px;position:relative;display:block; }#q5XQOvU2IGqIPZCi1fWBGNpb8Kq0K2m0 { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:31.14599609375px;left:50px;height:89.333336px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container { background-color: transparent; background-image: none; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container > .video-iframe-container { display: none; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row > .video-iframe-container { display: none; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .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); }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container { border-width: 0; border-radius: 0; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row > .video-iframe-container {  }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container { font-size:14px;font-family:ubuntu;height:563px;width:1200px;position:relative;display:block; }#wtzlH06PkrfTpovnOUzBnoAq2HucAhEk { color:#47545a;display:block;width:100px;position:absolute;font-family:ubuntu;font-size:45px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:273.6669921875px;left:825.33337402344px;height:58.666668px;text-align:center;text-align-last:center;display:block; }
#vB5Ptp0cu7sGZXVgCr4iSaPx1XwPRQws { position:absolute;display:block;z-index:14999;background-color:#fff6ec;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;height:383px;width:1024px;top:59.83349609375px;left:53px;display:block; }
#mPI5kCXG8dRw25WlqL5L1T8qoNGSIiHS { position:absolute;display:block;z-index:15002;background-color:#06417f;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:92px;width:352px;top:94.666748046875px;left:699.33337402344px;display:block; }
#qH7vBw0g2EkCiLWsUP2TlRHpKRwqDr4b { display:block;width:321px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:102.66674804688px;left:717px;height:74.666664px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#q3eE6W2RrUlZ3DnrTaMmyJcoBKx5UGWN { background-color:#4bae16;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:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:352px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:352px;left:699.33337402344px;display:block; }
#cAXzV7sWD3ZoLmw5iCixe2tu3qu45ABZ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#owTQTqibasgANPm7HguwwgicTV1Nhfxw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:311px;width:498px;top:94.500244140625px;left:98px;overflow:hidden;display:block; }
#xPo8T44gs13dx6l2ANgceg1tHCBFG4ta { color:#47545a;display:block;width:353px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:204px;left:699.33337402344px;height:50.666668px;text-align:center;text-align-last:center;display:block; }
#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:url("https://images.assets-landingi.com/uc/136d7fd6-387b-4bfa-b0ed-58a4534dde3d/Zdjciegwnenastronzapisu6.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc.adaptive-delivery-prevent-bg, #hgoavMOd0nmwJbdN8qnEL7bf217v1wTc.lazyload, #hgoavMOd0nmwJbdN8qnEL7bf217v1wTc.lazyloading { background-image: none; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container { background-color: transparent; background-image: none; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container > .video-iframe-container { display: none; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row > .video-iframe-container { display: none; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .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); }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container { border-width: 0; border-radius: 0; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row > .video-iframe-container {  }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container { font-size:14px;font-family:ubuntu;height:525px;width:1200px;position:relative;display:block; }#vg0PtqHL61TMzQFsTUoPwpmQc0dc9PdT { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:180px;left:50px;height:89.333336px;text-align:center;text-align-last:center;color:#f4c073;font-style:normal;display:block; }
#ZHD6G8SrVDqOCiLVQXTkg9qEhTx11QGh { background-color:transparent;background-image:none;border-top:2px solid #f4c073;border-left:2px solid #f4c073;border-right:2px solid #f4c073;border-bottom:2px solid #f4c073;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:#f4c073;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:ubuntu;font-size:25px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:598.83331298828px;height:53.875px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:291px;left:301px;display:block; }
#sWOWNw11wu4GO8csm7VdTn9TbgfFwMA3 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#piPVd0K7UksN1daT0BsKqhoSGx937nHz { position:absolute;display:block;z-index:15001;background-color:rgba(6,65,127,0.95);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:285px;width:1200px;top:120px;left:0px;display:block; }
#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { background-color: transparent; background-image: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container > .video-iframe-container { display: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container { display: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .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); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { border-width: 0; border-radius: 0; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container {  }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { font-size:14px;font-family:ubuntu;height:102px;width:1200px;position:relative;display:block; }#pUGf6q35Z5V8bQxokPMQSt5oGSn2oT6J { position:absolute;display:block;z-index:15012;background-color:rgba(244,192,115,0.15);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;height:36px;width:903px;top:59px;left:149px;display:block; }
#oT8KBrbcybQLL4o4Ix0r2rcQTgNh9lyM { display:block;width:930px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:61px;left:149px;height:33.333332px;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { background-color: transparent; background-image: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container > .video-iframe-container { display: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container { display: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .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); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { border-width: 0; border-radius: 0; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container {  }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { font-size:14px;font-family:ubuntu;height:60px;width:1200px;position:relative;display:block; }#CLR1Fv0phgwhhe54owEVA0g7gCwLAkLa { display:block;width:929px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0px;left:150px;height:61.333332px;color:#47545a;font-style:normal;display:block; }
#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { background-color: transparent; background-image: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container > .video-iframe-container { display: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container { display: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .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); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { border-width: 0; border-radius: 0; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container {  }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { font-size:14px;font-family:ubuntu;height:57px;width:1200px;position:relative;display:block; }#sNg5PzlUTUOwORc7te1dkaoIP79c3fu3 { position:absolute;display:block;z-index:15012;background-color:rgba(244,192,115,0.14);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;height:36px;width:903px;top:14px;left:150px;display:block; }
#maFHzoQoAkLK5O3DqCUgNZnsFKVTvIV0 { display:block;width:930px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15015;line-height:1.7;letter-spacing:0;top:16px;left:150px;height:33.333332px;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { background-color: transparent; background-image: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container > .video-iframe-container { display: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container { display: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .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); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { border-width: 0; border-radius: 0; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container {  }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { font-size:14px;font-family:ubuntu;height:90px;width:1200px;position:relative;display:block; }#Ezpexqp3dqSqcq0NE3qdAST2JCWJfPqo { display:block;width:929px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0px;left:150px;height:91.999998px;color:#47545a;font-style:normal;display:block; }
#aTWSk7KnbV1WPCvrPWVTqt9gsher3Ke2 { display:block;width:929px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:0px;left:150px;height:91.999998092651px;color:#47545a;font-style:normal;display:none; }
#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { background-color: transparent; background-image: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container > .video-iframe-container { display: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container { display: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .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); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { border-width: 0; border-radius: 0; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container {  }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { font-size:14px;font-family:ubuntu;height:56px;width:1200px;position:relative;display:block; }#mlXoRzdubBXyWBq9I7FfWS1qzeKZbUnx { position:absolute;display:block;z-index:15014;background-color:rgba(244,192,115,0.15);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;height:36px;width:903px;top:15px;left:150px;display:block; }
#JSBKhT90szISLtQ2MfniKsUlPpx4WAMZ { display:block;width:930px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:400;z-index:15017;line-height:1.7;letter-spacing:0;top:17px;left:150px;height:33.333332px;color:#d7a039;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffbf6;background-image:none;position:relative;display:block; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { background-color: transparent; background-image: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container > .video-iframe-container { display: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container { display: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .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); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { border-width: 0; border-radius: 0; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container {  }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { font-size:14px;font-family:ubuntu;height:214px;width:1200px;position:relative;display:block; }#HOlkXfwHdDQuyMRk0NUazz0cqvO4QIZL { display:block;width:929px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0px;left:150px;height:214.666662px;color:#47545a;font-style:normal;display:block; }
#ClO057ZmsWKLiTHdQ0lLo3lTZG3cSbDT { display:block;width:929px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:300;z-index:15016;line-height:1.8;letter-spacing:0;top:0px;left:150px;height:214.66666221619px;color:#47545a;font-style:normal;display:none; }
#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container { background-color: transparent; background-image: none; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container > .video-iframe-container { display: none; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row > .video-iframe-container { display: none; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .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); }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container { border-width: 0; border-radius: 0; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row > .video-iframe-container {  }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container { font-size:14px;font-family:ubuntu;height:625px;width:1200px;position:relative;display:block; }#TMQWS73vEKuOavNbCAGNkoDxyEAHpJaH { display:block;width:1100px;position:absolute;font-family:ubuntu;font-size:60px;font-weight:300;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:#06417f;font-style:normal;display:block; }
#zMI8SccrSoeHbR79KrymKhK9yZqx6yFB { display:block;width:1000px;position:absolute;font-family:ubuntu;font-size:25px;font-weight:300;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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .widget-text.counter-number { border-top:3px solid #f39c12;border-left:3px solid #f39c12;border-right:3px solid #f39c12;border-bottom:3px solid #f39c12;background-color:transparent;background-image:none;color:#06417f;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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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:ubuntu;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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX { 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:380px;left:391.91668701172px;z-index:15057; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #HVDe4T3rRWXbROecgqMTIDRdZ9o9W8mm { display:flex;position:relative;top:0px;left:0px; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #C7TgPcd2HkDvbI51A52dDBmHxJQOWQuz { width:auto; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IvZnWyDrTCWOShUuRiNl190I4wW8vG3B {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ktX8Z2CdcdKECIJueMh1qzSEFSgpqIC2 { display:flex;position:relative;top:0px;left:0px; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ts7hmM4dpxv1vCW51xU2QU9sKmc9Rlwh {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IJXi1QALeV9OQm62xhLFH5keU4Gh9ikG {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #AN4KUxg8iH65uDazXwDanqCp22PT9OEz { display:flex;position:relative;top:0px;left:0px; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ivgz46u5z3dlFRfHL0sTghIg6gRXWFDr {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #hU80bNvH9iEyff28iaPU9yZ1au8bFI4Q {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #iz3ivdlMee8XboTbd6slTO8iHfg8BDzq { display:flex;position:relative;top:0px;left:0px;display:none; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #N6rsCTkFKF9DhzNTLopQNEuJ85iJv7Iy {  }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #LndwxiQQpCQqSUaVIuzCCIcZAUTm4Z9R {  }
#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3d9b3;background-image:none;position:relative;display:block; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container { background-color: transparent; background-image: none; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container > .video-iframe-container { display: none; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row > .video-iframe-container { display: none; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .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); }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container { border-width: 0; border-radius: 0; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row > .video-iframe-container {  }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container { font-size:14px;font-family:ubuntu;height:274px;width:1200px;position:relative;display:block; }#CzXq31tmW1mq9lg7l6qUZU5FziKou4Xk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:72px;width:180px;top:90px;left:510.00003051758px;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #riCA63KciLg1fkg2AvoDIJKyW1znrMJn { display:block; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { width:764px;height:421px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lKBCeIiKnrLPqH5i5O1VD5S6lRloFUE8 { width:720px;height:240px;top:30px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #eppHlbPzRiRaQzT3nwxLpRKF0Sy7hBTC { width:764px;height:58.666668px;top:64.16667175293px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 1199px) { #HOxtDv2ZlulpLZDxnXeRW4uKvOkWyihq { width:75px;height:75px;top:133.33334350586px;left:344.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #g81w2frE0HZuXmTUIOhTb0kwdEZ5ismc { width:764px;height:38.666668px;top:207px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 1199px) { #cntqCWvtCTep1CeTP6Wma0VsT5RKbugc { display:block; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container { width:764px;height:393px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ivbPThAclbw9hxlA69AwssyTgB2lC2XO { width:700px;height:146.66667px;top:40px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #eJKQmCmAFwsn6zldmIkTDVlmLub4Akhi { width:700px;height:117.333336px;top:214.83340454102px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #QEgiK5nuizRy64Z3O1l3MiFlDUTqQqIi { width:700px;height:186.66666px;top:40px;left:32px;font-size:25px;display:none; }
 }@media only screen and (max-width: 1199px) { #ohq8zAHzl5TEaV9uihA1a7MFP7OLSuxA { width:700px;height:117.333336px;top:261.83337402344px;left:44px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ { display:block; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container { width:764px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DRabdz04wKfoMy1hTfR11IhZxBcO4l2P { width:700px;height:52px;top:23.333374023438px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #d91TECGv2rinKVewrOg3VW00rCa3LqiB { display:block; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { width:764px;height:951px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #k1g8AZbvJ23rJ843A7WesL4JfgSmilpu { width:700px;height:850.666686px;top:40px;left:32px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #UFxZcXtBiKNWOi01hmfUDo6X5TGcOwT2 { width:700px;height:850.666686px;top:40px;left:32px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ { display:block; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container { width:764px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TlyJSPyFGKcMIA4HUTt3KtVcmPaOkb4Z { width:700px;height:52px;top:24px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM { display:block; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container { width:764px;height:960px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MA2b0533g0bdCLf3yqcAVxc9Bxf1rXDG { width:600px;height:88.000002px;top:38px;left:82px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #RbnyvpxFU8IU9cHTZpd8QXh66vBRrXQD { width:635px;height:528.000012px;top:370.3125px;left:82px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #Tp68xznhl8OD5ivIuxzFp4SlW9PQak8A { width:600px;height:88.000002px;top:38px;left:82px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #T392rSV6hVfMBJ16hxb8c42gPySsnK1u { width:600px;height:176.000004px;top:158px;left:82px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #gZ8U7S9UCRXLFtlPrRAd5WV7crrv3teT { width:600px;height:88.000002px;top:38px;left:82px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #mW8viesyLArnxm3l1xq8IOUTrxa49vpL { width:600px;height:616.000012px;top:160.33325195312px;left:82px;font-size:20px;display:none; }
 }@media only screen and (max-width: 1199px) { #xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD { display:block; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container { width:764px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #gvwhFk1ewazTZboQWw2A5px0C1JVV4AW { width:700px;height:52px;top:23.33349609375px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:764px;height:681px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #AE8C74h4CJxiBDmTKq6JBi7wDEbq16Qe { width:600px;height:0;top:320.97924804688px;left:80px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #J66EXxJcB3phq7WX5h7bRFW2rCsfOmuW { width:250px;height:250px;top:42.33349609375px;left:254.5px;display:block; }
 }@media only screen and (max-width: 1199px) { #gVuG1Xptas9HX2IokDCTMEPiIh986M5e { width:600px;height:336px;top:310.97924804688px;left:82px;font-size:18px;z-index:15015;display:block; }
 }@media only screen and (max-width: 1199px) { #Tnt3vgau9sQGHv4QNvTxus56fO6zGyDU { width:600px;height:0;top:320.97924804688px;left:80px;font-size:18px;display:none; }
 }@media only screen and (max-width: 1199px) { #cSmSE2pWVbf5hmXp015hD46K5wsXDvLV { display:block; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container { width:764px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #q5XQOvU2IGqIPZCi1fWBGNpb8Kq0K2m0 { width:700px;height:52px;top:24px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ { display:block; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container { width:764px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #wtzlH06PkrfTpovnOUzBnoAq2HucAhEk { width:161px;height:65.333336px;top:225px;left:503px;font-size:50px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #vB5Ptp0cu7sGZXVgCr4iSaPx1XwPRQws { width:700px;height:383px;top:42px;left:31px;display:block; }
 }@media only screen and (max-width: 1199px) { #mPI5kCXG8dRw25WlqL5L1T8qoNGSIiHS { width:275px;height:92px;top:54px;left:446px;display:block; }
 }@media only screen and (max-width: 1199px) { #qH7vBw0g2EkCiLWsUP2TlRHpKRwqDr4b { width:300px;height:74.666664px;top:63px;left:434px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #q3eE6W2RrUlZ3DnrTaMmyJcoBKx5UGWN { width:352px;height:55px;top:333px;left:205px;display:block; }
 }@media only screen and (max-width: 1199px) { #cAXzV7sWD3ZoLmw5iCixe2tu3qu45ABZ { display:block; }
 }@media only screen and (max-width: 1199px) { #owTQTqibasgANPm7HguwwgicTV1Nhfxw { width:377px;height:235px;top:54px;left:56px;display:block; }
 }@media only screen and (max-width: 1199px) { #xPo8T44gs13dx6l2ANgceg1tHCBFG4ta { width:161px;height:50.666668px;top:166px;left:503px;font-size:20px;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 1199px) { #hgoavMOd0nmwJbdN8qnEL7bf217v1wTc { display:block; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container { width:764px;height:365px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #vg0PtqHL61TMzQFsTUoPwpmQc0dc9PdT { width:700px;height:52px;top:117px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZHD6G8SrVDqOCiLVQXTkg9qEhTx11QGh { width:299.583344px;height:53.166668px;top:179px;left:232px;font-size:17px;z-index:15019;display:block; }
 }@media only screen and (max-width: 1199px) { #sWOWNw11wu4GO8csm7VdTn9TbgfFwMA3 { display:block; }
 }@media only screen and (max-width: 1199px) { #piPVd0K7UksN1daT0BsKqhoSGx937nHz { width:720px;height:215px;top:74px;left:22px;display:block; }
 }@media only screen and (max-width: 1199px) { #l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM { display:block; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pUGf6q35Z5V8bQxokPMQSt5oGSn2oT6J { width:764px;height:36px;top:59px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #oT8KBrbcybQLL4o4Ix0r2rcQTgNh9lyM { width:501px;height:33.333332px;top:60.33349609375px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #Q3nmspQGtktxPTSv5t9fWLy5esTotpoI { display:block; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { width:764px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CLR1Fv0phgwhhe54owEVA0g7gCwLAkLa { width:725px;height:61.333332px;top:0px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B { display:block; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sNg5PzlUTUOwORc7te1dkaoIP79c3fu3 { width:764px;height:36px;top:14px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #maFHzoQoAkLK5O3DqCUgNZnsFKVTvIV0 { width:501px;height:33.333332px;top:11.5px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #JcTT0B53V3mvOlsfrwnBGQME9coTQHfe { display:block; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { width:764px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Ezpexqp3dqSqcq0NE3qdAST2JCWJfPqo { width:725px;height:91.999998px;top:0px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #aTWSk7KnbV1WPCvrPWVTqt9gsher3Ke2 { width:725px;height:91.999998092651px;top:0px;left:50px;display:none; }
 }@media only screen and (max-width: 1199px) { #SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO { display:block; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #mlXoRzdubBXyWBq9I7FfWS1qzeKZbUnx { width:764px;height:36px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #JSBKhT90szISLtQ2MfniKsUlPpx4WAMZ { width:501px;height:33.333332px;top:11px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX { display:block; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { width:764px;height:222px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #HOlkXfwHdDQuyMRk0NUazz0cqvO4QIZL { width:660px;height:214.666662px;top:6.5px;left:50px;display:block; }
 }@media only screen and (max-width: 1199px) { #ClO057ZmsWKLiTHdQ0lLo3lTZG3cSbDT { width:660px;height:214.66666221619px;top:6.5px;left:50px;display:none; }
 }@media only screen and (max-width: 1199px) { #ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT { display:block; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container { width:764px;height:383px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TMQWS73vEKuOavNbCAGNkoDxyEAHpJaH { width:700px;height:104px;top:21.33349609375px;left:32px;font-size:35px;display:block; }
 }@media only screen and (max-width: 1199px) { #zMI8SccrSoeHbR79KrymKhK9yZqx6yFB { width:600px;height:29.333334px;top:144.33349609375px;left:82px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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:3.8px solid #fea858;border-right:3.83px solid #fea858;border-bottom:3.8px solid #fea858;border-left:3.83px solid #fea858; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX { width:335px;height:132.68px;display:flex;top:212px;left:195.22917175293px;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) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #HVDe4T3rRWXbROecgqMTIDRdZ9o9W8mm { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #C7TgPcd2HkDvbI51A52dDBmHxJQOWQuz {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IvZnWyDrTCWOShUuRiNl190I4wW8vG3B {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ktX8Z2CdcdKECIJueMh1qzSEFSgpqIC2 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ts7hmM4dpxv1vCW51xU2QU9sKmc9Rlwh {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IJXi1QALeV9OQm62xhLFH5keU4Gh9ikG {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #AN4KUxg8iH65uDazXwDanqCp22PT9OEz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ivgz46u5z3dlFRfHL0sTghIg6gRXWFDr {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #hU80bNvH9iEyff28iaPU9yZ1au8bFI4Q {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #iz3ivdlMee8XboTbd6slTO8iHfg8BDzq { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #N6rsCTkFKF9DhzNTLopQNEuJ85iJv7Iy {  }
 }@media only screen and (max-width: 1199px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #LndwxiQQpCQqSUaVIuzCCIcZAUTm4Z9R {  }
 }@media only screen and (max-width: 1199px) { #V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL { display:block; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container { width:764px;height:141px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #CzXq31tmW1mq9lg7l6qUZU5FziKou4Xk { width:120px;height:48px;top:45.146240234375px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #riCA63KciLg1fkg2AvoDIJKyW1znrMJn { background-color:#fffbf6;background-image:url("https://images.assets-landingi.com/uc/79cae3b7-08e1-43eb-b8dc-38f12fa824b3/Zdjciegwnenastronzapisu5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn.adaptive-delivery-prevent-bg, #riCA63KciLg1fkg2AvoDIJKyW1znrMJn.lazyload, #riCA63KciLg1fkg2AvoDIJKyW1znrMJn.lazyloading { background-image: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { background-color: transparent; background-image: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container > .video-iframe-container { display: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row > .video-iframe-container { display: none; }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .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); }#riCA63KciLg1fkg2AvoDIJKyW1znrMJn > .row .container { width:320px;height:323px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKBCeIiKnrLPqH5i5O1VD5S6lRloFUE8 { width:320px;height:157px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eppHlbPzRiRaQzT3nwxLpRKF0Sy7hBTC { width:320px;height:32px;top:131px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #HOxtDv2ZlulpLZDxnXeRW4uKvOkWyihq { width:55px;height:55px;top:161px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #g81w2frE0HZuXmTUIOhTb0kwdEZ5ismc { width:320px;height:25.333334px;top:218px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #cntqCWvtCTep1CeTP6Wma0VsT5RKbugc { display:block; }#cntqCWvtCTep1CeTP6Wma0VsT5RKbugc > .row .container { width:320px;height:392px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivbPThAclbw9hxlA69AwssyTgB2lC2XO { width:290px;height:0;top:20.3125px;left:14.5px;text-align:center;text-align-last:center;font-size:18px;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #eJKQmCmAFwsn6zldmIkTDVlmLub4Akhi { width:320px;height:0;top:205.97918701172px;left:0px;text-align:center;text-align-last:center;font-size:18px;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #QEgiK5nuizRy64Z3O1l3MiFlDUTqQqIi { width:290px;height:170.666672px;top:18.3125px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;line-height:1.3;z-index:15008;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ohq8zAHzl5TEaV9uihA1a7MFP7OLSuxA { width:320px;height:149.333338px;top:210.64587402344px;left:0px;text-align:center;text-align-last:center;font-size:17px;line-height:1.3;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ { display:block; }#Qvr2cw4eXxPZRIaRgaTSK8q0PVXIRRPQ > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRabdz04wKfoMy1hTfR11IhZxBcO4l2P { width:320px;height:29.333334px;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) { #d91TECGv2rinKVewrOg3VW00rCa3LqiB { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/79cae3b7-08e1-43eb-b8dc-38f12fa824b3/Zdjciegwnenastronzapisu5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB.adaptive-delivery-prevent-bg, #d91TECGv2rinKVewrOg3VW00rCa3LqiB.lazyload, #d91TECGv2rinKVewrOg3VW00rCa3LqiB.lazyloading { background-image: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { background-color: transparent; background-image: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d9b3; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container > .video-iframe-container { display: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f3d9b3; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container { display: none; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .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); }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { border-width: 0; border-radius: 0; }#d91TECGv2rinKVewrOg3VW00rCa3LqiB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row > .video-iframe-container {  }#d91TECGv2rinKVewrOg3VW00rCa3LqiB > .row .container { width:320px;height:1400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k1g8AZbvJ23rJ843A7WesL4JfgSmilpu { width:290px;height:0;top:20.3125px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #UFxZcXtBiKNWOi01hmfUDo6X5TGcOwT2 { width:290px;height:1342.6667px;top:25.166687011719px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ { display:block; }#LZxnJxh85hZug0pl9XSDc2Xp3cicgXLJ > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlyJSPyFGKcMIA4HUTt3KtVcmPaOkb4Z { width:320px;height:29.333334px;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) { #VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM { display:block; }#VVg6esJQqNgvcuC8TLrZTdwTFIi7hfFM > .row .container { width:320px;height:1300px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MA2b0533g0bdCLf3yqcAVxc9Bxf1rXDG { width:290px;height:0;top:21.666748046875px;left:14.5px;text-align:center;text-align-last:center;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #RbnyvpxFU8IU9cHTZpd8QXh66vBRrXQD { width:290px;height:0;top:530.64599609375px;left:14.5px;text-align:left;text-align-last:left;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #Tp68xznhl8OD5ivIuxzFp4SlW9PQak8A { width:290px;height:168px;top:21.666748046875px;left:14.5px;text-align:center;text-align-last:center;font-size:18px;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #T392rSV6hVfMBJ16hxb8c42gPySsnK1u { width:290px;height:0;top:201.3125px;left:14.5px;text-align:left;text-align-last:left;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #gZ8U7S9UCRXLFtlPrRAd5WV7crrv3teT { width:290px;height:280px;top:221.3125px;left:14.5px;text-align:left;text-align-last:left;font-size:18px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #mW8viesyLArnxm3l1xq8IOUTrxa49vpL { width:290px;height:728px;top:536.64599609375px;left:14.5px;text-align:left;text-align-last:left;font-size:18px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD { display:block; }#xheeMD7Pq1Xi3mGNXQgQC9y2kVmvXgFD > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gvwhFk1ewazTZboQWw2A5px0C1JVV4AW { width:320px;height:29.333334px;top:20.166748046875px;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) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:790px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AE8C74h4CJxiBDmTKq6JBi7wDEbq16Qe { width:290px;height:0;top:241px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #J66EXxJcB3phq7WX5h7bRFW2rCsfOmuW { width:200px;height:200px;top:23.66650390625px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #gVuG1Xptas9HX2IokDCTMEPiIh986M5e { width:320px;height:auto;top:310px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #Tnt3vgau9sQGHv4QNvTxus56fO6zGyDU { width:290px;height:506.66668px;top:246.66674804688px;left:14.5px;text-align:center;text-align-last:center;font-size:17px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #cSmSE2pWVbf5hmXp015hD46K5wsXDvLV { display:block; }#cSmSE2pWVbf5hmXp015hD46K5wsXDvLV > .row .container { width:320px;height:70px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q5XQOvU2IGqIPZCi1fWBGNpb8Kq0K2m0 { width:320px;height:29.333334px;top:20.5px;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) { #XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ { display:block; }#XnKHV6JvTK33JMJT3aJHvfzJ378lMLTQ > .row .container { width:320px;height:552px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wtzlH06PkrfTpovnOUzBnoAq2HucAhEk { width:200px;height:38.666668px;top:393.875px;left:60px;font-size:30px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vB5Ptp0cu7sGZXVgCr4iSaPx1XwPRQws { width:280px;height:303px;top:210.0419921875px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #mPI5kCXG8dRw25WlqL5L1T8qoNGSIiHS { width:260px;height:92px;top:217.6875px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qH7vBw0g2EkCiLWsUP2TlRHpKRwqDr4b { width:320px;height:64px;top:232.04167175293px;left:0px;text-align:center;text-align-last:center;font-size:25px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #q3eE6W2RrUlZ3DnrTaMmyJcoBKx5UGWN { width:260px;height:55px;top:444.0419921875px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cAXzV7sWD3ZoLmw5iCixe2tu3qu45ABZ { display:block; }
 }@media only screen and (max-width: 763px) { #owTQTqibasgANPm7HguwwgicTV1Nhfxw { width:274px;height:171px;top:23px;left:22.5px;display:block; }
 }@media only screen and (max-width: 763px) { #xPo8T44gs13dx6l2ANgceg1tHCBFG4ta { width:320px;height:48px;top:325.0419921875px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #hgoavMOd0nmwJbdN8qnEL7bf217v1wTc { display:block; }#hgoavMOd0nmwJbdN8qnEL7bf217v1wTc > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vg0PtqHL61TMzQFsTUoPwpmQc0dc9PdT { width:320px;height:29.333334px;top:50px;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) { #ZHD6G8SrVDqOCiLVQXTkg9qEhTx11QGh { width:304px;height:53px;top:98px;left:8px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sWOWNw11wu4GO8csm7VdTn9TbgfFwMA3 { display:block; }
 }@media only screen and (max-width: 763px) { #piPVd0K7UksN1daT0BsKqhoSGx937nHz { width:320px;height:147px;top:31px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { background-color: transparent; background-image: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container > .video-iframe-container { display: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container { display: none; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .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); }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { border-width: 0; border-radius: 0; }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row > .video-iframe-container {  }#l2tib5l0Ip9S1dZAzxL7KAIDnhzbhSTM > .row .container { width:320px;height:56px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pUGf6q35Z5V8bQxokPMQSt5oGSn2oT6J { width:320px;height:36px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oT8KBrbcybQLL4o4Ix0r2rcQTgNh9lyM { width:320px;height:30.666666px;top:21px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3nmspQGtktxPTSv5t9fWLy5esTotpoI { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { background-color: transparent; background-image: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container > .video-iframe-container { display: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container { display: none; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .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); }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { border-width: 0; border-radius: 0; }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row > .video-iframe-container {  }#Q3nmspQGtktxPTSv5t9fWLy5esTotpoI > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLR1Fv0phgwhhe54owEVA0g7gCwLAkLa { width:320px;height:91.999998px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { background-color: transparent; background-image: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container > .video-iframe-container { display: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container { display: none; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .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); }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { border-width: 0; border-radius: 0; }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row > .video-iframe-container {  }#BfSMH63uu0RVIOrOvPPGsT9KnnGKT47B > .row .container { width:320px;height:82px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNg5PzlUTUOwORc7te1dkaoIP79c3fu3 { width:320px;height:66px;top:15px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #maFHzoQoAkLK5O3DqCUgNZnsFKVTvIV0 { width:320px;height:61.333332px;top:19px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #JcTT0B53V3mvOlsfrwnBGQME9coTQHfe { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { background-color: transparent; background-image: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container > .video-iframe-container { display: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container { display: none; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .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); }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { border-width: 0; border-radius: 0; }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row > .video-iframe-container {  }#JcTT0B53V3mvOlsfrwnBGQME9coTQHfe > .row .container { width:320px;height:142px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ezpexqp3dqSqcq0NE3qdAST2JCWJfPqo { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #aTWSk7KnbV1WPCvrPWVTqt9gsher3Ke2 { width:320px;height:122.666664px;top:19.3125px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { background-color: transparent; background-image: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container > .video-iframe-container { display: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container { display: none; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .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); }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { border-width: 0; border-radius: 0; }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row > .video-iframe-container {  }#SAfHXefKMbHnSZIhQgoeDWbHzPG7IqXO > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlXoRzdubBXyWBq9I7FfWS1qzeKZbUnx { width:320px;height:78px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JSBKhT90szISLtQ2MfniKsUlPpx4WAMZ { width:320px;height:61.333332px;top:28px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX { background-color:#fffbf6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { background-color: transparent; background-image: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container > .video-iframe-container { display: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container { display: none; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .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); }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { border-width: 0; border-radius: 0; }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row > .video-iframe-container {  }#Je2OgNlr3oMBn4sc6XbXehEWa9rBx9xX > .row .container { width:320px;height:390px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOlkXfwHdDQuyMRk0NUazz0cqvO4QIZL { width:320px;height:0;top:20px;left:0px;text-align:center;text-align-last:center;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #ClO057ZmsWKLiTHdQ0lLo3lTZG3cSbDT { width:320px;height:367.999992px;top:19.646484375px;left:0px;text-align:center;text-align-last:center;font-size:17px;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT { display:block; }#ki2R0GEaJd8NLv5QHICzHz1qOVngfgDT > .row .container { width:320px;height:282px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMQWS73vEKuOavNbCAGNkoDxyEAHpJaH { width:320px;height:58.666668px;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) { #zMI8SccrSoeHbR79KrymKhK9yZqx6yFB { width:320px;height:28px;top:93.3125px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX .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; }
#roTpbHLpRShLsZcfSbGW6zTbiNkkipPX { width:234px;height:87px;display:flex;top:158px;left:39.729167938232px;z-index:15057; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #HVDe4T3rRWXbROecgqMTIDRdZ9o9W8mm { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #C7TgPcd2HkDvbI51A52dDBmHxJQOWQuz {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IvZnWyDrTCWOShUuRiNl190I4wW8vG3B {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ktX8Z2CdcdKECIJueMh1qzSEFSgpqIC2 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ts7hmM4dpxv1vCW51xU2QU9sKmc9Rlwh {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #IJXi1QALeV9OQm62xhLFH5keU4Gh9ikG {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #AN4KUxg8iH65uDazXwDanqCp22PT9OEz { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #ivgz46u5z3dlFRfHL0sTghIg6gRXWFDr {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #hU80bNvH9iEyff28iaPU9yZ1au8bFI4Q {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #iz3ivdlMee8XboTbd6slTO8iHfg8BDzq { display:flex;position:relative;top:0px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #N6rsCTkFKF9DhzNTLopQNEuJ85iJv7Iy {  }
 }@media only screen and (max-width: 763px) { #roTpbHLpRShLsZcfSbGW6zTbiNkkipPX #LndwxiQQpCQqSUaVIuzCCIcZAUTm4Z9R {  }
 }@media only screen and (max-width: 763px) { #V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL { display:block; }#V3BlBTegwt4LW4ebyBon8VWxH0PG2aZL > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CzXq31tmW1mq9lg7l6qUZU5FziKou4Xk { width:90px;height:36px;top:42.1669921875px;left:114.5px;display:block; }
 }