.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;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); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3af91949-9e19-49e3-8859-0c5b64d22d04/Projektbeznazwy2.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !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; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.adaptive-delivery-prevent-bg, #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.lazyload, #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.lazyloading { background-image: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { background-color: transparent; background-image: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container > .video-iframe-container { display: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row > .video-iframe-container { display: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .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); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { border-width: 0; border-radius: 0; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { font-size:14px;font-family:arial;height:64px;width:1200px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#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 { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:415px;width:1200px;overflow:visible;position:relative;display:block; }#ysOntechePD6EzGxCXqFmQbFteqRyaqX { color:#d89f3c;display:block;width:788px;position:absolute;font-family:montserrat;font-size:27px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:216px;left:206px;height:140.375px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTIna7TwLnlMSxPeW4f1dCC0kmJT3uXV { color:#ffffff;display:block;width:889px;position:absolute;font-family:montserrat;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:37px;left:155.5px;height:117px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH { position:relative;display:block; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH { background-color: transparent; background-image: none; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container > .video-iframe-container { display: none; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row > .video-iframe-container { display: none; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .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); }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH { border-width: 0; border-radius: 0; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:296px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vF8zfBex4JWo9lfGMpqn0S47pqTzMvNI { position:absolute;display:block;z-index:15001;height:255px;width:459px;top:20.5px;left:370.5px;display:block; }
#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 { position:relative;display:block; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 { background-color: transparent; background-image: none; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container > .video-iframe-container { display: none; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row > .video-iframe-container { display: none; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .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); }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 { border-width: 0; border-radius: 0; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:507px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#viOf8GKThp1Q0kIFAK2tuuso0f8EQAFv { color:#d89f3c;display:block;width:600px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:48px;left:279.5px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iWukN2EoMOEPIrTKn97TpdITgwfl12Vk { color:#ffffff;display:block;width:889px;position:absolute;font-family:montserrat;font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:119.796875px;left:135px;height:;font-style:normal;display:block; }#iWukN2EoMOEPIrTKn97TpdITgwfl12Vk li:not(:first-child){ padding-top:31px;padding-right:0;padding-bottom:0;padding-left:0; }#iWukN2EoMOEPIrTKn97TpdITgwfl12Vk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
#wAKCZIeIB3nN8vQwShOb3IrhQP76TKUH { box-sizing:content-box;height:452px;width:1086px;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:20px;left:46.298994974874px;border-top:7px solid #d89f3c;border-left:7px solid #d89f3c;border-right:7px solid #d89f3c;border-bottom:7px solid #d89f3c;border-top-right-radius:41px;border-bottom-right-radius:41px;border-bottom-left-radius:41px;border-top-left-radius:41px;box-shadow: 1px 4px 17px #ffbc42 ;display:block; }
#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp { 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; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container { background-color: transparent; background-image: none; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container > .video-iframe-container { display: none; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row > .video-iframe-container { display: none; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .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); }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container { border-width: 0; border-radius: 0; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container { font-size:14px;font-family:arial;height:683px;width:1200px;position:relative;display:block; }#fJLHL127Dk44qN9sZZdKaI4DfHJTIEpT { color:#d89f3c;display:block;width:600px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:131px;left:323px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd { color:#000000;display:block;width:223px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:173.1953125px;left:488.5px;height:;font-style:normal;display:block; }#VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd li:not(:first-child){ padding-top:31px;padding-right:0;padding-bottom:0;padding-left:0; }#VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
#bQDs8czso08R6Fo3HcXBNRPmcS2Vpz7P { box-sizing:content-box;height:534px;width:805px;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:94px;left:191px;border-top:7px solid #d89f3c;border-left:7px solid #d89f3c;border-right:7px solid #d89f3c;border-bottom:7px solid #d89f3c;border-top-right-radius:41px;border-bottom-right-radius:41px;border-bottom-left-radius:41px;border-top-left-radius:41px;box-shadow: 1px 4px 18px #ffbc42 ;display:block; }
#ho1rfWaKBOWbru59JDCzChfl5at85ast { position:absolute;display:block;z-index:15002;height:255px;width:459px;top:291.5px;left:370.5px;display:block; }
#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container { background-color: transparent; background-image: none; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container > .video-iframe-container { display: none; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row > .video-iframe-container { display: none; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .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); }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container { border-width: 0; border-radius: 0; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container { font-size:14px;font-family:arial;height:587px;width:1200px;position:relative;display:block; }#leTJvUTagG7SHrrChLB0Vp5ARCGqwI46 { position:absolute;display:block;z-index:15000;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;box-shadow: none;height:446px;width:446px;top:70.5px;left:72.5px;overflow:hidden;display:block; }
#n5LCfHrgiDUyuFJ2ZfUaudfTDIaF3lVT { color:#d89f3c;display:block;width:600px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:39px;left:547.5px;height:62.3906px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ { color:#ffffff;display:block;width:522px;position:absolute;font-family:montserrat;font-size:16px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:91.2109375px;left:547.5px;height:342.1719px;font-style:normal;display:block; }#tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ li:not(:first-child){ padding-top:31px;padding-right:0;padding-bottom:0;padding-left:0; }#tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd { position:relative;display:block; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd { background-color: transparent; background-image: none; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container > .video-iframe-container { display: none; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row > .video-iframe-container { display: none; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .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); }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd { border-width: 0; border-radius: 0; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:99px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U35wrRGRdAou3gmz92CiVpcpqispJrmk { color:#d89f3c;display:block;width:338px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:33.90625px;left:431px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm { position:relative;display:block; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm { background-color: transparent; background-image: none; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container > .video-iframe-container { display: none; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row > .video-iframe-container { display: none; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .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); }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm { border-width: 0; border-radius: 0; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:1592px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#f2QeG9EaGUyhlWXQ2o869VuhTf52oHyL { 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:516px;width:394px;top:25px;left:88.5px;overflow:hidden;display:block; }
#dnyQUIWbSTMIkzZHghHrxPknHcqmoH73 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:539px;width:420px;top:25px;left:717.109375px;overflow:hidden;display:block; }
#ZrUVxMW6iuKhv8JVDlmEZsAaWsam2aRh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:488px;width:406px;top:636px;left:82.5px;overflow:hidden;display:block; }
#dLkCPC0zX7rcDJFmw98EooVN3UkKQMvw { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:233px;width:363px;top:671px;left:717.109375px;overflow:hidden;display:block; }
#lOU76FpEZyBnWELqUTHdtywThd4MuASn { position:absolute;display:block;z-index:15004;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:382px;width:518px;top:997px;left:668.109375px;overflow:hidden;display:block; }
#eOTPRUtMsLaNHoRXUarxqXW7JTwwhAfe { position:absolute;display:block;z-index:15005;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:265px;width:393px;top:1226px;left:82.5px;overflow:hidden;display:block; }
#DdrE2dWH1iTmHqpywMUyUd25O43fey2A { position:relative;display:block; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A { background-color: transparent; background-image: none; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container > .video-iframe-container { display: none; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row > .video-iframe-container { display: none; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .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); }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A { border-width: 0; border-radius: 0; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:386px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RTekTpuCLTsS5uvbPw1ni15sJkV6w3qC { color:#d89f3c;display:block;width:679px;position:absolute;font-family:montserrat;font-size:24px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.90625px;left:260.5px;height:31.1953px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKkv4ONn4AQHiTc9T5cFDKDnq0inSbQn { position:absolute;display:block;z-index:15003;height:255px;width:459px;top:82px;left:370.5px;display:block; }
#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk { position:relative;display:block; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk { background-color: transparent; background-image: none; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container > .video-iframe-container { display: none; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row > .video-iframe-container { display: none; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .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); }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk { border-width: 0; border-radius: 0; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:86px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R65uA1pKfmEx0GqZvKrvnNXLLONwECbB { color:#8aa013;display:block;width:421px;position:absolute;font-family:marcellus;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:50.375px;left:410px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 { display:block; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysOntechePD6EzGxCXqFmQbFteqRyaqX { top:216px;left:0px;width:764px;height:140px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oTIna7TwLnlMSxPeW4f1dCC0kmJT3uXV { top:37px;left:0px;width:764px;height:117px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v3FK2t33S5BSoyUTALLDeQSqfmN2qimH { display:block; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF8zfBex4JWo9lfGMpqn0S47pqTzMvNI { top:20px;left:152.5px;width:459px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 { display:block; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viOf8GKThp1Q0kIFAK2tuuso0f8EQAFv { top:48px;left:61.5px;width:600px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iWukN2EoMOEPIrTKn97TpdITgwfl12Vk { top:119px;left:0px;width:764px;height:;font-size:16px;display:block; }#iWukN2EoMOEPIrTKn97TpdITgwfl12Vk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #wAKCZIeIB3nN8vQwShOb3IrhQP76TKUH { top:20px;left:0px;width:750px;height:452px;display:block; }
 }@media only screen and (max-width: 763px) { #ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp { display:block; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJLHL127Dk44qN9sZZdKaI4DfHJTIEpT { top:131px;left:105px;width:600px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd { top:173px;left:270.5px;width:223px;height:;font-size:13px;display:block; }#VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #bQDs8czso08R6Fo3HcXBNRPmcS2Vpz7P { top:94px;left:0px;width:750px;height:534px;display:block; }
 }@media only screen and (max-width: 763px) { #ho1rfWaKBOWbru59JDCzChfl5at85ast { top:291px;left:152.5px;width:459px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R { display:block; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTJvUTagG7SHrrChLB0Vp5ARCGqwI46 { top:70px;left:0px;width:446px;height:446px;display:block; }
 }@media only screen and (max-width: 763px) { #n5LCfHrgiDUyuFJ2ZfUaudfTDIaF3lVT { top:39px;left:164px;width:600px;height:62px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ { top:91px;left:242px;width:522px;height:;font-size:17px;display:block; }#tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd { display:block; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U35wrRGRdAou3gmz92CiVpcpqispJrmk { top:33px;left:213px;width:338px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm { display:block; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2QeG9EaGUyhlWXQ2o869VuhTf52oHyL { top:25px;left:0px;width:394px;height:516px;display:block; }
 }@media only screen and (max-width: 763px) { #dnyQUIWbSTMIkzZHghHrxPknHcqmoH73 { top:25px;left:344px;width:420px;height:539px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUVxMW6iuKhv8JVDlmEZsAaWsam2aRh { top:636px;left:0px;width:406px;height:488px;display:block; }
 }@media only screen and (max-width: 763px) { #dLkCPC0zX7rcDJFmw98EooVN3UkKQMvw { top:671px;left:401px;width:363px;height:233px;display:block; }
 }@media only screen and (max-width: 763px) { #lOU76FpEZyBnWELqUTHdtywThd4MuASn { top:997px;left:246px;width:518px;height:382px;display:block; }
 }@media only screen and (max-width: 763px) { #eOTPRUtMsLaNHoRXUarxqXW7JTwwhAfe { top:1226px;left:0px;width:393px;height:265px;display:block; }
 }@media only screen and (max-width: 763px) { #DdrE2dWH1iTmHqpywMUyUd25O43fey2A { display:block; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTekTpuCLTsS5uvbPw1ni15sJkV6w3qC { top:23px;left:42.5px;width:679px;height:31px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yKkv4ONn4AQHiTc9T5cFDKDnq0inSbQn { top:82px;left:152.5px;width:459px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #yMOo7ubETkcTTI7DwCLVvvDOayNwTClk { display:block; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R65uA1pKfmEx0GqZvKrvnNXLLONwECbB { top:50px;left:192px;width:421px;height:20px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3af91949-9e19-49e3-8859-0c5b64d22d04/Projektbeznazwy2.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;display:block; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.adaptive-delivery-prevent-bg, #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.lazyload, #DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6.lazyloading { background-image: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { background-color: transparent; background-image: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container > .video-iframe-container { display: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row > .video-iframe-container { display: none; }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .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); }#DXUGQzQ05sDaDlT4kQeWFIIpa2Sftec6 > .row .container { width:320px;height:33px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:379px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ysOntechePD6EzGxCXqFmQbFteqRyaqX { width:320px;height:182px;top:197px;left:0px;font-size:20px;color:#d89f3c;display:block; }
 }@media only screen and (max-width: 763px) { #oTIna7TwLnlMSxPeW4f1dCC0kmJT3uXV { width:320px;height:163.781px;top:9px;left:0px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v3FK2t33S5BSoyUTALLDeQSqfmN2qimH { display:block; }#v3FK2t33S5BSoyUTALLDeQSqfmN2qimH > .row .container { width:320px;height:208px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vF8zfBex4JWo9lfGMpqn0S47pqTzMvNI { width:320px;height:161px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 { display:block; }#KTg94OpiIr2NlpDf0Tmnt0s06FUkIKI1 > .row .container { width:320px;height:708px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #viOf8GKThp1Q0kIFAK2tuuso0f8EQAFv { width:320px;height:20.7969px;top:48px;left:0px;font-size:16px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iWukN2EoMOEPIrTKn97TpdITgwfl12Vk { width:320px;height:487.75px;top:95.796875px;left:0px;font-size:16px;display:block; }#iWukN2EoMOEPIrTKn97TpdITgwfl12Vk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #wAKCZIeIB3nN8vQwShOb3IrhQP76TKUH { width:306px;height:607px;top:20px;left:0px;z-index:15001;box-shadow: 1px 4px 17px #ffbc42 ;border-top:4px solid #d89f3c;border-left:4px solid #d89f3c;border-right:4px solid #d89f3c;border-bottom:4px solid #d89f3c;display:block; }
 }@media only screen and (max-width: 763px) { #ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp { display:block; }#ru91XcvCsxs6kXu3pnGaqrgTa3JzN3wp > .row .container { width:320px;height:457px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fJLHL127Dk44qN9sZZdKaI4DfHJTIEpT { width:320px;height:46.7969px;top:52px;left:0px;font-size:18px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd { width:223px;height:16.8984px;top:119px;left:48.5px;font-size:13px;text-align:center;text-align-last:center;display:block; }#VMTKWeKwGXxlKiA66T7kB1ywelZuTKWd li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #bQDs8czso08R6Fo3HcXBNRPmcS2Vpz7P { width:306px;height:345px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ho1rfWaKBOWbru59JDCzChfl5at85ast { width:320px;height:255px;top:147px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R { display:block; }#VDWCxQMDHobvlJXgVQibnaVHKU0sJI7R > .row .container { width:320px;height:941px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #leTJvUTagG7SHrrChLB0Vp5ARCGqwI46 { width:209px;height:209px;top:96.5px;left:55.5px;display:block; }
 }@media only screen and (max-width: 763px) { #n5LCfHrgiDUyuFJ2ZfUaudfTDIaF3lVT { width:320px;height:46.7969px;top:20px;left:0px;font-size:18px;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ { width:320px;height:508.4998px;top:340.5703125px;left:0px;font-size:17px;display:block; }#tDhAUMFVNdOMiZTf8xxGHfaNVDOUsMhZ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_1ff560045aa79dd836e8a9ff892f62acf8164c20.svg); }
 }@media only screen and (max-width: 763px) { #wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd { display:block; }#wpkuR5KZ7Ix9Mw9236TBF493KkeJ5sRd > .row .container { width:320px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U35wrRGRdAou3gmz92CiVpcpqispJrmk { width:320px;height:23.3984px;top:14.328125px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm { display:block; }#ogQKRX8RLhK0BErpUdGld9UI3Z2WtAgm > .row .container { width:320px;height:2011px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f2QeG9EaGUyhlWXQ2o869VuhTf52oHyL { width:320px;height:419.08629441624px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dnyQUIWbSTMIkzZHghHrxPknHcqmoH73 { width:320px;height:410.66666666667px;top:459.086px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZrUVxMW6iuKhv8JVDlmEZsAaWsam2aRh { width:320px;height:384.63054187192px;top:889.75px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #dLkCPC0zX7rcDJFmw98EooVN3UkKQMvw { width:320px;height:205.39944903581px;top:1294.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #lOU76FpEZyBnWELqUTHdtywThd4MuASn { width:320px;height:235.98455598456px;top:1755.546px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eOTPRUtMsLaNHoRXUarxqXW7JTwwhAfe { width:320px;height:215.77608142494px;top:1519.773px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #DdrE2dWH1iTmHqpywMUyUd25O43fey2A { display:block; }#DdrE2dWH1iTmHqpywMUyUd25O43fey2A > .row .container { width:320px;height:361px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTekTpuCLTsS5uvbPw1ni15sJkV6w3qC { width:320px;height:46.7969px;top:20px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yKkv4ONn4AQHiTc9T5cFDKDnq0inSbQn { width:320px;height:259px;top:86.796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #yMOo7ubETkcTTI7DwCLVvvDOayNwTClk { display:block; }#yMOo7ubETkcTTI7DwCLVvvDOayNwTClk > .row .container { width:320px;height:172px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R65uA1pKfmEx0GqZvKrvnNXLLONwECbB { width:320px;height:13px;top:79.5px;left:0px;font-size:10px;color:#000000;display:block; }
 }