.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); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.adaptive-delivery-prevent-bg, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyload, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyloading { background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { background-color: transparent; background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .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); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { border-width: 0; border-radius: 0; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { font-size:14px;font-family:arial;height:506px;width:960px;position:relative;display:block; }#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-form-header {  }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { height:auto;display:block;font-family:rubik;font-size:14px;font-weight:bold;color:#ffffff;width:425px;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;text-align:left;text-align-last:left;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;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-bottom:4px;margin-left:0;display:block;width:425px;box-sizing:border-box;height:51px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:13px;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:425px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:raleway;font-weight:700;font-style:normal;box-shadow: 1px 1px 23px rgba(0,0,0,0.21) ;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;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:425px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox { width:13px;height:13px;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; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;background-color:#fb791c;background-image:none;background-position:top left !important;background-repeat: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:19px;font-weight:400;color:#f2f9ff;width:425px;height:47px;font-family:silka;overflow:hidden;text-shadow:1px 1px 3px rgba(0,0,0,0.5);box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-moz-placeholder { color:#a7a2a2;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-moz-placeholder { color:#a7a2a2;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-ms-input-placeholder { color:#a7a2a2;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-webkit-input-placeholder { color:#a7a2a2;font-family:silka;font-size:16px;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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;font-size:12px;font-weight:300;color:#ffffff;vertical-align:top;width:409px;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .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; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container { padding-top:5px;padding-right:0;padding-bottom:5px;padding-left:0;width:100%;font-size:0;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:first-of-type{padding-top:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-container:last-of-type{padding-bottom:0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { background-color:#050505;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:425px;height:auto;border-top:1px solid #7d83ff;border-left:1px solid #7d83ff;border-right:1px solid #7d83ff;border-bottom:1px solid #7d83ff;z-index:15005;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;position:absolute;top:67.5px;left:470.4375px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:425px;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { background-color:#050505;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:425px;height:auto;border-top:1px solid #7d83ff;border-left:1px solid #7d83ff;border-right:1px solid #7d83ff;border-bottom:1px solid #7d83ff;z-index:15005;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;position:absolute;top:67.5px;left:470.4375px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { position:relative;display:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { position:relative;display:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 { position:relative; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF { position:relative; }
#Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { color:#001d3d;display:block;width:309.984px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:320.765625px;left:548.953125px;height:20.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { color:#fafafa;display:block;width:525px;position:absolute;font-family:rubik;font-size:34px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:82.171875px;left:0px;height:44.1875px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { background-color:#050505;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:silka;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:278.977px;height:53.9766px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:451.96875px;left:340.5px;display:block; }
#L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { color:#fafafa;display:block;width:505px;position:absolute;font-family:rubik;font-size:20px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:181.5px;left:0px;height:120px;font-style:normal;display:block; }
#QGx0wLhHPq0y35DJ7wGFeO6ceCeUh0FN { 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;height:181px;width:370px;top:250.984375px;left:77.5px;overflow:hidden;display:block; }
#zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { color:#fafafa;display:block;width:525px;position:absolute;font-family:rubik;font-size:31px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:123px;left:0px;height:40.2969px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.adaptive-delivery-prevent-bg, #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.lazyload, #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.lazyloading { background-image: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { background-color: transparent; background-image: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .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); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { border-width: 0; border-radius: 0; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { font-size:14px;font-family:arial;height:498px;width:960px;position:relative;display:block; }#JKGMdRuifbbTZnZUAz2C41LOOyln9agH { color:#fafafa;display:block;width:898.969px;position:absolute;font-family:silka;font-size:36px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:46.96875px;left:30.515625px;height:46.7969px;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; }
#Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79.9922px;width:79.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:150px;left:85px; }
#TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:85.9922px;width:85.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:150px;left:307px; }
#ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79.9922px;width:79.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:150px;left:556px; }
#bprrmBqgHQTu58cJTa5BcANESDw9ls6o { color:#fafafa;display:block;width:217.992px;position:absolute;font-family:silka;font-size:14px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:256px;left:16px;height:18.196px;text-align:center;text-align-last:center;display:block; }
#AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { color:#fafafa;display:block;width:217.992px;position:absolute;font-family:silka;font-size:14px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:256px;left:487px;height:36.375px;text-align:center;text-align-last:center;display:block; }
#fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { color:#fafafa;display:block;width:217.992px;position:absolute;font-family:silka;font-size:14px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:256px;left:247px;height:18.196px;text-align:center;text-align-last:center;display:block; }
#I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { color:#fafafa;display:block;width:217.969px;position:absolute;font-family:silka;font-size:14px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:255.984375px;left:727.0078125px;height:54.5625px;text-align:center;text-align-last:center;display:block; }
#wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { background-color:#fb791c;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:silka;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:279.328px;height:54.3281px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:389.9765625px;left:340.5px;display:block; }
#HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:79.9922px;width:79.9922px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:150px;left:796px; }
#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.adaptive-delivery-prevent-bg, #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.lazyload, #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.lazyloading { background-image: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { background-color: transparent; background-image: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .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); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { border-width: 0; border-radius: 0; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { font-size:14px;font-family:arial;height:324px;width:960px;position:relative;display:block; }#XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { color:#fafafa;display:block;width:402.984px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:104.484375px;left:309.984375px;height:161px;font-style:normal;display:block; }
#mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:silka;font-size:26px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:44.0625px;left:17.484375px;height:33.7969px;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; }
#JxXyJtktSTd7lqthiH1mggif8aLP0EiP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP.adaptive-delivery-prevent-bg, #JxXyJtktSTd7lqthiH1mggif8aLP0EiP.lazyload, #JxXyJtktSTd7lqthiH1mggif8aLP0EiP.lazyloading { background-image: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { background-color: transparent; background-image: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .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); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { border-width: 0; border-radius: 0; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { font-size:14px;font-family:arial;height:454px;width:960px;position:relative;display:block; }#N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { color:#fafafa;display:block;width:678.984px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:112.03125px;left:18px;height:161px;font-style:normal;display:block; }
#dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { color:#fafafa;display:block;width:98px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:112px;left:724px;height:161px;font-style:normal;display:block; }
#hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { color:#fafafa;display:block;width:93px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:112px;left:853px;height:161px;font-style:normal;display:block; }
#K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:silka;font-size:28px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:27.0703125px;left:30.4921875px;height:36.3984px;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; }
#w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { color:#fafafa;display:block;width:883.992px;position:absolute;font-family:rubik;font-size:23px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:289.0078125px;left:30.984375px;height:69px;font-style:normal;display:block; }
#GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { background-color:#fb791c;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:silka;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:277.289px;height:52.2891px;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:383.296875px;left:334.453125px;display:block; }
#EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.adaptive-delivery-prevent-bg, #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.lazyload, #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.lazyloading { background-image: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { background-color: transparent; background-image: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container > .video-iframe-container { display: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row > .video-iframe-container { display: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .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); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { border-width: 0; border-radius: 0; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#KxwDdzTnCx4ODi90vidwiep7KqU1JlpV { color:#fafafa;display:block;width:811.992px;position:absolute;font-family:rubik;font-size:14px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:119.578125px;left:85.9921875px;height:126px;font-style:normal;display:block; }
#ABrNCNmmSnAT2TuS00hi4PtvrlTgc0SD { color:#fafafa;display:block;width:883.992px;position:absolute;font-family:silka;font-size:23px;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:297px;left:38.015625px;height:23px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mwqXfRkO68vTnDmq3cstz0rApBgiHbOv { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:silka;font-size:28px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:46.0546875px;left:28.96875px;height:36.3984px;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; }
#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.adaptive-delivery-prevent-bg, #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.lazyload, #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.lazyloading { background-image: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { background-color: transparent; background-image: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .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); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { border-width: 0; border-radius: 0; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { font-size:14px;font-family:arial;height:575px;width:960px;position:relative;display:block; }#qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:silka;font-size:36px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:31.9921875px;left:37.6640625px;height:46.7969px;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; }
#Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { background-color:#fb791c;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:silka;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:357px;height:51.9844px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:485.9765625px;left:290.625px;display:block; }
#b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { color:#fafafa;display:block;width:595.992px;position:absolute;font-family:rubik;font-size:18px;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:126.84375px;left:225.9609375px;height:342px;font-style:normal;display:block; }
#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.adaptive-delivery-prevent-bg, #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.lazyload, #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.lazyloading { background-image: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { background-color: transparent; background-image: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container > .video-iframe-container { display: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row > .video-iframe-container { display: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .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); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { border-width: 0; border-radius: 0; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#Lt1ASePIWLINc0WcSLzgeZylI882CU8F { color:#fafafa;display:block;width:898.992px;position:absolute;font-family:silka;font-size:28px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:22.6171875px;left:30.4921875px;height:36.3984px;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; }
#TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { color:#fafafa;display:block;width:715px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:104px;left:0px;height:144px;font-style:normal;display:block; }
#gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { color:#fafafa;display:block;width:531.984px;position:absolute;font-family:rubik;font-size:16px;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:288.984375px;left:0px;height:76.7613px;font-style:normal;display:block; }
#qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { background-color:#fb791c;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:silka;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:276.609px;height:51.5859px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:467.2734375px;left:341.484375px;display:block; }
#ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#eWDsBOL53tPiKBSsUkaPPLf1L3XFC3VV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:555px;width:414px;top:9.9375px;left:546px;overflow:hidden;display:block; }
#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/bc223d6c-84a2-4809-9f40-112abaebb097/inaczej.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.adaptive-delivery-prevent-bg, #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.lazyload, #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.lazyloading { background-image: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { background-color: transparent; background-image: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .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); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { border-width: 0; border-radius: 0; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { font-size:14px;font-family:arial;height:122px;width:960px;position:relative;display:block; }#yucOt9BSodooguSimiKFEVwTdlCLVVXL { color:#fafafa;display:block;width:254px;position:absolute;font-family:rubik;font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:26px;left:354px;height:31.1875px;text-align:center;text-align-last:center;display:block; }
#rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { color:#f6f6f6;display:block;width:351.938px;position:absolute;font-family:rubik;font-size:15px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:57px;left:305px;height:39px;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { display:block; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:425px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:425px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:425px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:425px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:425px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:409px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:425px;height:193px;top:67px;left:297px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:425px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:425px;height:193px;top:67px;left:297px; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:block; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { width:309px;height:20px;top:320px;left:450.953125px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { width:525px;height:44px;top:82px;left:0px;font-size:34px;display:block; }
 }@media only screen and (max-width: 763px) { #maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { width:278px;height:53px;top:451px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block; }
 }@media only screen and (max-width: 763px) { #EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { width:505px;height:120px;top:181px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QGx0wLhHPq0y35DJ7wGFeO6ceCeUh0FN { top:250px;left:0px;width:370px;height:181px;display:block; }
 }@media only screen and (max-width: 763px) { #zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { width:525px;height:0;top:123px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { display:block; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKGMdRuifbbTZnZUAz2C41LOOyln9agH { width:764px;height:46px;top:46px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { top:150px;left:0px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { top:150px;left:209px;width:85px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { top:150px;left:458px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #bprrmBqgHQTu58cJTa5BcANESDw9ls6o { top:255px;left:0px;width:217px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { top:255px;left:388.984375px;width:217px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { top:255px;left:148.984375px;width:217px;height:18px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { top:255px;left:547px;width:217px;height:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { width:279px;height:54px;top:389px;left:242.5px;display:block; }
 }@media only screen and (max-width: 763px) { #HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block; }
 }@media only screen and (max-width: 763px) { #GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { top:150px;left:685px;width:79px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { display:block; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { width:402px;height:160px;top:104px;left:211.984375px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { width:764px;height:33px;top:44px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #JxXyJtktSTd7lqthiH1mggif8aLP0EiP { display:block; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { width:678px;height:160px;top:112px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { width:97px;height:160px;top:112px;left:626px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { width:93px;height:160px;top:112px;left:671px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { width:764px;height:36px;top:27px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { width:764px;height:68px;top:289px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { width:277px;height:52px;top:383px;left:236.453125px;display:block; }
 }@media only screen and (max-width: 763px) { #EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block; }
 }@media only screen and (max-width: 763px) { #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d { display:block; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxwDdzTnCx4ODi90vidwiep7KqU1JlpV { width:764px;height:125px;top:119px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ABrNCNmmSnAT2TuS00hi4PtvrlTgc0SD { width:764px;height:22px;top:297px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #mwqXfRkO68vTnDmq3cstz0rApBgiHbOv { width:764px;height:36px;top:46px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { display:block; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { width:764px;height:46px;top:31px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { width:357px;height:51px;top:485px;left:192.625px;display:block; }
 }@media only screen and (max-width: 763px) { #b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block; }
 }@media only screen and (max-width: 763px) { #sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { width:595px;height:342px;top:126px;left:127.9609375px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk { display:block; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt1ASePIWLINc0WcSLzgeZylI882CU8F { width:764px;height:36px;top:22px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { width:715px;height:144px;top:104px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { width:531px;height:76px;top:288px;left:0px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { width:276px;height:51px;top:467px;left:243.484375px;display:block; }
 }@media only screen and (max-width: 763px) { #ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block; }
 }@media only screen and (max-width: 763px) { #eWDsBOL53tPiKBSsUkaPPLf1L3XFC3VV { top:9px;left:350px;width:414px;height:555px;display:block; }
 }@media only screen and (max-width: 763px) { #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { display:block; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yucOt9BSodooguSimiKFEVwTdlCLVVXL { top:26px;left:256px;width:253px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:351px;height:39px;top:57px;left:207px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63f56d33-c8fa-483d-b16a-4b78138852e9/kocwkadorolek6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.adaptive-delivery-prevent-bg, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyload, #mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii.lazyloading { background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { background-color: transparent; background-image: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row > .video-iframe-container { display: none; }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .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); }#mTulHzTaUcvBWkM1TiSOqE1Lo6W3boii > .row .container { width:320px;height:630px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-regular-label { width:247px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-text {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-textarea { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-select {padding-top: 0; padding-bottom: 0;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox { width:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-input-button { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;background-color:#fb791c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;color:#fafafa;font-family:silka;font-weight:400;font-style:normal;font-size:18px;overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-moz-placeholder { color:#464442;font-family:silka;font-size:14px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-moz-placeholder { color:#464442;font-family:silka;font-size:14px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]:-ms-input-placeholder { color:#464442;font-family:silka;font-size:14px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T [class*="-text"]::-webkit-input-placeholder { color:#464442;font-family:silka;font-size:14px; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .widget-checkbox-label { width:231px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T  { width:247px;height:auto;top:259.96875px;left:13.5px;border-top:3px solid #7d83ff;border-left:3px solid #7d83ff;border-right:3px solid #7d83ff;border-bottom:3px solid #7d83ff;background-color:#050505;background-image:none; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T .radio-container { width:247px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;vertical-align:top; }
#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T {display:block;}#BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T { width:247px;height:auto;top:259.96875px;left:13.5px;border-top:3px solid #7d83ff;border-left:3px solid #7d83ff;border-right:3px solid #7d83ff;border-bottom:3px solid #7d83ff;background-color:#050505;background-image:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #QZi26l56XWyPiaUcDnA3I6AxXvhAlz7s {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ZRTzrAvCH1c5Jf4pAx40BUqFRoa7QiBh { display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #INDqgFHyNOLLeFiX1QOC17arZ0VfBiAS {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #fW5mvc8kaC8lZU6A7izdxKApTmcmOtEE {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #TZUn24gCahZEQys8OPmonI6oXQZVy3ka { display:none; }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #ASOyJRaF70C0ofcOZ1Ep50cfl93HgTp3 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #DgTmc1BT2Zcxt6toQoV6EkOyCviHI0H0 {  }
 }@media only screen and (max-width: 763px) { #BJFVZ3BPMewhQHsiJyRKoRNMnqoLQp8T #nDSBnv7Z7Kbuowr68t6TedbnRvoCkZJF {  }
 }@media only screen and (max-width: 763px) { #Ko4mNTGAFBSw9Knrv9aZf7uqn8TymfX0 { width:309.953px;height:20.7969px;top:519.984375px;left:0px;text-align:center;text-align-last:center;font-size:16px;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #gI4ZTU19yOTVyDEmoXR2HJbqZMIOqVK6 { width:319.992px;height:83.1875px;top:18.8671875px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #maz1a8MI1XCpEnhSQtEpGSW81uFJdDNa { width:278.977px;height:53.9766px;top:559.6640625px;left:20.484375px;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #L62J6EKFkFALChUJkUCe7RGyPHaWAqLx { display:block; }
 }@media only screen and (max-width: 763px) { #EiPstUDwq8uVShpngzQRZZGdWdB3sxUp { width:289.992px;height:78px;top:146.0625px;left:15px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QGx0wLhHPq0y35DJ7wGFeO6ceCeUh0FN { width:320px;height:158.01065719361px;top:901.70837402344px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zap1KTMK8JqhBkwX8eIf1qtysPQv5X7g { width:291.984px;height:20px;top:126.0703125px;left:13.9921875px;text-align:left;text-align-last:left;font-size:20px;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/b41677b5-69e9-4523-ac9f-5b6b5bb09446/kocwkadorolek5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.adaptive-delivery-prevent-bg, #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.lazyload, #HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH.lazyloading { background-image: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { background-color: transparent; background-image: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row > .video-iframe-container { display: none; }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .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); }#HvZZh4uwlBHpweGtgCPeTOJ0lR1K2ImH > .row .container { width:320px;height:825px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKGMdRuifbbTZnZUAz2C41LOOyln9agH { width:320px;height:23.3906px;top:27.8125px;left:0px;text-align:center;text-align-last:center;font-size:18px;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Gw9cdSmBCbTUqNfscOX0NpI4dQusQilE { display:flex;width:80px;height:80px;top:78px;left:120px; }
 }@media only screen and (max-width: 763px) { #TAW5T3vyPbT5aQs2T9InUnK1tKBzMuhm { display:flex;width:86px;height:86px;top:216px;left:117px; }
 }@media only screen and (max-width: 763px) { #ePKuv4q9xtfsAqXRoJFcsHyx5JUuGG99 { display:flex;width:80px;height:80px;top:365px;left:120px; }
 }@media only screen and (max-width: 763px) { #bprrmBqgHQTu58cJTa5BcANESDw9ls6o { width:218px;height:18.1875px;top:178px;left:51px;font-size:14px;text-align:center;text-align-last:center;font-family:silka;display:block; }
 }@media only screen and (max-width: 763px) { #AAvBx97yLOdMD0CoyR2VU5PQf6rIbEin { width:218px;height:36.375px;top:465px;left:51px;font-size:14px;font-family:silka;display:block; }
 }@media only screen and (max-width: 763px) { #fpdmTDTFOwIG9GIUaHS8ZRPhLdLtO9Ie { width:218px;height:18.1875px;top:322px;left:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #I3ToP8MquAG54y1cwIUdCpsH4n0mx2sO { width:218px;height:54.5625px;top:626px;left:51px;font-size:14px;font-family:silka;display:block; }
 }@media only screen and (max-width: 763px) { #wlEAyoCfD5Mevn4JBEzpKwvfeUnBEnlJ { width:279px;height:54px;top:732.9609375px;left:20.484375px;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HSuv0zC8NWCGHqsFmBKGhdKnnwom5zWu { display:block; }
 }@media only screen and (max-width: 763px) { #GvoyQHs0fTpoAlSq9uCzLuf7gbXZmyaH { display:flex;width:80px;height:80px;top:526px;left:120px; }
 }@media only screen and (max-width: 763px) { #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/63f56d33-c8fa-483d-b16a-4b78138852e9/kocwkadorolek6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.adaptive-delivery-prevent-bg, #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.lazyload, #DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN.lazyloading { background-image: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { background-color: transparent; background-image: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row > .video-iframe-container { display: none; }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .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); }#DLDQ5sP1mKOXAW5v8bIFcvGO92O0FMSN > .row .container { width:320px;height:258px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XkmMggsfivm3Gr9BV7GA8acDJ8naevs0 { width:220.969px;height:112px;top:99.984375px;left:49.5234375px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mROHM4QcXTrO5InT0Z3z0yi8u3iJW0Vh { width:319.992px;height:23.3906px;top:36.984375px;left:0px;text-align:center;text-align-last:center;font-size:18px;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JxXyJtktSTd7lqthiH1mggif8aLP0EiP { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/b41677b5-69e9-4523-ac9f-5b6b5bb09446/kocwkadorolek5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP.adaptive-delivery-prevent-bg, #JxXyJtktSTd7lqthiH1mggif8aLP0EiP.lazyload, #JxXyJtktSTd7lqthiH1mggif8aLP0EiP.lazyloading { background-image: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { background-color: transparent; background-image: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row > .video-iframe-container { display: none; }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .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); }#JxXyJtktSTd7lqthiH1mggif8aLP0EiP > .row .container { width:320px;height:528px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8E1TbeJDC3pRw07HpCtiakgaxUrDsc4 { width:312px;height:115.1248px;top:73.8515625px;left:3.984375px;text-align:left;text-align-last:left;font-size:12px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dkGQRFt8NrgE8xaTe6qDdZ871UwpfnT3 { width:97.9922px;height:112px;top:208px;left:50px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hc0N6CMOHoG6NLdZsTFvnZBFmpzyPCXt { width:93px;height:112px;top:208px;left:169px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K9ckDTnbN83u74nTy9u34yAkXPKZMCsp { width:319.969px;height:31.1953px;top:29.7890625px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w8BZmfRKhq4ef8mss47rXWKsGbwMQnTn { width:285px;height:72.75px;top:345.984375px;left:17.484375px;text-align:center;text-align-last:center;font-size:14px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GmoUhQq6bqOGk80gkcyX0GrMzamWiweT { width:276.305px;height:51.3047px;top:426.984375px;left:21.984375px;border-top:0;border-left:0;border-right:0;border-bottom:0;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EmBePdD9S2duQksMmhXZRyabx65QWA0N { display:block; }
 }@media only screen and (max-width: 763px) { #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/63f56d33-c8fa-483d-b16a-4b78138852e9/kocwkadorolek6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.adaptive-delivery-prevent-bg, #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.lazyload, #CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d.lazyloading { background-image: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { background-color: transparent; background-image: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container > .video-iframe-container { display: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row > .video-iframe-container { display: none; }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .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); }#CtgGs5rHtQHUgnAGg2ieQ7O8RZpD5w4d > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxwDdzTnCx4ODi90vidwiep7KqU1JlpV { width:309px;height:169px;top:89px;left:5px;text-align:left;text-align-last:left;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ABrNCNmmSnAT2TuS00hi4PtvrlTgc0SD { width:319.992px;height:13.0078px;top:289px;left:0px;text-align:center;text-align-last:center;font-size:13px;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mwqXfRkO68vTnDmq3cstz0rApBgiHbOv { width:319.992px;height:31.1953px;top:30.984375px;left:0px;text-align:center;text-align-last:center;font-size:24px;font-family:silka;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/b41677b5-69e9-4523-ac9f-5b6b5bb09446/kocwkadorolek5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.adaptive-delivery-prevent-bg, #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.lazyload, #Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV.lazyloading { background-image: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { background-color: transparent; background-image: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row > .video-iframe-container { display: none; }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .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); }#Of99Tofox3fITTwh0MiVWdlx0Cq5qyiV > .row .container { width:320px;height:516px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qM2osTyQyO4exTDsHmsqpE3RGUmqKH5v { width:320px;height:23.3906px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xwxsry9WnxRDte6SduqBX7P7ywOD7P7z { width:306.984px;height:49.9922px;top:436.78125px;left:6.4921875px;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b8eWImTBSIAsfTQ3vTFhIcOoBAwb2yEy { display:block; }
 }@media only screen and (max-width: 763px) { #sNwhDlGibk2AuJJxmnTFCmfdf7rcippG { width:268.992px;height:352.7349px;top:69.3984375px;left:35.9765625px;text-align:left;text-align-last:left;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63f56d33-c8fa-483d-b16a-4b78138852e9/kocwkadorolek6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.adaptive-delivery-prevent-bg, #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.lazyload, #aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk.lazyloading { background-image: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { background-color: transparent; background-image: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container > .video-iframe-container { display: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row > .video-iframe-container { display: none; }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .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); }#aBAEhlI9gfweaN1cTO5eTilVkhLyKgIk > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lt1ASePIWLINc0WcSLzgeZylI882CU8F { width:320px;height:23.3958px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TH8wbyua9TTLJ8dEIBLIAUh9Tccnugd0 { width:319.969px;height:171.5316px;top:65.34375px;left:0px;text-align:left;text-align-last:left;font-size:13px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gIavJTv3TFy5MxZuaDUXF7Zm9D2PG0PS { width:300px;height:86.3437px;top:284.34375px;left:9.984375px;text-align:left;text-align-last:left;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #qayhEQB6BPbPGfe408HT5BUZ8Amrko06 { width:274.32px;height:49.3203px;top:753px;left:23px;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #ePQ4ADdrVH395qUDH754mU1bHWATrS75 { display:block; }
 }@media only screen and (max-width: 763px) { #eWDsBOL53tPiKBSsUkaPPLf1L3XFC3VV { width:320px;height:428.98550724638px;top:371px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm { background-color:#050505;background-image:url("https://images.assets-landingi.com/uc/b41677b5-69e9-4523-ac9f-5b6b5bb09446/kocwkadorolek5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.adaptive-delivery-prevent-bg, #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.lazyload, #tczOzuPskA6JygU6WnRSoVJeOhzTgBPm.lazyloading { background-image: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { background-color: transparent; background-image: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row > .video-iframe-container { display: none; }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .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); }#tczOzuPskA6JygU6WnRSoVJeOhzTgBPm > .row .container { width:320px;height:174px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yucOt9BSodooguSimiKFEVwTdlCLVVXL { width:253.992px;height:39px;top:47.9765625px;left:33.0234375px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rUwB4UtFoAkJcuUQJrFv0aFgXCTFV1ZZ { width:319.992px;height:41.5938px;top:96.984375px;left:0px;text-align:center;text-align-last:center;display:block; }
 }