.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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 { 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 { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { border-width: 0; border-radius: 0; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:14px;font-family:arial;height:433px;width:960px;position:relative;display:block; }#GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { color:#ffffff;display:block;width:893.984px;position:absolute;font-family:roboto;font-size:24px;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 8px rgba(0,0,0,0.99);top:120px;left:33px;height:30.8333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#ffffff;display:block;width:913.965px;position:absolute;font-family:roboto;font-size:65px;font-weight:300;z-index:100011;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 11px rgba(0,0,0,0.99);top:162.96875px;left:45.01953125px;height:77.5px;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:55.9961px;width:346.992px;top:18.984375px;left:305.9765625px;overflow:hidden;display:block; }
#rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { color:#000000;display:block;width:958.965px;position:absolute;font-family:raleway;font-size:30px;font-weight:700;z-index:99962;line-height:1.3;letter-spacing:0;top:326.97265625px;left:0px;height:76.6666px;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:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { z-index:100063;top:355px;left:44px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block;position:absolute;top:50%;left:0px;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:246.973px;width:250px;top:70.7421875px;left:28.33984375px;overflow:hidden;display:block; }
#xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { color:#2a2e41;display:block;width:185px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:9.21875px;left:60.83984375px;height:65px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { z-index:100068;top:355px;left:367.50003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block;position:absolute;top:50%;left:0px;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:250px;width:250px;top:68.6875px;left:354.50003051758px;overflow:hidden;display:block; }
#uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { color:#2a2e41;display:block;width:185.938px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100052;line-height:1.3;letter-spacing:0;top:19.854167938232px;left:387.02084350586px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { z-index:100072;top:355.00001525879px;left:687.50003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block;position:absolute;top:50%;left:0px;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:229px;width:229px;top:103.00001525879px;left:685.50003051758px;overflow:hidden;display:block; }
#K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:18.541667938232px;left:708.02090454102px;height:70px;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:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#NlcoOHPKcWoUFb70FZKzeLrsGTqvQiNq { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83px;left:35px;overflow:hidden;display:block; }
#RnN7rFOnFSqBRqoVJgPcx03yNpxOZNJ6 { z-index:100069;top:358px;left:47px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fGTDagQRozbEZF10KvCPpKa6b7QRo93R { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#u5MaWIyReamCZp6glnb3Regi8dQFlh0I { color:#2a2e41;display:block;width:236px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:18.5625px;left:42px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#za5WzaB5moQTGtb8lXEKEr9274IRSDBV { z-index:100063;top:358px;left:367px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:96px;left:355px;overflow:hidden;display:block; }
#ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { color:#2a2e41;display:block;width:227px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:7.1875px;left:366.50003051758px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QV9MelwcnlUVv6ewRDGNGbL251UU1zJn { z-index:100078;top:358px;left:688px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#V7ZkT3pf37ThUQLi7ka7qBsG67omWKS1 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Ug1813Qo44TzAMOgUhLOwaSTbgs1gzs3 { position:absolute;display:block;z-index:100090;border-top:0;border-left:0;border-right:0;border-bottom:0;height:229px;width:229px;top:106px;left:686px;overflow:hidden;display:block; }
#lrdxk9HmqB11TEg3x3sZ1QWgrIhemTZf { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100059;line-height:1.3;letter-spacing:0;top:22px;left:708px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container { background-color: transparent; background-image: none; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container > .video-iframe-container { display: none; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row > .video-iframe-container { display: none; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .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); }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container { border-width: 0; border-radius: 0; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container { font-size:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#tU3rLNEdPdJZESHetDuUOhtMIxz7s71L { z-index:100065;top:358px;left:687px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#vieRscNC9WVrthex6Py2rqde42Ryxu2I { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#ZWwwuzgpMsMwIybcwBQZ039k0dPJwUZB { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:22px;left:708px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sa4QSEBIeqCopvwZBAZWkhTQpAuxHiuG { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:96px;left:675px;overflow:hidden;display:block; }
#NSJmnbTp6T0HAwofXFhpkJF5M3VSeHei { position:absolute;display:block;z-index:100081;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:83px;left:35px;overflow:hidden;display:block; }
#HFViFrgBuyAo6rwe2INyGw4L5DyGm7Hl { z-index:100069;top:358px;left:47px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZQM3c7BEPhPQSdM6Wd8hDE6ReULQzfEB { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#S6WxcTp42PNyI4BEv16o7kJMsf32nu81 { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100050;line-height:1.3;letter-spacing:0;top:22px;left:68px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DAKCkwLCgVtQZ73cpvPuHOAuQfMGieOl { z-index:100063;top:358px;left:367px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TrWOEaqfBTwAAM5xL8Gd4pQHHegqZuLf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#yiQgdPxCD2IqGUeckRLztFtwcfLVRZiX { position:absolute;display:block;z-index:100075;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:96px;left:355px;overflow:hidden;display:block; }
#dfNNm7CaxBWxihvf61LBPD0amxWA5Omu { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:22px;left:396px;height:46.6667px;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:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { z-index:100063;top:355px;left:47.5px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { color:#2a2e41;display:block;width:182.93px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100044;line-height:1.3;letter-spacing:0;top:18.59375px;left:76.9921875px;height:23.3333px;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:250px;width:250px;top:74.84375px;left:35px;overflow:hidden;display:block; }
#Vo2UH0EFygBBiEnnlvTVgxP8Z9EAly61 { z-index:100077;top:354.999958992px;left:367.50003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FaVrEMvw1SgeXOT2gp60bJWlqzKpGBT8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#mTCZEAZ8Vw0KGJhcI6efGo0uSkTv1bUo { position:absolute;display:block;z-index:100093;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92.499958992004px;left:354.50003051758px;overflow:hidden;display:block; }
#x1K0cTnTiKE08DTzgsixOlNtWdtuOH5n { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:7.2499589920044px;left:388.52084350586px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLQAl1UHEU2qLzMsyKFTyZXBQWe3fVxp { z-index:100064;top:356px;left:687px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MzOTvb7kPCnubwuyTKuWZt31vvyUvly5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JMm9Q20UmFtd8xgzMbDQWVBePFfW6OtM { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:94px;left:675px;overflow:hidden;display:block; }
#ywFKgVSTqiV9K1Rg4mp05KZVwcTrBB5T { color:#2a2e41;display:block;width:228.979px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100042;line-height:1.3;letter-spacing:0;top:24px;left:685px;height:43.3333px;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:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { z-index:100068;top:364px;left:48px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block;position:absolute;top:50%;left:0px;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:250px;width:250px;top:101px;left:35px;overflow:hidden;display:block; }
#X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { color:#2a2e41;display:block;width:182.93px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100053;line-height:1.3;letter-spacing:0;top:16px;left:68px;height:46.6666px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JbI8gXVtUie3TGAgrSXPgZmsTaA14aXl { z-index:100076;top:364.00008010864px;left:367.50003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Eqmfu2bSloSgsdXGQNaXVhuOs03UvwwH { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#VSEW0THBLMJqcHLbSTDVr8HZTVyfDnie { color:#2a2e41;display:block;width:228.958px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100054;line-height:1.3;letter-spacing:0;top:29px;left:365.50003051758px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GCmV320C5wQpvklThfkgEtqUMeMiGWoT { position:absolute;display:block;z-index:100077;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92px;left:354.50003051758px;overflow:hidden;display:block; }
#dXa3rpPFEAKg2eTxlFag2edci6LdW0zB { position:absolute;display:block;z-index:100107;border-top:0;border-left:0;border-right:0;border-bottom:0;height:248px;width:248px;top:92.5px;left:675.50003051758px;overflow:hidden;display:block; }
#xc00vURaOrUTgMUg4M8N99VT5Niiz6ZT { z-index:100087;top:364px;left:696.00003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Fo3XA8cbI4TzIodNNvEFy1qBRFzFeiyW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#xMefyJGuTtvTANkhuWUGCx0cIcogCJ3e { color:#2a2e41;display:block;width:300px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100080;line-height:1.3;letter-spacing:0;top:29.309906005859px;left:660px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container { background-color: transparent; background-image: none; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container > .video-iframe-container { display: none; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row > .video-iframe-container { display: none; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .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); }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container { border-width: 0; border-radius: 0; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container { font-size:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#HOqVgcZteDO3U5GDdzMwQiZvwx9J7qnU { position:absolute;display:block;z-index:100083;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92px;left:675px;overflow:hidden;display:block; }
#XgzbFN4CFLIgEDmH1Sn8uiEt5EpSbb17 { z-index:100077;top:364px;left:689px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BsdQNPwpp4QiaewxW4fMFvmWsu6ay7OV { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#iiUNgSrFbTx0ikNDuEsHhP7M08wsp7QA { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:16px;left:709px;height:70px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUMnDiltElQD0z7x2txVaPDC7midSNgD { z-index:100088;top:364.00001525879px;left:367.50003051758px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hAwoaFqpTqQi4cL2A7uZsc8MT6TTe8Wi { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#s805avMuJ0wEfCEAyl57wrfdAdsPOE9c { position:absolute;display:block;z-index:100102;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:92px;left:354.50003051758px;overflow:hidden;display:block; }
#vRQfdFX4E5seFEmhPg73QRzMbDUWqoSh { color:#2a2e41;display:block;width:185px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100075;line-height:1.3;letter-spacing:0;top:28.625px;left:387.50003051758px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a8AHtncITtwaTT4gIPCK7wZINhNPVBEO { position:absolute;display:block;z-index:100104;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:91.999923706055px;left:34.5px;overflow:hidden;display:block; }
#BFcMAUoRL0MECBdJ97ywrTV5IbaWsmTQ { z-index:100084;top:363.99993896484px;left:47.5px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#eilupKlTTmBDdtugl4spnxna1pMZXnKp { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#Ag7GJPbtHUJugLr9OJD5UoV5vc6peRG3 { color:#2a2e41;display:block;width:185px;position:absolute;font-family:ubuntu;font-size:17px;font-weight:700;z-index:100077;line-height:1.3;letter-spacing:0;top:17.999923706055px;left:67px;height:43.3333px;font-style:normal;text-align:center;text-align-last:center;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:14px;font-family:arial;height:435px;width:960px;position:relative;display:block; }#D1TB4eLq7zcwaLJNmaLXB93Tfw09Pcu8 { z-index:100075;top:357px;left:49px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:225px;height:55px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#T3onDcACttI0v2TlVs0xAtIl0kolByBv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#EzWKCBV6tiZIwDs1aLHXxV2cKlEmla71 { position:absolute;display:block;z-index:100087;border-top:0;border-left:0;border-right:0;border-bottom:0;height:250px;width:250px;top:93px;left:36px;overflow:hidden;display:block; }
#Oum2DUrch0Tw2A82JJf5J3lguqokXvK2 { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100056;line-height:1.3;letter-spacing:0;top:22px;left:70px;height:46.6667px;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:14px;font-family:arial;height:103px;width:960px;position:relative;display:block; }#Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { z-index:100064;top:21.9921875px;left:20.48828125px;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:918.984px;height:58.9844px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yspavkMaks9pMg369O5wThLzURK6nLot { display:block;position:absolute;top:50%;left:0px;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 { 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:14px;font-family:arial;height:161px;width:960px;position:relative;display:block; }#LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { color:#ffffff;display:block;width:835px;position:absolute;font-family:roboto;font-size:50px;font-weight:300;z-index:100012;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.99);top:32.98828125px;left:62.5px;height:120px;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:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#ix2Bavk5mIKlXn2h4kwfvhixXHsQPHLJ { color:#2a2e41;display:block;width:182.917px;position:absolute;font-family:ubuntu;font-size:18px;font-weight:700;z-index:100062;line-height:1.3;letter-spacing:0;top:-245px;left:170.18753051758px;height:46.6667px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xghXLqxAii1fbP0DbM7wx3borCMBmTbf { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:100.979px;width:102.979px;top:8.0001525878906px;left:788.50003051758px;overflow:hidden;display:block; }
#mEoylU9TtBduobvGQ6HNT64FeuA3n0Wm { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:47.9792px;width:200.979px;top:34.5px;left:499.45834350586px;overflow:hidden;display:block; }
#mEQuT8HeOwuiibgaGIesc0RnPbPnTbqo { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:65px;width:209px;top:26px;left:255.50003051758px;overflow:hidden;display:block; }
#SfW6iUPTQHk3HdSKdggBkQF8vpdHRO4V { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:45px;width:238px;top:36px;left:0px;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:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#PRBddiIhhq7SL1hlwMqWcPzy6QTOI5cH { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55px;width:214px;top:26px;left:733.00003051758px;overflow:hidden;display:block; }
#XVRkLEk7VpDTpm2ylhxCwogfDzeKhQr6 { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:91px;width:89px;top:8.5px;left:555.50003051758px;overflow:hidden;display:block; }
#lJiEbkpp9rLVsT8DOTfTauTqrECzTRNb { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50px;width:208px;top:29px;left:256.00003051758px;overflow:hidden;display:block; }
#ehtpCOg9U364Do3cTGXIoaeo1F1o3M62 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:41px;width:207px;top:33.5px;left:16.5px;overflow:hidden;display:block; }
#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container { background-color: transparent; background-image: none; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container > .video-iframe-container { display: none; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row > .video-iframe-container { display: none; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .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); }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container { border-width: 0; border-radius: 0; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#ooCooVxlZySggAKHnOeEkvkwpQpyOAOW { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:39px;width:214px;top:34px;left:12.5px;overflow:hidden;display:block; }
#N95pgngv8DfE8U27FH7FZwVAzT5kHApn { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:69px;width:70px;top:19.5px;left:564.50003051758px;overflow:hidden;display:block; }
#DgfJelohsXDI52uGICF52nuMM64qD4SF { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96.9922px;width:80.9896px;top:5.4947814941406px;left:319.50518798828px;overflow:hidden;display:block; }
#v28iPZzgG1ehzOJgdMezbn3U75RTmTM8 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.9896px;width:165px;top:18.502593994141px;left:757.48699951172px;overflow:hidden;display:block; }
#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container { background-color: transparent; background-image: none; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container > .video-iframe-container { display: none; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row > .video-iframe-container { display: none; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .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); }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container { border-width: 0; border-radius: 0; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#vBn0TEqCvT3CWLnHyKaKsmcpfWVEgSi8 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:50.9896px;width:193.997px;top:28.502593994141px;left:32.395843505859px;overflow:hidden;display:block; }
#hbAXWcBJbkeQ7xlGT7gWThqsmaMubGi5 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:96.9922px;width:95.9896px;top:5.4947814941406px;left:312.00518798828px;overflow:hidden;display:block; }
#cmtruUwX6BN924vILgULZfd1r1OgSr5S { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.9896px;width:127.995px;top:23.489562988281px;left:535.98956298828px;overflow:hidden;display:block; }
#ROTqpIg5HN2kdcCnZ2bse2HNcXFHT5w5 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:42.9948px;width:166.992px;top:32.5px;left:756.48431396484px;overflow:hidden;display:block; }
#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container { background-color: transparent; background-image: none; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container > .video-iframe-container { display: none; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row > .video-iframe-container { display: none; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .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); }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container { border-width: 0; border-radius: 0; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#kQeey8SNkADxTiKa5bT97pIQWdfWOGll { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:55.9896px;width:190.99px;top:27.6953125px;left:30.416687011719px;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 { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { border-width: 0; border-radius: 0; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { font-size:14px;font-family:arial;height:115px;width:960px;position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { position:relative;display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { background-color: transparent; background-image: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row > .video-iframe-container { display: none; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { border-width: 0; border-radius: 0; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:219px;width:960px;position:relative;display:block; }#tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { box-sizing:content-box;color:#d1428e;font-size:49px;font-weight:400;line-height:1;height:70.9961px;width:72.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:74px;left:693px;display:block; }
#KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { box-sizing:content-box;color:#d1428e;font-size:45px;font-weight:400;line-height:1;height:65px;width:67.9883px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:76.97265625px;left:782.98828125px;display:block; }
#CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { box-sizing:content-box;color:#d1428e;font-size:44px;font-weight:400;line-height:1;height:63px;width:63px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:77px;left:858px;display:block; }
#BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:40px;width:241px;top:155.1015625px;left:-538.68753051758px;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:70px;width:445px;top:74.47265625px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { top:120px;left:0px;width:764px;height:30px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:162px;left:0px;width:764px;height:77px;font-size:65px;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { top:18px;left:207.9765625px;width:346px;height:55.836015239544px;display:block; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:764px;height:77px;top:326px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:355px;left:11px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #zAEcQlklbEreex9xbaQxtIumwcIRvSre { top:70px;left:0px;width:250px;height:246.973px;display:block; }
 }@media only screen and (max-width: 763px) { #xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { width:185px;height:63px;top:9px;left:27.83984375px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { top:355px;left:268.50003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block; }
 }@media only screen and (max-width: 763px) { #RRFPUMXxxb1DlwLBpq24U1T1XVB3xQuM { top:68px;left:255.50003051758px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { width:185px;height:42px;top:19px;left:288.02084350586px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { top:355px;left:522.50003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block; }
 }@media only screen and (max-width: 763px) { #ET3feTpomgrBIsRNkuQNWwOZbymsTbhi { top:103px;left:520.50003051758px;width:229px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { width:182px;height:68px;top:18px;left:543.02090454102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR { display:block; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlcoOHPKcWoUFb70FZKzeLrsGTqvQiNq { top:83px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #RnN7rFOnFSqBRqoVJgPcx03yNpxOZNJ6 { top:358px;left:14px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fGTDagQRozbEZF10KvCPpKa6b7QRo93R { display:block; }
 }@media only screen and (max-width: 763px) { #u5MaWIyReamCZp6glnb3Regi8dQFlh0I { width:236px;height:45px;top:18px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #za5WzaB5moQTGtb8lXEKEr9274IRSDBV { top:358px;left:268px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block; }
 }@media only screen and (max-width: 763px) { #lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { top:96px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { width:227px;height:68px;top:7px;left:267.50003051758px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QV9MelwcnlUVv6ewRDGNGbL251UU1zJn { top:358px;left:523px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZkT3pf37ThUQLi7ka7qBsG67omWKS1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ug1813Qo44TzAMOgUhLOwaSTbgs1gzs3 { top:106px;left:521px;width:229px;height:229px;display:block; }
 }@media only screen and (max-width: 763px) { #lrdxk9HmqB11TEg3x3sZ1QWgrIhemTZf { width:182px;height:45px;top:22px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ { display:block; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU3rLNEdPdJZESHetDuUOhtMIxz7s71L { top:358px;left:522px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #vieRscNC9WVrthex6Py2rqde42Ryxu2I { display:block; }
 }@media only screen and (max-width: 763px) { #ZWwwuzgpMsMwIybcwBQZ039k0dPJwUZB { width:182px;height:45px;top:22px;left:543px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sa4QSEBIeqCopvwZBAZWkhTQpAuxHiuG { top:96px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #NSJmnbTp6T0HAwofXFhpkJF5M3VSeHei { top:83px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #HFViFrgBuyAo6rwe2INyGw4L5DyGm7Hl { top:358px;left:14px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQM3c7BEPhPQSdM6Wd8hDE6ReULQzfEB { display:block; }
 }@media only screen and (max-width: 763px) { #S6WxcTp42PNyI4BEv16o7kJMsf32nu81 { width:182px;height:45px;top:22px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DAKCkwLCgVtQZ73cpvPuHOAuQfMGieOl { top:358px;left:268px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TrWOEaqfBTwAAM5xL8Gd4pQHHegqZuLf { display:block; }
 }@media only screen and (max-width: 763px) { #yiQgdPxCD2IqGUeckRLztFtwcfLVRZiX { top:96px;left:256px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #dfNNm7CaxBWxihvf61LBPD0amxWA5Omu { width:182px;height:45px;top:22px;left:297px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd { display:block; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { top:355px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block; }
 }@media only screen and (max-width: 763px) { #f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { width:182px;height:22px;top:18px;left:43.9921875px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ECRsTVGVhLXOphsR4Rg0PlmAyspkLHfR { top:74px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo2UH0EFygBBiEnnlvTVgxP8Z9EAly61 { top:354px;left:268.50003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #FaVrEMvw1SgeXOT2gp60bJWlqzKpGBT8 { display:block; }
 }@media only screen and (max-width: 763px) { #mTCZEAZ8Vw0KGJhcI6efGo0uSkTv1bUo { top:92px;left:255.50003051758px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #x1K0cTnTiKE08DTzgsixOlNtWdtuOH5n { width:182px;height:45px;top:7px;left:289.52084350586px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VLQAl1UHEU2qLzMsyKFTyZXBQWe3fVxp { top:356px;left:522px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MzOTvb7kPCnubwuyTKuWZt31vvyUvly5 { display:block; }
 }@media only screen and (max-width: 763px) { #JMm9Q20UmFtd8xgzMbDQWVBePFfW6OtM { top:94px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ywFKgVSTqiV9K1Rg4mp05KZVwcTrBB5T { width:228px;height:42px;top:24px;left:520px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg { display:block; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { top:364px;left:15px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block; }
 }@media only screen and (max-width: 763px) { #LPNBytKQFIpptmzKoH1Mm6gozZRETab4 { top:101px;left:2px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { width:182px;height:68px;top:16px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JbI8gXVtUie3TGAgrSXPgZmsTaA14aXl { top:364px;left:268.50003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Eqmfu2bSloSgsdXGQNaXVhuOs03UvwwH { display:block; }
 }@media only screen and (max-width: 763px) { #VSEW0THBLMJqcHLbSTDVr8HZTVyfDnie { width:228px;height:42px;top:29px;left:266.50003051758px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GCmV320C5wQpvklThfkgEtqUMeMiGWoT { top:92px;left:255.50003051758px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #dXa3rpPFEAKg2eTxlFag2edci6LdW0zB { top:92px;left:510.50003051758px;width:248px;height:248px;display:block; }
 }@media only screen and (max-width: 763px) { #xc00vURaOrUTgMUg4M8N99VT5Niiz6ZT { top:364px;left:531.00003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3XA8cbI4TzIodNNvEFy1qBRFzFeiyW { display:block; }
 }@media only screen and (max-width: 763px) { #xMefyJGuTtvTANkhuWUGCx0cIcogCJ3e { width:300px;height:43px;top:29px;left:462px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD { display:block; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOqVgcZteDO3U5GDdzMwQiZvwx9J7qnU { top:92px;left:510px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #XgzbFN4CFLIgEDmH1Sn8uiEt5EpSbb17 { top:364px;left:524px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BsdQNPwpp4QiaewxW4fMFvmWsu6ay7OV { display:block; }
 }@media only screen and (max-width: 763px) { #iiUNgSrFbTx0ikNDuEsHhP7M08wsp7QA { width:182px;height:68px;top:16px;left:544px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUMnDiltElQD0z7x2txVaPDC7midSNgD { top:364px;left:268.50003051758px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hAwoaFqpTqQi4cL2A7uZsc8MT6TTe8Wi { display:block; }
 }@media only screen and (max-width: 763px) { #s805avMuJ0wEfCEAyl57wrfdAdsPOE9c { top:92px;left:255.50003051758px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #vRQfdFX4E5seFEmhPg73QRzMbDUWqoSh { width:185px;height:42px;top:28px;left:288.50003051758px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #a8AHtncITtwaTT4gIPCK7wZINhNPVBEO { top:91px;left:1.5px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #BFcMAUoRL0MECBdJ97ywrTV5IbaWsmTQ { top:363px;left:14.5px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eilupKlTTmBDdtugl4spnxna1pMZXnKp { display:block; }
 }@media only screen and (max-width: 763px) { #Ag7GJPbtHUJugLr9OJD5UoV5vc6peRG3 { width:185px;height:64px;top:17px;left:34px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #a9OitAv68269Tx7BsldpIfck9ONEPsQp { display:block; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1TB4eLq7zcwaLJNmaLXB93Tfw09Pcu8 { top:357px;left:16px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #T3onDcACttI0v2TlVs0xAtIl0kolByBv { display:block; }
 }@media only screen and (max-width: 763px) { #EzWKCBV6tiZIwDs1aLHXxV2cKlEmla71 { top:93px;left:3px;width:250px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #Oum2DUrch0Tw2A82JJf5J3lguqokXvK2 { width:182px;height:45px;top:22px;left:37px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:21px;left:0px;width:748px;height:58px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { top:32px;left:0px;width:764px;height:60px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix2Bavk5mIKlXn2h4kwfvhixXHsQPHLJ { width:182px;height:45px;top:-235px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xghXLqxAii1fbP0DbM7wx3borCMBmTbf { top:8px;left:617.00003051758px;width:102px;height:100.01901358529px;display:block; }
 }@media only screen and (max-width: 763px) { #mEoylU9TtBduobvGQ6HNT64FeuA3n0Wm { top:34px;left:373px;width:200px;height:47.74548584678px;display:block; }
 }@media only screen and (max-width: 763px) { #mEQuT8HeOwuiibgaGIesc0RnPbPnTbqo { top:26px;left:173px;width:209px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #SfW6iUPTQHk3HdSKdggBkQF8vpdHRO4V { top:36px;left:0px;width:238px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn { display:block; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRBddiIhhq7SL1hlwMqWcPzy6QTOI5cH { width:214px;height:55px;top:26px;left:550px;display:block; }
 }@media only screen and (max-width: 763px) { #XVRkLEk7VpDTpm2ylhxCwogfDzeKhQr6 { width:89px;height:91px;top:8px;left:433.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #lJiEbkpp9rLVsT8DOTfTauTqrECzTRNb { width:208px;height:50px;top:29px;left:174px;display:block; }
 }@media only screen and (max-width: 763px) { #ehtpCOg9U364Do3cTGXIoaeo1F1o3M62 { width:207px;height:41px;top:33px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d { display:block; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooCooVxlZySggAKHnOeEkvkwpQpyOAOW { width:214px;height:39px;top:34px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #N95pgngv8DfE8U27FH7FZwVAzT5kHApn { width:70px;height:69px;top:19px;left:442.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #DgfJelohsXDI52uGICF52nuMM64qD4SF { top:5px;left:246.00518798828px;width:80px;height:95.807066586327px;display:block; }
 }@media only screen and (max-width: 763px) { #v28iPZzgG1ehzOJgdMezbn3U75RTmTM8 { top:18px;left:585.98699951172px;width:165px;height:70.9896px;display:block; }
 }@media only screen and (max-width: 763px) { #ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH { display:block; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBn0TEqCvT3CWLnHyKaKsmcpfWVEgSi8 { top:28px;left:0px;width:193px;height:50.727551456981px;display:block; }
 }@media only screen and (max-width: 763px) { #hbAXWcBJbkeQ7xlGT7gWThqsmaMubGi5 { top:5px;left:238.50518798828px;width:95px;height:95.992263745239px;display:block; }
 }@media only screen and (max-width: 763px) { #cmtruUwX6BN924vILgULZfd1r1OgSr5S { top:23px;left:413.48956298828px;width:127px;height:60.51548263604px;display:block; }
 }@media only screen and (max-width: 763px) { #ROTqpIg5HN2kdcCnZ2bse2HNcXFHT5w5 { top:32px;left:584.98431396484px;width:166px;height:42.73939350388px;display:block; }
 }@media only screen and (max-width: 763px) { #UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g { display:block; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQeey8SNkADxTiKa5bT97pIQWdfWOGll { top:27px;left:0px;width:190px;height:55.699376930729px;display:block; }
 }@media only screen and (max-width: 763px) { #xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg { display:block; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:72px;height:70.034775436611px;top:74px;left:595px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:684.98828125px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:77px;left:701px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { top:165px;left:0px;width:241px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { top:74px;left:0px;width:445px;height:70px;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 { background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:320px;height:310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GnWRekUZN9DGtNZOAHcoWZP4yP0tPc9O { width:320px;height:51.6667px;top:21px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:264px;height:71.6667px;top:87px;left:28px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAMVbnzI5trwLkRFvqFTgBctiQWLuDCw { width:320px;height:51.640245308249px;top:18px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #rd18beT3ZCDDJxsT1qeo6eM4IrZzKJGx { width:320px;height:107.5px;top:177px;left:0px;text-align:center;text-align-last:center;font-size:28px;z-index:99993;display:block; }
 }@media only screen and (max-width: 763px) { #MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd { display:block; }#MWv0w9m0WHh1M4uoQVyfupe2n9IxSBFd > .row .container { width:320px;height:1245px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIsh3Xl1QZfhGNQxkyQLFPPBTJgH7puB { top:357.91668701172px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cP45cwmtgasS7vbWuT7GTTo4zJbTfZ3M { display:block; }
 }@media only screen and (max-width: 763px) { #zAEcQlklbEreex9xbaQxtIumwcIRvSre { width:250px;height:246.973px;top:109.98046875px;left:35px;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #xxUhV3dHsaAiKrSxkWpzt4u42f6RTK9F { width:185px;height:60px;top:28.9453125px;left:67.5px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ETFkE2lfpaRyo0MUnpLst5UP7KAbDd6d { top:762.91668701172px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #INkbxFlw19DbPJVBg924e9bFSXAfI9MA { display:block; }
 }@media only screen and (max-width: 763px) { #RRFPUMXxxb1DlwLBpq24U1T1XVB3xQuM { width:250px;height:250px;top:492.91668701172px;left:35px;z-index:100037;display:block; }
 }@media only screen and (max-width: 763px) { #uesyARFczGuE8mJA2ZVV6wHlQIlHUWRw { width:185px;height:40px;top:432.91668701172px;left:67px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sEhPg6RiDbqhaxnGyXuH3JJ5sLfW0FmW { top:1168.8958129883px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #zpfTe6sXb0TozqgXtGkI54scRcHyuNGm { display:block; }
 }@media only screen and (max-width: 763px) { #ET3feTpomgrBIsRNkuQNWwOZbymsTbhi { width:277px;height:277px;top:891.20837402344px;left:21.500000953674px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #K0q0LzmT9yVB6nC6Xo827EpuPRZ1NZid { width:182px;height:60px;top:832.52087402344px;left:69.000004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR { display:block; }#UDchG0BC5LXOE8Ayf1sXS94ayIzhfaOR > .row .container { width:320px;height:1615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NlcoOHPKcWoUFb70FZKzeLrsGTqvQiNq { width:250px;height:250px;top:907px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #RnN7rFOnFSqBRqoVJgPcx03yNpxOZNJ6 { top:1158px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #fGTDagQRozbEZF10KvCPpKa6b7QRo93R { display:block; }
 }@media only screen and (max-width: 763px) { #u5MaWIyReamCZp6glnb3Regi8dQFlh0I { width:182px;height:60px;top:847px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #za5WzaB5moQTGtb8lXEKEr9274IRSDBV { top:350.93733978271px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #AMVqTAGT5k5MqpQKPqDF2AnIFK9gBy5Q { display:block; }
 }@media only screen and (max-width: 763px) { #lJKrmi3ieA35uTHfTAHkFI9iFmWEFZAZ { width:250px;height:250px;top:90.99609375px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ycW2DTLTZocAKTHoAaeyZp5yko69EtOx { width:181.992px;height:60px;top:40.99609375px;left:68.4765625px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QV9MelwcnlUVv6ewRDGNGbL251UU1zJn { top:1541.9946289062px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #V7ZkT3pf37ThUQLi7ka7qBsG67omWKS1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ug1813Qo44TzAMOgUhLOwaSTbgs1gzs3 { width:229px;height:229px;top:1292.9946289062px;left:45px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #lrdxk9HmqB11TEg3x3sZ1QWgrIhemTZf { width:181.992px;height:40px;top:1232.9946289062px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ { display:block; }#nfBEcDB34ybfSPkd4E9ydx56RKX5ymgZ > .row .container { width:320px;height:1234px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tU3rLNEdPdJZESHetDuUOhtMIxz7s71L { top:793px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #vieRscNC9WVrthex6Py2rqde42Ryxu2I { display:block; }
 }@media only screen and (max-width: 763px) { #ZWwwuzgpMsMwIybcwBQZ039k0dPJwUZB { width:181.938px;height:40px;top:495.33319091797px;left:69.020833015442px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sa4QSEBIeqCopvwZBAZWkhTQpAuxHiuG { width:250px;height:250px;top:534px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #NSJmnbTp6T0HAwofXFhpkJF5M3VSeHei { width:250px;height:250px;top:907px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #HFViFrgBuyAo6rwe2INyGw4L5DyGm7Hl { top:1158px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ZQM3c7BEPhPQSdM6Wd8hDE6ReULQzfEB { display:block; }
 }@media only screen and (max-width: 763px) { #S6WxcTp42PNyI4BEv16o7kJMsf32nu81 { width:182px;height:40px;top:847px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #DAKCkwLCgVtQZ73cpvPuHOAuQfMGieOl { top:350.93733978271px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #TrWOEaqfBTwAAM5xL8Gd4pQHHegqZuLf { display:block; }
 }@media only screen and (max-width: 763px) { #yiQgdPxCD2IqGUeckRLztFtwcfLVRZiX { width:250px;height:250px;top:90.99609375px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #dfNNm7CaxBWxihvf61LBPD0amxWA5Omu { width:181.992px;height:40px;top:40.99609375px;left:68.4765625px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd { display:block; }#ZbBCbmWgSQUIXVCxdUcW2ZIBlqyWqJdd > .row .container { width:320px;height:1265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMhar3gs1nxarLgspkaAD0mAO6NZGIVh { top:327.00006103516px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #GTxUoG2DPvEC3DCOVkOz9vFIdrT73Irc { display:block; }
 }@media only screen and (max-width: 763px) { #f2FrGKrzIKuKFDbooFGNQ1XrV0hTIr4p { width:181.992px;height:20px;top:36px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ECRsTVGVhLXOphsR4Rg0PlmAyspkLHfR { width:250px;height:250px;top:76px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Vo2UH0EFygBBiEnnlvTVgxP8Z9EAly61 { top:1196px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #FaVrEMvw1SgeXOT2gp60bJWlqzKpGBT8 { display:block; }
 }@media only screen and (max-width: 763px) { #mTCZEAZ8Vw0KGJhcI6efGo0uSkTv1bUo { width:250px;height:250px;top:936px;left:34.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #x1K0cTnTiKE08DTzgsixOlNtWdtuOH5n { width:182px;height:40px;top:897.33319091797px;left:69.000004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VLQAl1UHEU2qLzMsyKFTyZXBQWe3fVxp { top:744px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #MzOTvb7kPCnubwuyTKuWZt31vvyUvly5 { display:block; }
 }@media only screen and (max-width: 763px) { #JMm9Q20UmFtd8xgzMbDQWVBePFfW6OtM { width:250px;height:250px;top:494px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #ywFKgVSTqiV9K1Rg4mp05KZVwcTrBB5T { width:227.988px;height:40px;top:434px;left:46px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg { display:block; }#GlTpXCcn1G2aWw4yEnZIKptaCWoEzcqg > .row .container { width:320px;height:1205px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9fZRSipS3Hu6UQkf5GaXulve1m6Vraf { top:351px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #I4HUTCO35Cw8DnBpWmblIlRWqPArcJFZ { display:block; }
 }@media only screen and (max-width: 763px) { #LPNBytKQFIpptmzKoH1Mm6gozZRETab4 { width:250px;height:250px;top:80px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #X1JWu9vcIr7SsHk6kCncPOXIN6pnIPgX { width:182px;height:40px;top:20px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JbI8gXVtUie3TGAgrSXPgZmsTaA14aXl { top:731px;left:48px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Eqmfu2bSloSgsdXGQNaXVhuOs03UvwwH { display:block; }
 }@media only screen and (max-width: 763px) { #VSEW0THBLMJqcHLbSTDVr8HZTVyfDnie { width:228px;height:40px;top:434px;left:47px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GCmV320C5wQpvklThfkgEtqUMeMiGWoT { width:250px;height:250px;top:481px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #dXa3rpPFEAKg2eTxlFag2edci6LdW0zB { width:248px;height:248px;top:866px;left:35px;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #xc00vURaOrUTgMUg4M8N99VT5Niiz6ZT { top:1116.0000610352px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Fo3XA8cbI4TzIodNNvEFy1qBRFzFeiyW { display:block; }
 }@media only screen and (max-width: 763px) { #xMefyJGuTtvTANkhuWUGCx0cIcogCJ3e { width:185px;height:60px;top:806px;left:67px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD { display:block; }#JUiWCpUo480cPvLIrqqrfLDg1wDFD6PD > .row .container { width:320px;height:1254px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HOqVgcZteDO3U5GDdzMwQiZvwx9J7qnU { width:250px;height:250px;top:516.33334350586px;left:35.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #XgzbFN4CFLIgEDmH1Sn8uiEt5EpSbb17 { top:335px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #BsdQNPwpp4QiaewxW4fMFvmWsu6ay7OV { display:block; }
 }@media only screen and (max-width: 763px) { #iiUNgSrFbTx0ikNDuEsHhP7M08wsp7QA { width:182px;height:60px;top:457.66666412354px;left:69.000004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CUMnDiltElQD0z7x2txVaPDC7midSNgD { top:1146.0003662109px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #hAwoaFqpTqQi4cL2A7uZsc8MT6TTe8Wi { display:block; }
 }@media only screen and (max-width: 763px) { #s805avMuJ0wEfCEAyl57wrfdAdsPOE9c { width:250px;height:250px;top:895px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #vRQfdFX4E5seFEmhPg73QRzMbDUWqoSh { width:185px;height:40px;top:835px;left:67px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a8AHtncITtwaTT4gIPCK7wZINhNPVBEO { width:250px;height:250px;top:80px;left:35px;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #BFcMAUoRL0MECBdJ97ywrTV5IbaWsmTQ { top:773.00001525879px;left:47.500000953674px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #eilupKlTTmBDdtugl4spnxna1pMZXnKp { display:block; }
 }@media only screen and (max-width: 763px) { #Ag7GJPbtHUJugLr9OJD5UoV5vc6peRG3 { width:185px;height:40px;top:41.333335876465px;left:67.500004768372px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #a9OitAv68269Tx7BsldpIfck9ONEPsQp { display:block; }#a9OitAv68269Tx7BsldpIfck9ONEPsQp > .row .container { width:320px;height:435px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1TB4eLq7zcwaLJNmaLXB93Tfw09Pcu8 { top:352px;left:47px;width:225px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #T3onDcACttI0v2TlVs0xAtIl0kolByBv { display:block; }
 }@media only screen and (max-width: 763px) { #EzWKCBV6tiZIwDs1aLHXxV2cKlEmla71 { width:250px;height:250px;top:82px;left:35px;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #Oum2DUrch0Tw2A82JJf5J3lguqokXvK2 { width:182px;height:40px;top:22px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 { display:block; }#Qk27vr5BJoI0asfbEV4VHgcqTblhUAa2 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sya7UK342yDcIGqOsEKTwoKKI8cT78iL { top:20px;left:8px;width:304px;height:58px;font-size:14px;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 { 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:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LgqaDrUZdFxWyoe7MvU0nHHpZpSVTxSh { width:320px;height:115px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 { display:block; }#Iug4vtkmZgPvnTgbWVD1xSlHXddIgse4 > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ix2Bavk5mIKlXn2h4kwfvhixXHsQPHLJ { width:182px;height:40px;top:20px;left:69px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xghXLqxAii1fbP0DbM7wx3borCMBmTbf { width:102px;height:100.01901358529px;top:297.7292px;left:109px;display:block; }
 }@media only screen and (max-width: 763px) { #mEoylU9TtBduobvGQ6HNT64FeuA3n0Wm { width:200px;height:47.74548584678px;top:230px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #mEQuT8HeOwuiibgaGIesc0RnPbPnTbqo { width:257px;height:77px;top:143px;left:31.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #SfW6iUPTQHk3HdSKdggBkQF8vpdHRO4V { width:238px;height:45px;top:87.000366210938px;left:41.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn { display:block; }#T7SPNrizC5miNIZrEKgLmJWb2EyV6TOn > .row .container { width:320px;height:360px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRBddiIhhq7SL1hlwMqWcPzy6QTOI5cH { width:214px;height:55px;top:263px;left:53px;display:block; }
 }@media only screen and (max-width: 763px) { #XVRkLEk7VpDTpm2ylhxCwogfDzeKhQr6 { width:89px;height:91px;top:151px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #lJiEbkpp9rLVsT8DOTfTauTqrECzTRNb { width:208px;height:50px;top:81px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #ehtpCOg9U364Do3cTGXIoaeo1F1o3M62 { width:207px;height:41px;top:20px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d { display:block; }#s9CbrkgUmeqgkZ1rwqevle2LAGDAvK8d > .row .container { width:320px;height:517.7966742157171px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooCooVxlZySggAKHnOeEkvkwpQpyOAOW { width:214px;height:39px;top:31.000007629395px;left:53.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #N95pgngv8DfE8U27FH7FZwVAzT5kHApn { width:105px;height:104px;top:187.00000762939px;left:107.50000476837px;display:block; }
 }@media only screen and (max-width: 763px) { #DgfJelohsXDI52uGICF52nuMM64qD4SF { width:80px;height:95.807066586327px;top:311.00000762939px;left:120px;display:block; }
 }@media only screen and (max-width: 763px) { #v28iPZzgG1ehzOJgdMezbn3U75RTmTM8 { width:165px;height:70.9896px;top:426.80707421572px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH { display:block; }#ffMSQsvKOCyAUOm2HyMUSh0L3VJgAqEH > .row .container { width:320px;height:355px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vBn0TEqCvT3CWLnHyKaKsmcpfWVEgSi8 { width:193px;height:50.727551456981px;top:20px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #hbAXWcBJbkeQ7xlGT7gWThqsmaMubGi5 { width:95px;height:95.992263745239px;top:90.7161px;left:112px;display:block; }
 }@media only screen and (max-width: 763px) { #cmtruUwX6BN924vILgULZfd1r1OgSr5S { width:127px;height:60.51548263604px;top:206.7057px;left:96px;display:block; }
 }@media only screen and (max-width: 763px) { #ROTqpIg5HN2kdcCnZ2bse2HNcXFHT5w5 { width:166px;height:42.73939350388px;top:287.2135px;left:77px;display:block; }
 }@media only screen and (max-width: 763px) { #UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g { display:block; }#UpBl3QwNsKcwqxiFIwQrDdRtafZP6P9g > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQeey8SNkADxTiKa5bT97pIQWdfWOGll { width:190px;height:55.699376930729px;top:20px;left:65px;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 { background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { background-color: transparent; background-image: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row > .video-iframe-container { display: none; }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#xl7grsvUQI1Mx3aZhUsRECPB7vPPkidg > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW { display:block; }#tLk4LAqOTeJmUgQ0v3msTHv1OMeZPHaW > .row .container { width:320px;height:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tKvShoTnIg6Kc2GshJuXp5Z8m1A281nJ { width:72px;height:70.034775436611px;top:150.3125px;left:124px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #KIlfqLLpXizGRWdN4cpw2SiycFygs4L5 { width:67px;height:64.055138898899px;top:76px;left:126px;font-size:44px;display:none; }
 }@media only screen and (max-width: 763px) { #CTB3A0o9007ItqzG8k2kmTekkoSq4Nh7 { width:62px;height:62px;top:240.332px;left:129px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BcgGcBIO6lEABhy3patdT2FHEdfMncl8 { width:240.976px;height:39.996680442829px;top:20px;left:39px;display:block; }
 }@media only screen and (max-width: 763px) { #dcUUb1Vapab8ZUw5vPe7iSA5o9T10UkT { width:320px;height:50.337078651685px;top:79.9805px;left:0px;display:block; }
 }