.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; }
#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { background-color: transparent; background-image: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container > .video-iframe-container { display: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row > .video-iframe-container { display: none; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .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); }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { border-width: 0; border-radius: 0; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { 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; }
#ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { z-index:100069;top:20.375rem;left:2.25rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { position:absolute;display:block;z-index:100074;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; }
#p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { z-index:100080;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.5rem;top:4.1875rem;left:22.25rem;overflow:hidden;display:block; }
#Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100064;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { z-index:100075;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.875rem;width:15.4375rem;top:4.5rem;left:42.28125rem;overflow:hidden;display:block; }
#w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:1.376953125rem;left:40.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container { background-color: transparent; background-image: none; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container > .video-iframe-container { display: none; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row > .video-iframe-container { display: none; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .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); }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container { border-width: 0; border-radius: 0; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#u57I7CwS4dCe4aGpTT3n6lcBl5Cl6eZg { 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; }
#A255OmxCw9bRzbZMCQgmL6UhShtXVkMC { z-index:100069;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#SdNR33Gmuk6o84E1LiMB85PUBOOw4gng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uTrkJhVqrJLzmRKuVsUDVWcBHPfWXrmK { position:absolute;display:block;z-index:100074;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; }
#LrfiKVmtn53Ee0cvvKkXdnMETnUS4E39 { z-index:100072;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#Vt3s4kNxndqoAfe0aHTSTFyModV5DHDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#odf29zH77UFd6KK2ITS0xvOJ4SNCudXA { 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:4.3125rem;left:42.25rem;overflow:hidden;display:block; }
#LA5DK7rGd8dPsDxqIrXvpsstrLfASfhv { z-index:100071;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#HOCE5iJo0hJxaVd9dSqwaC9lreixQZom { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a1PsTPk9ygJcg0gZPba5k9EOW0xBN8J9 { 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.138671875rem;left:22.28125rem;overflow:hidden;display:block; }
#xbTZJbbhlEQ2zz5FNfAuieQKdqL3h1mx { 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.294921875rem;left:43.0625rem;height:1.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#azo1yIZ2cEfKONHWX1LOVFVsTnFMfngS { 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:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LwxKtNuk0PukGTDFav09TX44knGmqdLB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container { background-color: transparent; background-image: none; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container > .video-iframe-container { display: none; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row > .video-iframe-container { display: none; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .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); }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container { border-width: 0; border-radius: 0; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#qeFD39f1WD2pfVJLBFnMm31mVv2zRILi { z-index:100077;top:20.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#Z8D77t7ZGcTTg3Pki2vc1fPzKoQKHkFi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ul2a2IZT2T0BgywiUCpIhrBd1KoddNzu { 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; }
#y0nZOOGpC5MyZeKRqfP7fImi0pOkzpqF { 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:1.21484375rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFWk0kMRpppCZsklaDOhypNolyw1MxKp { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:15.5rem;top:4.1875rem;left:42.25rem;overflow:hidden;display:block; }
#RwxcNBPQfiaD1ddhi1OqXV8uFV6vnpRM { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:41.4375rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bg3vApcJlpZAAh8KhLCngPTd0fO5al06 { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.0625rem;width:15.5rem;top:4.1875rem;left:22.25rem;overflow:hidden;display:block; }
#t9rVb372WGkvTwizBeSS9LWNvpKUkkX8 { z-index:100078;top:20.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#u3f2SRRU8FMXOP0TGLtMGrFTVrZR1JRs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nS7aXwuMT8Fyfi1cx2wTC5delX8c8DWB { color:#2a2e41;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.21484375rem;left:20.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DObW2gIiKT4ED8VeVMnBR3JFoDseK2PW { z-index:100079;top:20.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#cmd7axUA64J0URETf2hvxvAt552sPNGI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container { background-color: transparent; background-image: none; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container > .video-iframe-container { display: none; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row > .video-iframe-container { display: none; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .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); }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container { border-width: 0; border-radius: 0; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container { font-size:0.875rem;font-family:"open sans";height:25.625rem;width:60rem;position:relative;display:block; }#wZ4CTPmdTxthgfVcoqC8kyTX1was3JyJ { z-index:100077;top:14.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#waA62qhNpZfgEoJL8KAFBbC1usWd6clo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qgzWezSWE3ub4TaXTEOq7SKAKUdtHNtO { position:absolute;display:block;z-index:100079;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:15.5rem;top:4.1875rem;left:2.25rem;overflow:hidden;display:block; }
#G3d3ORiXlvI2urL3Q3oEEnKvu4NJ0Tkv { 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:1.21484375rem;left:0.71875rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container { background-color: transparent; background-image: none; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container > .video-iframe-container { display: none; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row > .video-iframe-container { display: none; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .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); }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container { border-width: 0; border-radius: 0; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container { font-size:0.875rem;font-family:"open sans";height:27.1875rem;width:60rem;position:relative;display:block; }#Ob1Oe3uFBJobpuQbirtppi2znQZEZq2s { z-index:100080;top:22.375rem;left:2.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#B1nALVcJ5qcbRC2e2bx2TmXHpu2v9hT8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#J6t5expiK7ldiDwEioCTsT5kHtdppKqd { 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; }
#ucon2KOxRsrX8ytP8o3gu3tWoBaWwO7z { 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; }
#QSu1gxBGDwVifRF1M3aZ3urbTpGxrlV6 { 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; }
#TTmU4OkcC6SmW9wfofCVfNE8NxI0zh7y { z-index:100097;top:22.375rem;left:22.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#nxqqwFwlfI3qmHN9vR9PGVbEy6AElyV5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XO2wEirckmIdmMqgV4KaSLtDh2V2xxT8 { 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.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSnUTO3vSf2wJ6JQZMKExhrmH1TFezwV { 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:42.1875rem;overflow:hidden;display:block; }
#cCeUh8gvJx5XtvQmbV94NMDfgzTTI9Zc { z-index:100087;top:22.375rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #c7909f, #f84890);background-image: -moz-linear-gradient(178deg, #c7909f, #f84890);background-image: -ms-linear-gradient(178deg, #c7909f, #f84890);background-image: -o-linear-gradient(178deg, #c7909f, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7909f', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #c7909f, #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; }
#ySWzGItgTRWkrOqU6UbUnyZalo7T2mFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GaDvfr8gMTMD4qQ4BVmF9uK0faOkrbkA { 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:44.21875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;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; }#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) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:20.375rem;left:0.1875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { top:4.1875rem;left:16.0625rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { top:4.5rem;left:31.96875rem;width:15.4375rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:18.5625rem;height:2.75rem;top:1.375rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG { display:block; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u57I7CwS4dCe4aGpTT3n6lcBl5Cl6eZg { width:18.5625rem;height:1.375rem;top:1.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A255OmxCw9bRzbZMCQgmL6UhShtXVkMC { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdNR33Gmuk6o84E1LiMB85PUBOOw4gng { display:block; }
 }@media only screen and (max-width: 763px) { #uTrkJhVqrJLzmRKuVsUDVWcBHPfWXrmK { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrfiKVmtn53Ee0cvvKkXdnMETnUS4E39 { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt3s4kNxndqoAfe0aHTSTFyModV5DHDL { display:block; }
 }@media only screen and (max-width: 763px) { #odf29zH77UFd6KK2ITS0xvOJ4SNCudXA { top:4.3125rem;left:31.9375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5DK7rGd8dPsDxqIrXvpsstrLfASfhv { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOCE5iJo0hJxaVd9dSqwaC9lreixQZom { display:block; }
 }@media only screen and (max-width: 763px) { #a1PsTPk9ygJcg0gZPba5k9EOW0xBN8J9 { top:4.125rem;left:16.09375rem;width:15.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xbTZJbbhlEQ2zz5FNfAuieQKdqL3h1mx { width:14.75rem;height:1.4375rem;top:1.25rem;left:32.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azo1yIZ2cEfKONHWX1LOVFVsTnFMfngS { width:18.5625rem;height:1.375rem;top:1.375rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwxKtNuk0PukGTDFav09TX44knGmqdLB { display:block; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeFD39f1WD2pfVJLBFnMm31mVv2zRILi { top:20.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D77t7ZGcTTg3Pki2vc1fPzKoQKHkFi { display:block; }
 }@media only screen and (max-width: 763px) { #Ul2a2IZT2T0BgywiUCpIhrBd1KoddNzu { top:4.1875rem;left:0.1875rem;width:15.5rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0nZOOGpC5MyZeKRqfP7fImi0pOkzpqF { width:18.5625rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWk0kMRpppCZsklaDOhypNolyw1MxKp { top:4.1875rem;left:31.9375rem;width:15.5rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwxcNBPQfiaD1ddhi1OqXV8uFV6vnpRM { width:18.5625rem;height:1.375rem;top:1.1875rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg3vApcJlpZAAh8KhLCngPTd0fO5al06 { top:4.1875rem;left:16.0625rem;width:15.5rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9rVb372WGkvTwizBeSS9LWNvpKUkkX8 { top:20.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3f2SRRU8FMXOP0TGLtMGrFTVrZR1JRs { display:block; }
 }@media only screen and (max-width: 763px) { #nS7aXwuMT8Fyfi1cx2wTC5delX8c8DWB { width:18.5625rem;height:1.375rem;top:1.1875rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObW2gIiKT4ED8VeVMnBR3JFoDseK2PW { top:20.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmd7axUA64J0URETf2hvxvAt552sPNGI { display:block; }
 }@media only screen and (max-width: 763px) { #qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p { display:block; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ4CTPmdTxthgfVcoqC8kyTX1was3JyJ { top:14.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waA62qhNpZfgEoJL8KAFBbC1usWd6clo { display:block; }
 }@media only screen and (max-width: 763px) { #qgzWezSWE3ub4TaXTEOq7SKAKUdtHNtO { top:4.1875rem;left:0.1875rem;width:15.5rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3d3ORiXlvI2urL3Q3oEEnKvu4NJ0Tkv { width:18.5625rem;height:1.375rem;top:1.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok { display:block; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob1Oe3uFBJobpuQbirtppi2znQZEZq2s { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nALVcJ5qcbRC2e2bx2TmXHpu2v9hT8 { display:block; }
 }@media only screen and (max-width: 763px) { #J6t5expiK7ldiDwEioCTsT5kHtdppKqd { top:5.1875rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucon2KOxRsrX8ytP8o3gu3tWoBaWwO7z { width:11.375rem;height:4.3125rem;top:0.9375rem;left:2.2216796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSu1gxBGDwVifRF1M3aZ3urbTpGxrlV6 { top:5.1875rem;left:16rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmU4OkcC6SmW9wfofCVfNE8NxI0zh7y { top:22.375rem;left:16.78125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqqwFwlfI3qmHN9vR9PGVbEy6AElyV5 { display:block; }
 }@media only screen and (max-width: 763px) { #XO2wEirckmIdmMqgV4KaSLtDh2V2xxT8 { 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) { #nSnUTO3vSf2wJ6JQZMKExhrmH1TFezwV { top:5.75rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCeUh8gvJx5XtvQmbV94NMDfgzTTI9Zc { top:22.375rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWzGItgTRWkrOqU6UbUnyZalo7T2mFL { display:block; }
 }@media only screen and (max-width: 763px) { #GaDvfr8gMTMD4qQ4BVmF9uK0faOkrbkA { width:11.5625rem;height:4.125rem;top:0rem;left:33.90625rem;font-size:1.0625rem;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) { #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) { #pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ { display:block; }#pKovChrnK1QnrbGhM2Dqn5IyZnwltcaQ > .row .container { width:20rem;height:75.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdkfrqfIT0azVaXVuB3DCt27ZTbVIDNC { width:18.5625rem;height:1.29980625rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga6woMbkGcykXRP4D1bXa1oRvPTvJ6EL { top:17.8125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #corXydrx9pma4evCAEtsmBLbxW4E5U0N { display:block; }
 }@media only screen and (max-width: 763px) { #wQLntVpCBRmzvkBhcO95BFMLcnxsy80X { width:15.5rem;height:15.5rem;top:2.375rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #p9vM3dWKb05WCWhThIKhh0pIuug6tZpZ { top:43.25rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WryvHwZpgnGL9mmze5S7TxC8ohi0zRkN { display:block; }
 }@media only screen and (max-width: 763px) { #FrPRh0A3fqctTT1zGPsoXIRiIA2ZV03M { width:15.5rem;height:15.5rem;top:26.6875rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #Gv5COTpaJkvKewnbBfxMviqc28AHEdIQ { width:18.5625rem;height:1.29980625rem;top:24.25rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #um8ArFUUMapTw7ZZhyCmfE4ZBwdy416y { top:69.3125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6zqXQ3wBtLINCnXizoiR7E3N7E412QL { display:block; }
 }@media only screen and (max-width: 763px) { #P3vGbW7IceiKNz6nThVAhCqFTKvwWuns { width:15.4375rem;height:14.875rem;top:53.4375rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #w7UlGS7gDX9Eun7zdQXHp82nhh7sabcP { width:18.5625rem;height:1.29980625rem;top:51.25rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG { display:block; }#KM3hBl9L8SBDkUfLUxOCtapcrTXIv1rG > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u57I7CwS4dCe4aGpTT3n6lcBl5Cl6eZg { width:18.5625rem;height:1.29980625rem;top:1.125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A255OmxCw9bRzbZMCQgmL6UhShtXVkMC { top:20.5rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdNR33Gmuk6o84E1LiMB85PUBOOw4gng { display:block; }
 }@media only screen and (max-width: 763px) { #uTrkJhVqrJLzmRKuVsUDVWcBHPfWXrmK { width:15.5rem;height:15.5rem;top:4.25rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #LrfiKVmtn53Ee0cvvKkXdnMETnUS4E39 { top:70rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vt3s4kNxndqoAfe0aHTSTFyModV5DHDL { display:block; }
 }@media only screen and (max-width: 763px) { #odf29zH77UFd6KK2ITS0xvOJ4SNCudXA { width:15.625rem;height:15.625rem;top:54.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA5DK7rGd8dPsDxqIrXvpsstrLfASfhv { top:43.9375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOCE5iJo0hJxaVd9dSqwaC9lreixQZom { display:block; }
 }@media only screen and (max-width: 763px) { #a1PsTPk9ygJcg0gZPba5k9EOW0xBN8J9 { width:15.375rem;height:15.375rem;top:28rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #xbTZJbbhlEQ2zz5FNfAuieQKdqL3h1mx { width:14.75rem;height:1.29980625rem;top:50.8125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azo1yIZ2cEfKONHWX1LOVFVsTnFMfngS { width:18.5625rem;height:1.29980625rem;top:26.76171875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwxKtNuk0PukGTDFav09TX44knGmqdLB { display:block; }#LwxKtNuk0PukGTDFav09TX44knGmqdLB > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qeFD39f1WD2pfVJLBFnMm31mVv2zRILi { top:20.75rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8D77t7ZGcTTg3Pki2vc1fPzKoQKHkFi { display:block; }
 }@media only screen and (max-width: 763px) { #Ul2a2IZT2T0BgywiUCpIhrBd1KoddNzu { width:15.5rem;height:15.5rem;top:4.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #y0nZOOGpC5MyZeKRqfP7fImi0pOkzpqF { width:18.5625rem;height:1.29980625rem;top:1.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFWk0kMRpppCZsklaDOhypNolyw1MxKp { width:15.5rem;height:8.5625rem;top:28rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #RwxcNBPQfiaD1ddhi1OqXV8uFV6vnpRM { width:18.5625rem;height:1.29980625rem;top:25.4375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bg3vApcJlpZAAh8KhLCngPTd0fO5al06 { width:15.5rem;height:11.0625rem;top:40.4433625rem;left:2.25rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #t9rVb372WGkvTwizBeSS9LWNvpKUkkX8 { top:52.7558625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3f2SRRU8FMXOP0TGLtMGrFTVrZR1JRs { display:block; }
 }@media only screen and (max-width: 763px) { #nS7aXwuMT8Fyfi1cx2wTC5delX8c8DWB { width:18.5625rem;height:0;top:37.8125rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObW2gIiKT4ED8VeVMnBR3JFoDseK2PW { top:57.4433625rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmd7axUA64J0URETf2hvxvAt552sPNGI { display:block; }
 }@media only screen and (max-width: 763px) { #qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p { display:block; }#qDn0lvK9CnRlo0ptn7fqZHnlbO7qQf7p > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wZ4CTPmdTxthgfVcoqC8kyTX1was3JyJ { top:20.75rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #waA62qhNpZfgEoJL8KAFBbC1usWd6clo { display:block; }
 }@media only screen and (max-width: 763px) { #qgzWezSWE3ub4TaXTEOq7SKAKUdtHNtO { width:15.5rem;height:8.0625rem;top:4.125rem;left:2.3125rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #G3d3ORiXlvI2urL3Q3oEEnKvu4NJ0Tkv { width:18.5625rem;height:1.29980625rem;top:1.5rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok { display:block; }#ZDvR7hkl5mRbAZM1wJyK8PLgSBVFGBok > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ob1Oe3uFBJobpuQbirtppi2znQZEZq2s { top:47.4375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1nALVcJ5qcbRC2e2bx2TmXHpu2v9hT8 { display:block; }
 }@media only screen and (max-width: 763px) { #J6t5expiK7ldiDwEioCTsT5kHtdppKqd { width:15.625rem;height:15.625rem;top:30.96875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ucon2KOxRsrX8ytP8o3gu3tWoBaWwO7z { width:11.375rem;height:3.8994125rem;top:27.1318359375rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSu1gxBGDwVifRF1M3aZ3urbTpGxrlV6 { width:15.625rem;height:15.625rem;top:6.1875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #TTmU4OkcC6SmW9wfofCVfNE8NxI0zh7y { top:72.75rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxqqwFwlfI3qmHN9vR9PGVbEy6AElyV5 { display:block; }
 }@media only screen and (max-width: 763px) { #XO2wEirckmIdmMqgV4KaSLtDh2V2xxT8 { width:11.5625rem;height:2.5996125rem;top:2.7353515625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSnUTO3vSf2wJ6JQZMKExhrmH1TFezwV { width:15.625rem;height:15.625rem;top:56.375rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #cCeUh8gvJx5XtvQmbV94NMDfgzTTI9Zc { top:22rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySWzGItgTRWkrOqU6UbUnyZalo7T2mFL { display:block; }
 }@media only screen and (max-width: 763px) { #GaDvfr8gMTMD4qQ4BVmF9uK0faOkrbkA { width:11.5625rem;height:3.8994125rem;top:52rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;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) { #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; }
 }