.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7bbd3;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:14px;font-family:arial;height:804px;width:960px;position:relative;display:block; }#n2c7WWiEb39pQEQitMGsbVRByTFdxiya { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:67px;top:22px;left:0px;overflow:hidden;display:block; }
#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:520px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:172px;left:0px;height:63.3958px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:558px;position:absolute;font-family:roboto;font-size:51px;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;top:248.59375px;left:0px;height:61.1979px;font-style:normal;display:block; }
#rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { color:#000000;display:block;width:520px;position:absolute;font-family:roboto;font-size:20px;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:319.5px;left:1px;height:56px;font-style:normal;display:block; }
#DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { background-color:#d3bbff;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:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:roboto;font-size:21px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:311px;height:67px;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:501px;left:0px;display:block; }
#TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#IR4v5Lgxd5JPI3Pe2NaG1w5Ntg9b47gM { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:651px;width:455px;top:22px;left:416.00003051758px;overflow:hidden;display:block; }
#TKtIVq5en43lmgiHGoJb8oys6hTEUteO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { background-color: transparent; background-image: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .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); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { border-width: 0; border-radius: 0; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { font-size:14px;font-family:arial;height:719px;width:960px;position:relative;display:block; }#CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { color:#f7bbd3;display:block;width:960px;position:absolute;font-family:roboto;font-size:50px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:29px;left:0px;height:65px;font-style:normal;display:block; }
#DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { color:#a217df;display:block;width:547px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:109px;left:0px;height:30px;font-style:normal;display:block; }
#TdzhzR034EC1A46WspchpvXvLuTeSLds { color:#793a4c;display:block;width:545px;position:absolute;font-family:roboto;font-size:20px;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:155px;left:18px;height:570px;font-style:normal;display:block; }
#ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:302px;width:364px;top:109px;left:578.00003051758px;overflow:hidden;display:block; }
#v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:527px;top:413px;left:10px;display:block; }
#DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:496px;top:485px;left:61px;display:block; }
#erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { position:absolute;display:block;z-index:100018;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:476px;top:554px;left:118px;display:block; }
#v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { position:absolute;display:block;z-index:100022;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1px;width:475px;top:620px;left:191px;display:block; }
#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container { background-color: transparent; background-image: none; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container > .video-iframe-container { display: none; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row > .video-iframe-container { display: none; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .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); }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container { border-width: 0; border-radius: 0; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container { font-size:14px;font-family:arial;height:68px;width:960px;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .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:219px;width:960px;position:relative;display:block; }#pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:70px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:125px;left:0px;height:91px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/EM4HZD2q/dream01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.adaptive-delivery-prevent-bg, #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.lazyload, #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.lazyloading { background-image: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { background-color: transparent; background-image: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container > .video-iframe-container { display: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row > .video-iframe-container { display: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .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); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { border-width: 0; border-radius: 0; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { font-size:14px;font-family:arial;height:648px;width:960px;position:relative;display:block; }#mdXOsdUR4xpT5TxOTPDlfcNU0BxKEvSR { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:26px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:33.7917px;text-align:center;text-align-last:center;display:block; }
#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;display:block; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { background-color: transparent; background-image: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container > .video-iframe-container { display: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row > .video-iframe-container { display: none; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .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); }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { border-width: 0; border-radius: 0; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { font-size:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#MpVATFuT0mlqlndQNT6EhDZJaRJq9S1o { color:#793a4c;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:33.5px;left:685px;height:18.1979px;text-align:right;text-align-last:right;display:block; }
#esCNeO17sBlNvGiiaciHX7QPL4R5Whxz { color:#793a4c;display:block;width:275px;position:absolute;font-family:roboto;font-size:14px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:33.5px;left:0px;height:18.1979px;text-align:left;text-align-last:left;display:block; }
#p3prJJkv3hrhx4zhQJRLdRbG2o01LXXr { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:43px;width:58px;top:16.5px;left:451px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2c7WWiEb39pQEQitMGsbVRByTFdxiya { top:22px;left:0px;width:67px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:172px;left:0px;width:520px;height:63px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:248px;left:0px;width:558px;height:61px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { top:319px;left:0px;width:520px;height:56px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { width:311px;height:67px;top:501px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block; }
 }@media only screen and (max-width: 763px) { #IR4v5Lgxd5JPI3Pe2NaG1w5Ntg9b47gM { width:455px;height:651px;top:22px;left:309px;display:block; }
 }@media only screen and (max-width: 763px) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { top:29px;left:0px;width:764px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { top:109px;left:0px;width:547px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TdzhzR034EC1A46WspchpvXvLuTeSLds { top:155px;left:0px;width:545px;height:570px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { top:109px;left:400px;width:364px;height:302px;display:block; }
 }@media only screen and (max-width: 763px) { #v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { top:413px;left:0px;width:527px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { top:485px;left:0px;width:496px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { top:554px;left:20px;width:476px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { top:620px;left:93px;width:475px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #QPfsGAnIoKDKr4yy57XWCS66JXau9xGO { display:block; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { top:125px;left:0px;width:764px;height:91px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 { display:block; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdXOsdUR4xpT5TxOTPDlfcNU0BxKEvSR { top:0px;left:0px;width:764px;height:33px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { display:block; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpVATFuT0mlqlndQNT6EhDZJaRJq9S1o { top:33px;left:489px;width:275px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #esCNeO17sBlNvGiiaciHX7QPL4R5Whxz { top:33px;left:0px;width:275px;height:18px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #p3prJJkv3hrhx4zhQJRLdRbG2o01LXXr { width:58px;height:43px;top:16px;left:353px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .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); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:320px;height:816px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n2c7WWiEb39pQEQitMGsbVRByTFdxiya { width:67px;height:67px;top:19px;left:110.00000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:320px;height:52px;top:85px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:264px;height:72px;top:154px;left:28px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { width:272px;height:100.792px;top:251px;left:24px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXWMC8DAi026ZSCU0Sw7ZNPTueH0uQRz { width:260px;height:50px;top:353px;left:30px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TNTNuWiSIh94GkSo2fCa5BMrTy3d7sfi { display:block; }
 }@media only screen and (max-width: 763px) { #IR4v5Lgxd5JPI3Pe2NaG1w5Ntg9b47gM { width:279px;height:400px;top:416px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:320px;height:957px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { width:320px;height:83.1875px;top:60px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #DLuIeKZrBCk7JFzVX1zTy9ArEeTknHRw { width:320px;height:60px;top:153.00000762939px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #TdzhzR034EC1A46WspchpvXvLuTeSLds { width:312px;height:729px;top:228px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ncOFlZrC7vLW8gJMhWVLv2Wd6B2Uo7kR { width:136px;height:113px;top:679px;left:177px;display:none; }
 }@media only screen and (max-width: 763px) { #v0TdcwbyiRmGwnBerplADNd6bfbhgTVe { width:280px;height:1px;top:430px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #DqiO6nJHnzXviETWv42y5TzmVHNXaiI6 { width:280px;height:1px;top:537px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #erMDT5pPP0BdRNwT1RcaubRNgmT5X572 { width:280px;height:1px;top:617px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #v3SNDTI7pgmsMmwTLBmthF8PTHETXg8R { width:280px;height:1px;top:713px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #QPfsGAnIoKDKr4yy57XWCS66JXau9xGO { display:block; }#QPfsGAnIoKDKr4yy57XWCS66JXau9xGO > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .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); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDzCG2Dqr8n7mtyte8CEO3y7UTNacurX { width:320px;height:41.5938px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/EM4HZD2q/dream01.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.adaptive-delivery-prevent-bg, #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.lazyload, #JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7.lazyloading { background-image: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { background-color: transparent; background-image: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container > .video-iframe-container { display: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row > .video-iframe-container { display: none; }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .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); }#JpNzAZywmkXvuRGOEUTHnUT4VDwcC9E7 > .row .container { width:320px;height:267px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdXOsdUR4xpT5TxOTPDlfcNU0BxKEvSR { width:320px;height:24.6979px;top:20px;left:0px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #fu2w4UTBboGc88AJULSLGKg60Ddk96Ug { display:block; }#fu2w4UTBboGc88AJULSLGKg60Ddk96Ug > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MpVATFuT0mlqlndQNT6EhDZJaRJq9S1o { width:181px;height:15.5938px;top:75px;left:125px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #esCNeO17sBlNvGiiaciHX7QPL4R5Whxz { width:129px;height:15.5938px;top:26px;left:177px;font-size:12px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #p3prJJkv3hrhx4zhQJRLdRbG2o01LXXr { width:65px;height:48px;top:26px;left:13px;display:block; }
 }