.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e1d;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; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container { background-color: transparent; background-image: none; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container > .video-iframe-container { display: none; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row > .video-iframe-container { display: none; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .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); }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container { border-width: 0; border-radius: 0; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#QP5WLLtdPxKSEF2LtDK7JSLkOGvExsNO { 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:2.5625rem;width:11.5rem;top:0.75rem;left:2.75rem;overflow:hidden;display:block; }
#RbCfS9hkPr7Oz0RfwyCG5MFh8586ENWD { color:#efefef;display:block;width:22.7486875rem;position:absolute;font-family:"din pro";font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5436198711395rem;left:34.10546875rem;height:0.975rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo { background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/affab0bf-7910-4ad0-bbda-4ebfceece672/tloooofinal.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.adaptive-delivery-prevent-bg, #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.lazyload, #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.lazyloading { background-image: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { background-color: transparent; background-image: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container > .video-iframe-container { display: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container { display: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .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); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { border-width: 0; border-radius: 0; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;overflow:visible;position:relative;display:block; }#NHmBH09Frb1aZMWRmpOB0gIfKUzTzpHB { color:#0082c8;display:block;width:32.1875rem;position:absolute;font-family:"din pro";font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.2779951095581rem;left:13.90625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xOHpWy3TnfFD76aUPwdDvQyvO3ONHzTq { color:#efefef;display:block;width:41.5rem;position:absolute;font-family:"din pro";font-size:3.4375rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:4.0384120941162rem;left:9.25rem;height:3.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/8b387aaf-1340-4e24-8654-ce002edefb78/janekseriofinalne.jpg");background-position:center !important;background-repeat:no-repeat !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; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.adaptive-delivery-prevent-bg, #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.lazyload, #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.lazyloading { background-image: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { background-color: transparent; background-image: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container > .video-iframe-container { display: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row > .video-iframe-container { display: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .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); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { border-width: 0; border-radius: 0; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { font-size:0.875rem;font-family:arial;height:31.5rem;width:60rem;position:relative;display:block; }#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-form-header {  }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-regular-label { height:auto;display:block;font-family:"din pro";font-size:0.75rem;font-weight:400;color:#f1f1f1;width:22.8125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;line-height:.8; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"din pro";vertical-align:top;line-height:1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:1rem;overflow:hidden;font-family:"din pro";vertical-align:top;line-height:1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #7d7d7d;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.8125rem;box-sizing:border-box;height:1.875rem;color:#9e9e9e;font-family:"din pro";font-size:1rem;overflow:hidden;vertical-align:top;line-height:1;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0082c8, #000e1d);background-image: -moz-linear-gradient(45deg, #0082c8, #000e1d);background-image: -ms-linear-gradient(45deg, #0082c8, #000e1d);background-image: -o-linear-gradient(45deg, #0082c8, #000e1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c8', endColorstr='#000e1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0082c8', endColorstr='#000e1d' );";background-image: linear-gradient(45deg, #0082c8, #000e1d);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:22.8125rem;height:2.5rem;font-family:"din pro";overflow:hidden;line-height:1; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]:-moz-placeholder { color:#949494;font-family:"din pro";font-size:1rem;font-weight:400;font-style:normal; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]::-moz-placeholder { color:#949494;font-family:"din pro";font-size:1rem;font-weight:400;font-style:normal; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]:-ms-input-placeholder { color:#949494;font-family:"din pro";font-size:1rem;font-weight:400;font-style:normal; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]::-webkit-input-placeholder { color:#949494;font-family:"din pro";font-size:1rem;font-weight:400;font-style:normal; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .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:"din pro";line-height:1.2;font-size:0.625rem;font-weight:300;color:#efefef;vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal;float:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:raleway;font-size:0.875rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container:first-of-type{padding-top:0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container:last-of-type{padding-bottom:0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR  { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dd975aa-9c6d-460e-9c90-0f61b24a2ffd/gradient4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:33.750001907349rem;top:1.125rem;z-index:15031;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .adaptive-delivery-prevent-bg, #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .lazyload, #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .lazyloading { background-image: none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.8125rem;display:block;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.875rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR {display:block;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9dd975aa-9c6d-460e-9c90-0f61b24a2ffd/gradient4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.8125rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.2) ;left:33.750001907349rem;top:1.125rem;z-index:15031;position:absolute;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem; }#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR.adaptive-delivery-prevent-bg, #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR.lazyload, #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR.lazyloading { background-image: none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #fEQwaTTQTnMagwc38LMpwR9NHWXNKBaW { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZmPItTJwgraSdDpG3uKxQFBUKOi0clrT { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vhwmg2RCtGm5oW16MbKmUmm0TUrbMx0J { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #CXLLLrzTufsII0PKkMmkQrFbsT0wJPeu { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #eNmSOUIHyVNG3yIhNbLTtmPMI4VLJ8BJ { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #kIbSAOqyHqQGapv0AxbCL3KCFHbHD38O { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #yKmknIVpbJsGvSTC15KQdeIFNyHDZHBk { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #EPTyQ7M5tqk9sH2OB4yiHDe8BJ1H7752 { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iCJ6FzUvOWolANAUCCxy8ouaBewt52ll { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #dlQIKeoDNTOpNHcMWqCPZnlBoRp4MIUE { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #qhgPicUX1D8loiRDB4TgvmUoaIa7xwf0 { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #a8Dvsz1dcTnmKvvkU8zooTftKqUuLuUl { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #poWF87kWWgc8GcZ9BKK23nGJ6dXq7doe { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iJEwxaMIAsplCzN2hOvq9x7OIflekZiE { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #gn1UTyBedoq5Gr8GXS5ytWtsmJE1q6rG { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #OOJHh7itb9VDKRHLFalPQsPBSo56k50T { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Liw1C12wHfBmH07QATdRuZq0Hm4aVq7x { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #JVJT9Z1dBnoGVnOL5QLTTl4k21SFy2S3 { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Uv9rrEX9lgRbKleUmJtXxw1i19U2s7Hm { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #luX0NGqxZbH969BX9pTWssRSNr2AiOyX { position:relative;display:none; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vRfiuDEFaXGZdfTUsMTriwsi29hSJf6G { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #nlmBULn4c296mtg7NsT4FilDEv3FKwag { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #wfdWJALPxCC0tHTUSszRVtuW53pmK03G { position:relative;z-index:2; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #sDInyPerLVBuqVNbyiOeZnXdoT11ITR2 { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #E4E763zHHem2yksQ5xk2vlLap3T8Cul2 { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #pdb9SJGymTfmhDumXwtTkmteR74qL4uW { position:relative;z-index:2; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #XlLbcTw6URNhxqxdxZ5BoASAwomaskUT { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #tBkeZaGkPBsGgmVAACn2KwgpxthUuxok { position:relative; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZMv5ASX2yUtkl3uzcUZfgDCbTzvbQg0b { position:relative; }
#SqCCokMIcZ1QfEOMVHfdMsI9ODyp6vcK { color:#efefef;display:block;width:14.9375rem;position:absolute;font-family:"din pro";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.979167938233rem;left:3.15625rem;height:5.5rem;font-style:normal;display:block; }
#MvHhB612wngoybvNRPeGHGK2cQTAoVnc { color:#efefef;display:block;width:22rem;position:absolute;font-family:"din pro";font-size:3.4375rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5.02734375rem;left:3.25rem;height:11.34375rem;font-style:normal;display:block; }
#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/26d1aab6-7cd6-4440-8232-134f83dd2f15/nowetekstura3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.adaptive-delivery-prevent-bg, #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.lazyload, #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.lazyloading { background-image: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { background-color: transparent; background-image: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container > .video-iframe-container { display: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container { display: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .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); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { border-width: 0; border-radius: 0; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { font-size:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#N5TSTazZv2nnqh4tRTv2gqRHazIg2iD9 { position:absolute;display:block;z-index:15043;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:5.625rem;width:5.625rem;top:12.125rem;left:6.556640625rem;overflow:hidden;display:block; }
#epftgndWD7AgSZqqydPt4kCIRkJldBns { position:absolute;display:block;z-index:15042;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:5.625rem;width:5.625rem;top:12.125rem;left:20.278648376465rem;overflow:hidden;display:block; }
#Fe9tcIaHaoEq3Iu6lNaOURMbsshoo7Zr { position:absolute;display:block;z-index:15044;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:5.625rem;width:5.625rem;top:12.125rem;left:34.111328125rem;overflow:hidden;display:block; }
#gt3SgWlThF8WCmMo3xw1LfSDCtZ8r0PC { position:absolute;display:block;z-index:15045;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:5.625rem;width:5.625rem;top:12.125rem;left:47.849609375rem;overflow:hidden;display:block; }
#cPHZukz5xFBVO7FxVdBWqlAEgNSSDhu9 { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"din pro";font-size:1.125rem;font-weight:700;z-index:15040;line-height:1.4;letter-spacing:0;top:19.5rem;left:45.974609375rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4FWJUmaTVg4l7uz3Mg63BvdrquLRSJT { color:#000000;display:block;width:10.4355625rem;position:absolute;font-family:"din pro";font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.4;letter-spacing:0;top:19.5rem;left:31.705078125rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cT8a9cCTLdtbH9Hgo4isVSTJiJkfqHXd { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"din pro";font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.4;letter-spacing:0;top:19.5rem;left:18.403648376465rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NnEtdlDxkPKm906OqWSQoLZGUepQflct { color:#000000;display:block;width:9.375rem;position:absolute;font-family:"din pro";font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.4;letter-spacing:0;top:19.001953125rem;left:4.681640625rem;height:4.72395625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcBrEE5bTDCrk5ffSP6Jwnk0Zgf4kaiW { color:#000000;display:block;width:23.6855625rem;position:absolute;font-family:"din pro";font-size:2.125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:7.4928398132325rem;left:18.15625rem;height:2.3375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wg4CmqhSGTlKa2K4XITWxTB80lKokbmd { 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:2.8125rem;width:10.25rem;top:29.21640586853rem;left:4.6812515258789rem;overflow:hidden;display:block; }
#GDkFcvzt3Eaqzw8QALG0szTAtqJviR1b { color:#000000;display:block;width:22.7486875rem;position:absolute;font-family:"din pro";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:30.679039001465rem;left:34.16796875rem;height:1.29948125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FyHLvFOasJNoIDfX4krsRGGiA72S2RDR { display:block; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QP5WLLtdPxKSEF2LtDK7JSLkOGvExsNO { top:0.75rem;left:0rem;width:11.5rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbCfS9hkPr7Oz0RfwyCG5MFh8586ENWD { top:1.5rem;left:25.0625rem;width:22.6875rem;height:0.9375rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo { display:block; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHmBH09Frb1aZMWRmpOB0gIfKUzTzpHB { width:32.125rem;height:;top:8.25rem;left:7.7804679870606rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOHpWy3TnfFD76aUPwdDvQyvO3ONHzTq { top:4rem;left:3.125rem;width:41.5rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt { display:block; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-regular-label { display:block;width:22.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-textarea { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-button { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR  { width:22.8125rem;height:auto;top:1.125rem;left:22.4375rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .radio-container { width:22.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR {display:block;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR { width:22.8125rem;height:auto;top:1.125rem;left:22.4375rem; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #fEQwaTTQTnMagwc38LMpwR9NHWXNKBaW {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZmPItTJwgraSdDpG3uKxQFBUKOi0clrT {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vhwmg2RCtGm5oW16MbKmUmm0TUrbMx0J {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #CXLLLrzTufsII0PKkMmkQrFbsT0wJPeu {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #eNmSOUIHyVNG3yIhNbLTtmPMI4VLJ8BJ {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #kIbSAOqyHqQGapv0AxbCL3KCFHbHD38O {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #yKmknIVpbJsGvSTC15KQdeIFNyHDZHBk {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #EPTyQ7M5tqk9sH2OB4yiHDe8BJ1H7752 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iCJ6FzUvOWolANAUCCxy8ouaBewt52ll {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #dlQIKeoDNTOpNHcMWqCPZnlBoRp4MIUE {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #qhgPicUX1D8loiRDB4TgvmUoaIa7xwf0 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #a8Dvsz1dcTnmKvvkU8zooTftKqUuLuUl {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #poWF87kWWgc8GcZ9BKK23nGJ6dXq7doe {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iJEwxaMIAsplCzN2hOvq9x7OIflekZiE {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #gn1UTyBedoq5Gr8GXS5ytWtsmJE1q6rG {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #OOJHh7itb9VDKRHLFalPQsPBSo56k50T {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Liw1C12wHfBmH07QATdRuZq0Hm4aVq7x {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #JVJT9Z1dBnoGVnOL5QLTTl4k21SFy2S3 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Uv9rrEX9lgRbKleUmJtXxw1i19U2s7Hm {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #luX0NGqxZbH969BX9pTWssRSNr2AiOyX {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vRfiuDEFaXGZdfTUsMTriwsi29hSJf6G {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #nlmBULn4c296mtg7NsT4FilDEv3FKwag {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #wfdWJALPxCC0tHTUSszRVtuW53pmK03G {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #sDInyPerLVBuqVNbyiOeZnXdoT11ITR2 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #E4E763zHHem2yksQ5xk2vlLap3T8Cul2 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #pdb9SJGymTfmhDumXwtTkmteR74qL4uW {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #XlLbcTw6URNhxqxdxZ5BoASAwomaskUT {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #tBkeZaGkPBsGgmVAACn2KwgpxthUuxok {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZMv5ASX2yUtkl3uzcUZfgDCbTzvbQg0b {  }
 }@media only screen and (max-width: 763px) { #SqCCokMIcZ1QfEOMVHfdMsI9ODyp6vcK { top:16.9375rem;left:0.093357086181638rem;width:14.875rem;height:5.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvHhB612wngoybvNRPeGHGK2cQTAoVnc { top:5rem;left:0.1875rem;width:22rem;height:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq { display:none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N5TSTazZv2nnqh4tRTv2gqRHazIg2iD9 { top:12.125rem;left:0.431640625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #epftgndWD7AgSZqqydPt4kCIRkJldBns { top:12.125rem;left:14.153648376465rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe9tcIaHaoEq3Iu6lNaOURMbsshoo7Zr { top:12.125rem;left:27.986328125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3SgWlThF8WCmMo3xw1LfSDCtZ8r0PC { top:12.125rem;left:41.724609375rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHZukz5xFBVO7FxVdBWqlAEgNSSDhu9 { width:9.375rem;height:4.6875rem;top:19.5rem;left:38.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4FWJUmaTVg4l7uz3Mg63BvdrquLRSJT { width:10.375rem;height:4.6875rem;top:19.5rem;left:25.580078125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT8a9cCTLdtbH9Hgo4isVSTJiJkfqHXd { width:9.375rem;height:4.6875rem;top:19.5rem;left:12.278648376465rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEtdlDxkPKm906OqWSQoLZGUepQflct { width:9.375rem;height:4.6875rem;top:19rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBrEE5bTDCrk5ffSP6Jwnk0Zgf4kaiW { top:7.4375rem;left:12.03125rem;width:23.625rem;height:2.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wg4CmqhSGTlKa2K4XITWxTB80lKokbmd { top:29.1875rem;left:0rem;width:10.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkFcvzt3Eaqzw8QALG0szTAtqJviR1b { top:30.625rem;left:25.0625rem;width:22.6875rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FyHLvFOasJNoIDfX4krsRGGiA72S2RDR { display:block; }#FyHLvFOasJNoIDfX4krsRGGiA72S2RDR > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QP5WLLtdPxKSEF2LtDK7JSLkOGvExsNO { width:5.8125rem;height:1.3125rem;top:0.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbCfS9hkPr7Oz0RfwyCG5MFh8586ENWD { width:7.3125rem;height:1.13715rem;top:0.6875rem;left:11.125rem;font-size:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo { background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/d5a8b4c0-d6df-45ad-acd8-cf26b923b8d8/tlotargi3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.adaptive-delivery-prevent-bg, #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.lazyload, #U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo.lazyloading { background-image: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { background-color: transparent; background-image: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container > .video-iframe-container { display: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container { display: none; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .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); }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { border-width: 0; border-radius: 0; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5uO9yrSwiKTOHGLLMWcp8qwUgVvICGo > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHmBH09Frb1aZMWRmpOB0gIfKUzTzpHB { width:20rem;height:0.89323125rem;top:3.796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOHpWy3TnfFD76aUPwdDvQyvO3ONHzTq { width:20rem;height:1.375rem;top:2.2467451095581rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt { background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/9c739e1d-c20f-463c-8fe3-1d9d202950fd/jezunokoniecjuz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.adaptive-delivery-prevent-bg, #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.lazyload, #UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt.lazyloading { background-image: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { background-color: transparent; background-image: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container > .video-iframe-container { display: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row > .video-iframe-container { display: none; }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .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); }#UTzMaRXRRTGs3hbyC4Z7WwwAyrVtcgUt > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-regular-label { display:block;width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:.7;overflow:hidden;height:auto;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.75rem;display:block;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-text {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:1.75rem;font-size:0.875rem;overflow:hidden; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-select {padding-top: 0; padding-bottom: 0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;line-height:.8;font-size:0.875rem;overflow:hidden; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-checkbox-label { width:12.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container:first-of-type{padding-top:0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .widget-container:last-of-type{padding-bottom:0;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR  { width:13.75rem;height:auto;top:4.8133678436279rem;left:2.2812501192093rem; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR {display:block;}#eubJsZo4GOMOO397Kf3gmC3BouZzv0IR { width:13.75rem;height:auto;top:4.8133678436279rem;left:2.2812501192093rem; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #fEQwaTTQTnMagwc38LMpwR9NHWXNKBaW {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZmPItTJwgraSdDpG3uKxQFBUKOi0clrT { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vhwmg2RCtGm5oW16MbKmUmm0TUrbMx0J {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #CXLLLrzTufsII0PKkMmkQrFbsT0wJPeu {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #eNmSOUIHyVNG3yIhNbLTtmPMI4VLJ8BJ { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #kIbSAOqyHqQGapv0AxbCL3KCFHbHD38O {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #yKmknIVpbJsGvSTC15KQdeIFNyHDZHBk {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #EPTyQ7M5tqk9sH2OB4yiHDe8BJ1H7752 { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iCJ6FzUvOWolANAUCCxy8ouaBewt52ll {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #dlQIKeoDNTOpNHcMWqCPZnlBoRp4MIUE {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #qhgPicUX1D8loiRDB4TgvmUoaIa7xwf0 { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #a8Dvsz1dcTnmKvvkU8zooTftKqUuLuUl {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #poWF87kWWgc8GcZ9BKK23nGJ6dXq7doe {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #iJEwxaMIAsplCzN2hOvq9x7OIflekZiE { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #gn1UTyBedoq5Gr8GXS5ytWtsmJE1q6rG {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #OOJHh7itb9VDKRHLFalPQsPBSo56k50T {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Liw1C12wHfBmH07QATdRuZq0Hm4aVq7x { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #JVJT9Z1dBnoGVnOL5QLTTl4k21SFy2S3 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #Uv9rrEX9lgRbKleUmJtXxw1i19U2s7Hm {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #luX0NGqxZbH969BX9pTWssRSNr2AiOyX { display:none; }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #vRfiuDEFaXGZdfTUsMTriwsi29hSJf6G {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #nlmBULn4c296mtg7NsT4FilDEv3FKwag {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #wfdWJALPxCC0tHTUSszRVtuW53pmK03G {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #sDInyPerLVBuqVNbyiOeZnXdoT11ITR2 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #E4E763zHHem2yksQ5xk2vlLap3T8Cul2 {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #pdb9SJGymTfmhDumXwtTkmteR74qL4uW {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #XlLbcTw6URNhxqxdxZ5BoASAwomaskUT {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #tBkeZaGkPBsGgmVAACn2KwgpxthUuxok {  }
 }@media only screen and (max-width: 763px) { #eubJsZo4GOMOO397Kf3gmC3BouZzv0IR #ZMv5ASX2yUtkl3uzcUZfgDCbTzvbQg0b {  }
 }@media only screen and (max-width: 763px) { #SqCCokMIcZ1QfEOMVHfdMsI9ODyp6vcK { width:13.8125rem;height:1.16861875rem;top:2.74609375rem;left:3.0937501192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.78);display:block; }
 }@media only screen and (max-width: 763px) { #MvHhB612wngoybvNRPeGHGK2cQTAoVnc { width:19.6875rem;height:1.375rem;top:1.0885419845581rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq { background-color:#000e1d;background-image:url("https://images.assets-landingi.com/uc/26d1aab6-7cd6-4440-8232-134f83dd2f15/nowetekstura3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.adaptive-delivery-prevent-bg, #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.lazyload, #cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq.lazyloading { background-image: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { background-color: transparent; background-image: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container > .video-iframe-container { display: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container { display: none; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .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); }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { border-width: 0; border-radius: 0; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVTUBqAWiZhAGWzJpNnUM7IbUTUndLoq > .row .container { width:20rem;height:30.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N5TSTazZv2nnqh4tRTv2gqRHazIg2iD9 { width:3.75rem;height:3.75rem;top:8.09765625rem;left:3.5351563692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #epftgndWD7AgSZqqydPt4kCIRkJldBns { width:3.75rem;height:3.75rem;top:8.09765625rem;left:12.94010412693rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe9tcIaHaoEq3Iu6lNaOURMbsshoo7Zr { width:3.75rem;height:3.75rem;top:16.688804626465rem;left:3.5351563692093rem;display:block; }
 }@media only screen and (max-width: 763px) { #gt3SgWlThF8WCmMo3xw1LfSDCtZ8r0PC { width:3.75rem;height:3.75rem;top:16.688804626465rem;left:12.94010412693rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPHZukz5xFBVO7FxVdBWqlAEgNSSDhu9 { width:8.4980625rem;height:2.09895625rem;top:20.965496063233rem;left:10.565755486488rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4FWJUmaTVg4l7uz3Mg63BvdrquLRSJT { width:9.0625rem;height:2.09895625rem;top:20.966148376465rem;left:0.87890625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT8a9cCTLdtbH9Hgo4isVSTJiJkfqHXd { width:7.6230625rem;height:2.09895625rem;top:12.516277313233rem;left:11.003255486488rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnEtdlDxkPKm906OqWSQoLZGUepQflct { width:7.3730625rem;height:2.09895625rem;top:12.516929626465rem;left:1.7233072519302rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcBrEE5bTDCrk5ffSP6Jwnk0Zgf4kaiW { width:20rem;height:1.443575rem;top:5.279296875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wg4CmqhSGTlKa2K4XITWxTB80lKokbmd { width:6.875rem;height:1.875rem;top:26.625rem;left:1.7230902910232rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDkFcvzt3Eaqzw8QALG0szTAtqJviR1b { width:9.124375rem;height:0.8125rem;top:27.632164001465rem;left:9.34635412693rem;font-size:0.625rem;display:block; }
 }