.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:"open sans";height:27.0625rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:"open sans";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.94965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1228125rem;position:absolute;font-family:"open sans";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.185546875rem;left:2.813720703125rem;height:4.875rem;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:#000000;display:block;width:59.9353125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;top:20.435791015625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FSPxApkRZ231CrhnE1XE4W1095wsnzzy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container { background-color: transparent; background-image: none; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container > .video-iframe-container { display: none; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row > .video-iframe-container { display: none; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .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); }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container { border-width: 0; border-radius: 0; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#gpZ3B6Ta47yG3zV2RD4aZ20z3oIaSqpt { z-index:100071;top:20.375rem;left:23rem;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:"open sans";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; }
#hoGtwhtFeQR8I4RNoKcewHnXzmGNRiXv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E41TOSt2raCROEZlQnCdONpGn3sIT2cG { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.21875rem;left:22.25rem;overflow:hidden;display:block; }
#KoHTAUrRKLWvbCmxThIWskhUtO61riMk { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:2.06640625rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKmcgsV4yUnffep60PklGzMzhI5XNaNK { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:1.53125rem;overflow:hidden;display:block; }
#arZZcvIGXWMN6QRlEz3bbZUvAPBmOTdx { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLFfZqgXehDEumZKynTT1gd7JT2ZO3Lo { z-index:100069;top:20.375rem;left:2.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:"open sans";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; }
#qyIQXCopXwlZlhUIITkBhLMWNtfmlK8D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SWaQBDCCR7zP4DtLPANVdbnqBooaw8Sr { z-index:100081;top:20.375rem;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:"open sans";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; }
#CtHQ56M5FVteMcoxa7t0Baz8OTXB8Pm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yFSWkubgWTxCyvxRcPNhrOaU2QtWXSMU { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:42.1875rem;overflow:hidden;display:block; }
#f25aPpBPZHE2oDbTdT9WQP05PxSeG2BE { color:#2a2e41;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.9951171875rem;left:40.96875rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container { background-color: transparent; background-image: none; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container > .video-iframe-container { display: none; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row > .video-iframe-container { display: none; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .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); }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container { border-width: 0; border-radius: 0; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#VTbmZVi2ZdQnBCPb3OpHvpstahR1r9AJ { z-index:100071;top:20.375rem;left:23rem;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:"open sans";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; }
#PvgT5J9cp047bTVtBQG6LFq4IA8h3luN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NOV2Fp3mhpyesnv9a5T6M7syGItHd3uc { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4375rem;width:15.4375rem;top:4.21875rem;left:22.25rem;overflow:hidden;display:block; }
#bUZ5aVGZTcK8O9Gr1tTk0IJGfczmlqLu { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LS8J9BQ5mthAKdwWlh3OXt4WraO1oUhh { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:1.53125rem;overflow:hidden;display:block; }
#TTM42Bdbbogq9Siz5yhhTbX9xosOdBHp { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:0.71875rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qGTcvsD5T5ZWKXMPvzXGZ6DAx67tnWao { z-index:100069;top:20.375rem;left:2.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:"open sans";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; }
#XX1nlJZJxpSKVgWyF4fDGkfC6WAezCJN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#e4LPofJ6xbTIMhKMTBkd1IISbeaOwKCe { z-index:100081;top:20.375rem;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:"open sans";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; }
#ictto3xp2Atvu2qTTDDCbJy7q6aUztl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z6vEEcORqdkLp2Qtd5ml2AHfZ9VnngKw { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.125rem;left:42.1875rem;overflow:hidden;display:block; }
#CUb1UQciLroqQGFoiMLyqx9Tz1GlzWW8 { color:#2a2e41;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.3369140625rem;left:40.96875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container { background-color: transparent; background-image: none; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container > .video-iframe-container { display: none; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row > .video-iframe-container { display: none; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .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); }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container { border-width: 0; border-radius: 0; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#p3SP28Dl9C77TnzR2bTw49mUAMNsXrTU { z-index:100063;top:22.375rem;left:22.9375rem;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:"open sans";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; }
#hZasRWDSHWvyRPnyvwiZDtypmbfmC9iZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UGwgkA59GNc7zg9LVmywPOqDzWw4ZSs0 { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:22.1875rem;overflow:hidden;display:block; }
#Lqxw2z2Pk8vLpTgFONSLBDB04UhDVqqP { color:#2a2e41;display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:0.44921875rem;left:22.906251907349rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsCc9yh9TbFOE5We3dcKlm4pM0Z09zKm { position:absolute;display:block;z-index:100078;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:1.52734375rem;overflow:hidden;display:block; }
#H0QtpN0X8Q7UOd6E67RQSdJHFC68z71T { color:#2a2e41;display:block;width:11.431625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:0.44921875rem;left:3.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qy9qGvXluJu4VwTz7IrXhhRNvB9ltweK { z-index:100066;top:22.375rem;left:2.30859375rem;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:"open sans";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; }
#s1kqP6pzKFq9yxK2g1oqgVSNUoV2pPvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GLdVWQ8XQFTfdAqAgRtZbb9tT513yI9H { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.5rem;left:42.1875rem;overflow:hidden;display:block; }
#NSDAQRpyhquP8ivabH5Qf3MTDfxmtWRX { z-index:100072;top:22.5rem;left:43rem;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:"open sans";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; }
#mo6wyR1n9qwXvLuCTU5vMycpoqJMAfZz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A1f298TbURAirWapdlH2NP7X8TMQAFXP { color:#2a2e41;display:block;width:14.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:1.25rem;left:42.625rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kwdDF4wnZSKLNnptpMwIazT948EpFZio { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { background-color: transparent; background-image: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container > .video-iframe-container { display: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row > .video-iframe-container { display: none; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .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); }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { border-width: 0; border-radius: 0; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { z-index:100071;top:20.375rem;left:23rem;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:"open sans";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; }
#QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UbKiCwCfWET12eNqRJV71aEAKeghHvfT { position:absolute;display:block;z-index:100073;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:5.0625rem;left:22.25rem;overflow:hidden;display:block; }
#U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:700;z-index:100055;line-height:1.3;letter-spacing:0;top:0.6875rem;left:20.71875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { z-index:100077;top:20.375rem;left:2.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:"open sans";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; }
#g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100061;line-height:1.3;letter-spacing:0;top:0rem;left:0.71875rem;height:2.761725rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzIdK98slPmvktqlWJhkeXZACLLvavPr { position:absolute;display:block;z-index:100103;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.625rem;left:42.1875rem;overflow:hidden;display:block; }
#tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { z-index:100084;top:21.1875rem;left:43rem;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:"open sans";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; }
#Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l65hHtToswde8vABSFofOQQ4KWp7hFd9 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100072;line-height:1.3;letter-spacing:0;top:0rem;left:44.3125rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { background-color: transparent; background-image: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container > .video-iframe-container { display: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row > .video-iframe-container { display: none; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .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); }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { border-width: 0; border-radius: 0; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { z-index:100080;top:22.375rem;left:2.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:"open sans";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; }
#OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { position:absolute;display:block;z-index:100114;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:2.1875rem;overflow:hidden;display:block; }
#ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { color:#2a2e41;display:block;width:11.4306875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:0.96875rem;left:4.2841796875rem;height:4.38574375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { position:absolute;display:block;z-index:100111;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:22.1875rem;overflow:hidden;display:block; }
#wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { z-index:100097;top:22.375rem;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:"open sans";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; }
#hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { z-index:100097;top:22.375rem;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:"open sans";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; }
#SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#blxz9W074lnnRRJpANa7CtluHvWGT2A2 { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.21875rem;left:42.1875rem;overflow:hidden;display:block; }
#QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.75rem;left:24.21875rem;height:2.76215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { color:#2a2e41;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100084;line-height:1.3;letter-spacing:0;top:1.75rem;left:40.375rem;height:2.76215rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { background-color: transparent; background-image: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container > .video-iframe-container { display: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row > .video-iframe-container { display: none; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .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); }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { border-width: 0; border-radius: 0; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:2.1875rem;overflow:hidden;display:block; }
#qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { z-index:100087;top:22.4375rem;left:2.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:"open sans";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; }
#q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p8F0DIAAiFRJsr58iorxTi758dXkiSUG { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:0rem;left:4.21875rem;height:2.76215rem;font-style:normal;text-align:center;text-align-last:center;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:"open sans";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:"open sans";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:"open sans";height:10.0625rem;width:60rem;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:"open sans";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:1.6875rem;left:3.90625rem;height:7.5rem;font-style:normal;display:block; }
#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { background-color: transparent; background-image: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container > .video-iframe-container { display: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row > .video-iframe-container { display: none; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .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); }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { border-width: 0; border-radius: 0; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { font-size:0.875rem;font-family:"open sans";height:7.3125rem;width:60rem;position:relative;display:block; }#RZtcxxMUHhluKscEVyzIytq0utguHguu { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:9.0625rem;top:1.6875rem;left:2.96875rem;overflow:hidden;display:block; }
#QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.125rem;width:6.5625rem;top:1.09375rem;left:19.21875rem;overflow:hidden;display:block; }
#G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:13.875rem;top:2.0625rem;left:30.5625rem;overflow:hidden;display:block; }
#yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.4375rem;width:7.5625rem;top:0rem;left:48.71875rem;overflow:hidden;display:block; }
#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { background-color: transparent; background-image: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container > .video-iframe-container { display: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row > .video-iframe-container { display: none; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .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); }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { border-width: 0; border-radius: 0; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { font-size:0.875rem;font-family:"open sans";height:6.75rem;width:60rem;position:relative;display:block; }#gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:13.8125rem;top:1.8125rem;left:1.25rem;overflow:hidden;display:block; }
#PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:10.125rem;top:2.125rem;left:17.4375rem;overflow:hidden;display:block; }
#lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:7.25rem;top:0rem;left:33.875rem;overflow:hidden;display:block; }
#paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:13.875rem;top:2.21875rem;left:45.5625rem;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:"open sans";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:"open sans";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.125rem;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.8125rem;top:20.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSPxApkRZ231CrhnE1XE4W1095wsnzzy { display:block; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpZ3B6Ta47yG3zV2RD4aZ20z3oIaSqpt { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtwhtFeQR8I4RNoKcewHnXzmGNRiXv { display:block; }
 }@media only screen and (max-width: 763px) { #E41TOSt2raCROEZlQnCdONpGn3sIT2cG { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoHTAUrRKLWvbCmxThIWskhUtO61riMk { width:18.5625rem;height:1.375rem;top:2.0625rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKmcgsV4yUnffep60PklGzMzhI5XNaNK { top:4.1875rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #arZZcvIGXWMN6QRlEz3bbZUvAPBmOTdx { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLFfZqgXehDEumZKynTT1gd7JT2ZO3Lo { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIQXCopXwlZlhUIITkBhLMWNtfmlK8D { display:block; }
 }@media only screen and (max-width: 763px) { #SWaQBDCCR7zP4DtLPANVdbnqBooaw8Sr { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtHQ56M5FVteMcoxa7t0Baz8OTXB8Pm9 { display:block; }
 }@media only screen and (max-width: 763px) { #yFSWkubgWTxCyvxRcPNhrOaU2QtWXSMU { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f25aPpBPZHE2oDbTdT9WQP05PxSeG2BE { width:18.0625rem;height:1.4375rem;top:1.9375rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRkl2C7SrdsbethDCoGMezh8UtT5SpkL { display:block; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTbmZVi2ZdQnBCPb3OpHvpstahR1r9AJ { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvgT5J9cp047bTVtBQG6LFq4IA8h3luN { display:block; }
 }@media only screen and (max-width: 763px) { #NOV2Fp3mhpyesnv9a5T6M7syGItHd3uc { top:4.1875rem;left:16.0625rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUZ5aVGZTcK8O9Gr1tTk0IJGfczmlqLu { width:18.5625rem;height:2.75rem;top:0.6875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS8J9BQ5mthAKdwWlh3OXt4WraO1oUhh { top:4.1875rem;left:0rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTM42Bdbbogq9Siz5yhhTbX9xosOdBHp { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTcvsD5T5ZWKXMPvzXGZ6DAx67tnWao { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX1nlJZJxpSKVgWyF4fDGkfC6WAezCJN { display:block; }
 }@media only screen and (max-width: 763px) { #e4LPofJ6xbTIMhKMTBkd1IISbeaOwKCe { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictto3xp2Atvu2qTTDDCbJy7q6aUztl5 { display:block; }
 }@media only screen and (max-width: 763px) { #z6vEEcORqdkLp2Qtd5ml2AHfZ9VnngKw { top:4.125rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUb1UQciLroqQGFoiMLyqx9Tz1GlzWW8 { width:18.0625rem;height:1.4375rem;top:1.3125rem;left:29.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dk53ppWP6HgOrNXytDQTsIRT3uHooX { display:block; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3SP28Dl9C77TnzR2bTw49mUAMNsXrTU { top:22.375rem;left:16.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZasRWDSHWvyRPnyvwiZDtypmbfmC9iZ { display:block; }
 }@media only screen and (max-width: 763px) { #UGwgkA59GNc7zg9LVmywPOqDzWw4ZSs0 { top:5.75rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqxw2z2Pk8vLpTgFONSLBDB04UhDVqqP { width:14.1875rem;height:1.4375rem;top:0.4375rem;left:16.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCc9yh9TbFOE5We3dcKlm4pM0Z09zKm { top:5.75rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0QtpN0X8Q7UOd6E67RQSdJHFC68z71T { width:11.375rem;height:2.875rem;top:0.4375rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9qGvXluJu4VwTz7IrXhhRNvB9ltweK { top:22.375rem;left:0.24609375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kqP6pzKFq9yxK2g1oqgVSNUoV2pPvT { display:block; }
 }@media only screen and (max-width: 763px) { #GLdVWQ8XQFTfdAqAgRtZbb9tT513yI9H { top:5.5rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDAQRpyhquP8ivabH5Qf3MTDfxmtWRX { top:22.5rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6wyR1n9qwXvLuCTU5vMycpoqJMAfZz { display:block; }
 }@media only screen and (max-width: 763px) { #A1f298TbURAirWapdlH2NP7X8TMQAFXP { width:14.75rem;height:2.875rem;top:1.25rem;left:32.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwdDF4wnZSKLNnptpMwIazT948EpFZio { display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { top:20.375rem;left:16.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block; }
 }@media only screen and (max-width: 763px) { #UbKiCwCfWET12eNqRJV71aEAKeghHvfT { top:5.0625rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { width:18.5625rem;height:2.375rem;top:0.6875rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { width:18.5625rem;height:2.75rem;top:0rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIdK98slPmvktqlWJhkeXZACLLvavPr { top:4.625rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { top:21.1875rem;left:32.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block; }
 }@media only screen and (max-width: 763px) { #l65hHtToswde8vABSFofOQQ4KWp7hFd9 { width:11.375rem;height:2.875rem;top:0rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block; }
 }@media only screen and (max-width: 763px) { #TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { top:5.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block; }
 }@media only screen and (max-width: 763px) { #xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block; }
 }@media only screen and (max-width: 763px) { #blxz9W074lnnRRJpANa7CtluHvWGT2A2 { top:5.1875rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { width:11.5625rem;height:2.75rem;top:1.75rem;left:18.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { width:19.25rem;height:2.75rem;top:1.75rem;left:28.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { top:5.75rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { top:22.4375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block; }
 }@media only screen and (max-width: 763px) { #p8F0DIAAiFRJsr58iorxTi758dXkiSUG { width:11.5625rem;height:4.125rem;top:0rem;left:2.15625rem;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:1.6875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZtcxxMUHhluKscEVyzIytq0utguHguu { top:1.6875rem;left:1.4375rem;width:9.0625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { top:1.0625rem;left:14.625rem;width:6.5625rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { top:2.0625rem;left:21.9375rem;width:13.875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { top:0rem;left:38rem;width:7.5625rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { top:1.8125rem;left:0rem;width:13.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { top:2.125rem;left:12.84375rem;width:10.125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { top:0rem;left:26.21875rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { top:2.1875rem;left:33.875rem;width:13.875rem;height:2.3125rem;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:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.25rem;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:6.8232375rem;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) { #FSPxApkRZ231CrhnE1XE4W1095wsnzzy { display:block; }#FSPxApkRZ231CrhnE1XE4W1095wsnzzy > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gpZ3B6Ta47yG3zV2RD4aZ20z3oIaSqpt { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoGtwhtFeQR8I4RNoKcewHnXzmGNRiXv { display:block; }
 }@media only screen and (max-width: 763px) { #E41TOSt2raCROEZlQnCdONpGn3sIT2cG { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #KoHTAUrRKLWvbCmxThIWskhUtO61riMk { width:18.5625rem;height:2.6rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKmcgsV4yUnffep60PklGzMzhI5XNaNK { width:15.5rem;height:15.5rem;top:31.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #arZZcvIGXWMN6QRlEz3bbZUvAPBmOTdx { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLFfZqgXehDEumZKynTT1gd7JT2ZO3Lo { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyIQXCopXwlZlhUIITkBhLMWNtfmlK8D { display:block; }
 }@media only screen and (max-width: 763px) { #SWaQBDCCR7zP4DtLPANVdbnqBooaw8Sr { top:73.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtHQ56M5FVteMcoxa7t0Baz8OTXB8Pm9 { display:block; }
 }@media only screen and (max-width: 763px) { #yFSWkubgWTxCyvxRcPNhrOaU2QtWXSMU { width:15.625rem;height:15.625rem;top:57.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #f25aPpBPZHE2oDbTdT9WQP05PxSeG2BE { width:11.375rem;height:2.6rem;top:53.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xRkl2C7SrdsbethDCoGMezh8UtT5SpkL { display:block; }#xRkl2C7SrdsbethDCoGMezh8UtT5SpkL > .row .container { width:20rem;height:79.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTbmZVi2ZdQnBCPb3OpHvpstahR1r9AJ { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvgT5J9cp047bTVtBQG6LFq4IA8h3luN { display:block; }
 }@media only screen and (max-width: 763px) { #NOV2Fp3mhpyesnv9a5T6M7syGItHd3uc { width:15.375rem;height:15.375rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #bUZ5aVGZTcK8O9Gr1tTk0IJGfczmlqLu { width:18.5625rem;height:2.6rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LS8J9BQ5mthAKdwWlh3OXt4WraO1oUhh { width:15.5rem;height:15.5rem;top:31.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #TTM42Bdbbogq9Siz5yhhTbX9xosOdBHp { width:18.5625rem;height:1.3rem;top:28.5625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGTcvsD5T5ZWKXMPvzXGZ6DAx67tnWao { top:47.875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX1nlJZJxpSKVgWyF4fDGkfC6WAezCJN { display:block; }
 }@media only screen and (max-width: 763px) { #e4LPofJ6xbTIMhKMTBkd1IISbeaOwKCe { top:73.25rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ictto3xp2Atvu2qTTDDCbJy7q6aUztl5 { display:block; }
 }@media only screen and (max-width: 763px) { #z6vEEcORqdkLp2Qtd5ml2AHfZ9VnngKw { width:15.625rem;height:15.625rem;top:57.625rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #CUb1UQciLroqQGFoiMLyqx9Tz1GlzWW8 { width:11.375rem;height:2.6rem;top:53.875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0dk53ppWP6HgOrNXytDQTsIRT3uHooX { display:block; }#k0dk53ppWP6HgOrNXytDQTsIRT3uHooX > .row .container { width:20rem;height:79.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p3SP28Dl9C77TnzR2bTw49mUAMNsXrTU { top:23.9375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZasRWDSHWvyRPnyvwiZDtypmbfmC9iZ { display:block; }
 }@media only screen and (max-width: 763px) { #UGwgkA59GNc7zg9LVmywPOqDzWw4ZSs0 { width:15.5625rem;height:15.5625rem;top:7.6875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Lqxw2z2Pk8vLpTgFONSLBDB04UhDVqqP { width:11.3745rem;height:2.6rem;top:2.562255859375rem;left:4.27978515625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCc9yh9TbFOE5We3dcKlm4pM0Z09zKm { width:15.625rem;height:15.625rem;top:32.3125rem;left:2.25rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #H0QtpN0X8Q7UOd6E67RQSdJHFC68z71T { width:11.375rem;height:2.6rem;top:28.5625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qy9qGvXluJu4VwTz7IrXhhRNvB9ltweK { top:49.1875rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1kqP6pzKFq9yxK2g1oqgVSNUoV2pPvT { display:block; }
 }@media only screen and (max-width: 763px) { #GLdVWQ8XQFTfdAqAgRtZbb9tT513yI9H { width:15.625rem;height:15.625rem;top:58.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSDAQRpyhquP8ivabH5Qf3MTDfxmtWRX { top:74.5625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo6wyR1n9qwXvLuCTU5vMycpoqJMAfZz { display:block; }
 }@media only screen and (max-width: 763px) { #A1f298TbURAirWapdlH2NP7X8TMQAFXP { width:14.75rem;height:2.6rem;top:55.375rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwdDF4wnZSKLNnptpMwIazT948EpFZio { display:block; }#kwdDF4wnZSKLNnptpMwIazT948EpFZio > .row .container { width:20rem;height:76.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ct7QLddNEqEqKNIOI8Pc6pF5zMalagJa { top:23.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgrcuqcJ3blJfVnzOl7TiAOJXC7h18lg { display:block; }
 }@media only screen and (max-width: 763px) { #UbKiCwCfWET12eNqRJV71aEAKeghHvfT { width:15.5rem;height:15.5rem;top:7.0625rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #U2NlZDcsMm6wOG82n8TT0x47eEmtzxTf { width:18.5625rem;height:2.5996125rem;top:2.0625rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF7osML2AdvNLkQVGeBu91UqEd9tWSdD { top:47.75rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3gQO4PONriJmKCteT8bkUtGEG7HI8KQ { display:block; }
 }@media only screen and (max-width: 763px) { #GDkpExqMKxQH16RP7BD7PUamzAo5BP5t { width:15.5rem;height:15.5rem;top:31rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #bCaEwldx6Sud2AbuIzHAnRKES6SloLJ6 { width:18.5625rem;height:3.8994125rem;top:28.5rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzIdK98slPmvktqlWJhkeXZACLLvavPr { width:15.625rem;height:15.625rem;top:56.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tog46G48sHEsZ5G7rTgvTgv7WziC9mo4 { top:72.9375rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx0mVMzQIpR6VrglyVRb0UqmM4WRbUn1 { display:block; }
 }@media only screen and (max-width: 763px) { #l65hHtToswde8vABSFofOQQ4KWp7hFd9 { width:11.375rem;height:2.5996125rem;top:53.7744140625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tprt73yCOsVauyQLtIVWLAQIDMsfHw5I { display:block; }#tprt73yCOsVauyQLtIVWLAQIDMsfHw5I > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JVOkhqS9zrWmqDU5prMP6faBlxqux2U5 { top:47.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpAixfyglGfCgpXlhiTZvkJHCMqFVsec { display:block; }
 }@media only screen and (max-width: 763px) { #TPASIE4eFXMwS3R762VKbWkZJ1fIiN3W { width:15.625rem;height:15.625rem;top:30.96875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ihfkkG7GdiTTiADKdw8GGiOTTBO6n7K0 { width:11.375rem;height:3.8994125rem;top:27.28125rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4bb6fDtl8DXfXWqhN1WdExWUkcRHVT8 { width:15.625rem;height:15.625rem;top:6.1875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #wVXxZyns00rT8ET9ap7izwB9FVzRpk64 { top:22.625rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNXQe5xLbHL2VQI2tRQ0Nweicc0RJGEn { display:block; }
 }@media only screen and (max-width: 763px) { #xcn9KHOL2bBdwAfO177aJ0WHfZJW5SnO { top:71.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMgE0okywRh2eGenFpnqNTTqsAeL2C87 { display:block; }
 }@media only screen and (max-width: 763px) { #blxz9W074lnnRRJpANa7CtluHvWGT2A2 { width:15.625rem;height:15.625rem;top:54.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDXFB8NeTZRTkBhPE6KL6zByhrUTbw7N { width:11.5625rem;height:2.5996125rem;top:1.375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml7Vn6onTvubAaMsCI6t7xHQqBHn5P4V { width:19.25rem;height:2.5996125rem;top:52rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMGtVuLPK5El7fovHSkgDkEwXobk1HCe { display:block; }#WMGtVuLPK5El7fovHSkgDkEwXobk1HCe > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VXzbNqNDQwFcMsMMpPDbVWtTuIAEAVEC { width:15.625rem;height:15.625rem;top:5.1875rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #qlE2VKvZ7DBvAKfPKlkXNRg6EQ7isRqw { top:22.0625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q9mWNXfymhgOA4d8bd85yaz8FcAnQARU { display:block; }
 }@media only screen and (max-width: 763px) { #p8F0DIAAiFRJsr58iorxTi758dXkiSUG { width:11.5625rem;height:3.8994125rem;top:1.4375rem;left:4.1875rem;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.3125rem;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.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:20rem;height:7.19825rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr { display:block; }#GZnNs1FD68iM5Rv9p7b5nh6bxJQGMgFr > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZtcxxMUHhluKscEVyzIytq0utguHguu { width:9.0625rem;height:3.9375rem;top:1.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVFDWElTSXBtpUt8g4xuWIkwXLT9vXos { width:6.5625rem;height:5.125rem;top:6.4375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2S3ZlUq5WLusO3E4GDdzDB0XhvgTGEv { width:13.875rem;height:3.1875rem;top:12.8125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR5ermMm8NIL7Wz5eDq07cS3nRdGVxSs { width:7.5625rem;height:7.4375rem;top:17.25rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh { display:block; }#fomZI3VJwUDWxfwoJyGAWNIJ9hCcvnfh > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCBv3klLESVEnnxJlvhTwqPlJdSDUlA7 { width:13.8125rem;height:3.125rem;top:1.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvDOgbZXfBJ6yaRVMhOsJZdUX4VPQWGE { width:10.125rem;height:2.5rem;top:5.625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgeQRH5wZ0LRdCZxrwHyNn5LlICaUC64 { width:7.25rem;height:7.25rem;top:11.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paAzcl5QxTh5Ch5NaMdm5foehkxdoeS2 { width:13.875rem;height:2.3125rem;top:20.8125rem;left:3.0625rem;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:20rem;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; }
 }