.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;
  }
}
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: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: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: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:0.875rem;font-family:arial;height:33.625rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.99);top:7.5rem;left:2.0625rem;height:1.91666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.124rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.99);top:10.25rem;left:1.4375rem;height:4.83333125rem;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49975625rem;width:21.687rem;top:1.1865234375rem;left:19.12353515625rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#ffffff;display:block;width:59.9353125rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.97);top:17.125rem;left:0rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:26.6875rem;left:0rem;height:2.16666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { color:#000000;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.6875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:29.4375rem;left:0rem;height:2.16666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { background-color: transparent; background-image: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .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); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { border-width: 0; border-radius: 0; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#rmHQ1cVqHT9qTaGbc1VNXuMza7l32A7R { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.624755859375rem;left:1.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i42AGkylZFK6EowaW023tAm3lztMmlne { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.544921875rem;left:1.15478515625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J6ktLZiTsweqrpTigxnczAmvcTpDrH6I { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:1.15478515625rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { z-index:100063;top:21.5625rem;left:2.552490234375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hr0rCXCyDh9f0ZaXu4N3FGE8yfTHzmZE { z-index:100068;top:21.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#dDUveg9duh96K5pDODd3tw6032ITnNUd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SJ9Oo2n4VfIqK02Qs86fqT7t83kbo4SV { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:7.569580078125rem;left:21.15478515625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rCKs6A4X2UZEfMFHLTLpInTwvP2JEOMT { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:3.5442714691162rem;left:21.153646469116rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nb2BR3lTbdR2q9pHGLGtWZbpIOSNseyB { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:1.6224002838135rem;left:21.153646469116rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QnbcTSe4fO0SowJUpPUzVTMw0EGq8eUd { z-index:100073;top:21.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OyMz5cSrmPT3E9o8oZ724I2WF9anmpIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ykeEK0xon1BtDMECxdGTfyzwi0eXVb9T { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:41.187744140625rem;height:11rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gbginDOoxZ1kskwlgLIxowODLPTHNd9G { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:4.482421875rem;left:41.187744140625rem;height:0.91666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WKBV3nfIplgb9WmZFoxrTvrZZxJITlCE { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:0.960693359375rem;left:41.187744140625rem;height:2.66666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kVky5hNP/7e7ee0ad05fc50d405933aa5beec2856.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:12.303466796875rem;display:block; }#POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ.adaptive-delivery-prevent-bg, #POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ.lazyload, #POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ.lazyloading { background-image: none; }
#HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7tSzpYpU/53389270_646192319146294_733759497113174016_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.07666015625rem;left:52.874755859375rem;display:block; }#HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG.adaptive-delivery-prevent-bg, #HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG.lazyload, #HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG.lazyloading { background-image: none; }
#OFmyXwf7bWS271zE3VJBnABlwGZFvONe { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/GPuVBnlY/4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.139892578125rem;left:32.937255859375rem;display:block; }#OFmyXwf7bWS271zE3VJBnABlwGZFvONe.adaptive-delivery-prevent-bg, #OFmyXwf7bWS271zE3VJBnABlwGZFvONe.lazyload, #OFmyXwf7bWS271zE3VJBnABlwGZFvONe.lazyloading { background-image: none; }
#a1aSnIGNK3IZmSNGzNXVunGX6cyTZuXa { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100052;line-height:1.3;letter-spacing:0;top:17.645833969116rem;left:21.157552719116rem;height:1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXxQcbc48t1o2boazIBUrzA4TiuwTQo1 { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100053;line-height:1.3;letter-spacing:0;top:7.6848964691163rem;left:21.156251907349rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container { background-color: transparent; background-image: none; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container > .video-iframe-container { display: none; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row > .video-iframe-container { display: none; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .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); }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container { border-width: 0; border-radius: 0; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.624755859375rem;left:0.740966796875rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JHbZTC3yp3CtMyiCu6Ia3LgkZycqBdvo { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.544921875rem;left:0.740966796875rem;height:0.91666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X3Fg4yW6JUKPAFbsJBdfhHNCyfqoNgVz { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:7.569580078125rem;left:0.740966796875rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m017b4lAwWzNKr25kZx2KclSBVMiz66L { z-index:100063;top:21.5625rem;left:2.552490234375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DnPQyeDAwPWwHNSgMhrFTIfRvTRveonI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AGz3gnZ1tlvTCirCvwPSkTpQkltBChuM { z-index:100068;top:21.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zV5ZkhPMxbx7lnsxiLkfBBid1pmrK2zb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lo82rTxzgdCCOSVVshabBVIscSHByLZS { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:7.569580078125rem;left:21.15478515625rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Geho6u7hB1IuDvsyNdP6ZD375agwaOaF { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:3.544921875rem;left:21.15478515625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZEgOn1by26J0tcu2DSxctisgwBiA4a1g { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:0.960693359375rem;left:21.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PAzVnJmco6Irk9wT80D4hWqUAi9UxegM { z-index:100073;top:21.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#boBKbqgZIoSoh9gaU0Ir3TDw6L1leT5I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qXcHeFNeX4sPSqvpC9fU6dW5STKFFGSQ { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:7.5690116882325rem;left:41.156251907349rem;height:8rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hyAwRaZrfDpTQ0X3DvWlaxzUAw21DM6x { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:3.54296875rem;left:41.187501907349rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uUl855UgKPQvXDP8pR4TZHuKww0wxy1I { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:0.960693359375rem;left:41.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pz1OTpOW/d7d8d8ef827102d0962768b7bb8b62c1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:12.303466796875rem;display:block; }#kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq.adaptive-delivery-prevent-bg, #kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq.lazyload, #kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq.lazyloading { background-image: none; }
#DA9DakrWGyQWfStkr1TL1IX52R0UDOBE { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BaxTOqJp/19601053_1942224379355015_560066149561816630_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.07666015625rem;left:52.874755859375rem;display:block; }#DA9DakrWGyQWfStkr1TL1IX52R0UDOBE.adaptive-delivery-prevent-bg, #DA9DakrWGyQWfStkr1TL1IX52R0UDOBE.lazyload, #DA9DakrWGyQWfStkr1TL1IX52R0UDOBE.lazyloading { background-image: none; }
#DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/14ue15FG/asdf.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.139892578125rem;left:32.937255859375rem;display:block; }#DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR.adaptive-delivery-prevent-bg, #DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR.lazyload, #DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR.lazyloading { background-image: none; }
#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container { background-color: transparent; background-image: none; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container > .video-iframe-container { display: none; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row > .video-iframe-container { display: none; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .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); }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container { border-width: 0; border-radius: 0; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#mbzJG2VvTaT6xM92PTei0bpOEHQdsfHm { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:1.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TO81rSlNmzO5xsWxyrVOON29i8kHsgtp { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.731689453125rem;left:1.15478515625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6Ft7qJ9t8UFvy776Gz6Nf2us8lKRZ8O { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:1.15478515625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dq8kkTVAp3guL6zOUezu9aX1EI1ALqxN { z-index:100063;top:21.5625rem;left:2.552490234375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aEmAnlFJhydZb3Uo8a7QW64S2TZ3lpQk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LJTinQLH5MTBrQAP7U5VX5k94ffJ4NU2 { z-index:100068;top:21.5625rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WqHVIUCDQfiPZDosEAMKm40Eo9VPQasM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wWSfeSo1BeKTQMnWo85TMkbAkM0uQsIT { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100051;line-height:1.3;letter-spacing:0;top:7.3971366882325rem;left:21.157552719116rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H2HinHQiCR0tVXa0seqvCRLhnceHLdgN { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100039;line-height:1.3;letter-spacing:0;top:3.73046875rem;left:21.187501907349rem;height:0.91666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MdT54DLqL0T7b57695QTSkbNneTFZnTM { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:21.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ay6qsVxhuqUzI05mzfqWtSttPKOKx2Px { z-index:100073;top:21.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xOzrIzm0tkqJ8zRks5D9GV8ivaiy8IOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KTtMyIz19RJwuFEuMMNTZLsQpMCNfeiQ { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:7.6848964691163rem;left:41.188806533814rem;height:10rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#siv5Txy1r0qQ2l0JbTteZ76IuHgztNo6 { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:3.731689453125rem;left:41.15478515625rem;height:3.66666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UF9zP05H1h80Jz88ngFgb0U3GderFEpW { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:41.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/VU9bOETx/4b30f899f136b153f0d4861aeacd3e3b.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:12.303466796875rem;display:block; }#C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA.adaptive-delivery-prevent-bg, #C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA.lazyload, #C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA.lazyloading { background-image: none; }
#pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pbAVHMg9/1003d5a827cfc3fe96edd4122bd4fbbc.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.07666015625rem;left:52.874755859375rem;display:block; }#pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA.adaptive-delivery-prevent-bg, #pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA.lazyload, #pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA.lazyloading { background-image: none; }
#sXAASdPdqOIi6P48XPbUtUZRUJm478vU { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9zOyZYAM/150267384_238399954495377_1725192491453148831_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.139892578125rem;left:32.937255859375rem;display:block; }#sXAASdPdqOIi6P48XPbUtUZRUJm478vU.adaptive-delivery-prevent-bg, #sXAASdPdqOIi6P48XPbUtUZRUJm478vU.lazyload, #sXAASdPdqOIi6P48XPbUtUZRUJm478vU.lazyloading { background-image: none; }
#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container { background-color: transparent; background-image: none; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container > .video-iframe-container { display: none; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row > .video-iframe-container { display: none; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .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); }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container { border-width: 0; border-radius: 0; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#CJnifKUMefqpdxTyk3zr8h80mpCEbiel { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:1.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zPxvBT1JN26V8uF0vEGD1ZsMhySXogIg { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:4.1002578735351rem;left:1.1536464691162rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XVZ1Xm3l6m3fyPa74hWcGpuoTFMThALy { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:1.15478515625rem;height:4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k1yFI10al90TabAsIHga266W0TWQWRlL { z-index:100063;top:21.5625rem;left:2.552490234375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ILU7dT0R2FNcFKZDQZUEWEIl1JMfNDxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NaEv9dkmRZEFwFBsNx9FyffZhWLpCT3T { z-index:100073;top:21.5625rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ukKeTUTZ0zwlyirmQh6p6elQnfUg31Tn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SgLqk8XMENdAzxrpT3qdL6iveN6NiXEs { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100056;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:41.187744140625rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JI7ugTBtT8xs4s8SUdc3KJwZOb96BTir { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:3.731689453125rem;left:41.15478515625rem;height:0.91666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dAWsvLrrHL8HVgEfzHL5T4IwsXIS52hd { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100043;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:41.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/w5pvbTO4/Projekt_bez_tytu_u_14_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:12.303466796875rem;display:block; }#ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa.adaptive-delivery-prevent-bg, #ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa.lazyload, #ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa.lazyloading { background-image: none; }
#fOH2tzAombcOzSXdMmluCEcNgWnSC2TO { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cvAXKvIW/IMG_20210129_113722.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.07666015625rem;left:52.874755859375rem;display:block; }#fOH2tzAombcOzSXdMmluCEcNgWnSC2TO.adaptive-delivery-prevent-bg, #fOH2tzAombcOzSXdMmluCEcNgWnSC2TO.lazyload, #fOH2tzAombcOzSXdMmluCEcNgWnSC2TO.lazyloading { background-image: none; }
#LHaTRl3CRIpCIFgWoJDsXVFELnaUzJBa { z-index:100083;top:21.5rem;left:22.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NfTrzfNAirMTVXTd59pr0Nhf2oQxOh5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RsPAlF15AH71kNypZq686zg7dL9ErGsf { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100066;line-height:1.3;letter-spacing:0;top:7.625rem;left:20.75rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7 { position:absolute;display:block;z-index:100012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/quOsyNH0/19601053_1942224379355015_560066149561816630_n.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.47265148162842rem;left:32.312501907349rem;display:block; }#lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7.adaptive-delivery-prevent-bg, #lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7.lazyload, #lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7.lazyloading { background-image: none; }
#MgBSUDqnqkpQFo0oydyC5d1bD7SvImqt { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:4.0989542007446rem;left:20.750001907349rem;height:1.83333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bv2KbJHIPx3Rzo7SxKdDaHdeykB3C7HE { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.6223917007446rem;left:20.750001907349rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container { background-color: transparent; background-image: none; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container > .video-iframe-container { display: none; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row > .video-iframe-container { display: none; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .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); }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container { border-width: 0; border-radius: 0; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container { font-size:0.875rem;font-family:arial;height:26.3125rem;width:60rem;position:relative;display:block; }#U9gPwN7LcXJzAkCARxSKvMWIZoQPNNwS { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100033;line-height:1.3;letter-spacing:0;top:1.62353515625rem;left:1.15478515625rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HBknoGviJEpv89dX2riSqdXJpmQV4sTK { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:3.9501953125rem;left:1.15478515625rem;height:0.91666875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ppeoEUOl2ccSO53aDDSLHhf61QEk2JSy { color:#2a2e41;display:block;width:17.6233125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100046;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:1.15478515625rem;height:7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ir3p128s8PCeySNMhEepId9r5l4yGFSL { z-index:100063;top:21.5625rem;left:2.552490234375rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TNOrWRart7FgJDiDSqzVDglU8DZH2pJq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/lQNS9ddK/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0.1875rem;left:12.303466796875rem;display:block; }#VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z.adaptive-delivery-prevent-bg, #VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z.lazyload, #VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z.lazyloading { background-image: none; }
#JTIalgTHZZORESFmN1HDNE7oszZprNCW { z-index:100088;top:21.5625rem;left:22.528646469116rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZwQx1SdO5zqp9a4dCgA2me4GqNXZBqFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VZJ8OvTQ0cR3K4rdFthMhXiTD0oTTmmT { color:#2a2e41;display:block;width:17.622375rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:100071;line-height:1.3;letter-spacing:0;top:7.6861982345581rem;left:20.747396469116rem;height:1rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8 { position:absolute;display:block;z-index:100017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fFwKDCff/25.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:6.875rem;width:6.875rem;top:0rem;left:32.309896469116rem;display:block; }#pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8.adaptive-delivery-prevent-bg, #pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8.lazyload, #pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8.lazyloading { background-image: none; }
#UJn0T9PeGQqfoVG7Ta7SkPkANxVGGOBl { color:#d1428e;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:3.4895839691162rem;left:20.747396469116rem;height:1.8333375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cg50Pqg6dDdiAgkz5Vx09mr2OaGiJLMk { color:#1e1e21;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100058;line-height:1.3;letter-spacing:0;top:1.6223959922791rem;left:20.747396469116rem;height:1.33333125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { background-color: transparent; background-image: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row > .video-iframe-container { display: none; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .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); }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { border-width: 0; border-radius: 0; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { z-index:100064;top:1.37451171875rem;left:1.280517578125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.4365rem;height:3.686525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yspavkMaks9pMg369O5wThLzURK6nLot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:2.061767578125rem;left:3.90625rem;height:7.5rem;font-style:normal;display:block; }
#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { background-color: transparent; background-image: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .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); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { border-width: 0; border-radius: 0; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#PrMsfgJAFVZBhRgG05eO6GRidusOMeQF { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99926875rem;width:12.56225rem;top:1.873779296875rem;left:31.21826171875rem;overflow:hidden;display:block; }
#Lr8wuTStKRCbw3nbonssTvgE8SK7sJqe { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.31225rem;width:6.43675rem;top:0.528564453125rem;left:49.27978515625rem;overflow:hidden;display:block; }
#CVtcdKmqU11FcbNI9nxGzTEkaxBsyv7Q { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.061525rem;width:14.187rem;top:1.810302734375rem;left:15.37353515625rem;overflow:hidden;display:block; }
#LsIVTek0TAznghvLQaknLzHJB3l4PfUn { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:14.875rem;top:2.2500004768372rem;left:0rem;overflow:hidden;display:block; }
#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { background-color: transparent; background-image: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container > .video-iframe-container { display: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row > .video-iframe-container { display: none; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .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); }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { border-width: 0; border-radius: 0; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#Wrdo19c7kWxPz0KnBXRSTA5uZvXc7QvF { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.061525rem;width:13.4375rem;top:1.84326171875rem;left:0.78125rem;overflow:hidden;display:block; }
#lKJ4dLiEqBNCheMsDzmlE5IAsTb9lHdf { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.374025rem;width:13.93675rem;top:1.68701171875rem;left:15.52978515625rem;overflow:hidden;display:block; }
#EEcZAD5yTkKDDgIupTSywoTwg4FwGcRZ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.43675rem;width:6.31225rem;top:6.748046875rem;left:18.717041015625rem;overflow:hidden;display:block; }
#ekIkvT0KBm0Hoh1wODRGcDsIQs3iIFRD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:8.0625rem;top:2.46875rem;left:48.468751907349rem;overflow:hidden;display:block; }
#qthp7OUV6kK2oetSuoMPhsTUdpemSxsn { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.75rem;top:1.7500009536743rem;left:32.625001907349rem;overflow:hidden;display:block; }
#Wp31TiTaPKKszggepHIA362XWJfsPqg3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container { background-color: transparent; background-image: none; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container > .video-iframe-container { display: none; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row > .video-iframe-container { display: none; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .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); }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container { border-width: 0; border-radius: 0; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#ahBfyE8s3nU9EeKnznJ388cfzTptomVl { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:12.06175rem;top:0.5615234375rem;left:1.46728515625rem;overflow:hidden;display:block; }
#qzMpbRDxns35nIF6TmRCKl6Lh5uNWOJB { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:12.6875rem;top:2.21875rem;left:31.156251907349rem;overflow:hidden;display:block; }
#lVSxi7gk0RMPS0FBkImtfgAZ6OeyhBIi { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:13.5rem;top:1.625rem;left:45.750001907349rem;overflow:hidden;display:block; }
#EunIOSH2T3k8ckFOJUDe1NUSceTye1qX { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.0625rem;top:6.1861972808838rem;left:33.468751907349rem;overflow:hidden;display:block; }
#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { background-color: transparent; background-image: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container > .video-iframe-container { display: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row > .video-iframe-container { display: none; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .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); }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { border-width: 0; border-radius: 0; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#x5B7hosDswlTWUM6KgvM7T0vyJJZRQaf { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.375rem;top:1.15625rem;left:2.78125rem;overflow:hidden;display:block; }
#F3Btvt0CInnDl6KJ14eeSaJOUacmIbXG { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:13.75rem;top:1.5rem;left:15.625001907349rem;overflow:hidden;display:block; }
#SZxXlRTfTFTfu5oQbAzHiCBiD6PfGRpD { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:8.0625rem;top:0.90625rem;left:48.468751907349rem;overflow:hidden;display:block; }
#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container { background-color: transparent; background-image: none; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container > .video-iframe-container { display: none; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row > .video-iframe-container { display: none; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .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); }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container { border-width: 0; border-radius: 0; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#OVXInMabFPAet0VXztKDQWSWOdxS7ekD { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:9.5rem;top:0.625rem;left:2.75rem;overflow:hidden;display:block; }
#RLch10Pd1GFBETb4V1iWOArb3RI2md7d { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:10.5rem;top:1.59375rem;left:17.250001907349rem;overflow:hidden;display:block; }
#c63TFA9bZkA7avM22hJt9zWoqbM000gc { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:13.125rem;top:1.03125rem;left:30.906251907349rem;overflow:hidden;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:0.875rem;font-family:arial;height:7.1875rem;width:60rem;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:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { box-sizing:content-box;color:#d1428e;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43725625rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:4.625rem;left:43.3125rem;display:block; }
#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.24926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:4.810791015625rem;left:48.936767578125rem;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.8125rem;left:53.625rem;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:15.0625rem;top:9.69384765625rem;left:-33.667970657349rem;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:27.8125rem;top:4.654541015625rem;left:0rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.25rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:1.125rem;left:12.99853515625rem;width:21.625rem;height:3.4897509524715rem;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:47.75rem;height:4.5rem;top:17.125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:47.75rem;height:2.125rem;top:26.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:47.75rem;height:2.1875rem;top:29.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHQ1cVqHT9qTaGbc1VNXuMza7l32A7R { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42AGkylZFK6EowaW023tAm3lztMmlne { width:11.5625rem;height:2.75rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ktLZiTsweqrpTigxnczAmvcTpDrH6I { width:17.5625rem;height:13rem;top:7.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:21.5625rem;left:0.489990234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #hr0rCXCyDh9f0ZaXu4N3FGE8yfTHzmZE { top:21.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUveg9duh96K5pDODd3tw6032ITnNUd { display:block; }
 }@media only screen and (max-width: 763px) { #SJ9Oo2n4VfIqK02Qs86fqT7t83kbo4SV { width:17.5625rem;height:1rem;top:7.5625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCKs6A4X2UZEfMFHLTLpInTwvP2JEOMT { width:11.5625rem;height:2.75rem;top:3.5rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb2BR3lTbdR2q9pHGLGtWZbpIOSNseyB { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbcTSe4fO0SowJUpPUzVTMw0EGq8eUd { top:21.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyMz5cSrmPT3E9o8oZ724I2WF9anmpIE { display:block; }
 }@media only screen and (max-width: 763px) { #ykeEK0xon1BtDMECxdGTfyzwi0eXVb9T { width:17.5625rem;height:13.1875rem;top:7.625rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbginDOoxZ1kskwlgLIxowODLPTHNd9G { width:11.5625rem;height:0.9375rem;top:4.4375rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBV3nfIplgb9WmZFoxrTvrZZxJITlCE { width:11.5625rem;height:2.625rem;top:0.9375rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ { top:0.1875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG { top:0.0625rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmyXwf7bWS271zE3VJBnABlwGZFvONe { top:0.125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1aSnIGNK3IZmSNGzNXVunGX6cyTZuXa { width:17.5625rem;height:1rem;top:17.625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxQcbc48t1o2boazIBUrzA4TiuwTQo1 { width:17.5625rem;height:9rem;top:7.625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 { display:block; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHbZTC3yp3CtMyiCu6Ia3LgkZycqBdvo { width:11.5625rem;height:0.875rem;top:3.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Fg4yW6JUKPAFbsJBdfhHNCyfqoNgVz { width:17.5625rem;height:3rem;top:7.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m017b4lAwWzNKr25kZx2KclSBVMiz66L { top:21.5625rem;left:0.489990234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnPQyeDAwPWwHNSgMhrFTIfRvTRveonI { display:block; }
 }@media only screen and (max-width: 763px) { #AGz3gnZ1tlvTCirCvwPSkTpQkltBChuM { top:21.5625rem;left:16.78125rem;width:13.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5ZkhPMxbx7lnsxiLkfBBid1pmrK2zb { display:block; }
 }@media only screen and (max-width: 763px) { #lo82rTxzgdCCOSVVshabBVIscSHByLZS { width:17.5625rem;height:6rem;top:7.5625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geho6u7hB1IuDvsyNdP6ZD375agwaOaF { width:11.5625rem;height:;top:3.5rem;left:15.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgOn1by26J0tcu2DSxctisgwBiA4a1g { width:11.5625rem;height:2.625rem;top:0.9375rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAzVnJmco6Irk9wT80D4hWqUAi9UxegM { top:21.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boBKbqgZIoSoh9gaU0Ir3TDw6L1leT5I { display:block; }
 }@media only screen and (max-width: 763px) { #qXcHeFNeX4sPSqvpC9fU6dW5STKFFGSQ { width:17.5625rem;height:9rem;top:7.5625rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAwRaZrfDpTQ0X3DvWlaxzUAw21DM6x { width:11.5625rem;height:1.8125rem;top:3.5rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUl855UgKPQvXDP8pR4TZHuKww0wxy1I { width:11.5625rem;height:1.3125rem;top:0.9375rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq { top:0.1875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9DakrWGyQWfStkr1TL1IX52R0UDOBE { top:0.0625rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR { top:0.125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E627HvdvJTV12L9JEcPKJgtLWQtpJD6n { display:block; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbzJG2VvTaT6xM92PTei0bpOEHQdsfHm { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO81rSlNmzO5xsWxyrVOON29i8kHsgtp { width:11.5625rem;height:1.8125rem;top:3.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ft7qJ9t8UFvy776Gz6Nf2us8lKRZ8O { width:17.5625rem;height:7rem;top:7.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8kkTVAp3guL6zOUezu9aX1EI1ALqxN { top:21.5625rem;left:0.489990234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmAnlFJhydZb3Uo8a7QW64S2TZ3lpQk { display:block; }
 }@media only screen and (max-width: 763px) { #LJTinQLH5MTBrQAP7U5VX5k94ffJ4NU2 { top:21.5625rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHVIUCDQfiPZDosEAMKm40Eo9VPQasM { display:block; }
 }@media only screen and (max-width: 763px) { #wWSfeSo1BeKTQMnWo85TMkbAkM0uQsIT { width:17.5625rem;height:14rem;top:7.375rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HinHQiCR0tVXa0seqvCRLhnceHLdgN { width:11.5625rem;height:0.875rem;top:3.6875rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdT54DLqL0T7b57695QTSkbNneTFZnTM { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6qsVxhuqUzI05mzfqWtSttPKOKx2Px { top:21.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOzrIzm0tkqJ8zRks5D9GV8ivaiy8IOp { display:block; }
 }@media only screen and (max-width: 763px) { #KTtMyIz19RJwuFEuMMNTZLsQpMCNfeiQ { width:17.5625rem;height:12rem;top:7.625rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #siv5Txy1r0qQ2l0JbTteZ76IuHgztNo6 { width:11.5625rem;height:2.75rem;top:3.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9zP05H1h80Jz88ngFgb0U3GderFEpW { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA { top:0.1875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA { top:0.0625rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAASdPdqOIi6P48XPbUtUZRUJm478vU { top:0.125rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I { display:block; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJnifKUMefqpdxTyk3zr8h80mpCEbiel { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPxvBT1JN26V8uF0vEGD1ZsMhySXogIg { width:11.5625rem;height:0.875rem;top:4.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVZ1Xm3l6m3fyPa74hWcGpuoTFMThALy { width:17.5625rem;height:4rem;top:7.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1yFI10al90TabAsIHga266W0TWQWRlL { top:21.5625rem;left:0.489990234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILU7dT0R2FNcFKZDQZUEWEIl1JMfNDxs { display:block; }
 }@media only screen and (max-width: 763px) { #NaEv9dkmRZEFwFBsNx9FyffZhWLpCT3T { top:21.5625rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukKeTUTZ0zwlyirmQh6p6elQnfUg31Tn { display:block; }
 }@media only screen and (max-width: 763px) { #SgLqk8XMENdAzxrpT3qdL6iveN6NiXEs { width:17.5625rem;height:1rem;top:7.625rem;left:30.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI7ugTBtT8xs4s8SUdc3KJwZOb96BTir { width:11.5625rem;height:0.875rem;top:3.6875rem;left:31.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAWsvLrrHL8HVgEfzHL5T4IwsXIS52hd { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:31.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa { top:0.1875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH2tzAombcOzSXdMmluCEcNgWnSC2TO { top:0.0625rem;left:40.75rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHaTRl3CRIpCIFgWoJDsXVFELnaUzJBa { top:21.5rem;left:16.375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTrzfNAirMTVXTd59pr0Nhf2oQxOh5F { display:block; }
 }@media only screen and (max-width: 763px) { #RsPAlF15AH71kNypZq686zg7dL9ErGsf { width:17.5625rem;height:1rem;top:7.625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7 { top:0.4375rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgBSUDqnqkpQFo0oydyC5d1bD7SvImqt { width:11.5625rem;height:1.8125rem;top:4.0625rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv2KbJHIPx3Rzo7SxKdDaHdeykB3C7HE { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk { display:block; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9gPwN7LcXJzAkCARxSKvMWIZoQPNNwS { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBknoGviJEpv89dX2riSqdXJpmQV4sTK { width:11.5625rem;height:0.9375rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppeoEUOl2ccSO53aDDSLHhf61QEk2JSy { width:17.5625rem;height:8.125rem;top:7.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir3p128s8PCeySNMhEepId9r5l4yGFSL { top:21.5625rem;left:0.489990234375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOrWRart7FgJDiDSqzVDglU8DZH2pJq { display:block; }
 }@media only screen and (max-width: 763px) { #VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z { top:0.1875rem;left:9rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIalgTHZZORESFmN1HDNE7oszZprNCW { top:21.5625rem;left:16.341146469116rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwQx1SdO5zqp9a4dCgA2me4GqNXZBqFn { display:block; }
 }@media only screen and (max-width: 763px) { #VZJ8OvTQ0cR3K4rdFthMhXiTD0oTTmmT { width:17.5625rem;height:1rem;top:7.625rem;left:14.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8 { top:0rem;left:24.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJn0T9PeGQqfoVG7Ta7SkPkANxVGGOBl { width:11.5625rem;height:1.8125rem;top:3.4375rem;left:15.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg50Pqg6dDdiAgkz5Vx09mr2OaGiJLMk { width:11.5625rem;height:1.3125rem;top:1.5625rem;left:15.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:1.3125rem;left:0rem;width:46.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:2rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrMsfgJAFVZBhRgG05eO6GRidusOMeQF { top:1.8125rem;left:23.3125rem;width:12.5rem;height:2.9844064060976rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8wuTStKRCbw3nbonssTvgE8SK7sJqe { top:0.5rem;left:38.56103515625rem;width:6.375rem;height:6.25169437216rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVtcdKmqU11FcbNI9nxGzTEkaxBsyv7Q { top:1.75rem;left:9.6875rem;width:14.125rem;height:3.0481455293579rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIVTek0TAznghvLQaknLzHJB3l4PfUn { top:2.25rem;left:0rem;width:14.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrdo19c7kWxPz0KnBXRSTA5uZvXc7QvF { top:1.8125rem;left:0rem;width:13.4375rem;height:3.061525rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKJ4dLiEqBNCheMsDzmlE5IAsTb9lHdf { top:1.625rem;left:9.9375rem;width:13.875rem;height:3.3590756004807rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEcZAD5yTkKDDgIupTSywoTwg4FwGcRZ { top:6.6875rem;left:14.123291015625rem;width:6.25rem;height:6.3732722088006rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIkvT0KBm0Hoh1wODRGcDsIQs3iIFRD { top:2.4375rem;left:37.750001907349rem;width:8.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qthp7OUV6kK2oetSuoMPhsTUdpemSxsn { top:1.75rem;left:24.968751907349rem;width:9.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp31TiTaPKKszggepHIA362XWJfsPqg3 { display:block; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahBfyE8s3nU9EeKnznJ388cfzTptomVl { top:0.5rem;left:0rem;width:12rem;height:5.5962028727175rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMpbRDxns35nIF6TmRCKl6Lh5uNWOJB { top:2.1875rem;left:23.125rem;width:12.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSxi7gk0RMPS0FBkImtfgAZ6OeyhBIi { top:1.625rem;left:34.25rem;width:13.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EunIOSH2T3k8ckFOJUDe1NUSceTye1qX { top:6.125rem;left:25.812501907349rem;width:8.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5B7hosDswlTWUM6KgvM7T0vyJJZRQaf { top:1.125rem;left:1.25rem;width:9.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Btvt0CInnDl6KJ14eeSaJOUacmIbXG { top:1.5rem;left:10.125rem;width:13.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZxXlRTfTFTfu5oQbAzHiCBiD6PfGRpD { top:0.875rem;left:37.750001907349rem;width:8.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv { display:block; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVXInMabFPAet0VXztKDQWSWOdxS7ekD { top:0.625rem;left:1.21875rem;width:9.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLch10Pd1GFBETb4V1iWOArb3RI2md7d { top:1.5625rem;left:12.656251907349rem;width:10.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63TFA9bZkA7avM22hJt9zWoqbM000gc { top:1rem;left:22.6875rem;width:13.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:4.5rem;height:4.3771734647882rem;top:4.625rem;left:37.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;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:20rem;height:30.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.16666875rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:4.5rem;top:5.4375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:20rem;height:3.2275153317656rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:4.5rem;top:11.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #NxRNbuE3i2LzsBfTRweTJ2efVngv88M0 { width:20rem;height:1.16666875rem;top:21.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lt5m0tzRFgBQvV5sJAvvMzc0WVWFaTXD { width:20rem;height:2.33333125rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:20rem;height:115.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmHQ1cVqHT9qTaGbc1VNXuMza7l32A7R { width:11.5625rem;height:1.25rem;top:1.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i42AGkylZFK6EowaW023tAm3lztMmlne { width:11.5625rem;height:3.75rem;top:2.5rem;left:4.2187502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6ktLZiTsweqrpTigxnczAmvcTpDrH6I { width:17.558625rem;height:21.25rem;top:12.270833313465rem;left:0.65625005960463rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:33.520835876465rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #hr0rCXCyDh9f0ZaXu4N3FGE8yfTHzmZE { top:68.25000190735rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDUveg9duh96K5pDODd3tw6032ITnNUd { display:block; }
 }@media only screen and (max-width: 763px) { #SJ9Oo2n4VfIqK02Qs86fqT7t83kbo4SV { width:17.561rem;height:1.25rem;top:46.5625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCKs6A4X2UZEfMFHLTLpInTwvP2JEOMT { width:11.5625rem;height:5rem;top:42.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb2BR3lTbdR2q9pHGLGtWZbpIOSNseyB { width:11.5625rem;height:1.25rem;top:41.8125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnbcTSe4fO0SowJUpPUzVTMw0EGq8eUd { top:110.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OyMz5cSrmPT3E9o8oZ724I2WF9anmpIE { display:block; }
 }@media only screen and (max-width: 763px) { #ykeEK0xon1BtDMECxdGTfyzwi0eXVb9T { width:17.56225rem;height:21.25rem;top:89.625rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbginDOoxZ1kskwlgLIxowODLPTHNd9G { width:11.5625rem;height:2.5rem;top:79.5625038147rem;left:4.2187502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKBV3nfIplgb9WmZFoxrTvrZZxJITlCE { width:11.5625rem;height:2.5rem;top:77.0625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #POpDCANJKBOXXA0CtFKGdA7FVeQ2tlnQ { width:6.875rem;height:6.875rem;top:6.25rem;left:6.5625002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyChpQQtM40ufM9vkI7Eo7rKXEEWAcHG { width:6.875rem;height:6.875rem;top:82rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFmyXwf7bWS271zE3VJBnABlwGZFvONe { width:6.875rem;height:6.875rem;top:47.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1aSnIGNK3IZmSNGzNXVunGX6cyTZuXa { width:17.5625rem;height:1.25rem;top:65.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXxQcbc48t1o2boazIBUrzA4TiuwTQo1 { width:17.5625rem;height:13.75rem;top:54.58203125rem;left:1.2187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 { display:block; }#pXSpsOPxIx9BTustHvpm7FeN4HL5kRR0 > .row .container { width:20rem;height:81.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y1CRoLnlfN2nXkc5xLKae8XZo8HCuTRa { width:11.5625rem;height:1.25rem;top:1.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHbZTC3yp3CtMyiCu6Ia3LgkZycqBdvo { width:11.5625rem;height:1.25rem;top:2.5rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3Fg4yW6JUKPAFbsJBdfhHNCyfqoNgVz { width:17.561rem;height:5rem;top:12.374267578125rem;left:1.21826171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m017b4lAwWzNKr25kZx2KclSBVMiz66L { top:17.37370300293rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnPQyeDAwPWwHNSgMhrFTIfRvTRveonI { display:block; }
 }@media only screen and (max-width: 763px) { #AGz3gnZ1tlvTCirCvwPSkTpQkltBChuM { top:44.6875rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zV5ZkhPMxbx7lnsxiLkfBBid1pmrK2zb { display:block; }
 }@media only screen and (max-width: 763px) { #lo82rTxzgdCCOSVVshabBVIscSHByLZS { width:17.558625rem;height:8.75rem;top:35.312505722046rem;left:1.2200520634651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geho6u7hB1IuDvsyNdP6ZD375agwaOaF { width:18.5rem;height:2.5rem;top:25.3125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEgOn1by26J0tcu2DSxctisgwBiA4a1g { width:11.5625rem;height:1.25rem;top:24.125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAzVnJmco6Irk9wT80D4hWqUAi9UxegM { top:76.250002861025rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #boBKbqgZIoSoh9gaU0Ir3TDw6L1leT5I { display:block; }
 }@media only screen and (max-width: 763px) { #qXcHeFNeX4sPSqvpC9fU6dW5STKFFGSQ { width:17.559875rem;height:12.5rem;top:63.125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyAwRaZrfDpTQ0X3DvWlaxzUAw21DM6x { width:11.5625rem;height:3.75rem;top:52rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUl855UgKPQvXDP8pR4TZHuKww0wxy1I { width:11.5625rem;height:1.25rem;top:50.8125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUqr9GJWLQumLSnsKhHnIHBp5q7ShUtq { width:6.875rem;height:6.875rem;top:4.81201171875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DA9DakrWGyQWfStkr1TL1IX52R0UDOBE { width:6.875rem;height:6.875rem;top:56.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiHWVATr4MCbrkudTKXxrBTDRnDu0TVR { width:6.875rem;height:6.875rem;top:27.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E627HvdvJTV12L9JEcPKJgtLWQtpJD6n { display:block; }#E627HvdvJTV12L9JEcPKJgtLWQtpJD6n > .row .container { width:20rem;height:100.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mbzJG2VvTaT6xM92PTei0bpOEHQdsfHm { width:11.5625rem;height:1.25rem;top:1.8125rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TO81rSlNmzO5xsWxyrVOON29i8kHsgtp { width:11.5625rem;height:3.75rem;top:2.9375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6Ft7qJ9t8UFvy776Gz6Nf2us8lKRZ8O { width:17.561rem;height:11.25rem;top:14.437255859375rem;left:1.21826171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dq8kkTVAp3guL6zOUezu9aX1EI1ALqxN { top:25.686199188233rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEmAnlFJhydZb3Uo8a7QW64S2TZ3lpQk { display:block; }
 }@media only screen and (max-width: 763px) { #LJTinQLH5MTBrQAP7U5VX5k94ffJ4NU2 { top:62.373701095581rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqHVIUCDQfiPZDosEAMKm40Eo9VPQasM { display:block; }
 }@media only screen and (max-width: 763px) { #wWSfeSo1BeKTQMnWo85TMkbAkM0uQsIT { width:17.559875rem;height:21.25rem;top:40.968752622604rem;left:1.2200520634651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2HinHQiCR0tVXa0seqvCRLhnceHLdgN { width:11.5625rem;height:1.25rem;top:33rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdT54DLqL0T7b57695QTSkbNneTFZnTM { width:11.5625rem;height:1.25rem;top:31.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay6qsVxhuqUzI05mzfqWtSttPKOKx2Px { top:96.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOzrIzm0tkqJ8zRks5D9GV8ivaiy8IOp { display:block; }
 }@media only screen and (max-width: 763px) { #KTtMyIz19RJwuFEuMMNTZLsQpMCNfeiQ { width:17.561rem;height:17.5rem;top:79.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siv5Txy1r0qQ2l0JbTteZ76IuHgztNo6 { width:11.5625rem;height:5rem;top:68.125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UF9zP05H1h80Jz88ngFgb0U3GderFEpW { width:11.5625rem;height:1.25rem;top:66.958335876462rem;left:4.2187502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4aMh0rWdcg9MKNFgToFP3VX5JHhRgCA { width:6.875rem;height:6.875rem;top:6.624755859375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbrMoGNii3ohor2TR6K1wZDSyGGhAfrA { width:6.875rem;height:6.875rem;top:71.8125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXAASdPdqOIi6P48XPbUtUZRUJm478vU { width:6.875rem;height:6.875rem;top:34.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I { display:block; }#uNd69EMfCd7QyB7r2b4ktAfBMoVMkA5I > .row .container { width:20rem;height:71.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CJnifKUMefqpdxTyk3zr8h80mpCEbiel { width:11.5625rem;height:1.25rem;top:2.58203125rem;left:4.2187502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPxvBT1JN26V8uF0vEGD1ZsMhySXogIg { width:11.5625rem;height:1.25rem;top:3.75rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVZ1Xm3l6m3fyPa74hWcGpuoTFMThALy { width:17.561rem;height:7.5rem;top:14.9365234375rem;left:1.21826171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1yFI10al90TabAsIHga266W0TWQWRlL { top:22.436208724976rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILU7dT0R2FNcFKZDQZUEWEIl1JMfNDxs { display:block; }
 }@media only screen and (max-width: 763px) { #NaEv9dkmRZEFwFBsNx9FyffZhWLpCT3T { top:43.375rem;left:3.0625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukKeTUTZ0zwlyirmQh6p6elQnfUg31Tn { display:block; }
 }@media only screen and (max-width: 763px) { #SgLqk8XMENdAzxrpT3qdL6iveN6NiXEs { width:17.561rem;height:2.5rem;top:40.875rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI7ugTBtT8xs4s8SUdc3KJwZOb96BTir { width:11.5625rem;height:2.5rem;top:30.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAWsvLrrHL8HVgEfzHL5T4IwsXIS52hd { width:11.5625rem;height:1.25rem;top:28.8125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON8yrETSTzIpU5uc9qAP06ZsomCLDSPa { width:6.875rem;height:6.875rem;top:7.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOH2tzAombcOzSXdMmluCEcNgWnSC2TO { width:6.875rem;height:6.875rem;top:33.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHaTRl3CRIpCIFgWoJDsXVFELnaUzJBa { top:67.4375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfTrzfNAirMTVXTd59pr0Nhf2oQxOh5F { display:block; }
 }@media only screen and (max-width: 763px) { #RsPAlF15AH71kNypZq686zg7dL9ErGsf { width:17.5625rem;height:2.5rem;top:63.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyUeIbNEW7IwNG5yovq5LD8WsUSOLub7 { width:6.875rem;height:6.875rem;top:55.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MgBSUDqnqkpQFo0oydyC5d1bD7SvImqt { width:11.5625rem;height:3.75rem;top:50.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv2KbJHIPx3Rzo7SxKdDaHdeykB3C7HE { width:11.5625rem;height:1.25rem;top:49.395854949951rem;left:4.2187502980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk { display:block; }#hKp6OVQMLFyD4A1zcdsiTBckrAgkUdyk > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9gPwN7LcXJzAkCARxSKvMWIZoQPNNwS { width:11.5625rem;height:1.25rem;top:1.25rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBknoGviJEpv89dX2riSqdXJpmQV4sTK { width:11.5625rem;height:2.5rem;top:2.5rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppeoEUOl2ccSO53aDDSLHhf61QEk2JSy { width:17.561rem;height:12.5rem;top:13.812255859375rem;left:1.21826171875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir3p128s8PCeySNMhEepId9r5l4yGFSL { top:27.374267578125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNOrWRart7FgJDiDSqzVDglU8DZH2pJq { display:block; }
 }@media only screen and (max-width: 763px) { #VV3QxWD0vqn5rbIrFTeJZ7rLWBR3Pi1z { width:6.875rem;height:6.875rem;top:5.687255859375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTIalgTHZZORESFmN1HDNE7oszZprNCW { top:51.436187744141rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwQx1SdO5zqp9a4dCgA2me4GqNXZBqFn { display:block; }
 }@media only screen and (max-width: 763px) { #VZJ8OvTQ0cR3K4rdFthMhXiTD0oTTmmT { width:17.5625rem;height:2.5rem;top:47.686187744141rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJe1tKSrw2SE77TVyJLPCsJ9iqOCIgT8 { width:6.875rem;height:6.875rem;top:39.561187744141rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJn0T9PeGQqfoVG7Ta7SkPkANxVGGOBl { width:11.5625rem;height:3.75rem;top:35.875rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cg50Pqg6dDdiAgkz5Vx09mr2OaGiJLMk { width:11.5625rem;height:1.25rem;top:34.75rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:1.25rem;left:0.5rem;width:19rem;height:3.625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .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); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:20rem;height:9.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrMsfgJAFVZBhRgG05eO6GRidusOMeQF { width:12.5rem;height:2.9844064060976rem;top:9.61059375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr8wuTStKRCbw3nbonssTvgE8SK7sJqe { width:6.375rem;height:6.25169437216rem;top:13.84399375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVtcdKmqU11FcbNI9nxGzTEkaxBsyv7Q { width:14.125rem;height:3.0481455293579rem;top:5.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsIVTek0TAznghvLQaknLzHJB3l4PfUn { width:14.875rem;height:2.8125rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 { display:block; }#AcppCH7Fyx3nuiDmUKkNev1VJ9FJ6XJ5 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wrdo19c7kWxPz0KnBXRSTA5uZvXc7QvF { width:13.4375rem;height:3.061525rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKJ4dLiEqBNCheMsDzmlE5IAsTb9lHdf { width:13.875rem;height:3.3590756004807rem;top:5.561525rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEcZAD5yTkKDDgIupTSywoTwg4FwGcRZ { width:6.25rem;height:6.3732722088006rem;top:10.16968125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekIkvT0KBm0Hoh1wODRGcDsIQs3iIFRD { width:8.0625rem;height:1.8125rem;top:22.354125488281rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qthp7OUV6kK2oetSuoMPhsTUdpemSxsn { width:9.75rem;height:3.25rem;top:17.854125488281rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wp31TiTaPKKszggepHIA362XWJfsPqg3 { display:block; }#Wp31TiTaPKKszggepHIA362XWJfsPqg3 > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ahBfyE8s3nU9EeKnznJ388cfzTptomVl { width:13.8125rem;height:6.3125rem;top:1.25rem;left:3.0937500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzMpbRDxns35nIF6TmRCKl6Lh5uNWOJB { width:15.0625rem;height:2.75rem;top:10.59375rem;left:2.4687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVSxi7gk0RMPS0FBkImtfgAZ6OeyhBIi { width:13.5rem;height:3.5rem;top:24.03125rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EunIOSH2T3k8ckFOJUDe1NUSceTye1qX { width:8.0625rem;height:8.1875rem;top:14.59375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n { display:block; }#wOEET2T0GSpT45BaJdrTUr0Eh22lPF2n > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5B7hosDswlTWUM6KgvM7T0vyJJZRQaf { width:9.375rem;height:4.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Btvt0CInnDl6KJ14eeSaJOUacmIbXG { width:13.75rem;height:3.75rem;top:6.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZxXlRTfTFTfu5oQbAzHiCBiD6PfGRpD { width:8.0625rem;height:4.9375rem;top:11.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv { display:block; }#OwFw1r6hkREJMyFVUnBAboPWxeOsyIvv > .row .container { width:20rem;height:19.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OVXInMabFPAet0VXztKDQWSWOdxS7ekD { width:9.5rem;height:5.5rem;top:1.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLch10Pd1GFBETb4V1iWOArb3RI2md7d { width:10.5rem;height:3.5625rem;top:8rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c63TFA9bZkA7avM22hJt9zWoqbM000gc { width:13.125rem;height:4.6875rem;top:12.8125rem;left:3.4375rem;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:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:4.5rem;height:4.3771734647882rem;top:9.39453125rem;left:7.75rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:7.875rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:15.02075rem;left:8.0625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:15.061rem;height:2.4997925276768rem;top:1.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:20rem;height:3.1460674157303rem;top:4.99878125rem;left:0rem;display:block; }
 }