.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#203a49;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { background-color: transparent; background-image: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { display: none; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .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); }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { border-width: 0; border-radius: 0; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { font-size:14px;font-family:arial;height:127px;width:1200px;position:relative;display:block; }#pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50px;width:226px;top:38.5px;left:34.5px;overflow:hidden;display:block; }
#fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { background-color:#11a351;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:213px;height:47px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:40px;left:872px;display:block; }
#q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e48c43-2c75-44fb-9131-905fb97d987b/pobrane.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.adaptive-delivery-prevent-bg, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyload, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyloading { background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { border-width: 0; border-radius: 0; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { font-size:14px;font-family:arial;height:726px;width:1200px;position:relative;display:block; }#RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { background-color:#11a351;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264px;height:47px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:601.51664733887px;left:21.5px;display:block; }
#ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { position:absolute;display:block;z-index:15002;background-color:#e68709;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;height:6px;width:544px;top:174px;left:0px;display:block; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#f1f1f1;padding-top:6.95px;padding-right:6.35px;padding-bottom:6.95px;padding-left:6.35px;display:block;align-items:center;width:38.09px;min-width:38.09px;height:37.34px;position:relative;font-family:poppins;font-size:27.8px;font-weight:700;line-height:37.34px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { background-color:;background-image:none;color:#f1f1f1;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.34px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:50.78px;height:14.75px;position:relative;font-family:poppins;font-size:10.42px;font-weight:400;line-height:14.75px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:30px;border-bottom-right-radius:30px;background-color:#e68709;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:267px;height:70.33px;padding-top:8.69px;padding-right:9.07px;padding-bottom:8.69px;padding-left:9.07px;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:560px;left:798px;z-index:15007; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0px;left:0px; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK { width:auto; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0px;left:0px; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0px;left:0px; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0px;left:0px; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
#rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { color:#e68709;display:block;width:379px;position:absolute;font-family:roboto;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:502px;left:798px;height:31.2px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { color:#ffffff;display:block;width:501px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:456.80000305176px;left:21.5px;height:104px;display:block; }
#ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { color:#ffffff;display:block;width:279px;position:absolute;font-family:"titillium web";font-size:30px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:233px;left:19.5px;height:195px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uVGyeN0nOMdbST8bes9oudsKivRClMiE { color:#3e3c3c;display:block;width:440px;position:absolute;font-family:"titillium web";font-size:39px;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:60px;left:10px;height:101.375px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NFqTuKG4LeLNrdEnTxFP4lTi95721DMG { color:#ffffff;display:block;width:726px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:8.8000030517578px;left:10px;height:52px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTgfrF2IaTqLufAsdtLR9hsBloqV5XKI { box-sizing:content-box;height:470px;width:318px;position:absolute;display:block;z-index:14989;background-color:rgba(62,60,60,0.79);background-image:none;top:222.5px;left:0px;display:block; }
#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { background-color: transparent; background-image: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container { display: none; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .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); }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { border-width: 0; border-radius: 0; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { font-size:14px;font-family:arial;height:531px;width:1200px;position:relative;display:block; }#L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { color:#202020;display:block;width:601px;position:absolute;font-family:"titillium web";font-size:22px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:224.99998474121px;left:0px;height:28.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { color:#000000;display:block;width:579px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;top:271.99998474121px;left:0px;height:104.562px;font-style:normal;text-align:left;text-align-last:left;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
#n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { color:#000000;display:block;width:569px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:82px;left:0px;height:89.5624px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { color:#202020;display:block;width:600.99px;position:absolute;font-family:"titillium web";font-size:22px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37px;left:0px;height:28.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#SAyAlnyDudUw69RcPGTV0my9rEQTcZSx { color:#000000;display:block;width:533px;position:absolute;font-family:"titillium web";font-size:16px;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:117.30000305176px;left:600px;height:243.906px;font-style:normal;text-align:left;text-align-last:left;display:block; }#SAyAlnyDudUw69RcPGTV0my9rEQTcZSx li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#SAyAlnyDudUw69RcPGTV0my9rEQTcZSx li:before{  }
#cM03rNToV8J5rp7IW5sTspi59VBQo7TK { background-color:#11a351;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:264px;height:47px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:423.80001831055px;left:600px;display:block; }
#ZtZmrh5shqUyO8xcQAURPKOnUWc0vvRv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#o7iv3Ox8STFX0fvpT3DzOXDpk6xvmqrx { color:#202020;display:block;width:601px;position:absolute;font-family:"titillium web";font-size:22px;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:37.800003051758px;left:599px;height:28.6px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Q8US4dw4cVFontAIuntBeLMfA51KFf6M { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { background-color: transparent; background-image: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container > .video-iframe-container { display: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container { display: none; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .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); }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { border-width: 0; border-radius: 0; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { font-size:14px;font-family:arial;height:294px;width:1200px;position:relative;display:block; }#E55s96spKo1AZooKCUIT0pTtzbWF9H1r { display:block;width:1200px;position:absolute;font-family:"titillium web";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:41px;left:0px;height:52px;color:#3e3c3c;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#ed6708;padding-top:11.65px;padding-right:10.27px;padding-bottom:11.65px;padding-left:10.27px;display:block;align-items:center;width:61.63px;min-width:61.63px;height:62.59px;position:relative;font-family:"open sans";font-size:46.58px;font-weight:700;line-height:62.59px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:7.28px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:82.18px;height:24.74px;position:relative;font-family:"open sans";font-size:17.47px;font-weight:400;line-height:24.74px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { 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:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:393px;height:117.91px;padding-top:14.56px;padding-right:14.67px;padding-bottom:14.56px;padding-left:14.67px;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:109px;left:388.8125px;z-index:15003; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0px;left:0px; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa { width:auto; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0px;left:0px; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0px;left:0px; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0px;left:0px; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#11a351;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { background-color: transparent; background-image: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container > .video-iframe-container { display: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container { display: none; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .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); }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { border-width: 0; border-radius: 0; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { font-size:14px;font-family:arial;height:689px;width:1200px;position:relative;display:block; }#nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { position:absolute;display:block;z-index:15000;background-color:#eeeeee;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:488px;width:599px;top:25px;left:601px;display:block; }
#Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { position:absolute;z-index:15001;top:59px;left:680.5px;width:440px;height:388px;display:block; }
#efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { color:#ffffff;display:block;width:528px;position:absolute;font-family:"titillium web";font-size:25px;font-weight:700;z-index:14998;line-height:1.4;letter-spacing:0;top:34px;left:0px;height:35px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLguLCOqJocPVkh3yc3R293ukgQCER5v { color:#ffffff;display:block;width:511.984px;position:absolute;font-family:"titillium web";font-size:18px;font-weight:700;z-index:14999;line-height:1.4;letter-spacing:0;top:96.984375px;left:0px;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
#QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { color:#ffffff;display:block;width:518px;position:absolute;font-family:"titillium web";font-size:18px;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:365.96875px;left:0px;height:75.5625px;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { background-color: transparent; background-image: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { display: none; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .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); }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { border-width: 0; border-radius: 0; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { font-size:14px;font-family:"open sans";height:128px;width:1200px;position:relative;display:block; }#zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { display:block;width:899px;position:absolute;font-family:"titillium web";font-size:12px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:20px;left:161px;height:77.969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:764px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:178px;height:39px;top:29px;left:17px;display:block; }
 }@media only screen and (max-width: 1199px) { #fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { width:164px;height:47px;top:26px;left:578px;display:block; }
 }@media only screen and (max-width: 1199px) { #q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block; }
 }@media only screen and (max-width: 1199px) { #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/21e48c43-2c75-44fb-9131-905fb97d987b/pobrane.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.adaptive-delivery-prevent-bg, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyload, #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU.lazyloading { background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.28); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { width:764px;height:626px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { width:264px;height:47px;top:481px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block; }
 }@media only screen and (max-width: 1199px) { #kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { width:600px;height:4.96875px;top:192px;left:14px;display:block; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { padding-top:7.07px;padding-right:6.24px;padding-bottom:7.07px;padding-left:6.24px;width:37.46px;min-width:37.46px;height:38.02px;font-size:28.29px;line-height:38.02px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.42px;margin-right:0;margin-bottom:0;margin-left:0;width:49.94px;height:15.03px;font-size:10.61px;line-height:15.03px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { display:flex;width:264px;height:71.61px;top:496px;left:351px;padding-top:6.45px;padding-right:6.72px;padding-bottom:6.45px;padding-left:6.72px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
 }@media only screen and (max-width: 1199px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
 }@media only screen and (max-width: 1199px) { #rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { width:379px;height:31.1875px;top:442px;left:351px;font-size:24px;display:block; }
 }@media only screen and (max-width: 1199px) { #sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { width:270px;height:104px;top:341px;left:14px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { width:713px;height:57.1875px;top:223.953125px;left:14px;font-size:22px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #uVGyeN0nOMdbST8bes9oudsKivRClMiE { width:643px;height:91px;top:85px;left:14px;font-size:35px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #NFqTuKG4LeLNrdEnTxFP4lTi95721DMG { width:643px;height:45.5px;top:25px;left:14px;font-size:35px;z-index:14998;display:block; }
 }@media only screen and (max-width: 1199px) { #VTgfrF2IaTqLufAsdtLR9hsBloqV5XKI { width:318px;height:276px;top:308px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:764px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { width:251.969px;height:32.5px;top:537px;left:16.046875px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { width:340.984px;height:115.75px;top:592.25px;left:16.046875px;font-size:18px;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
 }@media only screen and (max-width: 1199px) { #n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { width:730.99px;height:100.75px;top:70.715282440186px;left:16.059028625488px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { width:696px;height:32.5px;top:23.697891235352px;left:16.059028625488px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #SAyAlnyDudUw69RcPGTV0my9rEQTcZSx { width:730.969px;height:210.375px;top:287.3125px;left:16.046875px;font-size:17px;display:block; }#SAyAlnyDudUw69RcPGTV0my9rEQTcZSx li:before{  }
 }@media only screen and (max-width: 1199px) { #cM03rNToV8J5rp7IW5sTspi59VBQo7TK { width:264px;height:47px;top:738px;left:249.53125px;display:block; }
 }@media only screen and (max-width: 1199px) { #ZtZmrh5shqUyO8xcQAURPKOnUWc0vvRv { display:block; }
 }@media only screen and (max-width: 1199px) { #o7iv3Ox8STFX0fvpT3DzOXDpk6xvmqrx { width:522px;height:32.5px;top:233px;left:16.046875px;font-size:25px;display:block; }
 }@media only screen and (max-width: 1199px) { #Q8US4dw4cVFontAIuntBeLMfA51KFf6M { display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { width:764px;height:224px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #E55s96spKo1AZooKCUIT0pTtzbWF9H1r { width:764px;height:52px;top:25px;left:0px;display:block; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { display:flex;width:288px;height:81px;top:94.3125px;left:223.34375px; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
 }@media only screen and (max-width: 1199px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
 }@media only screen and (max-width: 1199px) { #wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { display:block; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { width:764px;height:920px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:699px;height:477px;top:334px;left:33px;display:block; }
 }@media only screen and (max-width: 1199px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:397px;height:390px;top:361px;left:183px;display:block; }
 }@media only screen and (max-width: 1199px) { #efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { width:731px;height:28px;top:22px;left:17px;font-size:20px;display:block; }
 }@media only screen and (max-width: 1199px) { #TLguLCOqJocPVkh3yc3R293ukgQCER5v { width:731px;height:166.125px;top:59.99658203125px;left:16.493055343628px;font-size:18px;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
 }@media only screen and (max-width: 1199px) { #QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { width:730.984px;height:50.375px;top:248.96875px;left:16.484375px;font-size:18px;display:block; }
 }@media only screen and (max-width: 1199px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:764px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:743px;height:77.969px;top:20px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XvyKggqQxkVUXA02RbBApWMdMtrqrMGK { display:block; }#XvyKggqQxkVUXA02RbBApWMdMtrqrMGK > .row .container { width:320px;height:137px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pHOIaUr151Gqqs0CT4JBF57py8BRK1wx { width:137px;height:30px;top:20px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #fKCsgpOspFBvNai5f7aGTWGRxuN9KtT0 { width:213px;height:47px;top:70px;left:53px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #q22SeRCGeL5ynMIDZvK0zVRGEm0vpzVJ { display:block; }
 }@media only screen and (max-width: 763px) { #cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU { background-color:#dcdbd9;background-image:none;display:block; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { background-color: transparent; background-image: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row > .video-iframe-container { display: none; }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .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); }#cKUdoEeU0hEOZzL0TDmtbAGBgvun8ChU > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RBfxIygsN94LTh5ZSXRJs0mJ71JIrDoG { width:219px;height:47px;top:465.390625px;left:50.5px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ic3uVefh7o76OXNe8DlATFzghFL7SOvc { display:block; }
 }@media only screen and (max-width: 763px) { #kKdA1n6lcdRFNS60npoetbcDxOeLZRWJ { width:320px;height:5px;top:161.3907px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .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; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-number { padding-top:6.19px;padding-right:5.46px;padding-bottom:6.19px;padding-left:5.46px;width:32.74px;min-width:32.74px;height:33.29px;font-size:24.77px;line-height:33.29px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:3.87px;margin-right:0;margin-bottom:0;margin-left:0;width:43.65px;height:13.16px;font-size:9.29px;line-height:13.16px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 { display:flex;width:239px;height:62.7px;top:610px;left:33px;background-color:#e68709;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;padding-top:6.73px;padding-right:7.07px;padding-bottom:6.73px;padding-left:7.07px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #doT9uh2zgRMwFsqABIwhOzFSivJfLfCc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #BmykfieFQFNwgVR5Lbpbp1IsI8Z0IRzK {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #IrkpeeAgfTUcBPLBQ3K1946AUNHqa0GA {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Rb2XfMWg4wHi5iIO7k6GylJwZOXI6kcf { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #dP4Cp3OUWLKd7TXTIg2VVmSCEr3Bb9UF {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fRlTaIimntfRis4ioM56QzlaOkmghi3w {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Mr6n5ZvaSp5UZsBnqAHuTXw1TrmJIeT4 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #Qerswxr1PfqA1vczniRKWCuv1vt8m5Zh {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #WXpCf8yJDR4IheoBKpx0VcKpMEnGKPus {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #fOBIzStl2B53P6UiTd2BSuLDn9GpNqmQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #OuT81sCaNFMJG6rOF3fmuask9JRELTPz {  }
 }@media only screen and (max-width: 763px) { #GD0SuT9xL43bFTzDzl3LTCFJRD3eQmd3 #U4SzczoHdBy8ExqiQa8oaTKy2uQBGX4e {  }
 }@media only screen and (max-width: 763px) { #rF52krJQqNbUaGmP0tGONHiaDXOOfxKr { width:320px;height:26px;top:564px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTbMTv6WqtdkLpXAccUg7HuRPMK1War6 { width:320px;height:88.3752px;top:343.3907px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtDNcTdxUsTCiRnfLST85NV5x1S91mqx { width:286.969px;height:104px;top:186.3907px;left:16px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVGyeN0nOMdbST8bes9oudsKivRClMiE { width:320px;height:67.5938px;top:73.7969px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NFqTuKG4LeLNrdEnTxFP4lTi95721DMG { width:320px;height:33.7969px;top:29px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTgfrF2IaTqLufAsdtLR9hsBloqV5XKI { width:318px;height:237px;top:310.3907px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #drPIBSwngbBVnGqRdB3UEwt632O9TCs8 { display:block; }#drPIBSwngbBVnGqRdB3UEwt632O9TCs8 > .row .container { width:320px;height:779px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L9tzbbbTl5Q5kVOmbM0keQC2l2NaONPC { width:302.969px;height:26px;top:563.86px;left:8px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB { width:301.969px;height:82.1875px;top:609.86px;left:9px;font-size:14px;line-height:1.2;display:block; }#nbMkrUlDr15kRGkgFrmFWs4Ben4G5PUB li:before{  }
 }@media only screen and (max-width: 763px) { #n6kLsRxAyWeOWuSgisa4ekI4X4yQtWzQ { width:320px;height:137.1562px;top:66px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pqKbnLI8B6WPlIHzT3NQi1Z87lNSo4Ri { width:320px;height:26px;top:20px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SAyAlnyDudUw69RcPGTV0my9rEQTcZSx { width:320px;height:274.719px;top:269.141px;left:0px;font-size:14px;display:block; }#SAyAlnyDudUw69RcPGTV0my9rEQTcZSx li:before{  }
 }@media only screen and (max-width: 763px) { #cM03rNToV8J5rp7IW5sTspi59VBQo7TK { width:264px;height:47px;top:712.0475px;left:28px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #ZtZmrh5shqUyO8xcQAURPKOnUWc0vvRv { display:block; }
 }@media only screen and (max-width: 763px) { #o7iv3Ox8STFX0fvpT3DzOXDpk6xvmqrx { width:320px;height:26px;top:223.141px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q8US4dw4cVFontAIuntBeLMfA51KFf6M { display:block; }#Q8US4dw4cVFontAIuntBeLMfA51KFf6M > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E55s96spKo1AZooKCUIT0pTtzbWF9H1r { width:320px;height:78px;top:34px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn .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; }
#TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn { display:flex;width:288px;height:81px;top:112px;left:0px; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #GdAqnnkLIJw0LUfg270KVBQuAdURf0c1 { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #s1ios61vVa69mT0tnrJyQPTSSMTzogTa {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #DO7M15WWgV9tplCqtyWWaUq3zSATGkyU {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #B0AwDTkRQu2B2qJepm4AifQTmC5cAxKq { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #fm3Lvp8Qs3vNZOG3K9lzq6TrMOh9T2lS {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #uV8vdrOueNssF9NP6PG1JAqzSN0oca2X {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sRqpn3TcHHFkiCewkgzqeNEHq6Eea4TT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #OF10b0osBvlDqCI0WtTbQ45xenXETlxV {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #JuQrhgTTLLvPpI2W7esLpQbypbnTdDPo {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #sLn1N6LbGOnK9En0tZBkXEssLLMAAeVT { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #yUuTbQl1zRzZzZKDx5VlEHQQBQul5JdH {  }
 }@media only screen and (max-width: 763px) { #TlMkTsOpuxEfPIRZsfSm5FPmm4PoTbQn #QCGbcySWVOIyIzadCLxsEf4N6yQwaFb1 {  }
 }@media only screen and (max-width: 763px) { #wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi { display:block; }#wXqJQnOWxiTr4E0JCzOSh9Na47sHdCgi > .row .container { width:320px;height:1215px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nFgITcm98e4fsKgJZQ1eqI9NWnGyiJ1x { width:320px;height:597px;top:489px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Na5NFxdXtQ9qaZX1Qk80F9AAIRZhILZl { width:295px;height:491px;top:514px;left:13px;display:block; }
 }@media only screen and (max-width: 763px) { #efD6LPDbQ7JTWswtKZHA7P7TaSy15OUQ { width:320px;height:56px;top:11.979164123535px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TLguLCOqJocPVkh3yc3R293ukgQCER5v { width:320px;height:261.297px;top:76.979164123535px;left:0px;font-size:16px;display:block; }#TLguLCOqJocPVkh3yc3R293ukgQCER5v li:before{  }
 }@media only screen and (max-width: 763px) { #QcZCpKRQSE6LctEs0WVu0gAExEZ4dPI3 { width:320px;height:111.953px;top:356.203125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 { display:block; }#nU6PucQTQNvi0HUsmPXrPw7Dlo7uIC54 > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zu2VZibUoW0v4QcmKQxR6sPThAqT70I0 { width:290px;height:114.3752px;top:20px;left:15px;text-align:center;text-align-last:center;font-size:11px;display:block; }
 }