.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;
}
.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-input-select option {
  color: #000;
}
.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr { position:relative;display:block; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr { background-color: transparent; background-image: none; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row .container > .video-iframe-container { display: none; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row > .video-iframe-container { display: none; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .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); }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr { border-width: 0; border-radius: 0; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:57px;width:1200px;position:relative;display:block; }#yTo0xwLpbZEBFOuq8adNyAGOdHqcI0sC { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30px;width:170px;top:13.5px;left:9px;overflow:hidden;display:block; }
#NWVhtndVTwoqfsLu35gdbcncTVDAQUy4 { background-color:#10181f;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:155px;height:43px;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:7px;left:995px;display:block; }
#VWKfKOeyJdTWrKFU4u78JGok3LQLisdt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111820;background-image:url("https://images.assets-landingi.com/uc/d13a9173-480c-4aac-a7c4-052fe4327d44/bg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.adaptive-delivery-prevent-bg { background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { background-color: transparent; background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .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); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { border-width: 0; border-radius: 0; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { font-size:14px;font-family:arial;height:543px;width:1200px;position:relative;display:block; }#saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { color:#ffffff;display:block;width:382px;position:absolute;font-family:"dm sans";font-size:34px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:101px;left:50px;height:132.6px;font-style:normal;display:block; }
#f9DRFakVv2Xun1CIX0f4xUFqbAfrUAwG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:52px;width:52px;top:272px;left:50px;overflow:hidden;display:block; }
#ugJeEHnuCBvEnU2bIEmED53tb0ozLvFs { color:#ffffff;display:block;width:370px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:400;z-index:100005;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:258px;left:121.5px;height:84px;font-style:normal;display:block; }
#lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:732px;width:1011px;top:0px;left:-358px;overflow:hidden;display:block; }
#TgwqmZgUmIucqJJ4LFei3gGQ5VMgQb3c { background-color:#ed3c33;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:251px;height:43px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:375px;left:50px;display:block; }
#sUPe7z8PbzvIkTu2feXubXleJpUyNUsk { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { background-color: transparent; background-image: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container > .video-iframe-container { display: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row > .video-iframe-container { display: none; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .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); }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { border-width: 0; border-radius: 0; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { font-size:14px;font-family:arial;height:527px;width:1200px;position:relative;display:block; }#xxG0cqii7sVsBEZ9yto227Z0VayuXHQ9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:527px;width:723px;top:0px;left:-165px;overflow:hidden;display:block; }
#okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { color:#000000;display:block;width:554px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:158px;left:600px;height:36.4px;font-style:normal;display:block; }
#WSBef3yzZ7hnk6g1goera88ESKkcJyZf { color:#000000;display:block;width:437px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.4;letter-spacing:0;top:243px;left:600px;height:112px;display:block; }
#NQTbk4sUTqTqvGakL1VqXIMo9wSSplby { position:absolute;display:block;z-index:100000;background-color:#f2f2f2;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:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;height:54px;width:54px;top:500px;left:573px;display:block; }
#IbsVwmWskPivlBh13emwIhaPW3KIpwKu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25px;width:25px;top:514.5px;left:587.5px;overflow:hidden;display:block; }
#yTho3o8hDTWFMIkG0lqZDb3Ng1sPN2T5 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:54px;height:54px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:500px;left:573px;display:block; }
#fhbq3DwLaEuoCS4SAIHu12IO52tMc3z2 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { position:relative;display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { background-color: transparent; background-image: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container > .video-iframe-container { display: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row > .video-iframe-container { display: none; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .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); }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { border-width: 0; border-radius: 0; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:141px;width:1200px;position:relative;display:block; }#VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { color:#000000;display:block;width:554px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:64px;left:323px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cfbbe5fd-5535-44f5-aeb9-b0ec6f9e5e6c/samochody1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe.adaptive-delivery-prevent-bg { background-image: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { background-color: transparent; background-image: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .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); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { border-width: 0; border-radius: 0; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { font-size:14px;font-family:arial;height:979px;width:1200px;position:relative;display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { position:relative;display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { background-color: transparent; background-image: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container > .video-iframe-container { display: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row > .video-iframe-container { display: none; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .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); }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { border-width: 0; border-radius: 0; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:169px;width:1200px;position:relative;display:block; }#IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { background-color:#111921;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:175px;height:43px;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:42px;left:512.5px;display:block; }
#IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;background-image:none;position:relative;display:block; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { background-color: transparent; background-image: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container > .video-iframe-container { display: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row > .video-iframe-container { display: none; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .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); }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { border-width: 0; border-radius: 0; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { font-size:14px;font-family:arial;height:584px;width:1200px;position:relative;display:block; }#ZlKRxGvkqpWvz939lA36mIW2aldZtfZA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:584px;width:814px;top:0px;left:450.9202806775px;overflow:hidden;display:block; }
#Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { color:#000000;display:block;width:356px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:89px;left:50px;height:72.8px;font-style:normal;display:block; }
#tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { color:#000000;display:block;width:463px;position:absolute;font-family:"dm sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.4;letter-spacing:0;top:196px;left:50px;height:196px;display:block; }
#glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { background-color:#ed3c33;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:251px;height:43px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:433px;left:50px;display:block; }
#UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#111921;background-image:none;position:relative;display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { background-color: transparent; background-image: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container > .video-iframe-container { display: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row > .video-iframe-container { display: none; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .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); }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { border-width: 0; border-radius: 0; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { font-size:14px;font-family:arial;height:330px;width:1200px;position:relative;display:block; }#vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { color:#ffffff;display:block;width:1200px;position:absolute;font-family:"dm sans";font-size:28px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:81px;left:0px;height:36.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { background-color:#ff6101;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;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"dm sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:404px;height:64px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:186px;left:398px;display:block; }
#Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w9obIGwSegnnTGURuhFQnXEo02OdCzGr { display:block; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTo0xwLpbZEBFOuq8adNyAGOdHqcI0sC { top:13px;left:0px;width:170px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NWVhtndVTwoqfsLu35gdbcncTVDAQUy4 { width:155px;height:43px;top:7px;left:609px;display:block; }
 }@media only screen and (max-width: 763px) { #VWKfKOeyJdTWrKFU4u78JGok3LQLisdt { display:block; }
 }@media only screen and (max-width: 763px) { #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { display:block; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { top:101px;left:0px;width:382px;height:132px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #f9DRFakVv2Xun1CIX0f4xUFqbAfrUAwG { top:272px;left:0px;width:52px;height:52px;display:block; }
 }@media only screen and (max-width: 763px) { #ugJeEHnuCBvEnU2bIEmED53tb0ozLvFs { top:258px;left:0px;width:370px;height:84px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { top:0px;left:0px;width:764px;height:553.16320474777px;display:block; }
 }@media only screen and (max-width: 763px) { #TgwqmZgUmIucqJJ4LFei3gGQ5VMgQb3c { width:251px;height:43px;top:375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sUPe7z8PbzvIkTu2feXubXleJpUyNUsk { display:block; }
 }@media only screen and (max-width: 763px) { #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { display:block; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxG0cqii7sVsBEZ9yto227Z0VayuXHQ9 { top:0px;left:0px;width:723px;height:527px;display:block; }
 }@media only screen and (max-width: 763px) { #okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { top:158px;left:210px;width:554px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WSBef3yzZ7hnk6g1goera88ESKkcJyZf { top:243px;left:327px;width:437px;height:112px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NQTbk4sUTqTqvGakL1VqXIMo9wSSplby { top:500px;left:355px;width:54px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #IbsVwmWskPivlBh13emwIhaPW3KIpwKu { top:514px;left:369.5px;width:25px;height:25px;display:block; }
 }@media only screen and (max-width: 763px) { #yTho3o8hDTWFMIkG0lqZDb3Ng1sPN2T5 { width:54px;height:54px;top:500px;left:355px;display:block; }
 }@media only screen and (max-width: 763px) { #fhbq3DwLaEuoCS4SAIHu12IO52tMc3z2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { top:64px;left:105px;width:554px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { display:block; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { width:175px;height:43px;top:42px;left:294.5px;display:block; }
 }@media only screen and (max-width: 763px) { #IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block; }
 }@media only screen and (max-width: 763px) { #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { display:block; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlKRxGvkqpWvz939lA36mIW2aldZtfZA { top:0px;left:0px;width:764px;height:548.12776412776px;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { top:89px;left:0px;width:356px;height:72px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { top:196px;left:0px;width:463px;height:196px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { width:251px;height:43px;top:433px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block; }
 }@media only screen and (max-width: 763px) { #PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { top:81px;left:0px;width:764px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { width:404px;height:64px;top:186px;left:180px;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #w9obIGwSegnnTGURuhFQnXEo02OdCzGr { display:block; }#w9obIGwSegnnTGURuhFQnXEo02OdCzGr > .row .container { width:320px;height:59px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTo0xwLpbZEBFOuq8adNyAGOdHqcI0sC { width:104px;height:20px;top:22px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #NWVhtndVTwoqfsLu35gdbcncTVDAQUy4 { width:155px;height:43px;top:8px;left:160px;display:block; }
 }@media only screen and (max-width: 763px) { #VWKfKOeyJdTWrKFU4u78JGok3LQLisdt { display:block; }
 }@media only screen and (max-width: 763px) { #RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d13a9173-480c-4aac-a7c4-052fe4327d44/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ.adaptive-delivery-prevent-bg { background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { background-color: transparent; background-image: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17,24,32,0.23); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(17,24,32,0.23); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row > .video-iframe-container { display: none; }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .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); }#RIAdBvR28PfmDAuMJiWFdcw5VAM5kGEJ > .row .container { width:320px;height:342px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #saKaRLKrhOq2B3zA0OBD6ITX11hBAMCE { width:276px;height:97.5px;top:26.683334350586px;left:22px;font-size:25px;text-align:center;text-align-last:center;text-shadow:1px 1px 30px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #f9DRFakVv2Xun1CIX0f4xUFqbAfrUAwG { width:52px;height:52px;top:160.08332824707px;left:22px;display:block; }
 }@media only screen and (max-width: 763px) { #ugJeEHnuCBvEnU2bIEmED53tb0ozLvFs { width:216px;height:89.6px;top:142.08332824707px;left:87px;font-size:16px;text-align:left;text-align-last:left;text-shadow:1px 1px 020px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #lQdPglRUlJzGG78GTqXsfKm9UJtt0NsE { width:320px;height:231.69139465875px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgwqmZgUmIucqJJ4LFei3gGQ5VMgQb3c { width:251px;height:43px;top:260.08331298828px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #sUPe7z8PbzvIkTu2feXubXleJpUyNUsk { display:block; }
 }@media only screen and (max-width: 763px) { #ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 { display:block; }#ubT9BnwGFNK7owsEgKkBfJrN9G3TgkC1 > .row .container { width:320px;height:530px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xxG0cqii7sVsBEZ9yto227Z0VayuXHQ9 { width:320px;height:233px;top:232px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #okQEn5RqTsiDTr12rgVFDFPGobwZ5H43 { width:320px;height:57.2px;top:34.25px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSBef3yzZ7hnk6g1goera88ESKkcJyZf { width:297px;height:112px;top:110.04998779297px;left:11.5px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQTbk4sUTqTqvGakL1VqXIMo9wSSplby { width:54px;height:54px;top:475px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #IbsVwmWskPivlBh13emwIhaPW3KIpwKu { width:25px;height:25px;top:490px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #yTho3o8hDTWFMIkG0lqZDb3Ng1sPN2T5 { width:54px;height:54px;top:475px;left:133px;display:block; }
 }@media only screen and (max-width: 763px) { #fhbq3DwLaEuoCS4SAIHu12IO52tMc3z2 { display:block; }
 }@media only screen and (max-width: 763px) { #Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r { display:block; }#Nq2Mso4ybQ4zOUw2fH8ctWA2GgaKN27r > .row .container { width:320px;height:90px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VxxugNGpwfL8akKsc1sR6bUGWvOWG6Vi { width:320px;height:28.6px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/890930c1-2d5c-4c54-b8f2-b83f5eac2c8b/samochody2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe.adaptive-delivery-prevent-bg { background-image: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { background-color: transparent; background-image: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row > .video-iframe-container { display: none; }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .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); }#WO4GOsT7XKtJFCT336ghU2ePB5aeTmJe > .row .container { width:320px;height:3784px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq { display:block; }#m3Xf72aJLf7PEv4ZydBFRqm4Fls3JgMq > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IBTIwTLTgqqyiEye8QCdw6rEwFJcgeqr { width:175px;height:43px;top:20px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #IfXiS5WH8riFdarTuA3JqqElwhHd8wKN { display:block; }
 }@media only screen and (max-width: 763px) { #Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 { display:block; }#Efvmnnmh463ypV6Fe14B81rgDpTHHAU0 > .row .container { width:320px;height:587px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZlKRxGvkqpWvz939lA36mIW2aldZtfZA { width:320px;height:229.58230958231px;top:355.91667175293px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Qh7R2zkLennxF13AofCyRX3EmEAR6UBL { width:287px;height:57.2px;top:34px;left:16.5px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tlB9TOAntCc2hhCP4tRh0imq5qPEVwie { width:300px;height:179.2px;top:110px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glKSr0Qq6VCEJuG9MPiwuQCnWqGPMXaL { width:251px;height:43px;top:313.91667175293px;left:34.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UcuDdE5TsLEJ85ThDQPUfgpBcZOiV2cs { display:block; }
 }@media only screen and (max-width: 763px) { #PqifwMAWpbzOsCa0FHhSITet8dapc4n8 { display:block; }#PqifwMAWpbzOsCa0FHhSITet8dapc4n8 > .row .container { width:320px;height:340px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vA01EvIwJcPnfcVprwLssI8NC6g7nlwA { width:310px;height:130px;top:34px;left:5px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #OqVPiLn3KWmy5TwOFfmMn98fPVh6S591 { width:304px;height:48px;top:249.59997558594px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #Hx6kEDl6boJb751fwbffdfXTSKBT3Xrl { display:block; }
 }