.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .row > .video-iframe-container { display: none; }#CQ8BP6tF7zUHXlCwEDfHtgyQuf3Tu4xG > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/237c8244-8c5e-4638-b176-e7b814eca3e0/Projektbeznazwy9.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.adaptive-delivery-prevent-bg, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyload, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyloading { background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { font-size:14px;font-family:arial;height:990px;width:1200px;overflow:visible;position:relative;display:block; }#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-form-header {  }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:19px;font-weight:700;color:#ffffff;width:400px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:center;text-align-last:center;vertical-align:top;text-shadow:1px 1px 3px rgba(0,0,0,0.5); }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:50px;color:#000000;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:70px;color:#000000;font-size:16px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #b5b5b5;border-left:1px solid #b5b5b5;border-right:1px solid #b5b5b5;border-bottom:1px solid #b5b5b5;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:50px;color:#000000;font-family:roboto;font-size:16px;overflow:hidden;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ba093e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:18px;font-weight:bold;color:#ffffff;width:400px;height:55px;font-family:raleway;overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { color:#b5b5b5;font-family:raleway;font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { color:#b5b5b5;font-family:raleway;font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:raleway;line-height:1.3;font-size:12px;font-weight:400;color:#ffffff;vertical-align:top;width:380px;overflow:hidden;font-style:normal;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:19px;vertical-align:middle;font-family:"open sans";font-size:14px;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:first-of-type{padding-top:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-container:last-of-type{padding-bottom:0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:253px;left:58.5px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:400px;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-info-text { display:block;height:auto;font-family:raleway;font-size:16px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15034;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:253px;left:58.5px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kcOerDvSn6Tpi7RHEN97FWzuioNLZDdg { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LphbEywiGAtdnTZ3Mkw1svdLZkAkFtTd { position:relative;display:none; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #pbDqnKhEnK1BMiWOkRlvbdVTCKZ2vfvN { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #TyN44KTvwMI4efstxT7chMG2xoPcOdob { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #DHSgAtFTBKWJiEDPQ0CUUDqTonzFfbmN { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Rw6fxFb9ioAZ4tONWBTJ90ixp931SUlP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #o4qu4Zakh26U0cT94LsaRTpFJTZb4s0q { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #EZJFOmLsp3zZmWoWtVNJXyxznTDpb0mm { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Zq8hxyx2EOha7iG0RO1ayNVORzq2i81P { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #IcUvVBxahSCsSF6x2dtPGKCO2w8BxWbb { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Cu2GtSfvPVm9ArnSEoiUoWf88G6OFUaf { position:relative;display:block; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zxIrEHUWtQ5pNLbtCkhOZg5kDEkAgi6o { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK { position:relative;z-index:2; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w { position:relative; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs { position:relative; }
#Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { color:#ffffff;display:block;width:664px;position:absolute;font-family:raleway;font-size:17px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:195px;left:20px;height:25.5px;display:block; }
#QA07xEAGuT7Qc8owgCLrtE3GS4Js8mn8 { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:704px;display:none; }
#d0plJGxDSG6171AZq8ZXF2esHr4DWe3U { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:757px;display:block; }
#duG4RzHd1mZ7x9XxrZE2llb3F1i7hrBf { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:795px;display:block; }
#lX29AfCooM43FvkgInHwovkvNoJvr55o { color:#000000;display:block;width:300px;position:absolute;font-family:raleway;font-size:24px;font-weight:400;z-index:15084;line-height:1.2;letter-spacing:0;top:265px;left:756px;height:28.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#LNqtBq8eRSS1wToBeIV8vaL2wTifWURy { position:absolute;display:block;z-index:15092;background-color:#ba093e;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:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-shadow: none;height:139px;width:139px;top:682px;left:640px;display:block; }
#bvzKeSfaXLTcSsFKwmZr9fTnAi6OxMXs { color:#ffffff;display:block;width:139px;position:absolute;font-family:raleway;font-size:22px;font-weight:400;z-index:15092;line-height:1.1;letter-spacing:0;top:715px;left:640px;height:72.5625px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxqQ3Q1G8a10KOf1UepTzvRpJtNxIhbG { position:absolute;display:block;z-index:15091;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 2px 4px 16px #000000 ;height:658px;width:465px;top:113px;left:714px;overflow:hidden;display:block; }
#hfaRAMrbTOe6suqF8aTkuL6HgWmXu13S { color:#000000;display:block;width:644px;position:absolute;font-family:raleway;font-size:41px;font-weight:300;z-index:15093;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:77px;left:20px;height:98.375px;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; }
#FD5Exs3CQF1KXTp8MKRo0H22ravGqlCe { box-sizing:content-box;height:52px;width:243px;position:absolute;display:block;z-index:15078;background-color:#ba093e;background-image:none;top:77px;left:182px;display:block; }
#pzRfQTqT8aZl3xKJWJbQ199GrfKasVB2 { color:#b5b5b5;display:block;width:656px;position:absolute;font-family:raleway;font-size:16px;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:231px;left:20px;height:54.375px;display:none; }
#Hui96nkSTPqWNJOUKnNtPxDarhPkkrNQ { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:704px;display:none; }
#d6ZXxRuKDHVGotT9Fwszr5geAeyZAAUL { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:704px;display:none; }
#rzeQTSJ5N7WSHbJGNJVuT3dLq6kTPJM5 { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #ba093e, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba093e', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #ba093e, rgba(0,0,0,0));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:500px;width:8px;top:0px;left:718px;display:block; }
#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9c1642;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; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container { background-color: transparent; background-image: none; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container > .video-iframe-container { display: none; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row > .video-iframe-container { display: none; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .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); }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container { border-width: 0; border-radius: 0; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container { font-size:14px;font-family:arial;height:138px;width:1200px;position:relative;display:block; }#vrxPVzW2KNZiLATfrofDmzOTryNFONTm { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:37.9861px;width:37.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:41.970458984375px;left:1007.9948425293px; }
#vrxPVzW2KNZiLATfrofDmzOTryNFONTm > img { max-width: 100%;max-height:100%; width:37.9861px; height:37.9861px; }#H2mwcK867kOCPQawZVur6g8zdwITkTrK { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:37.9938px;width:37.9938px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:42px;left:1063px; }
#H2mwcK867kOCPQawZVur6g8zdwITkTrK > img { max-width: 100%;max-height:100%; width:37.9938px; height:37.9938px; }#SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:38.9931px;width:38.9931px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:41.484375px;left:1117.9948425293px; }
#SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG > img { max-width: 100%;max-height:100%; width:38.9931px; height:38.9931px; }#NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:37.9861px;width:37.9861px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:41.944396972656px;left:952.97750854492px; }
#NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp > img { max-width: 100%;max-height:100%; width:37.9861px; height:37.9861px; }#oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:45.9983px;width:45.9983px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15094;opacity:1;top:37.934020996094px;left:893.52438354492px; }
#oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT > img { max-width: 100%;max-height:100%; width:45.9983px; height:45.9983px; }#mOhadCu9FUDcEEOp5yhRae91Ke9OZKWS { position:absolute;display:block;z-index:15095;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:52.9948px;width:237.995px;top:34.487854003906px;left:25.954849243164px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:400px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:360px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:381px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:400px;height:auto;top:253px;left:0px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:400px;height:auto;top:253px;left:0px; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kcOerDvSn6Tpi7RHEN97FWzuioNLZDdg {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LphbEywiGAtdnTZ3Mkw1svdLZkAkFtTd {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #pbDqnKhEnK1BMiWOkRlvbdVTCKZ2vfvN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #TyN44KTvwMI4efstxT7chMG2xoPcOdob {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #DHSgAtFTBKWJiEDPQ0CUUDqTonzFfbmN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Rw6fxFb9ioAZ4tONWBTJ90ixp931SUlP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #o4qu4Zakh26U0cT94LsaRTpFJTZb4s0q {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #EZJFOmLsp3zZmWoWtVNJXyxznTDpb0mm {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Zq8hxyx2EOha7iG0RO1ayNVORzq2i81P {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #IcUvVBxahSCsSF6x2dtPGKCO2w8BxWbb {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Cu2GtSfvPVm9ArnSEoiUoWf88G6OFUaf {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zxIrEHUWtQ5pNLbtCkhOZg5kDEkAgi6o {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { top:195px;left:0px;width:664px;height:25px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #QA07xEAGuT7Qc8owgCLrtE3GS4Js8mn8 { width:8px;height:500px;top:0px;left:486px;display:block; }
 }@media only screen and (max-width: 763px) { #d0plJGxDSG6171AZq8ZXF2esHr4DWe3U { width:8px;height:500px;top:0px;left:539px;display:block; }
 }@media only screen and (max-width: 763px) { #duG4RzHd1mZ7x9XxrZE2llb3F1i7hrBf { width:8px;height:500px;top:0px;left:577px;display:block; }
 }@media only screen and (max-width: 763px) { #lX29AfCooM43FvkgInHwovkvNoJvr55o { top:265px;left:464px;width:300px;height:28px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #LNqtBq8eRSS1wToBeIV8vaL2wTifWURy { width:139px;height:139px;top:682px;left:422px;display:block; }
 }@media only screen and (max-width: 763px) { #bvzKeSfaXLTcSsFKwmZr9fTnAi6OxMXs { top:715px;left:422px;width:139px;height:72px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #TxqQ3Q1G8a10KOf1UepTzvRpJtNxIhbG { top:113px;left:297px;width:465px;height:658px;display:block; }
 }@media only screen and (max-width: 763px) { #hfaRAMrbTOe6suqF8aTkuL6HgWmXu13S { width:644px;height:98px;top:77px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FD5Exs3CQF1KXTp8MKRo0H22ravGqlCe { top:77px;left:0px;width:243px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #pzRfQTqT8aZl3xKJWJbQ199GrfKasVB2 { top:184px;left:0px;width:320px;height:57px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #Hui96nkSTPqWNJOUKnNtPxDarhPkkrNQ { width:8px;height:500px;top:0px;left:486px;display:none; }
 }@media only screen and (max-width: 763px) { #d6ZXxRuKDHVGotT9Fwszr5geAeyZAAUL { width:8px;height:500px;top:0px;left:486px;display:none; }
 }@media only screen and (max-width: 763px) { #rzeQTSJ5N7WSHbJGNJVuT3dLq6kTPJM5 { width:8px;height:500px;top:0px;left:500px;display:block; }
 }@media only screen and (max-width: 763px) { #WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI { display:block; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrxPVzW2KNZiLATfrofDmzOTryNFONTm { width:24px;height:24px;top:766px;left:86px;display:block; }
#vrxPVzW2KNZiLATfrofDmzOTryNFONTm > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #H2mwcK867kOCPQawZVur6g8zdwITkTrK { width:24px;height:24px;top:766px;left:52px;display:block; }
#H2mwcK867kOCPQawZVur6g8zdwITkTrK > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG { width:24px;height:24px;top:766px;left:18px;display:block; }
#SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG > img { max-width: 100%;max-height:100%; width:24px; height:24px; } }@media only screen and (max-width: 763px) { #NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp { top:41px;left:727px;width:37px;height:37px;display:block; }
#NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp > img { max-width: 100%;max-height:100%; width:37px; height:37px; } }@media only screen and (max-width: 763px) { #oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT { top:37px;left:675.52438354492px;width:45px;height:45px;display:block; }
#oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT > img { max-width: 100%;max-height:100%; width:45px; height:45px; } }@media only screen and (max-width: 763px) { #mOhadCu9FUDcEEOp5yhRae91Ke9OZKWS { top:34px;left:0px;width:237px;height:52.773241454652px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb { background-color:#282d4b;background-image:url("https://images.assets-landingi.com/uc/36c64679-d5fc-46ac-8b27-feafbdfa328d/Projektbeznazwy3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.adaptive-delivery-prevent-bg, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyload, #Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb.lazyloading { background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { background-color: transparent; background-image: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { display: none; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .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); }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { border-width: 0; border-radius: 0; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dp3DpdyCsnhseXmO2nV32y8qPPtdXehb > .row .container { width:320px;height:819px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;font-size:14px;overflow:hidden; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;font-size:16px;overflow:hidden;height:34px;line-height:1; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-text {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;font-size:16px;overflow:hidden;line-height:1; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;height:31px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-select {padding-top: 0; padding-bottom: 0;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox { width:16px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-input-button { width:252px;margin-top:4px;margin-right:14px;margin-bottom:4px;margin-left:14px;height:37px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-moz-placeholder { font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-moz-placeholder { font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]:-ms-input-placeholder { font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe [class*="-text"]::-webkit-input-placeholder { font-size:16px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:11px;overflow:hidden;height:auto; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe  { width:280px;height:auto;top:264.53125px;left:0px; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe {display:block;}#rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe { width:280px;height:auto;top:264.53125px;left:0px; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #KPe6HiEzdbKqrqfrykbty0F4fCGf5SMp {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #phkMepD4nJA2nb7RufNOfrozvUvGTltS { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yxMxxy7D8LHGo33O99Rb1Z5coRwMWGpl {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #ah4PbvxLITI6mzE6UBJXGObcfiG1AHS7 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zRuZkv7a5z83bRBl6DaxrNcdlpn2Hxzr { display:none; }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Udo5KdpCD3TgJUor557EuhRtiFKtlil5 {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #kcOerDvSn6Tpi7RHEN97FWzuioNLZDdg {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #LphbEywiGAtdnTZ3Mkw1svdLZkAkFtTd {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #pbDqnKhEnK1BMiWOkRlvbdVTCKZ2vfvN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #TyN44KTvwMI4efstxT7chMG2xoPcOdob {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #DHSgAtFTBKWJiEDPQ0CUUDqTonzFfbmN {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Rw6fxFb9ioAZ4tONWBTJ90ixp931SUlP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #o4qu4Zakh26U0cT94LsaRTpFJTZb4s0q {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #EZJFOmLsp3zZmWoWtVNJXyxznTDpb0mm {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Zq8hxyx2EOha7iG0RO1ayNVORzq2i81P {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #IcUvVBxahSCsSF6x2dtPGKCO2w8BxWbb {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #Cu2GtSfvPVm9ArnSEoiUoWf88G6OFUaf {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zxIrEHUWtQ5pNLbtCkhOZg5kDEkAgi6o {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #QKDPq94hEFt3rFdnZRlFIMkKnBXAAl4F {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #zzOwWcFWi3iODtDoygp7837cBfWG36qK {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #WAEgV0wMByR9sJDEJLy95xg6e4VFrNNP {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #yhsf8KBb9CHrZaOeSMB26vsp25AdC84w {  }
 }@media only screen and (max-width: 763px) { #rWTw4lTehrEBWK8TPe83ywdwR3Am8yPe #b7W0xOERxfXd7GxOC2NKNl9dL5dgPuUs {  }
 }@media only screen and (max-width: 763px) { #Vm5afuOx3ZLx99Ty3vChqGMuEtT9ouXE { width:320px;height:48px;top:152px;left:0px;font-size:16px;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #QA07xEAGuT7Qc8owgCLrtE3GS4Js8mn8 { width:9px;height:408px;top:553px;left:6px;display:none; }
 }@media only screen and (max-width: 763px) { #d0plJGxDSG6171AZq8ZXF2esHr4DWe3U { width:8px;height:500px;top:493px;left:50px;display:none; }
 }@media only screen and (max-width: 763px) { #duG4RzHd1mZ7x9XxrZE2llb3F1i7hrBf { width:8px;height:500px;top:493px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #lX29AfCooM43FvkgInHwovkvNoJvr55o { width:300px;height:0;top:1146.422px;left:20px;font-size:24px;z-index:15026;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #LNqtBq8eRSS1wToBeIV8vaL2wTifWURy { width:75px;height:75px;top:913px;left:50px;z-index:15092;display:none; }
 }@media only screen and (max-width: 763px) { #bvzKeSfaXLTcSsFKwmZr9fTnAi6OxMXs { width:83.9844px;height:0;top:912.98828125px;left:147.98828125px;font-size:13px;z-index:15092;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TxqQ3Q1G8a10KOf1UepTzvRpJtNxIhbG { width:160px;height:228px;top:216.53125px;left:79px;display:none; }
 }@media only screen and (max-width: 763px) { #hfaRAMrbTOe6suqF8aTkuL6HgWmXu13S { width:320px;height:52.7812px;top:77px;left:0px;text-align:center;text-align-last:center;font-size:22px;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #FD5Exs3CQF1KXTp8MKRo0H22ravGqlCe { width:136px;height:28px;top:77px;left:91px;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #pzRfQTqT8aZl3xKJWJbQ199GrfKasVB2 { width:320px;height:0;top:175.96875px;left:0px;font-size:16px;z-index:15028;text-align:center;text-align-last:center;color:#ffffff;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Hui96nkSTPqWNJOUKnNtPxDarhPkkrNQ { width:9px;height:408px;top:553px;left:44px;z-index:14993;display:none; }
 }@media only screen and (max-width: 763px) { #d6ZXxRuKDHVGotT9Fwszr5geAeyZAAUL { width:9px;height:408px;top:553px;left:82px;z-index:14992;display:none; }
 }@media only screen and (max-width: 763px) { #rzeQTSJ5N7WSHbJGNJVuT3dLq6kTPJM5 { width:8px;height:500px;top:0px;left:156px;display:none; }
 }@media only screen and (max-width: 763px) { #WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI { display:block; }#WJRd4T5sNAqJPL4fXt9ehbOgXCEBUFWI > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vrxPVzW2KNZiLATfrofDmzOTryNFONTm { display:flex;width:32px;height:32px;top:110px;left:238px; }
#vrxPVzW2KNZiLATfrofDmzOTryNFONTm > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #H2mwcK867kOCPQawZVur6g8zdwITkTrK { display:flex;width:32px;height:32px;top:110px;left:192px; }
#H2mwcK867kOCPQawZVur6g8zdwITkTrK > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG { display:flex;width:32px;height:32px;top:110px;left:146px; }
#SBvWH0pq6BHRr4eNuwT45g4CuSpEb6VG > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp { display:flex;width:32px;height:32px;top:110px;left:100px; }
#NgQZKKHH0WVAXTTbTCs132ilsmT7L1Tp > img { max-width: 100%;max-height:100%; width:32px; height:32px; } }@media only screen and (max-width: 763px) { #oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT { display:flex;width:38px;height:38px;top:107px;left:50px; }
#oN5eKvb7fAbbJcL9XRqkuFKWwxhTb6gT > img { max-width: 100%;max-height:100%; width:38px; height:38px; } }@media only screen and (max-width: 763px) { #mOhadCu9FUDcEEOp5yhRae91Ke9OZKWS { width:237px;height:52.773241454652px;top:24.975006103516px;left:41.5px;display:block; }
 }