.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:url("https://images.assets-landingi.com/7l0an7Zg/background.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:arial;height:27.0625rem;width:60rem;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:55.874rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.5rem rgba(0,0,0,0.99);top:7.5rem;left:2.0625rem;height:1.91666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:57.1228125rem;position:absolute;font-family:roboto;font-size:4.0625rem;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.99);top:10.185546875rem;left:2.813720703125rem;height:4.83333125rem;font-style:normal;display:block; }
#EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.49975625rem;width:21.687rem;top:1.1865234375rem;left:19.12353515625rem;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#000000;display:block;width:59.9353125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;top:20.435791015625rem;left:0rem;height:4.8333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { background-color: transparent; background-image: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row > .video-iframe-container { display: none; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { border-width: 0; border-radius: 0; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { z-index:100063;top:22.1875rem;left:2.75rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zAEcQlklbEreex9xbaQxtIumwcIRvSre { position:absolute;display:block;z-index:100069;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.4358125rem;width:15.625rem;top:4.42138671875rem;left:1.771240234375rem;overflow:hidden;display:block; }
#xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:0.576171875rem;left:3.802490234375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { z-index:100068;top:22.1875rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RRFPUMXxxb1DlwLBpq24U1T1XVB3xQuM { position:absolute;display:block;z-index:100070;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.29296875rem;left:22.156251907349rem;overflow:hidden;display:block; }
#uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { color:#2a2e41;display:block;width:11.621125rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:1.2408854961395rem;left:24.188802719116rem;height:2.66666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { z-index:100072;top:22.187501907349rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ET3feTpomgrBIsRNkuQNWwOZbymsTbhi { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.5rem;width:13.5rem;top:5.38671875rem;left:43.250001907349rem;overflow:hidden;display:block; }
#K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:0.44921875rem;left:44.282556533814rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { background-color: transparent; background-image: none; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container > .video-iframe-container { display: none; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row > .video-iframe-container { display: none; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .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); }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { border-width: 0; border-radius: 0; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#I0EgMh3AkZQxXZWPDmqwkQDkoRC6mpKX { z-index:100063;top:22.1875rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TvgVVOFwcAIChEPUHcieUabS4mH8WSNL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZC3mGPCSaC9DwQTk8WIq5drKizTJ8QDO { z-index:100065;top:22.1875rem;left:42.96875rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#gpiPXdPQKEIawWPXpbSDcKLuFRi4v4Db { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JWMebxZ8O5GATHDzHKzoH63NaMOg4Jxk { 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.5rem;left:2.1875rem;overflow:hidden;display:block; }
#dJSABUDsgxluKbBGVw7KBGRAGDgywK5P { color:#2a2e41;display:block;width:11.433125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:4.81201171875rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p6zuOheWNsIp7hhHbPUoAMT8UO2QJRbD { color:#2a2e41;display:block;width:11.433125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:0.458984375rem;left:44.25048828125rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eM5UrtzapwZ2gmrDAVSOdeWDAGeFZlS1 { position:absolute;display:block;z-index:100081;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; }
#CnW2zUfVn96Z0K9VqcocNegBNNc0Ways { z-index:100068;top:22.1875rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z4Sm8EnXlvkP09dCy3Th1ghaqq5H2tKE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qUulrOFKcmDu6KTOedMTtTLE53XmuyTd { position:absolute;display:block;z-index:100084;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5625rem;width:15.5625rem;top:5.78125rem;left:22.156251907349rem;overflow:hidden;display:block; }
#zulrQAl4w1RkE3F6475nT5reNTZoSZpG { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:0.45182323455811rem;left:24.282552719116rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { background-color: transparent; background-image: none; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container > .video-iframe-container { display: none; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row > .video-iframe-container { display: none; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .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); }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { border-width: 0; border-radius: 0; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { z-index:100063;top:21.750000953674rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { color:#2a2e41;display:block;width:11.433125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:4.81201171875rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ECRsTVGVhLXOphsR4Rg0PlmAyspkLHfR { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:15.625rem;top:4.677734375rem;left:2.1875rem;overflow:hidden;display:block; }
#ddza55nHRrU82aQu8iDIwHplTqwZpQqf { z-index:100070;top:21.75rem;left:22.625rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DTHByAvwnDuGiAMpTU21otaRSRU5kqIs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kKOZDJW4yQmGcx3SkhPlfD0TO242CkGW { position:absolute;display:block;z-index:100080;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.3125rem;left:21.8125rem;overflow:hidden;display:block; }
#vsPAr9LT3I6ZyD1COwZoQURGU0VF2qrf { color:#2a2e41;display:block;width:14.3115rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100048;line-height:1.3;letter-spacing:0;top:0.9375rem;left:22.5rem;height:2.66666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7riT8yRAHTUfm4853anZSmuQhFh7aiL { z-index:100071;top:21.75rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aTZE0phuqqfweS7xKXXPE1UoTHzPCDdZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LGM8SSUvV3aK9Br1fygma09dcD99O7XW { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:4.7083339691162rem;left:42.187501907349rem;overflow:hidden;display:block; }
#GS0gyDsqcncKXmTDsLQKaX5JgzEzyyof { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:0.51041698455811rem;left:44.282556533814rem;height:2.8333375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container { background-color: transparent; background-image: none; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container > .video-iframe-container { display: none; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row > .video-iframe-container { display: none; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .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); }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container { border-width: 0; border-radius: 0; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#za5WzaB5moQTGtb8lXEKEr9274IRSDBV { z-index:100063;top:22.1875rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { color:#2a2e41;display:block;width:11.433125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:1.162109375rem;left:4.81201171875rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { 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:2.1875rem;overflow:hidden;display:block; }
#gs8PbxJAacng9uL4fqvTI1GTaGDbbvwa { z-index:100077;top:22.1875rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i0P7VIfdfvL3TnStDhKZ0dFaKOEirIfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TbVo7ioTsedMnlRJ1vfEnZF54eKMgfXy { position:absolute;display:block;z-index:100088;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:42.187501907349rem;overflow:hidden;display:block; }
#sm00Jct00dmtXkKssHpak6RNCrpNScy3 { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:22.187501907349rem;overflow:hidden;display:block; }
#Pz6TZSEt0BoVsKaUr2s3SVBB3deRrg0W { z-index:100076;top:22.1875rem;left:23.000001907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GuQZnC0tDkND8nbEq4d6yss7CfzCkXJ0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ST5QAFFQ31TVbZWqcxoaTmdi62FH7UIy { color:#2a2e41;display:block;width:14.3115rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:0.9375rem;left:22.75rem;height:2.66666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mQhrNJgkbzAA2qRipIRqcpzM0Dd9VvFa { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:1.1614570617676rem;left:44.282556533814rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { background-color: transparent; background-image: none; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container > .video-iframe-container { display: none; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row > .video-iframe-container { display: none; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .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); }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { border-width: 0; border-radius: 0; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { z-index:100068;top:22.749994277954rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LPNBytKQFIpptmzKoH1Mm6gozZRETab4 { 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:6.31249332428rem;left:42.156251907349rem;overflow:hidden;display:block; }
#X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:2.4153575897217rem;left:44.251306533814rem;height:1.41666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBitrkRGFHSIfBw84mBnLD4hl4ImKTFf { position:absolute;display:block;z-index:100086;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:6.3125rem;left:21.489583969116rem;overflow:hidden;display:block; }
#yxhqN4kn2qOI2lawoDs6IHJC5BBET2WK { z-index:100080;top:22.75rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OT0G6JbdMzrxTdMXZIGt3xCDCtKSNtBd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yzIpzlffcvGxwQXlEUgIpc2LX2gvkLbv { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:1rem;left:24.282552719116rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b5XoDMkSTO23PuCvdmlQ0THOW1xfvs81 { z-index:100066;top:22.748691558838rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V3T29Gf5s1Nv1BEvAJHxDzLLIrJgeRHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rl4Slx8X03A5bbKsNkEma1PuahWku5if { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:2.4140558242798rem;left:4.2825527191162rem;height:1.41666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uQhx5LIBEKTyvLGd1xvdl0bHPWCOM3VS { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:6.3111915588381rem;left:2.15625rem;overflow:hidden;display:block; }
#a9OitAv68269Tx7BsldpIfck9ONEPsQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { background-color: transparent; background-image: none; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container > .video-iframe-container { display: none; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row > .video-iframe-container { display: none; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .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); }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { border-width: 0; border-radius: 0; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#Dz7FAOG3EXZdltpJtuUUiXiCGCERg97J { z-index:100084;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#B57hS098pDPX2C0OdtL9eKrTFHHCe4Ua { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JvsoFRPLpCKcNUfDACHbPn20dDKmgyBI { position:absolute;display:block;z-index:100096;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.03125rem;left:2.15625rem;overflow:hidden;display:block; }
#ehLGE2BQZ8ThSESUTPrrwVF3CAEb8TDb { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100065;line-height:1.3;letter-spacing:0;top:0.83203125rem;left:4.2513027191162rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#amO3VRtvzfAruCcf3irPUnTT5Lahklie { position:absolute;display:block;z-index:100089;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.75rem;left:22.156251907349rem;overflow:hidden;display:block; }
#RHJtksyGTHA7Sx6Q16M7Ta7J5e2xLW0D { z-index:100083;top:22.187500953674rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vRKnrNEp2Ndy5eQ7RAILhlsza0iDeDoV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AMK9NKxgXTKsJ1siBy3mud27sEKXFwTg { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100068;line-height:1.3;letter-spacing:0;top:0.86328125rem;left:24.282552719116rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RT5qcKfngleEfOBNhFAug7TBBX203Tsp { z-index:100071;top:22.375rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UwNrQcDvU10cKSCwWRinv5TITEGpcrTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qebTTvXW2PI4aIABEOqOWy7s5QDEDbnn { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:42.156251907349rem;overflow:hidden;display:block; }
#SSSTUuNbMZUrFNBfwZrqyqmhRFuPRqHo { color:#2a2e41;display:block;width:11.4323125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:1.6875rem;left:44.3125rem;height:1.41666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container { background-color: transparent; background-image: none; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container > .video-iframe-container { display: none; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row > .video-iframe-container { display: none; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .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); }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container { border-width: 0; border-radius: 0; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:60rem;position:relative;display:block; }#teIfH2sOJZbw92cLUbgNq53fA9RctIJH { z-index:100066;top:22.375rem;left:3rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#uRNdwNn5V6X1A0BtDM5HK0GUZ0QGECAn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MlhZX35zBp7qPOfXeXwgw4zMEKDDe35L { 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:5rem;left:2.1875rem;overflow:hidden;display:block; }
#hFpMatEnWyHURIytOoA1KhHA1ChqxQ5V { color:#2a2e41;display:block;width:11.433125rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:700;z-index:100047;line-height:1.3;letter-spacing:0;top:1.375rem;left:4.8125rem;height:2.83333125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GO80Tkw5iTNTOyRb2IlxcoGy67peTcIL { position:absolute;display:block;z-index:100101;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5rem;left:22.156251907349rem;overflow:hidden;display:block; }
#WgP80Jv92KFPPhRi6ITMvxO5UX6sCENs { z-index:100081;top:22.375000953674rem;left:22.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Whp5Afl6D9qOGfiNdgg8mVqo9104Vhm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#InrkdB0P5sp6cZsWEbLEnolgmMx7kVxA { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100074;line-height:1.3;letter-spacing:0;top:1.08203125rem;left:24.218751907349rem;height:2.66666875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tUL6RlbKqHt7mGZehwkuGuk3DDvxczZC { z-index:100088;top:22.375000953674rem;left:42.968751907349rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mxHPAQ1qpUFgW67EM4Ni0nU27LXd8sxr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#T0LW6ZTWxSPWVnpwJiWG7z8IJiOnWF3D { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.625rem;width:15.625rem;top:5.78125rem;left:42.156251907349rem;overflow:hidden;display:block; }
#Oe87OzFUrzwv9otLVU5fQmwxBwdHv4d6 { color:#2a2e41;display:block;width:11.5625rem;position:absolute;font-family:ubuntu;font-size:1.0625rem;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:1.45703125rem;left:44.218751907349rem;height:2.66666875rem;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:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { z-index:100064;top:1.37451171875rem;left:1.280517578125rem;background-color:transparent;background-image: -webkit-linear-gradient(178deg, #41a7e6, #f84890);background-image: -moz-linear-gradient(178deg, #41a7e6, #f84890);background-image: -ms-linear-gradient(178deg, #41a7e6, #f84890);background-image: -o-linear-gradient(178deg, #41a7e6, #f84890);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#41a7e6', endColorstr='#f84890' );";background-image: linear-gradient(178deg, #41a7e6, #f84890);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:57.4365rem;height:3.686525rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yspavkMaks9pMg369O5wThLzURK6nLot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { border-width: 0; border-radius: 0; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:60rem;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:52.1875rem;position:absolute;font-family:roboto;font-size:3.125rem;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.99);top:2.061767578125rem;left:3.90625rem;height:7.5rem;font-style:normal;display:block; }
#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { background-color: transparent; background-image: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row > .video-iframe-container { display: none; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { border-width: 0; border-radius: 0; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;position:relative;display:block; }#Ok3HX7tdM7qRHQIQs0dMnc8SM6oWUT9A { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9987rem;width:12.5611875rem;top:2.15625rem;left:31.216146469116rem;overflow:hidden;display:block; }
#Eb1MeHNdabX5FhAVKffbLrvhxwztNcop { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0612rem;width:14.1861875rem;top:2.84375rem;left:15.000001907349rem;overflow:hidden;display:block; }
#Rd9RVwZc6kTcU4DKbm4Hg3BreLIth3HN { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:14.875rem;top:2.25rem;left:0rem;overflow:hidden;display:block; }
#l2fCzOiD7Q5KL49iU2OevBxR5fXL1wwa { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.3111875rem;width:6.4361875rem;top:0.5rem;left:49.281251907349rem;overflow:hidden;display:block; }
#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { background-color: transparent; background-image: none; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container > .video-iframe-container { display: none; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row > .video-iframe-container { display: none; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .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); }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { border-width: 0; border-radius: 0; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#JWM8bMl6Hrlt0e55VTC7IaPXnlMEOumz { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0612rem;width:13.4375rem;top:1.8437509536743rem;left:0.75rem;overflow:hidden;display:block; }
#MGiqpaO6cHZvo3GVkQ385ESdz7lFZufo { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.3737rem;width:13.9361875rem;top:1.8437509536743rem;left:15.528646469116rem;overflow:hidden;display:block; }
#CNpmwbgTXNx2OZOoCBBa5NtQJyBBbrdn { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.8125rem;width:8.0625rem;top:2.4687509536743rem;left:48.468751907349rem;overflow:hidden;display:block; }
#XWJPz85kZRt7WSgTF6mlMI5LvK06vGWA { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:12.0611875rem;top:0.53125095367432rem;left:31.468751907349rem;overflow:hidden;display:block; }
#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container { background-color: transparent; background-image: none; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container > .video-iframe-container { display: none; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row > .video-iframe-container { display: none; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .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); }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container { border-width: 0; border-radius: 0; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#ig5TEHc8rUqdZdMVZJkSi43DkyxGeVJz { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:12.6875rem;top:2.21875rem;left:16.125001907349rem;overflow:hidden;display:block; }
#SqTC32f7ZalLTpTmWuQsMpacozRSSgs1 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:13.5rem;top:1.625rem;left:31.562501907349rem;overflow:hidden;display:block; }
#sdxb3GTpACfN6EJW9VWtXMN8c1e5tbMQ { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:9.75rem;top:1.75rem;left:2.625rem;overflow:hidden;display:block; }
#MU7Qxs7kxtXmSDANI74iGJzQs5uyHxin { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.0625rem;top:6rem;left:33.468751907349rem;overflow:hidden;display:block; }
#PzAT5wFr6Z96uXkSxh1gTHVqHx2wyH1O { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5rem;width:9.5rem;top:0.625rem;left:47.750001907349rem;overflow:hidden;display:block; }
#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container { background-color: transparent; background-image: none; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container > .video-iframe-container { display: none; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row > .video-iframe-container { display: none; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .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); }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container { border-width: 0; border-radius: 0; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#TlaiLPICQzM6Zo8IHtWsmhMTp8czCmRO { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.4375rem;width:9.375rem;top:1.15625rem;left:2.78125rem;overflow:hidden;display:block; }
#Ui8SDTusCHK7HupC2QTBOFxsSJSAuuU0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:13.75rem;top:1.5rem;left:15.625001907349rem;overflow:hidden;display:block; }
#qNhXUsT4Q26u2UGpqMv8VDuWZGb9DrCO { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.9375rem;width:8.0625rem;top:0.90625rem;left:48.468751907349rem;overflow:hidden;display:block; }
#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container { background-color: transparent; background-image: none; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container > .video-iframe-container { display: none; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row > .video-iframe-container { display: none; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .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); }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container { border-width: 0; border-radius: 0; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:60rem;position:relative;display:block; }#WlXRW1J7DhGLDScTrHXmN185RnoygMBa { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:10.5rem;top:1.59375rem;left:2.8125rem;overflow:hidden;display:block; }
#aGWOTRBa6GnIggI8dEePvMRVPoFk5M8f { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:13.125rem;top:1.03125rem;left:15.906251907349rem;overflow:hidden;display:block; }
#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/eRTgO6AZ/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:60rem;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { box-sizing:content-box;color:#d1428e;font-size:3.0625rem;font-weight:400;line-height:1;height:4.43725625rem;width:4.56176875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:4.625rem;left:43.3125rem;display:block; }
#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.24926875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:4.810791015625rem;left:48.936767578125rem;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:2.75rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:4.8125rem;left:53.625rem;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:15.0625rem;top:9.69384765625rem;left:-33.667970657349rem;overflow:hidden;display:block; }
#dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:27.8125rem;top:4.654541015625rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:7.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:10.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) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:22.1875rem;left:0.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #zAEcQlklbEreex9xbaQxtIumwcIRvSre { top:4.375rem;left:0rem;width:15.625rem;height:15.4358125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { width:11.5625rem;height:3.9375rem;top:0.5625rem;left:1.739990234375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { top:22.1875rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block; }
 }@media only screen and (max-width: 763px) { #RRFPUMXxxb1DlwLBpq24U1T1XVB3xQuM { top:4.25rem;left:15.968751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { width:11.5625rem;height:2.625rem;top:1.1875rem;left:18.001302719116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { top:22.1875rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block; }
 }@media only screen and (max-width: 763px) { #ET3feTpomgrBIsRNkuQNWwOZbymsTbhi { top:5.375rem;left:32.937501907349rem;width:13.5rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { width:11.375rem;height:4.25rem;top:0.4375rem;left:33.970056533814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR { display:block; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0EgMh3AkZQxXZWPDmqwkQDkoRC6mpKX { top:22.1875rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgVVOFwcAIChEPUHcieUabS4mH8WSNL { display:block; }
 }@media only screen and (max-width: 763px) { #ZC3mGPCSaC9DwQTk8WIq5drKizTJ8QDO { top:22.1875rem;left:32.65625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpiPXdPQKEIawWPXpbSDcKLuFRi4v4Db { display:block; }
 }@media only screen and (max-width: 763px) { #JWMebxZ8O5GATHDzHKzoH63NaMOg4Jxk { top:5.5rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSABUDsgxluKbBGVw7KBGRAGDgywK5P { width:11.375rem;height:2.8125rem;top:1.125rem;left:2.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zuOheWNsIp7hhHbPUoAMT8UO2QJRbD { width:11.375rem;height:4.25rem;top:0.4375rem;left:33.937501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM5UrtzapwZ2gmrDAVSOdeWDAGeFZlS1 { top:5.75rem;left:31.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnW2zUfVn96Z0K9VqcocNegBNNc0Ways { top:22.1875rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Sm8EnXlvkP09dCy3Th1ghaqq5H2tKE { display:block; }
 }@media only screen and (max-width: 763px) { #qUulrOFKcmDu6KTOedMTtTLE53XmuyTd { top:5.75rem;left:15.968751907349rem;width:15.5625rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulrQAl4w1RkE3F6475nT5reNTZoSZpG { width:11.375rem;height:2.8125rem;top:0.4375rem;left:18.095052719116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd { display:block; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { top:21.75rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block; }
 }@media only screen and (max-width: 763px) { #f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { width:11.375rem;height:4.25rem;top:1.125rem;left:2.7486972808838rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRsTVGVhLXOphsR4Rg0PlmAyspkLHfR { top:4.625rem;left:0.125rem;width:15.625rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddza55nHRrU82aQu8iDIwHplTqwZpQqf { top:21.75rem;left:16.4375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHByAvwnDuGiAMpTU21otaRSRU5kqIs { display:block; }
 }@media only screen and (max-width: 763px) { #kKOZDJW4yQmGcx3SkhPlfD0TO242CkGW { top:5.3125rem;left:15.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsPAr9LT3I6ZyD1COwZoQURGU0VF2qrf { width:14.25rem;height:2.625rem;top:0.9375rem;left:16.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7riT8yRAHTUfm4853anZSmuQhFh7aiL { top:21.75rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZE0phuqqfweS7xKXXPE1UoTHzPCDdZ { display:block; }
 }@media only screen and (max-width: 763px) { #LGM8SSUvV3aK9Br1fygma09dcD99O7XW { top:4.6875rem;left:31.875001907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0gyDsqcncKXmTDsLQKaX5JgzEzyyof { width:11.375rem;height:4.25rem;top:0.5rem;left:33.970056533814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM { display:block; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za5WzaB5moQTGtb8lXEKEr9274IRSDBV { top:22.1875rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { width:11.375rem;height:2.8125rem;top:1.125rem;left:2.74951171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { top:5.75rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs8PbxJAacng9uL4fqvTI1GTaGDbbvwa { top:22.1875rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0P7VIfdfvL3TnStDhKZ0dFaKOEirIfi { display:block; }
 }@media only screen and (max-width: 763px) { #TbVo7ioTsedMnlRJ1vfEnZF54eKMgfXy { top:5.75rem;left:31.875001907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sm00Jct00dmtXkKssHpak6RNCrpNScy3 { top:5.75rem;left:16.000001907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pz6TZSEt0BoVsKaUr2s3SVBB3deRrg0W { top:22.1875rem;left:16.812501907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQZnC0tDkND8nbEq4d6yss7CfzCkXJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #ST5QAFFQ31TVbZWqcxoaTmdi62FH7UIy { width:14.25rem;height:2.625rem;top:0.9375rem;left:16.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQhrNJgkbzAA2qRipIRqcpzM0Dd9VvFa { width:11.375rem;height:2.8125rem;top:1.125rem;left:33.970056533814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg { display:block; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { top:22.6875rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block; }
 }@media only screen and (max-width: 763px) { #LPNBytKQFIpptmzKoH1Mm6gozZRETab4 { top:6.25rem;left:31.843751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { width:11.375rem;height:1.375rem;top:2.375rem;left:33.938806533814rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBitrkRGFHSIfBw84mBnLD4hl4ImKTFf { top:6.3125rem;left:15.875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxhqN4kn2qOI2lawoDs6IHJC5BBET2WK { top:22.75rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT0G6JbdMzrxTdMXZIGt3xCDCtKSNtBd { display:block; }
 }@media only screen and (max-width: 763px) { #yzIpzlffcvGxwQXlEUgIpc2LX2gvkLbv { width:11.375rem;height:2.8125rem;top:1rem;left:18.095052719116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5XoDMkSTO23PuCvdmlQ0THOW1xfvs81 { top:22.6875rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3T29Gf5s1Nv1BEvAJHxDzLLIrJgeRHL { display:block; }
 }@media only screen and (max-width: 763px) { #rl4Slx8X03A5bbKsNkEma1PuahWku5if { width:11.375rem;height:1.375rem;top:2.375rem;left:2.2200527191162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQhx5LIBEKTyvLGd1xvdl0bHPWCOM3VS { top:6.25rem;left:0.09375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9OitAv68269Tx7BsldpIfck9ONEPsQp { display:block; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz7FAOG3EXZdltpJtuUUiXiCGCERg97J { top:22.375rem;left:0.90625rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B57hS098pDPX2C0OdtL9eKrTFHHCe4Ua { display:block; }
 }@media only screen and (max-width: 763px) { #JvsoFRPLpCKcNUfDACHbPn20dDKmgyBI { top:5rem;left:0.09375rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehLGE2BQZ8ThSESUTPrrwVF3CAEb8TDb { width:11.375rem;height:4.25rem;top:0.8125rem;left:2.1888027191162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amO3VRtvzfAruCcf3irPUnTT5Lahklie { top:5.75rem;left:15.968751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJtksyGTHA7Sx6Q16M7Ta7J5e2xLW0D { top:22.1875rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKnrNEp2Ndy5eQ7RAILhlsza0iDeDoV { display:block; }
 }@media only screen and (max-width: 763px) { #AMK9NKxgXTKsJ1siBy3mud27sEKXFwTg { width:11.375rem;height:4.25rem;top:0.8125rem;left:18.095052719116rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5qcKfngleEfOBNhFAug7TBBX203Tsp { top:22.375rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwNrQcDvU10cKSCwWRinv5TITEGpcrTv { display:block; }
 }@media only screen and (max-width: 763px) { #qebTTvXW2PI4aIABEOqOWy7s5QDEDbnn { top:5.75rem;left:31.843751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSTUuNbMZUrFNBfwZrqyqmhRFuPRqHo { width:11.375rem;height:1.375rem;top:1.6875rem;left:34rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPLhE2r7fylFAHyZApJBRELPuBwfUlU { display:block; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teIfH2sOJZbw92cLUbgNq53fA9RctIJH { top:22.375rem;left:0.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNdwNn5V6X1A0BtDM5HK0GUZ0QGECAn { display:block; }
 }@media only screen and (max-width: 763px) { #MlhZX35zBp7qPOfXeXwgw4zMEKDDe35L { top:5rem;left:0.125rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFpMatEnWyHURIytOoA1KhHA1ChqxQ5V { width:11.375rem;height:2.8125rem;top:1.375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO80Tkw5iTNTOyRb2IlxcoGy67peTcIL { top:5rem;left:15.968751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgP80Jv92KFPPhRi6ITMvxO5UX6sCENs { top:22.375rem;left:16.781251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whp5Afl6D9qOGfiNdgg8mVqo9104Vhm0 { display:block; }
 }@media only screen and (max-width: 763px) { #InrkdB0P5sp6cZsWEbLEnolgmMx7kVxA { width:11.5625rem;height:4rem;top:1.0625rem;left:18.031251907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUL6RlbKqHt7mGZehwkuGuk3DDvxczZC { top:22.375rem;left:32.656251907349rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxHPAQ1qpUFgW67EM4Ni0nU27LXd8sxr { display:block; }
 }@media only screen and (max-width: 763px) { #T0LW6ZTWxSPWVnpwJiWG7z8IJiOnWF3D { top:5.75rem;left:31.843751907349rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe87OzFUrzwv9otLVU5fQmwxBwdHv4d6 { width:11.5625rem;height:2.625rem;top:1.4375rem;left:33.906251907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:1.3125rem;left:0rem;width:46.75rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:2rem;left:0rem;width:47.75rem;height:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok3HX7tdM7qRHQIQs0dMnc8SM6oWUT9A { top:2.125rem;left:23.3125rem;width:12.5rem;height:2.9840928654237rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1MeHNdabX5FhAVKffbLrvhxwztNcop { top:2.8125rem;left:9.75rem;width:14.125rem;height:3.0479965106904rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9RVwZc6kTcU4DKbm4Hg3BreLIth3HN { top:2.25rem;left:0rem;width:14.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2fCzOiD7Q5KL49iU2OevBxR5fXL1wwa { top:0.5rem;left:38.562501907349rem;width:6.375rem;height:6.2511883490806rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn { display:block; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWM8bMl6Hrlt0e55VTC7IaPXnlMEOumz { top:1.8125rem;left:0rem;width:13.4375rem;height:3.0612rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiqpaO6cHZvo3GVkQ385ESdz7lFZufo { top:1.8125rem;left:10rem;width:13.875rem;height:3.3588876082501rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpmwbgTXNx2OZOoCBBa5NtQJyBBbrdn { top:2.4375rem;left:37.750001907349rem;width:8.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJPz85kZRt7WSgTF6mlMI5LvK06vGWA { top:0.5rem;left:23.8125rem;width:12rem;height:5.5964638639438rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t { display:block; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig5TEHc8rUqdZdMVZJkSi43DkyxGeVJz { top:2.1875rem;left:11.1875rem;width:12.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTC32f7ZalLTpTmWuQsMpacozRSSgs1 { top:1.625rem;left:22.3125rem;width:13.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxb3GTpACfN6EJW9VWtXMN8c1e5tbMQ { top:1.75rem;left:1.09375rem;width:9.75rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU7Qxs7kxtXmSDANI74iGJzQs5uyHxin { top:6rem;left:25.812501907349rem;width:8.0625rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAT5wFr6Z96uXkSxh1gTHVqHx2wyH1O { top:0.625rem;left:37.031251907349rem;width:9.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV { display:block; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlaiLPICQzM6Zo8IHtWsmhMTp8czCmRO { top:1.125rem;left:1.25rem;width:9.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8SDTusCHK7HupC2QTBOFxsSJSAuuU0 { top:1.5rem;left:10.125rem;width:13.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNhXUsT4Q26u2UGpqMv8VDuWZGb9DrCO { top:0.875rem;left:37.750001907349rem;width:8.0625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp { display:block; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlXRW1J7DhGLDScTrHXmN185RnoygMBa { top:1.5625rem;left:1.28125rem;width:10.5rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWOTRBa6GnIggI8dEePvMRVPoFk5M8f { top:1rem;left:10.75rem;width:13.125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:4.5rem;height:4.3771734647882rem;top:4.625rem;left:37.1875rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:4.1875rem;height:4.0034461811812rem;top:4.75rem;left:42.811767578125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:3.875rem;height:3.875rem;top:4.8125rem;left:43.8125rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:10.3125rem;left:0rem;width:15.0625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:4.625rem;left:0rem;width:27.8125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt.adaptive-delivery-prevent-bg, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyload, #Ug1CVEok9toku2k64bulDnOkc97rs4Mt.lazyloading { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:20rem;height:3.16666875rem;top:1.3125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:4.5rem;top:5.4375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:20rem;height:3.2275153317656rem;top:1.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:20rem;height:6.75rem;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) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:20rem;height:77.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:22.369792938233rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #zAEcQlklbEreex9xbaQxtIumwcIRvSre { width:15.625rem;height:15.4358125rem;top:6.873779296875rem;left:2.1875rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { width:11.5625rem;height:3.75rem;top:1.80908203125rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { top:47.682292938233rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block; }
 }@media only screen and (max-width: 763px) { #RRFPUMXxxb1DlwLBpq24U1T1XVB3xQuM { width:15.625rem;height:15.625rem;top:30.807292938233rem;left:2.1875rem;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { width:11.5625rem;height:2.5rem;top:27.057292938233rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { top:73.055988311769rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block; }
 }@media only screen and (max-width: 763px) { #ET3feTpomgrBIsRNkuQNWwOZbymsTbhi { width:13.5rem;height:13.5rem;top:57.369792938233rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { width:11.375rem;height:3.75rem;top:52.369792938233rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR { display:block; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I0EgMh3AkZQxXZWPDmqwkQDkoRC6mpKX { top:21.201825141907rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvgVVOFwcAIChEPUHcieUabS4mH8WSNL { display:block; }
 }@media only screen and (max-width: 763px) { #ZC3mGPCSaC9DwQTk8WIq5drKizTJ8QDO { top:47.998699188233rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpiPXdPQKEIawWPXpbSDcKLuFRi4v4Db { display:block; }
 }@media only screen and (max-width: 763px) { #JWMebxZ8O5GATHDzHKzoH63NaMOg4Jxk { width:15.625rem;height:15.625rem;top:4.764404296875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJSABUDsgxluKbBGVw7KBGRAGDgywK5P { width:11.3745rem;height:2.5rem;top:1.373291015625rem;left:4.312744140625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6zuOheWNsIp7hhHbPUoAMT8UO2QJRbD { width:11.3736875rem;height:2.5rem;top:29.123699188233rem;left:4.3125002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM5UrtzapwZ2gmrDAVSOdeWDAGeFZlS1 { width:15.625rem;height:15.625rem;top:32.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnW2zUfVn96Z0K9VqcocNegBNNc0Ways { top:72.687505722044rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4Sm8EnXlvkP09dCy3Th1ghaqq5H2tKE { display:block; }
 }@media only screen and (max-width: 763px) { #qUulrOFKcmDu6KTOedMTtTLE53XmuyTd { width:15.5625rem;height:15.5625rem;top:57rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulrQAl4w1RkE3F6475nT5reNTZoSZpG { width:11.375rem;height:2.5rem;top:54rem;left:4.3125002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd { display:block; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { top:20.375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block; }
 }@media only screen and (max-width: 763px) { #f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { width:11.3745rem;height:3.75rem;top:2.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECRsTVGVhLXOphsR4Rg0PlmAyspkLHfR { width:15.625rem;height:15.5rem;top:4.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddza55nHRrU82aQu8iDIwHplTqwZpQqf { top:44.437505722046rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTHByAvwnDuGiAMpTU21otaRSRU5kqIs { display:block; }
 }@media only screen and (max-width: 763px) { #kKOZDJW4yQmGcx3SkhPlfD0TO242CkGW { width:15.625rem;height:15.625rem;top:28.8125rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #vsPAr9LT3I6ZyD1COwZoQURGU0VF2qrf { width:14.25rem;height:2.5rem;top:25.0625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7riT8yRAHTUfm4853anZSmuQhFh7aiL { top:70.43750190735rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTZE0phuqqfweS7xKXXPE1UoTHzPCDdZ { display:block; }
 }@media only screen and (max-width: 763px) { #LGM8SSUvV3aK9Br1fygma09dcD99O7XW { width:15.625rem;height:15.625rem;top:50.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS0gyDsqcncKXmTDsLQKaX5JgzEzyyof { width:11.375rem;height:2.5rem;top:67.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM { display:block; }#MITEH1w9uTc0k8FL6ioiQDmO52PRTtHM > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za5WzaB5moQTGtb8lXEKEr9274IRSDBV { top:21.373695373535rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block; }
 }@media only screen and (max-width: 763px) { #ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { width:11.3745rem;height:2.5rem;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) { #lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { width:15.625rem;height:15.625rem;top:5.687255859375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #gs8PbxJAacng9uL4fqvTI1GTaGDbbvwa { top:70.619775772094rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0P7VIfdfvL3TnStDhKZ0dFaKOEirIfi { display:block; }
 }@media only screen and (max-width: 763px) { #TbVo7ioTsedMnlRJ1vfEnZF54eKMgfXy { width:15.625rem;height:15.625rem;top:55.74479675293rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #sm00Jct00dmtXkKssHpak6RNCrpNScy3 { width:15.625rem;height:15.625rem;top:30.36979675293rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Pz6TZSEt0BoVsKaUr2s3SVBB3deRrg0W { top:47.30729675293rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuQZnC0tDkND8nbEq4d6yss7CfzCkXJ0 { display:block; }
 }@media only screen and (max-width: 763px) { #ST5QAFFQ31TVbZWqcxoaTmdi62FH7UIy { width:14.25rem;height:2.5rem;top:26.61979675293rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQhrNJgkbzAA2qRipIRqcpzM0Dd9VvFa { width:11.375rem;height:2.5rem;top:51.99479675293rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg { display:block; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { top:20.125rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block; }
 }@media only screen and (max-width: 763px) { #LPNBytKQFIpptmzKoH1Mm6gozZRETab4 { width:15.625rem;height:15.625rem;top:5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { width:11.375rem;height:1.25rem;top:2.5625076293945rem;left:4.3125002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBitrkRGFHSIfBw84mBnLD4hl4ImKTFf { width:15.625rem;height:15.625rem;top:55.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxhqN4kn2qOI2lawoDs6IHJC5BBET2WK { top:71.375011444094rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT0G6JbdMzrxTdMXZIGt3xCDCtKSNtBd { display:block; }
 }@media only screen and (max-width: 763px) { #yzIpzlffcvGxwQXlEUgIpc2LX2gvkLbv { width:11.375rem;height:2.5rem;top:50.6875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b5XoDMkSTO23PuCvdmlQ0THOW1xfvs81 { top:45.4375rem;left:2.9687500596046rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3T29Gf5s1Nv1BEvAJHxDzLLIrJgeRHL { display:block; }
 }@media only screen and (max-width: 763px) { #rl4Slx8X03A5bbKsNkEma1PuahWku5if { width:11.375rem;height:1.25rem;top:27.0625rem;left:4.3125002980232rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQhx5LIBEKTyvLGd1xvdl0bHPWCOM3VS { width:15.625rem;height:15.625rem;top:29.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9OitAv68269Tx7BsldpIfck9ONEPsQp { display:block; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { width:20rem;height:101.22916875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dz7FAOG3EXZdltpJtuUUiXiCGCERg97J { top:46.9375rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B57hS098pDPX2C0OdtL9eKrTFHHCe4Ua { display:block; }
 }@media only screen and (max-width: 763px) { #JvsoFRPLpCKcNUfDACHbPn20dDKmgyBI { width:15.625rem;height:15.625rem;top:31.375rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ehLGE2BQZ8ThSESUTPrrwVF3CAEb8TDb { width:11.375rem;height:3.75rem;top:27.0625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #amO3VRtvzfAruCcf3irPUnTT5Lahklie { width:15.625rem;height:15.625rem;top:56.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHJtksyGTHA7Sx6Q16M7Ta7J5e2xLW0D { top:72.3125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRKnrNEp2Ndy5eQ7RAILhlsza0iDeDoV { display:block; }
 }@media only screen and (max-width: 763px) { #AMK9NKxgXTKsJ1siBy3mud27sEKXFwTg { width:11.375rem;height:3.75rem;top:51.625rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT5qcKfngleEfOBNhFAug7TBBX203Tsp { top:96.54166875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwNrQcDvU10cKSCwWRinv5TITEGpcrTv { display:block; }
 }@media only screen and (max-width: 763px) { #qebTTvXW2PI4aIABEOqOWy7s5QDEDbnn { width:15.625rem;height:15.625rem;top:79.66666875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSSTUuNbMZUrFNBfwZrqyqmhRFuPRqHo { width:11.375rem;height:0;top:77rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbPLhE2r7fylFAHyZApJBRELPuBwfUlU { display:block; }#sbPLhE2r7fylFAHyZApJBRELPuBwfUlU > .row .container { width:20rem;height:75.35416875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #teIfH2sOJZbw92cLUbgNq53fA9RctIJH { top:19.875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRNdwNn5V6X1A0BtDM5HK0GUZ0QGECAn { display:block; }
 }@media only screen and (max-width: 763px) { #MlhZX35zBp7qPOfXeXwgw4zMEKDDe35L { width:15.625rem;height:15.625rem;top:4.1875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #hFpMatEnWyHURIytOoA1KhHA1ChqxQ5V { width:11.375rem;height:2.5rem;top:1.6875rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GO80Tkw5iTNTOyRb2IlxcoGy67peTcIL { width:15.625rem;height:15.625rem;top:24.5625rem;left:2.1875rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #WgP80Jv92KFPPhRi6ITMvxO5UX6sCENs { top:45.1875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Whp5Afl6D9qOGfiNdgg8mVqo9104Vhm0 { display:block; }
 }@media only screen and (max-width: 763px) { #InrkdB0P5sp6cZsWEbLEnolgmMx7kVxA { width:11.5625rem;height:2.5rem;top:41.4375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUL6RlbKqHt7mGZehwkuGuk3DDvxczZC { top:70.66666875rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxHPAQ1qpUFgW67EM4Ni0nU27LXd8sxr { display:block; }
 }@media only screen and (max-width: 763px) { #T0LW6ZTWxSPWVnpwJiWG7z8IJiOnWF3D { width:15.625rem;height:15.625rem;top:53.79166875rem;left:2.1875rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Oe87OzFUrzwv9otLVU5fQmwxBwdHv4d6 { width:11.5625rem;height:0;top:49.875rem;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.25rem;left:0.5rem;width:19rem;height:3.625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yspavkMaks9pMg369O5wThLzURK6nLot { display:block; }
 }@media only screen and (max-width: 763px) { #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA { background-color:#f6f6f6;background-image:url("https://images.assets-landingi.com/JFxxbsg5/polkoleodwrotne.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.adaptive-delivery-prevent-bg, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyload, #mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA.lazyloading { background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { background-color: transparent; background-image: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row > .video-iframe-container { display: none; }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mSwIZbQFkfNU6HA1VqrBmqrfeB5KuBuA > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:20rem;height:7rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ok3HX7tdM7qRHQIQs0dMnc8SM6oWUT9A { width:12.5rem;height:2.9840928654237rem;top:9.609375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb1MeHNdabX5FhAVKffbLrvhxwztNcop { width:14.125rem;height:3.0479965106904rem;top:5.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd9RVwZc6kTcU4DKbm4Hg3BreLIth3HN { width:14.875rem;height:2.8125rem;top:1.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2fCzOiD7Q5KL49iU2OevBxR5fXL1wwa { width:6.375rem;height:6.2511883490806rem;top:13.84245rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn { display:block; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWM8bMl6Hrlt0e55VTC7IaPXnlMEOumz { width:13.4375rem;height:3.0612rem;top:1.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGiqpaO6cHZvo3GVkQ385ESdz7lFZufo { width:13.875rem;height:3.3588876082501rem;top:5.5612rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNpmwbgTXNx2OZOoCBBa5NtQJyBBbrdn { width:8.0625rem;height:1.8125rem;top:19.515625rem;left:5.9687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWJPz85kZRt7WSgTF6mlMI5LvK06vGWA { width:12rem;height:5.5964638639438rem;top:10.169275rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t { display:block; }#Nvr2dlL4DUMuZNkquhLsfgnssfJL0y1t > .row .container { width:20rem;height:34.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ig5TEHc8rUqdZdMVZJkSi43DkyxGeVJz { width:12.6875rem;height:2.3125rem;top:8.0000004768369rem;left:3.6562502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqTC32f7ZalLTpTmWuQsMpacozRSSgs1 { width:13.5rem;height:3.5rem;top:12.937500476837rem;left:3.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #sdxb3GTpACfN6EJW9VWtXMN8c1e5tbMQ { width:9.75rem;height:3.25rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MU7Qxs7kxtXmSDANI74iGJzQs5uyHxin { width:8.0625rem;height:8.1875rem;top:18.895834445953rem;left:5.9687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzAT5wFr6Z96uXkSxh1gTHVqHx2wyH1O { width:9.5rem;height:5.5rem;top:27.000022888184rem;left:5.2500002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV { display:block; }#sN1KW2SHVHkf3MSGk44XT2s5Tx08bTxV > .row .container { width:20rem;height:18.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlaiLPICQzM6Zo8IHtWsmhMTp8czCmRO { width:9.375rem;height:4.4375rem;top:1.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui8SDTusCHK7HupC2QTBOFxsSJSAuuU0 { width:13.75rem;height:3.75rem;top:6.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qNhXUsT4Q26u2UGpqMv8VDuWZGb9DrCO { width:8.0625rem;height:4.9375rem;top:11.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp { display:block; }#IRhZNn6pk7Hzz08a5K1b85pEzXLzCfVp > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlXRW1J7DhGLDScTrHXmN185RnoygMBa { width:10.5rem;height:3.5625rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGWOTRBa6GnIggI8dEePvMRVPoFk5M8f { width:13.125rem;height:4.6875rem;top:6.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/S5j1NKui/odwrotne_polkole_szare.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.adaptive-delivery-prevent-bg, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyload, #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg.lazyloading { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:20rem;height: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; }
 }