.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85d1c968-736f-4135-af7d-b378a319c921/tlojestembiegaczemdlazdrowia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container { background-color: transparent; background-image: none; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container > .video-iframe-container { display: none; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row > .video-iframe-container { display: none; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .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); }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container { border-width: 0; border-radius: 0; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row > .video-iframe-container {  }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:block; }#LM5e5m10599DSbCAKV6h4IWoFFoP6Zvu { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:0.8125rem;left:3.9375rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ETexTqLvD4eW4ZTW6kakzuhIzOdARvTM { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:1rem;overflow:hidden;display:block; }
#xC3DZwN8inr21ylZ6am2IcKwprosrpwP { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:16.25rem;overflow:hidden;display:block; }
#qT8ucwR5abhzQ0x6OI5T1nQhaCEcLMwX { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:27.3125rem;overflow:hidden;display:block; }
#UTJecck8URKGmJWt9W892egd0z98Dl1F { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:41.0625rem;overflow:hidden;display:block; }
#IgwmBHzumc76CM4Xo0sLi5mkzCERM6zS { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:52.3125rem;overflow:hidden;display:block; }
#JqqcFha6hzUfd9XgAkfZTZTmuVTcqHaF { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:0.8125rem;left:19.1875rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HeUti9MlQWloraCpvxhHmDBB6Wccwz0z { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:0.6875rem;left:30.4375rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yW8nuZ99wQZT4zOlZVtfRnBaORfzlHkD { color:#000000;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:0.6875rem;left:43.9375rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AIPtg8xMxeqTpqJknoTDigV9pI7anAtx { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:0.75rem;left:55.125rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e2e6;background-image:none;position:relative;display:block; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container { background-color: transparent; background-image: none; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container > .video-iframe-container { display: none; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row > .video-iframe-container { display: none; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .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); }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container { border-width: 0; border-radius: 0; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row > .video-iframe-container {  }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f6f6f6;background-image:none;position:relative;display:block; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container { background-color: transparent; background-image: none; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container > .video-iframe-container { display: none; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row > .video-iframe-container { display: none; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .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); }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container { border-width: 0; border-radius: 0; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row > .video-iframe-container {  }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#rRSRU5HvdnsOZ5Qf6dkwmXggq2NRlM8h { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:7.4375rem;top:0.9375rem;left:1rem;overflow:hidden;display:block; }
#eAIM81RsUIaH79slxCcRJqBXEfI6SFVz { color:#000000;display:block;width:25.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:47.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL { position:relative;display:none; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL { border-width: 0; border-radius: 0; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container > .video-iframe-container {  }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#Kue8cIW1uXmf2GGGJiZycqdLMw4avbI9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100000;display:none; }
#OeXUCFmb67N5S3gfdlkAG4GmfTznJClS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:16.5rem;top:5.4375rem;left:0rem;display:none; }
#ic4EVcHKTdAXmlk8ZTeKRaxegTCqW7bu { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:6.0625rem;top:0.9375rem;left:2.5rem;overflow:hidden;display:none; }
#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6e2e6;background-image:none;position:relative;display:block; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container { background-color: transparent; background-image: none; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container > .video-iframe-container { display: none; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row > .video-iframe-container { display: none; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .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); }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container { border-width: 0; border-radius: 0; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row > .video-iframe-container {  }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:75rem;position:relative;display:block; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:block; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container { background-color: transparent; background-image: none; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container > .video-iframe-container { display: none; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row > .video-iframe-container { display: none; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .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); }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container { border-width: 0; border-radius: 0; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row > .video-iframe-container {  }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#SwVEaZEiXRRl74ThbTP48J2XO2qLq1ST { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:7.75rem;display:block; }
#RX5KXZSmNDSgMOJwbhWwVo4xOUIeViWS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ipBeP1SFxsNkMCLAPN6CETzwgy8guXJA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6875rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:27.125rem;display:block; }
#MiJIz4T9iTvomqTufwbCM5rnUsLmvtel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uA1tLKLgeBTpnRIIeuxToamtszpE5JOA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:35.4375rem;display:block; }
#cy1BOzR0aMzmhElCROtIfyQFGfLGuGSe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dei7R0VTdZzmJtLmaiGAppsAbfq8y6FB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:42.5rem;display:block; }
#OcrRDzamMZEeL9BlWbe4STkpEX6iTCug { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HtddCA8SAFRcP1e0w30lzGBGzazdBp2o { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5625rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:17.25rem;display:block; }
#SU8HBPrWsAQg4P4APvt4qBNwk3MctJC9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oKFIPgQb8SxEG2smDcu0ixZxbKW3g92v { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:22.625rem;display:block; }
#toqtkOHJJi5tOyQZ7UbwHEie9Pb21Dwn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GDvQUDr9QTgyHDQGQbbXNHHPo7ZaktGx { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.6875rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:54.25rem;display:block; }
#zT7ZRCK4XfJZT8kiUQXIhIVUnNoISPv0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QNqVXmUKgwOtyyrrnysCQJKfBHJVlt83 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.75rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:58.375rem;display:block; }
#g3T0pMURawSuKG7NIdZxucC2di5nwSeN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RfZPuArzXhOqn2nhBcokRvJL4U6CHttX { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.375rem;height:2.5rem;text-decoration:none;z-index:100001;text-align:left;text-align-last:left;top:0rem;left:1rem;display:block; }
#atllPFpmn3yNQmlorWorUOVJTglQIoXN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ug1CVEok9toku2k64bulDnOkc97rs4Mt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#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 > .video-iframe-container {  }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;position:relative;display:block; }#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:3.5rem;left:34.6875rem;height:7.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { color:#000000;display:block;width:26.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100016;line-height:1.8;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.6875rem rgba(255,255,255,0.92);top:13.375rem;left:34.6875rem;height:10.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AFURoRgH86V9vLcCIuz1CvRWyxS4CZJR { color:#000000;display:block;width:35.1875rem;position:absolute;font-family:montserrat;font-size:3.9375rem;font-weight:700;z-index:100012;line-height:1.2;letter-spacing:0;top:4.25rem;left:3.75rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#FvvrhNta8Nhk7dAzs5WEzUueB0BEGTMs { position:absolute;display:block;z-index:100002;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:3.125rem;width:3.125rem;top:3.5rem;left:33.75rem;display:block; }
#vJSuM98cludVXVVIT8ZTexTipJoNoFFR { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:#ff5910;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.0625rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:22.5rem;left:34.6875rem;display:none; }
#wwE36Rvb4AfFZrW9Q5ahuRLLFn9pzVI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VTrwJGPCVweyTK7PmNhNqVrOWe1STQ8q { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-sizing:border-box;color:#ff5910;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.8125rem;height:2.0625rem;text-decoration:none;z-index:100018;text-align:center;text-align-last:center;top:22.5rem;left:41.90625rem;display:none; }
#ovKKBCZhWibXTrdIMyHXBzWWoPWESIx9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#i1dTx08t04uPcElksDhKph9wXxGW8tyK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.4375rem;width:40.0625rem;top:1rem;left:0rem;overflow:hidden;display:block; }
#NIDdGRAPwgyhy3F06NL3Dfus6XnFugNp { position:absolute;display:block;z-index:100019;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:12.5rem;width:12.5rem;top:8.25rem;left:15.125rem;display:block; }
#IUWfhTL9tyGWQicnLgg7ZJTH8AQcVad0 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.6875rem;width:12.875rem;top:2.8125rem;left:15.875rem;overflow:hidden;display:block; }
#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container { background-color: transparent; background-image: none; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container > .video-iframe-container { display: none; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row > .video-iframe-container { display: none; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .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); }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container { border-width: 0; border-radius: 0; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row > .video-iframe-container {  }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#ll7PJxb0O4XxNIzQ1TDzbxsTipUmJc7u { color:#ffffff;display:block;width:31.875rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.625rem;height:2.4375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bqHW4UDZvQnrSNK46HdZiKcpbsK63Ch6 { position:absolute;display:block;z-index:99999;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;height:2.6875rem;width:37rem;top:1.125rem;left:0rem;display:block; }
#rUeTZyhBh7Chs9VR7kddo41rAI6dgvr6 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.5625rem;width:1.5625rem;top:3.4375rem;left:2.8125rem;display:none; }
#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container { background-color: transparent; background-image: none; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container > .video-iframe-container { display: none; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row > .video-iframe-container { display: none; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .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); }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container { border-width: 0; border-radius: 0; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row > .video-iframe-container {  }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#f7rQ2033CROViQNeNtOX5h1nybg61DB7 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#e5i1f3Iy0Wfxss9ZseXdaoGkixOhEbEZ { color:#000000;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:2.8125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ow4uXB48ZPE7NJpm5XyACGGmvU3bTd4H { position:absolute;display:block;z-index:100004;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:0.625rem;display:block; }
#S4Zrr4St4PBhFPWf8BMCUow7aORuqV1t { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#zcCKrdF3dSHwBLBT6oaGTBCih6mtyXP6 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:2.8125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#MFlBloJTMA9AWQoHDcQ2qeWLx1M1MyJp { position:absolute;display:block;z-index:100004;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:0.625rem;display:block; }
#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD { position:relative;display:block; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD { background-color: transparent; background-image: none; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container > .video-iframe-container { display: none; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row > .video-iframe-container { display: none; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .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); }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD { border-width: 0; border-radius: 0; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container > .video-iframe-container {  }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#XvR153G0sSDzpM82rZ8i9CRyAOGifI36 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:17.4375rem;left:10rem;display:block; }
#IFTcmpNghDFIRhTUI9mEOOuAcDTe1exZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ut3FZ6lTx6PQUQTc3yToQtpy5RtUFOLI { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:17.4375rem;left:1.875rem;display:block; }
#vGRc2ugMLseI6KfPVv71uCuxQh9DSuRN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6fcfe5d5-8462-422e-9551-e0e84d3f6c44/510km.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:0.625rem;display:block; }#Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS.adaptive-delivery-prevent-bg, #Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS.lazyload, #Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS.lazyloading { background-image: none; }
#DHxzsS7JT95JH7zmC6O3IfhfOIJRGiTL { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RJbgs0cIGrP7SX4CJb2mcGkT3NXUvglr { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:0.63125038146975rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a5b96424-d71f-403a-951e-e556758d238c/maratonbuty.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:19.375rem;display:block; }#lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS.adaptive-delivery-prevent-bg, #lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS.lazyload, #lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS.lazyloading { background-image: none; }
#Osv22N9PZFyddVBUxDLtTtXTZKNCKQyP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:28.75rem;display:block; }
#R3NtOHCHVSZNQt2vfEmt3gPm44hnnXPB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qTrUTwMZprdfhn4k9FZ5RAom9vwtHXSm { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:17.4375rem;left:20.625rem;display:block; }
#q05hLqVMdyhyEF38TtMgrcUSAZrlhnQ9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gaQ9voJJuV9yNh051wUsKKNWrxzzr4T5 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2 { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d1f384b-e0b1-43c7-862f-61d2da4d05b4/butytreningasfalt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2.adaptive-delivery-prevent-bg, #og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2.lazyload, #og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2.lazyloading { background-image: none; }
#uq9Umpy2OAghMTlEPXx8VN0aixk4TqW6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#ey69hlJ1TF6MXFrGELtiTuJAV7tTwOsa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MDUBFwlbcNXkNzQ0ZBNiRH2UMN4vPeVu { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:39.375rem;display:block; }
#Z7ni3OFS2Wb9tRJ9xnL9rffOSIcTzTTL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kTJePwhibamTDysJOJkK2qkWN7rTpeJo { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80304d2a-c82b-4d44-bdb2-d09ccf780aeb/butyteren.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:56.875rem;display:block; }#kTJePwhibamTDysJOJkK2qkWN7rTpeJo.adaptive-delivery-prevent-bg, #kTJePwhibamTDysJOJkK2qkWN7rTpeJo.lazyload, #kTJePwhibamTDysJOJkK2qkWN7rTpeJo.lazyloading { background-image: none; }
#HpzVTsBS5sHJJO9CP9m1VC6XN5rmrr2J { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Jls7FiWVNt0zKUbPslvCXFc6g01relda { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:62.1875rem;display:block; }
#VwhNDekmSm4LDuMoZb3M5EBQu36kWt7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container { background-color: transparent; background-image: none; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container > .video-iframe-container { display: none; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row > .video-iframe-container { display: none; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .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); }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container { border-width: 0; border-radius: 0; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row > .video-iframe-container {  }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#PPsPIN6lDHhQeOd2Mes53H2JqNhFy4L8 { color:#000000;display:block;width:13.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ONHx3GmZKeKhUNHqVDINoa9CIsSqiHB7 { position:absolute;display:block;z-index:100004;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:0.625rem;display:block; }
#hfuCo8GmmMW0xAPhhFJwo9pECFiBoCDW { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#AAgF9sVWWpxuiSxpFvNnCcd9clU4CbZs { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:2.8125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wEh5gBDlk9fdGTOd6HyFaA9Rg6ntb8Zd { position:absolute;display:block;z-index:100004;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:0.625rem;display:block; }
#FZX38VE6A4sIAOR2JoixTKthUsXZx24n { position:absolute;display:block;z-index:100006;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.875rem;left:19.4375rem;display:block; }
#n5vVMiXBZEmnMTH5fvIcxFoJNR5OsoSh { color:#000000;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:21.8125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NZvmf5kc3h5D9HgkTzWo5Q7rktKygfDa { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.5rem;left:59.3125rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#oRwLNnlvJNThPVeGSFgti9lW414eU31p { position:absolute;display:block;z-index:100006;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.875rem;left:56.9375rem;display:block; }
#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy { position:relative;display:block; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy { background-color: transparent; background-image: none; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container > .video-iframe-container { display: none; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row > .video-iframe-container { display: none; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .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); }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy { border-width: 0; border-radius: 0; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container > .video-iframe-container {  }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#BEV1TaNrVb3MmHPQ3yQXNJaRBnqTmTBH { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:13.5625rem;left:10rem;display:block; }
#HE3kx7ASTnwv4IEkEyUL8Mp8oJVPgSKT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EqFwgtPKq5DSbT1wkrwaN5fOkgp5RKNg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:13.75rem;left:1.875rem;display:block; }
#gDprJwNJV0AQW7Qsi2UHC4I3WyCp7z2D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a732f04e-f288-423c-9824-d47a77802430/odziezstartowaambitny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:0.625rem;left:0.625rem;display:block; }#MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM.adaptive-delivery-prevent-bg, #MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM.lazyload, #MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM.lazyloading { background-image: none; }
#ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2413e987-0613-4edd-996f-579c4597af43/plecakipasybidony.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:0.625rem;left:19.375rem;display:block; }#ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5.adaptive-delivery-prevent-bg, #ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5.lazyload, #ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5.lazyloading { background-image: none; }
#dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ccdd9cf4-7ff0-495d-a580-1d6a4616af8f/zegarekambitny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:0.625rem;left:38.125rem;display:block; }#dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW.adaptive-delivery-prevent-bg, #dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW.lazyload, #dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW.lazyloading { background-image: none; }
#LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcab6ace-1e30-4a48-818b-3964372c3e54/zele.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:0.625rem;left:56.875rem;display:block; }#LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4.adaptive-delivery-prevent-bg, #LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4.lazyload, #LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4.lazyloading { background-image: none; }
#wrcI7SdNstbTUZ0vZPwT7lhur4Azm4vX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:13.5625rem;left:62.1875rem;display:block; }
#qxEbsTQ9TI3rBiIHq4kV6ky22ITR1ruk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#E5cJ1HeETLOqJqTiesRp0ok8IBnkxURJ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:13.5625rem;left:43.4375rem;display:block; }
#eGkLIGvCLbRqAO8Qwo8cQUq5T2I057V4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zRiTibr0m97CrQlGVaiTz1FcLXA9QtmT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:13.5625rem;left:24.6875rem;display:block; }
#U38Z8c7z0uFQqENt9dn5uGSnE3DnM9n5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc { position:relative;display:none; }#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc { border-width: 0; border-radius: 0; }#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc > .row .container > .video-iframe-container {  }#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#OltSBfL1vD9E3tmyirdnBZ3N3uTMIcKR { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:17.4375rem;left:10rem;display:block; }
#xaiXpIISk6LHy4gidyTvsOJZ4fPihsKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bVuM4cqeMPB2DlTGF2lsxORLTiqoKbr6 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:17.4375rem;left:1.875rem;display:block; }
#NfKime56RgMmnLihw2GLew0IARcu57zC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#M2181TXTBTIWOOo5FVRmtSixJsUD6PuD { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/32b98b4a-688f-49f6-ae1b-e2bd617e7115/lekkiteren.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:0.625rem;display:block; }#M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.adaptive-delivery-prevent-bg, #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.lazyload, #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.lazyloading { background-image: none; }
#czBkqho3hZfrii1uILcEkRpWRlsJ3HST { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.25rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qOhzeMn5FkqeFFH0kqC9XaaW9EomMobn { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:1.3874998092651rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e66da419-693c-4a28-b178-949f88cb2a99/wymagajacyteren.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:19.375rem;display:block; }#H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.adaptive-delivery-prevent-bg, #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.lazyload, #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.lazyloading { background-image: none; }
#Oke3KXsHl2T9gDLJ5CA5nPWDS8nfKk5V { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:28.75rem;display:block; }
#VGq8CWnSHJKu7Wdfbz7dmbp4vcip8bpR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dFMq2ioUcFeV4vevl00soLv7JJxnDJsb { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:17.4375rem;left:20.625rem;display:block; }
#Qtw89U5IQoJnhLlSQx6II8PHHBp2OOQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG > .row .container { border-width: 0; border-radius: 0; }#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG > .row > .video-iframe-container {  }#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#yIUXhM0elNXXUdME2rxJTSvoTTFuF6Dw { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#PvHQo76TiLOTlQAoHXheICxKlT2yvkVT { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx { position:relative;display:none; }#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx { border-width: 0; border-radius: 0; }#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx > .row .container > .video-iframe-container {  }#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#No7lA6PHPh81oXglyglfoHqeH0JDQpFk { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:1.25rem;left:38.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.adaptive-delivery-prevent-bg, #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.lazyload, #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.lazyloading { background-image: none; }
#ytVXwzpEf88gaoUuk6011T4pDUXftWc0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#ArqqStsBB9fiV21gCStVJSVKn2TVDebv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AifgkNmJldPSAUg5saMc8MBnvmrSb3bX { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:39.375rem;display:block; }
#HzWGiVg8gN9fhX5H5W1Dv7cz2JISaaxZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wzraaTiutt5971ac9U6EG3UzG6T4abI7 { color:#000000;display:block;width:16.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:1.25rem;left:57.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:none; }#R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.adaptive-delivery-prevent-bg, #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.lazyload, #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.lazyloading { background-image: none; }
#h9iyPyUC0OGILxChzfoT1wyy2DrDfTbl { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:39.375rem;display:none; }
#rtLAInK7KxTFlfpN8iDMWNLFz7MZWP7O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dqTfqovGhbH7S9lE34miXA9ILEaHxPxO { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:none; }
#vVlFHLrRPJeE1AfdoUMDopUUT5Fnapz7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt > .row .container { border-width: 0; border-radius: 0; }#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt > .row > .video-iframe-container {  }#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#iH6dR9pAni2ohRkDqPqQRGLxhwuT7I7P { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#seMrvHJ4DlnPnSHGuNs3pxwkDJztH2c7 { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b { position:relative;display:none; }#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b { border-width: 0; border-radius: 0; }#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b > .row .container > .video-iframe-container {  }#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.adaptive-delivery-prevent-bg, #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.lazyload, #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.lazyloading { background-image: none; }
#FS4J4T8r3iyIzwVD1CgNGZNfK7fM1QPs { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#dtkkb91g3AqI0raBa3fRliNVElTd7T7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cvgegn4m3A7zhDvyXTP7uhzPJptmGlVr { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.1) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.4375rem;left:39.375rem;display:block; }
#s8LPiyRlUMIn0w6oEnQwlQCIWmMwHJtG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf > .row .container { border-width: 0; border-radius: 0; }#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf > .row > .video-iframe-container {  }#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#TnMqX6Kb4AhQ3TLabGWn6cJVyAoWd6O3 { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#mFt47P2AQAyCpkLVvR6PQiclqIxQn5eO { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o { position:relative;display:none; }#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o { border-width: 0; border-radius: 0; }#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o > .row .container > .video-iframe-container {  }#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#kOq25iW7t396z6rG2fAPslPwOb6hPcxE { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#kOq25iW7t396z6rG2fAPslPwOb6hPcxE.adaptive-delivery-prevent-bg, #kOq25iW7t396z6rG2fAPslPwOb6hPcxE.lazyload, #kOq25iW7t396z6rG2fAPslPwOb6hPcxE.lazyloading { background-image: none; }
#zuSMPu5R1ypeblKmtpqwtIuOsRK2N5QQ { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#DoP9Ia9fhVf607nFhOTP42HHhxfGs0Ow { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc > .row .container { border-width: 0; border-radius: 0; }#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc > .row > .video-iframe-container {  }#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#isyn9b4rtrIcSPwslczDpTDNMyiGG7Nx { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#eO4oqH81kicIEQ1tS9WkswcisQtCL24S { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX { position:relative;display:none; }#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX { border-width: 0; border-radius: 0; }#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX > .row .container > .video-iframe-container {  }#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.adaptive-delivery-prevent-bg, #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.lazyload, #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.lazyloading { background-image: none; }
#ay1LHpsTIE6rF2Kqd9QTgCWgNkE3Xg0s { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#FsvoMtXxA58JcCmpxqR3WcfEMbo7tXZl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS > .row .container { border-width: 0; border-radius: 0; }#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS > .row > .video-iframe-container {  }#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:none; }#JK2C9sftGgEI1oB84yxBS0Tp10pu4LvB { color:#000000;display:block;width:16.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:40.5rem;height:1.95rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LPrFzKVxULXZ4K4SQc5fxiZ5i9Z3OVFD { position:absolute;display:block;z-index:100005;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:1.84375rem;left:38.125rem;display:block; }
#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK { position:relative;display:none; }#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK { border-width: 0; border-radius: 0; }#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK > .row .container > .video-iframe-container {  }#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:none; }#uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7ed60dc-a566-4ddd-9ad4-121179c7cd42/skalistesciezki.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:14.375rem;width:17.5rem;top:4.5rem;left:38.125rem;display:block; }#uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.adaptive-delivery-prevent-bg, #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.lazyload, #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.lazyloading { background-image: none; }
#MyLsqSaHGio1MvLJFiN8T9PDtBSUcMAt { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.5rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:17.4375rem;left:47.5rem;display:block; }
#X1a2glgE2OuhcTIlD1sgBlElkzATxCtX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container { background-color: transparent; background-image: none; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container > .video-iframe-container { display: none; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row > .video-iframe-container { display: none; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .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); }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container { border-width: 0; border-radius: 0; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row > .video-iframe-container {  }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#h0UH7CTOQDPKASVoBd3WGmvTfhJbKLKO { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9312515258789rem;left:2.8125rem;height:1.95rem;font-style:normal;display:block; }
#kM6IVzM4SEXTcGgvxWbcPMVnySSfduZh { position:absolute;display:block;z-index:100001;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:1.25rem;width:1.25rem;top:2.3125rem;left:0.625rem;display:block; }
#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv { position:relative;display:block; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv { background-color: transparent; background-image: none; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container > .video-iframe-container { display: none; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row > .video-iframe-container { display: none; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .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); }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv { border-width: 0; border-radius: 0; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container > .video-iframe-container {  }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.1875rem;width:75rem;position:relative;display:block; }#xlObUmhTr0HgrItsokcOHpBTAAVTPcGX { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/92864f6e-3c77-41ed-b60b-970af57d3855/butyasicsmetaspeedsky1013a115300629f13660fbe9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.25rem;left:1.375rem;display:block; }#xlObUmhTr0HgrItsokcOHpBTAAVTPcGX.adaptive-delivery-prevent-bg, #xlObUmhTr0HgrItsokcOHpBTAAVTPcGX.lazyload, #xlObUmhTr0HgrItsokcOHpBTAAVTPcGX.lazyloading { background-image: none; }
#TUFuZyyhTmQOH7ErI0bTo8RDGokb3DZM { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:11.25rem;left:1.25rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9 { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4715d846-e157-4970-902e-0e32459dece3/nikezoomxvaporflynext2cu4123501621e196db2e77.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.25rem;left:10.5625rem;display:block; }#l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9.adaptive-delivery-prevent-bg, #l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9.lazyload, #l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9.lazyloading { background-image: none; }
#eUkopCQpzVLINRTRZPl0eeTFf4m6HlT1 { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:11.25rem;left:10.8125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/897de237-c97d-4c4d-ae8b-d187c5d40521/ultraboost22cblackftwwhtsgreengx664062c2e80dcd839.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.3125rem;left:19.75rem;display:block; }#ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2.adaptive-delivery-prevent-bg, #ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2.lazyload, #ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2.lazyloading { background-image: none; }
#t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fff1233b-74e7-489e-9fe4-4716f818619b/butyhokamsbondi7ibbg1110518ibbg61ee6a4c51b05.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.3125rem;left:28.9375rem;display:block; }#t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO.adaptive-delivery-prevent-bg, #t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO.lazyload, #t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO.lazyloading { background-image: none; }
#rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dc78c78a-fecc-4597-b6c2-06636b578fa2/nikezoomxinvinciblerunflyknit2dh542560062cd42f414c94.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.3125rem;left:38.125rem;display:block; }#rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4.adaptive-delivery-prevent-bg, #rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4.lazyload, #rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4.lazyloading { background-image: none; }
#mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1a8a68e1-5ae0-449c-8be6-a9a1664e9775/adizeroadiospro2pullimreateaflaoragx3124621c9d91aeee9.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.3125rem;left:47.3125rem;display:block; }#mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f.adaptive-delivery-prevent-bg, #mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f.lazyload, #mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f.lazyloading { background-image: none; }
#HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4d058d7-9bae-4b6b-a0e8-b68b3a1ccd56/spodenkinikeeclipse2in1shortwczarnecz9570010603e0bc0444db.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.25rem;left:56.5rem;display:block; }#HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN.adaptive-delivery-prevent-bg, #HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN.lazyload, #HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN.lazyloading { background-image: none; }
#avH3ITVau4bR7pW7WEDXgqs6TRHStOPK { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/00754d5b-2082-409a-90c5-6b5acba8167a/adizerospeedtapskruhg1215621c9ffc7e0a1.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #ff5910;border-left:0.0625rem solid #ff5910;border-right:0.0625rem solid #ff5910;border-bottom:0.0625rem solid #ff5910;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:7.9375rem;width:7.9375rem;top:1.25rem;left:65.6875rem;display:block; }#avH3ITVau4bR7pW7WEDXgqs6TRHStOPK.adaptive-delivery-prevent-bg, #avH3ITVau4bR7pW7WEDXgqs6TRHStOPK.lazyload, #avH3ITVau4bR7pW7WEDXgqs6TRHStOPK.lazyloading { background-image: none; }
#gT7o5W0RDAUInTwL9zx0tREMk1AQ4dlu { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:11.25rem;left:19.75rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RigigEpmQHycTCCes9oa44OnPzNtEO7E { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:11.25rem;left:28.8125rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T44qigWQCv7n2RlTwdLfZ2s2gvDRZ8gH { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:11.25rem;left:38rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UeRQcL19QXho1k9KNEMp7oRdfGfTeKkX { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:11.25rem;left:47.1875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPqs1uUV7I53n2G73IByLlGNs0gWtBkd { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:11.25rem;left:56.375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c7IE4Bv0uyGTcbQPBggWHELTsRZ7Xlhs { color:#000000;display:block;width:7.9375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11.25rem;left:65.5625rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WyCnmbsWDBwIUrsiWESy5wOp1CJcueUZ { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:8.125rem;left:4.0625rem;display:block; }
#rv2NDUl5yRlRTMdhNTvrlVWlAUWBcqsL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UvT0Ixu649CPMtauTGtwuTVoIEN6eLVn { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:8.125rem;left:13.0625rem;display:block; }
#xw1KkqCCDVnDDTRRdD8G9Otq9575ou0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hFdsNfltITuL8i8J1SuER9ITapAToW6X { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:8.125rem;left:22.5rem;display:block; }
#URpXVH2GAhaE3HMdiqWwR8rECySyTP6f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#udSu87keGbhguD7pVGBtdWTdeQp8yC4Z { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:8.125rem;left:31.875rem;display:block; }
#HgVFX0eFCVhFKUmE7QutibtSZo3zxyaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TOaDyQp32khGUu0zDRUHI4iztP217fGm { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:8.125rem;left:40.6875rem;display:block; }
#nWp3sMbr23xLwapFJ9J99ZVfL2laT1TZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JaToSWGtqSzn6FF3vdZk3ZCTEKyW967E { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:8.125rem;left:50rem;display:block; }
#BGhsKszDNyEoc6PiTXz4HsK1BeWekvev { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#EpdnPhDZP8OuMOS69ch6ns1yKl481pTB { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:8.125rem;left:59.375rem;display:block; }
#TcEwgwV7z97UsgT4MasO9EJaccFZymwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ftM55L9066ysuAc6ECGrkwW7Ea24vTHc { background-color:#ff5910;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.3125rem;font-weight:700;font-style:normal;line-height:0;overflow:hidden;position:absolute;width:2.5rem;height:2.5rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:8.125rem;left:68.4375rem;display:block; }
#zdd9bz9tsbWMJ58Bs2I4Kzb5e6tHx7Od { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZCUEZX9OMLxNFOIgskv6iU3N0k5gvtke { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:16.0625rem;left:27.6875rem;display:block; }
#yF8Zf8P2BKiUuotCslDcAGPcsFD9WClD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container { background-color: transparent; background-image: none; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container > .video-iframe-container { display: none; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row > .video-iframe-container { display: none; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .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); }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container { border-width: 0; border-radius: 0; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row > .video-iframe-container {  }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#wGwaSebACcHg0GkPNGUZTOeGW5bahKBL { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0.625rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aGmsTpMmvELqTEZK8DwMPSsaJcD59efL { position:absolute;display:block;z-index:100000;background-color:#ff5910;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.6875rem;height:2.6875rem;width:37rem;top:1.125rem;left:0rem;display:block; }
#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container { background-color: transparent; background-image: none; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container > .video-iframe-container { display: none; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row > .video-iframe-container { display: none; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .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); }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container { border-width: 0; border-radius: 0; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row > .video-iframe-container {  }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#LnD3m5xb50GQ1s9fR0Pvw1mv1i531boJ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UD6mfPvmyOqmvfv3UTkg1XITTP8N968A { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.5625rem;height:5.19921875rem;display:block; }
#gv9mqSk13PdWvA1KcEFZg50XGRAkrtV3 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:21.875rem;left:8.25rem;display:block; }
#etFCWEcpW3IFHim09lb0nBUW8NmTWVq6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/86faa8f4-4f99-49db-9676-0cf56a99c9c0/adidasadizero3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:0.625rem;display:block; }#k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.adaptive-delivery-prevent-bg, #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.lazyload, #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.lazyloading { background-image: none; }
#wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9a99907-8999-46e3-a87a-fa89ec35ea5e/16bb1abf7eb8431f2a99558c576781b4bd6b201c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:19.375rem;display:block; }#wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.adaptive-delivery-prevent-bg, #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.lazyload, #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.lazyloading { background-image: none; }
#Pun3R6tuL0bqed5GG4NgBLoDxKzcxbi1 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.5625rem;left:20.3125rem;height:5.19921875rem;display:block; }
#QbuDlQoyN6DWyFTIM8U50TUas8q8Egv0 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.3125rem;height:4.38574375rem;font-style:normal;display:block; }
#eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b00fcab-106d-4ed7-acea-5f48cf4d97b9/odzieznamaraton.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:38.125rem;display:block; }#eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.adaptive-delivery-prevent-bg, #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.lazyload, #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.lazyloading { background-image: none; }
#xvSdI20kIZdJ18IgQzXfX97TRzuTlvBm { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:39.0625rem;height:2.923825rem;font-style:normal;display:block; }
#phbcX8T6nGCebchMgtVnLPhbmm729xgo { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:15.10000038147rem;left:39.0625rem;height:6.499rem;display:block; }
#r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54ffca37-10dc-401c-96a0-6a14a8feaa68/namaraton.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:56.875rem;display:block; }#r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.adaptive-delivery-prevent-bg, #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.lazyload, #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.lazyloading { background-image: none; }
#tnb94VqdAyVfqcQ8frfNyFHUaTOZ3i7w { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:15.075000762939rem;left:57.8125rem;height:6.499rem;display:block; }
#W01qwD4OgGHz1vaWawuc6PyZJ3FkUQTP { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.5rem;left:57.8125rem;height:2.923825rem;font-style:normal;display:block; }
#IsSypC753IcDLOXSlrX9ROZBHhc8nIAb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:right;text-align-last:right;top:21.875rem;left:27.1875rem;display:block; }
#yvlEB6BeItbhn71i6CNuxS2kWKd8yWGU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C2T5WS0NBswAeTLd1ishUxnSyOdnzOGK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:right;text-align-last:right;top:21.875rem;left:45.9375rem;display:block; }
#F1QfuRf6HQTUJzoFHVhpIfgLg5PJp7ul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TXbUlxGH1O8aGVcR5JT9536Qu1gI969R { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100013;text-align:right;text-align-last:right;top:21.8125rem;left:64.6875rem;display:block; }
#Ki8TC6wUlKc1NUygK3GgLAu3HO5VwFG0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RTToxe1F6azwVDP2s7PAHR3yCprw7VKf { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#ucGa6cGNr5GzBJ02O0WQiEKWLnEaQh8A { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#TPA9k30UCKJVFwVzIWmoL1DPc1TMcOA1 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#awheD08TTe2EbTuCHtieIgBRHf7PEf0a { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container { background-color: transparent; background-image: none; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container > .video-iframe-container { display: none; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row > .video-iframe-container { display: none; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .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); }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container { border-width: 0; border-radius: 0; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row > .video-iframe-container {  }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#WTbViMVPc4WNS1OBtauKv5PpDrtt94nR { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.5625rem;left:1.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DKvFeOAqoi2OWnucPt9zMrkBalnCqD14 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:16.375rem;left:1.5625rem;height:5.2rem;display:block; }
#lP3IDcougHpFEJ1bwUUKrWTbiTiZGZII { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100003;text-align:right;text-align-last:right;top:21.875rem;left:8.25rem;display:block; }
#kpuxHQzSXvz818bUw7tkWB9OFUy6iXDU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#C3ncINnft3DdI3K9M9AKXFAhaJ534nfn { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/baf3fa11-9266-4d2d-b728-e4d426109883/nikeaeroswift.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:0.625rem;display:block; }#C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.adaptive-delivery-prevent-bg, #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.lazyload, #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.lazyloading { background-image: none; }
#sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60f23158-fd8a-4ed0-8a21-bd2465ddfde9/a5df11f891b7983951ea7a82b8b15dcacceb7892.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:19.375rem;display:block; }#sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.adaptive-delivery-prevent-bg, #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.lazyload, #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.lazyloading { background-image: none; }
#k3lysM0kFd6ogtG7V8wLFXbQXzCxuTME { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:14.89999961853rem;left:20.3125rem;height:6.499rem;display:block; }
#wuiXw10XK3cv58BFbn3bTl6EeJVMrke8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:20.3125rem;height:2.923825rem;font-style:normal;display:block; }
#H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f70ba58-a20e-4cf8-8f0e-394e64c34bce/asicsmetaspeed.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:38.125rem;display:block; }#H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.adaptive-delivery-prevent-bg, #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.lazyload, #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.lazyloading { background-image: none; }
#aS8hmNglIuwTlcGc4yprDWBbt7F8I3hG { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:11.5625rem;left:39.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#cKT8uouliL64PGomDbM3FU3zTig1ETbT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:16.5625rem;left:39.0625rem;height:5.2rem;display:block; }
#s5SG3A8Q9NdKTHopJKsi3zD01lF531dD { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7c46ad68-5e4b-4933-98c8-4d1c79f55f93/adizero.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:23.125rem;width:17.5rem;top:1.25rem;left:56.875rem;display:block; }#s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.adaptive-delivery-prevent-bg, #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.lazyload, #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.lazyloading { background-image: none; }
#D0STzuWJKppgf5Vq8bMKhHcuTOWorKDA { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:16.5rem;left:57.8125rem;height:3.9rem;display:block; }
#JqlaZBoEnZfE32mrSdqE0zFQcRmhDWwg { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:11.5rem;left:57.8125rem;height:4.38574375rem;font-style:normal;display:block; }
#bBowTmNZPORnnE6dBxrm8oFeLXuPiW4z { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100004;text-align:right;text-align-last:right;top:21.875rem;left:27.1875rem;display:block; }
#uozsWIFDWJknbma9eBaxHBe1x7iLK1HZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DNd1XRTwKQHoy6DqPAxLTKFMsp7NuX6U { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100005;text-align:right;text-align-last:right;top:21.875rem;left:45.9375rem;display:block; }
#srx5F0BHTOkCWrHUaNZu7QSaIRttOd2O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BzBQCwpkUpzNT0bd07JaPHrMQIOTt1eb { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:1.5625rem;text-decoration:none;z-index:100013;text-align:right;text-align-last:right;top:21.8125rem;left:64.6875rem;display:block; }
#BmTlsCLC1emkvNpq1EgzF04PNR6wsBzy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kvwgDohGLND7RqwKGmXrqNy0LQgud95n { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#aHesCswMApuOuBXNeT61RtIpyx3tBDR6 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#eIgBIwOEU0FglLMKpqgJ5mT8la9fEfzm { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#KdFkKg86WkK5eBsxlO6F0f2dIoU1BGpM { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu { position:relative;display:block; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu { background-color: transparent; background-image: none; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container > .video-iframe-container { display: none; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row > .video-iframe-container { display: none; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .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); }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu { border-width: 0; border-radius: 0; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container > .video-iframe-container {  }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;position:relative;display:block; }#T0BUKwTSTphb128IPrfVcN9q399V6inf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:22.1875rem;top:2rem;left:1.375rem;display:block; }
#l8TycbQHkcZNyZf8EgNA0VChb5dWc6DE { position:absolute;display:block;z-index:99998;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:14.0625rem;width:23.75rem;top:1.125rem;left:0.625rem;display:block; }
#dNQQ5a0xqOtyXzy08xELuxCKcGAOODeB { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:14.0625rem;width:23.75rem;top:1.125rem;left:25.625rem;display:block; }
#bEUTDgHPM4TBNPXJnCWqdGBR7nBSJuph { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:22.1875rem;top:2.0625rem;left:26.40625rem;display:block; }
#JXxhS4HFrFDPViZQw0zgRQZ9XkeRx45D { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.2) ;height:14.0625rem;width:23.75rem;top:1.125rem;left:50.625rem;display:block; }
#mNfb6wVoL4KQGxESFzZ9vrrTFBodNirF { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.3125rem;width:22.1875rem;top:2rem;left:51.40625rem;display:block; }
#gNBbk4uvoFLtfJTrvIqdo0Ta30qCsAt0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: 0.0625rem 0.25rem 0.375rem rgba(0,0,0,0.17) ;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:2.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:17.9375rem;left:27.6875rem;display:block; }
#sTD67iAyQa04ykJ7OeJnQWPOI6cQrdCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5910;background-image:none;position:relative;z-index:auto;display:block; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { background-color: transparent; background-image: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container > .video-iframe-container { display: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row > .video-iframe-container { display: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .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); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { border-width: 0; border-radius: 0; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row > .video-iframe-container {  }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#IVZxNVvUUW3UmuvpOTe9XH0UvRtTWFcT { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:0.875rem;left:41.1875rem;display:block; }
#n113eqDNLKTtUTOvyICMlqNdATL5ezc8 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0.875rem;left:48.5rem;display:block; }
#z4kG7ybwlOeBwkwfPrB3Inm7fgVctIPi { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:0.875rem;left:55.875rem;display:block; }
#kkMXyRx6kgXyhM8up6kHUyK1rCFD89he { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:21.1875rem;height:3.89941875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WfOg8aDPhlBQHnEOwzTAZVqLcfR5TpG1 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:0.875rem;left:63.125rem;display:block; }
#VwEyNVs4LVAR6b8r6QBlvFkDSlFTNa8h { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:3.75rem;left:40.4375rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JizuaEFlzxeTKfwPEIk3ke4nrxfBO0bT { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.6;letter-spacing:0;top:3.75rem;left:55rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IQWcuuPBLeN9CeehDCvm8n3c1DGZFBJM { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:3.75rem;left:62.25rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ygTyorV5U73ASxxDT3yJlTyvDMyNHb7h { color:#ffffff;display:block;width:4.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.6;letter-spacing:0;top:3.75rem;left:47.6875rem;height:1.3994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNdf0kHlqMhHi4ZorqCrNlur05DAGivJ { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:1.1875rem;left:8.5rem;height:3.65625rem;display:block; }
#T6TEyvUxvDRT4ufEBp7gPlGg11keMb4n { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:1.1875rem;left:21.1875rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container { border-width: 0; border-radius: 0; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row > .video-iframe-container {  }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container { font-size:0.875rem;font-family:arial;height:2.25rem;width:75rem;position:relative;display:none; }#LpkaTTRmnwW15vJWTaDC6r0LTyiMeolT { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:0.8125rem;left:5.375rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BSyVlh5Ef2ZVgiaT5OiPmfi5Jy5TKMCe { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:2.4375rem;overflow:hidden;display:block; }
#vcgirLSipnuqrPT8dmw4Z4ZDymcclKqi { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:17.6875rem;overflow:hidden;display:block; }
#RUaamlprSD6T9y6eWqbiahf3OfD0IvOU { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:28.75rem;overflow:hidden;display:block; }
#nCWCpSbAHQE6TGyLdo2UsMprabWGkeB1 { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.1875rem;top:0rem;left:53.75rem;overflow:hidden;display:block; }
#JTfrObEZvVpECXNAveDAfV8wTqwT9z6y { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:0.8125rem;left:20.625rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfXSVMyJBxqF7sFUVaMoWpn3fWgXsHrW { color:#000000;display:block;width:7.5rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:0.6875rem;left:31.875rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o6LCsWbwe0q6feCrRDqQccpP9f06INgi { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:0.75rem;left:56.5625rem;height:0.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container { background-color: transparent; background-image: none; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container > .video-iframe-container { display: none; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row > .video-iframe-container { display: none; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .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); }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container { border-width: 0; border-radius: 0; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row > .video-iframe-container {  }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:75rem;position:relative;display:block; }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg > .row .container { border-width: 0; border-radius: 0; }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg > .row > .video-iframe-container {  }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg > .row .container { font-size:0.875rem;font-family:arial;height:7.75rem;width:75rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd { display:block; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM5e5m10599DSbCAKV6h4IWoFFoP6Zvu { width:10.8125rem;height:0.75rem;top:0.8125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETexTqLvD4eW4ZTW6kakzuhIzOdARvTM { top:0rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC3DZwN8inr21ylZ6am2IcKwprosrpwP { top:0rem;left:2.625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8ucwR5abhzQ0x6OI5T1nQhaCEcLMwX { top:0rem;left:13.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJecck8URKGmJWt9W892egd0z98Dl1F { top:0rem;left:27.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgwmBHzumc76CM4Xo0sLi5mkzCERM6zS { top:0rem;left:38.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqcFha6hzUfd9XgAkfZTZTmuVTcqHaF { width:6.1875rem;height:0.75rem;top:0.8125rem;left:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUti9MlQWloraCpvxhHmDBB6Wccwz0z { width:7.5rem;height:1.5rem;top:0.6875rem;left:16.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW8nuZ99wQZT4zOlZVtfRnBaORfzlHkD { width:6.75rem;height:0.75rem;top:0.6875rem;left:30.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIPtg8xMxeqTpqJknoTDigV9pI7anAtx { width:10.3125rem;height:0.75rem;top:0.75rem;left:37.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 { display:block; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO { display:block; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRSRU5HvdnsOZ5Qf6dkwmXggq2NRlM8h { top:0.9375rem;left:0rem;width:7.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIM81RsUIaH79slxCcRJqBXEfI6SFVz { top:1.4375rem;left:22.6875rem;width:25.0625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyshcsFoiArUNPSDoM0H2LkUgTtByJwL { display:none; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Kue8cIW1uXmf2GGGJiZycqdLMw4avbI9 { display:none; }
 }@media only screen and (max-width: 763px) { #OeXUCFmb67N5S3gfdlkAG4GmfTznJClS { top:5.4375rem;left:0rem;width:12.5rem;height:16.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ic4EVcHKTdAXmlk8ZTeKRaxegTCqW7bu { top:0.9375rem;left:0rem;width:6.0625rem;height:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSKW0G03brdwx0cpoXlXqrv4agMd4Taa { display:block; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy { display:block; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SwVEaZEiXRRl74ThbTP48J2XO2qLq1ST { width:8rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RX5KXZSmNDSgMOJwbhWwVo4xOUIeViWS { display:block; }
 }@media only screen and (max-width: 763px) { #ipBeP1SFxsNkMCLAPN6CETzwgy8guXJA { width:6.6875rem;height:2.5rem;top:0rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiJIz4T9iTvomqTufwbCM5rnUsLmvtel { display:block; }
 }@media only screen and (max-width: 763px) { #uA1tLKLgeBTpnRIIeuxToamtszpE5JOA { width:5.5625rem;height:2.5rem;top:0rem;left:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cy1BOzR0aMzmhElCROtIfyQFGfLGuGSe { display:block; }
 }@media only screen and (max-width: 763px) { #dei7R0VTdZzmJtLmaiGAppsAbfq8y6FB { width:10.25rem;height:2.5rem;top:0rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcrRDzamMZEeL9BlWbe4STkpEX6iTCug { display:block; }
 }@media only screen and (max-width: 763px) { #HtddCA8SAFRcP1e0w30lzGBGzazdBp2o { width:3.5625rem;height:2.5rem;top:0rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SU8HBPrWsAQg4P4APvt4qBNwk3MctJC9 { display:block; }
 }@media only screen and (max-width: 763px) { #oKFIPgQb8SxEG2smDcu0ixZxbKW3g92v { width:2.6875rem;height:2.5rem;top:0rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #toqtkOHJJi5tOyQZ7UbwHEie9Pb21Dwn { display:block; }
 }@media only screen and (max-width: 763px) { #GDvQUDr9QTgyHDQGQbbXNHHPo7ZaktGx { width:2.6875rem;height:2.5rem;top:0rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT7ZRCK4XfJZT8kiUQXIhIVUnNoISPv0 { display:block; }
 }@media only screen and (max-width: 763px) { #QNqVXmUKgwOtyyrrnysCQJKfBHJVlt83 { width:5.75rem;height:2.5rem;top:0rem;left:42rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3T0pMURawSuKG7NIdZxucC2di5nwSeN { display:block; }
 }@media only screen and (max-width: 763px) { #RfZPuArzXhOqn2nhBcokRvJL4U6CHttX { width:5.375rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #atllPFpmn3yNQmlorWorUOVJTglQIoXN { display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { top:3.5rem;left:21.0625rem;width:19.8125rem;height:7.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { top:13.375rem;left:21rem;width:26.75rem;height:10.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFURoRgH86V9vLcCIuz1CvRWyxS4CZJR { top:3.4375rem;left:0rem;width:6.9375rem;height:5.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvvrhNta8Nhk7dAzs5WEzUueB0BEGTMs { top:3.5rem;left:20.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJSuM98cludVXVVIT8ZTexTipJoNoFFR { width:5.8125rem;height:2.0625rem;top:22.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwE36Rvb4AfFZrW9Q5ahuRLLFn9pzVI2 { display:block; }
 }@media only screen and (max-width: 763px) { #VTrwJGPCVweyTK7PmNhNqVrOWe1STQ8q { width:5.8125rem;height:2.0625rem;top:22.5rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKKBCZhWibXTrdIMyHXBzWWoPWESIx9 { display:block; }
 }@media only screen and (max-width: 763px) { #i1dTx08t04uPcElksDhKph9wXxGW8tyK { top:1rem;left:0rem;width:40.0625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIDdGRAPwgyhy3F06NL3Dfus6XnFugNp { top:8.25rem;left:1.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUWfhTL9tyGWQicnLgg7ZJTH8AQcVad0 { top:2.8125rem;left:2.25rem;width:12.875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l { display:block; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll7PJxb0O4XxNIzQ1TDzbxsTipUmJc7u { top:1.25rem;left:0rem;width:31.875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqHW4UDZvQnrSNK46HdZiKcpbsK63Ch6 { top:1.125rem;left:0rem;width:37rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUeTZyhBh7Chs9VR7kddo41rAI6dgvr6 { top:3.4375rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dJsDNS7OXd1ridE4bHLDKi3115OKGd { display:block; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7rQ2033CROViQNeNtOX5h1nybg61DB7 { top:1.4375rem;left:26.875rem;width:16.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5i1f3Iy0Wfxss9ZseXdaoGkixOhEbEZ { top:1.4375rem;left:0rem;width:14.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow4uXB48ZPE7NJpm5XyACGGmvU3bTd4H { top:1.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4Zrr4St4PBhFPWf8BMCUow7aORuqV1t { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcCKrdF3dSHwBLBT6oaGTBCih6mtyXP6 { top:1.4375rem;left:0rem;width:14.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlBloJTMA9AWQoHDcQ2qeWLx1M1MyJp { top:1.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD { display:block; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XvR153G0sSDzpM82rZ8i9CRyAOGifI36 { width:6.875rem;height:2.5rem;top:17.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTcmpNghDFIRhTUI9mEOOuAcDTe1exZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ut3FZ6lTx6PQUQTc3yToQtpy5RtUFOLI { width:6.875rem;height:2.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRc2ugMLseI6KfPVv71uCuxQh9DSuRN { display:block; }
 }@media only screen and (max-width: 763px) { #Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS { top:4.5rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHxzsS7JT95JH7zmC6O3IfhfOIJRGiTL { top:1.25rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbgs0cIGrP7SX4CJb2mcGkT3NXUvglr { top:0.625rem;left:7.625rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS { top:4.5rem;left:6.375rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osv22N9PZFyddVBUxDLtTtXTZKNCKQyP { width:6.875rem;height:2.5rem;top:17.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3NtOHCHVSZNQt2vfEmt3gPm44hnnXPB { display:block; }
 }@media only screen and (max-width: 763px) { #qTrUTwMZprdfhn4k9FZ5RAom9vwtHXSm { width:6.875rem;height:2.5rem;top:17.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q05hLqVMdyhyEF38TtMgrcUSAZrlhnQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #gaQ9voJJuV9yNh051wUsKKNWrxzzr4T5 { top:1.25rem;left:19.5625rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2 { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq9Umpy2OAghMTlEPXx8VN0aixk4TqW6 { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey69hlJ1TF6MXFrGELtiTuJAV7tTwOsa { display:block; }
 }@media only screen and (max-width: 763px) { #MDUBFwlbcNXkNzQ0ZBNiRH2UMN4vPeVu { width:6.875rem;height:2.5rem;top:17.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ni3OFS2Wb9tRJ9xnL9rffOSIcTzTTL { display:block; }
 }@media only screen and (max-width: 763px) { #kTJePwhibamTDysJOJkK2qkWN7rTpeJo { top:4.5rem;left:30.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzVTsBS5sHJJO9CP9m1VC6XN5rmrr2J { top:1.25rem;left:31.5rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls7FiWVNt0zKUbPslvCXFc6g01relda { width:6.875rem;height:2.5rem;top:17.4375rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhNDekmSm4LDuMoZb3M5EBQu36kWt7m { display:block; }
 }@media only screen and (max-width: 763px) { #U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz { display:block; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPsPIN6lDHhQeOd2Mes53H2JqNhFy4L8 { top:1.4375rem;left:26.875rem;width:13.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONHx3GmZKeKhUNHqVDINoa9CIsSqiHB7 { top:1.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfuCo8GmmMW0xAPhhFJwo9pECFiBoCDW { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAgF9sVWWpxuiSxpFvNnCcd9clU4CbZs { top:1.4375rem;left:0rem;width:14.1875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEh5gBDlk9fdGTOd6HyFaA9Rg6ntb8Zd { top:1.875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZX38VE6A4sIAOR2JoixTKthUsXZx24n { top:1.875rem;left:5.8125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5vVMiXBZEmnMTH5fvIcxFoJNR5OsoSh { top:1.5rem;left:8.1875rem;width:10.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZvmf5kc3h5D9HgkTzWo5Q7rktKygfDa { top:1.5rem;left:33.0625rem;width:14.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRwLNnlvJNThPVeGSFgti9lW414eU31p { top:1.875rem;left:43.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy { display:block; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BEV1TaNrVb3MmHPQ3yQXNJaRBnqTmTBH { width:6.875rem;height:2.5rem;top:13.5625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE3kx7ASTnwv4IEkEyUL8Mp8oJVPgSKT { display:block; }
 }@media only screen and (max-width: 763px) { #EqFwgtPKq5DSbT1wkrwaN5fOkgp5RKNg { width:6.875rem;height:2.5rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDprJwNJV0AQW7Qsi2UHC4I3WyCp7z2D { display:block; }
 }@media only screen and (max-width: 763px) { #MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM { top:0.625rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5 { top:0.625rem;left:6.375rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW { top:0.625rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4 { top:0.625rem;left:30.25rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrcI7SdNstbTUZ0vZPwT7lhur4Azm4vX { width:6.875rem;height:2.5rem;top:13.5625rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEbsTQ9TI3rBiIHq4kV6ky22ITR1ruk { display:block; }
 }@media only screen and (max-width: 763px) { #E5cJ1HeETLOqJqTiesRp0ok8IBnkxURJ { width:6.875rem;height:2.5rem;top:13.5625rem;left:26.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkLIGvCLbRqAO8Qwo8cQUq5T2I057V4 { display:block; }
 }@media only screen and (max-width: 763px) { #zRiTibr0m97CrQlGVaiTz1FcLXA9QtmT { width:6.875rem;height:2.5rem;top:13.5625rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U38Z8c7z0uFQqENt9dn5uGSnE3DnM9n5 { display:block; }
 }@media only screen and (max-width: 763px) { #D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc { display:none; }#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OltSBfL1vD9E3tmyirdnBZ3N3uTMIcKR { width:6.875rem;height:2.5rem;top:17.4375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaiXpIISk6LHy4gidyTvsOJZ4fPihsKc { display:block; }
 }@media only screen and (max-width: 763px) { #bVuM4cqeMPB2DlTGF2lsxORLTiqoKbr6 { width:6.875rem;height:2.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKime56RgMmnLihw2GLew0IARcu57zC { display:block; }
 }@media only screen and (max-width: 763px) { #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD { top:4.5rem;left:0rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #czBkqho3hZfrii1uILcEkRpWRlsJ3HST { top:1.25rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOhzeMn5FkqeFFH0kqC9XaaW9EomMobn { top:19.125rem;left:0rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh { top:4.5rem;left:6.375rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oke3KXsHl2T9gDLJ5CA5nPWDS8nfKk5V { width:6.875rem;height:2.5rem;top:17.4375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGq8CWnSHJKu7Wdfbz7dmbp4vcip8bpR { display:block; }
 }@media only screen and (max-width: 763px) { #dFMq2ioUcFeV4vevl00soLv7JJxnDJsb { width:6.875rem;height:2.5rem;top:17.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtw89U5IQoJnhLlSQx6II8PHHBp2OOQw { display:block; }
 }@media only screen and (max-width: 763px) { #NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG { display:none; }#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yIUXhM0elNXXUdME2rxJTSvoTTFuF6Dw { top:1.4375rem;left:26.875rem;width:16.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHQo76TiLOTlQAoHXheICxKlT2yvkVT { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx { display:none; }#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #No7lA6PHPh81oXglyglfoHqeH0JDQpFk { top:1.25rem;left:19.5625rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytVXwzpEf88gaoUuk6011T4pDUXftWc0 { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqqStsBB9fiV21gCStVJSVKn2TVDebv { display:block; }
 }@media only screen and (max-width: 763px) { #AifgkNmJldPSAUg5saMc8MBnvmrSb3bX { width:6.875rem;height:2.5rem;top:17.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWGiVg8gN9fhX5H5W1Dv7cz2JISaaxZ { display:block; }
 }@media only screen and (max-width: 763px) { #wzraaTiutt5971ac9U6EG3UzG6T4abI7 { top:1.25rem;left:31.5rem;width:16.25rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9iyPyUC0OGILxChzfoT1wyy2DrDfTbl { width:6.875rem;height:2.5rem;top:17.4375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtLAInK7KxTFlfpN8iDMWNLFz7MZWP7O { display:block; }
 }@media only screen and (max-width: 763px) { #dqTfqovGhbH7S9lE34miXA9ILEaHxPxO { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVlFHLrRPJeE1AfdoUMDopUUT5Fnapz7 { display:block; }
 }@media only screen and (max-width: 763px) { #wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt { display:none; }#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iH6dR9pAni2ohRkDqPqQRGLxhwuT7I7P { top:0.5rem;left:0rem;width:16.3125rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #seMrvHJ4DlnPnSHGuNs3pxwkDJztH2c7 { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b { display:none; }#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FS4J4T8r3iyIzwVD1CgNGZNfK7fM1QPs { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtkkb91g3AqI0raBa3fRliNVElTd7T7m { display:block; }
 }@media only screen and (max-width: 763px) { #cvgegn4m3A7zhDvyXTP7uhzPJptmGlVr { width:6.875rem;height:2.5rem;top:17.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LPiyRlUMIn0w6oEnQwlQCIWmMwHJtG { display:block; }
 }@media only screen and (max-width: 763px) { #VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf { display:none; }#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TnMqX6Kb4AhQ3TLabGWn6cJVyAoWd6O3 { top:0.5rem;left:0rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFt47P2AQAyCpkLVvR6PQiclqIxQn5eO { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o { display:none; }#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOq25iW7t396z6rG2fAPslPwOb6hPcxE { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuSMPu5R1ypeblKmtpqwtIuOsRK2N5QQ { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoP9Ia9fhVf607nFhOTP42HHhxfGs0Ow { display:block; }
 }@media only screen and (max-width: 763px) { #onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc { display:none; }#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isyn9b4rtrIcSPwslczDpTDNMyiGG7Nx { top:0.5rem;left:0rem;width:16.3125rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4oqH81kicIEQ1tS9WkswcisQtCL24S { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX { display:none; }#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay1LHpsTIE6rF2Kqd9QTgCWgNkE3Xg0s { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvoMtXxA58JcCmpxqR3WcfEMbo7tXZl { display:block; }
 }@media only screen and (max-width: 763px) { #bE7BFTk01yNAH2LagvhXVQlcTCITDzcS { display:none; }#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JK2C9sftGgEI1oB84yxBS0Tp10pu4LvB { top:0.5rem;left:0rem;width:16.3125rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrFzKVxULXZ4K4SQc5fxiZ5i9Z3OVFD { top:1.875rem;left:24.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK { display:none; }#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC { top:4.5rem;left:18.3125rem;width:17.5rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyLsqSaHGio1MvLJFiN8T9PDtBSUcMAt { width:6.875rem;height:2.5rem;top:17.4375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1a2glgE2OuhcTIlD1sgBlElkzATxCtX { display:block; }
 }@media only screen and (max-width: 763px) { #v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d { display:none; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #h0UH7CTOQDPKASVoBd3WGmvTfhJbKLKO { top:1.9375rem;left:0rem;width:28.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM6IVzM4SEXTcGgvxWbcPMVnySSfduZh { top:2.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv { display:block; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlObUmhTr0HgrItsokcOHpBTAAVTPcGX { top:1.25rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFuZyyhTmQOH7ErI0bTo8RDGokb3DZM { top:11.25rem;left:0rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9 { top:1.25rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkopCQpzVLINRTRZPl0eeTFf4m6HlT1 { top:11.25rem;left:0rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2 { top:1.3125rem;left:6.125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO { top:1.3125rem;left:15.3125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4 { top:1.3125rem;left:24.5rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f { top:1.3125rem;left:33.6875rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN { top:1.25rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #avH3ITVau4bR7pW7WEDXgqs6TRHStOPK { top:1.25rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7o5W0RDAUInTwL9zx0tREMk1AQ4dlu { top:11.25rem;left:6.125rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RigigEpmQHycTCCes9oa44OnPzNtEO7E { top:11.25rem;left:15.1875rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44qigWQCv7n2RlTwdLfZ2s2gvDRZ8gH { top:11.25rem;left:24.375rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRQcL19QXho1k9KNEMp7oRdfGfTeKkX { top:11.25rem;left:33.5625rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPqs1uUV7I53n2G73IByLlGNs0gWtBkd { top:11.25rem;left:39.8125rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7IE4Bv0uyGTcbQPBggWHELTsRZ7Xlhs { top:11.25rem;left:39.8125rem;width:7.9375rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCnmbsWDBwIUrsiWESy5wOp1CJcueUZ { width:2.5rem;height:2.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2NDUl5yRlRTMdhNTvrlVWlAUWBcqsL { display:block; }
 }@media only screen and (max-width: 763px) { #UvT0Ixu649CPMtauTGtwuTVoIEN6eLVn { width:2.5rem;height:2.5rem;top:8.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw1KkqCCDVnDDTRRdD8G9Otq9575ou0p { display:block; }
 }@media only screen and (max-width: 763px) { #hFdsNfltITuL8i8J1SuER9ITapAToW6X { width:2.5rem;height:2.5rem;top:8.125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpXVH2GAhaE3HMdiqWwR8rECySyTP6f { display:block; }
 }@media only screen and (max-width: 763px) { #udSu87keGbhguD7pVGBtdWTdeQp8yC4Z { width:2.5rem;height:2.5rem;top:8.125rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgVFX0eFCVhFKUmE7QutibtSZo3zxyaG { display:block; }
 }@media only screen and (max-width: 763px) { #TOaDyQp32khGUu0zDRUHI4iztP217fGm { width:2.5rem;height:2.5rem;top:8.125rem;left:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWp3sMbr23xLwapFJ9J99ZVfL2laT1TZ { display:block; }
 }@media only screen and (max-width: 763px) { #JaToSWGtqSzn6FF3vdZk3ZCTEKyW967E { width:2.5rem;height:2.5rem;top:8.125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGhsKszDNyEoc6PiTXz4HsK1BeWekvev { display:block; }
 }@media only screen and (max-width: 763px) { #EpdnPhDZP8OuMOS69ch6ns1yKl481pTB { width:2.5rem;height:2.5rem;top:8.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEwgwV7z97UsgT4MasO9EJaccFZymwf { display:block; }
 }@media only screen and (max-width: 763px) { #ftM55L9066ysuAc6ECGrkwW7Ea24vTHc { width:2.5rem;height:2.5rem;top:8.125rem;left:45.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdd9bz9tsbWMJ58Bs2I4Kzb5e6tHx7Od { display:block; }
 }@media only screen and (max-width: 763px) { #ZCUEZX9OMLxNFOIgskv6iU3N0k5gvtke { width:19.625rem;height:2.1875rem;top:16.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8Zf8P2BKiUuotCslDcAGPcsFD9WClD { display:block; }
 }@media only screen and (max-width: 763px) { #Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 { display:block; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGwaSebACcHg0GkPNGUZTOeGW5bahKBL { top:1.25rem;left:0rem;width:20.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGmsTpMmvELqTEZK8DwMPSsaJcD59efL { top:1.125rem;left:0rem;width:37rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK { display:block; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnD3m5xb50GQ1s9fR0Pvw1mv1i531boJ { top:11.5625rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6mfPvmyOqmvfv3UTkg1XITTP8N968A { top:16.375rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv9mqSk13PdWvA1KcEFZg50XGRAkrtV3 { width:8.25rem;height:1.5625rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #etFCWEcpW3IFHim09lb0nBUW8NmTWVq6 { display:block; }
 }@media only screen and (max-width: 763px) { #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT { top:1.25rem;left:0rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k { top:1.25rem;left:6.375rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pun3R6tuL0bqed5GG4NgBLoDxKzcxbi1 { top:16.5625rem;left:8.25rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbuDlQoyN6DWyFTIM8U50TUas8q8Egv0 { top:11.5625rem;left:8.25rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS { top:1.25rem;left:18.3125rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvSdI20kIZdJ18IgQzXfX97TRzuTlvBm { top:11.5625rem;left:20.1875rem;width:15.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #phbcX8T6nGCebchMgtVnLPhbmm729xgo { top:15.0625rem;left:20.1875rem;width:15.625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn { top:1.25rem;left:30.25rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnb94VqdAyVfqcQ8frfNyFHUaTOZ3i7w { top:15.0625rem;left:32.125rem;width:15.625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W01qwD4OgGHz1vaWawuc6PyZJ3FkUQTP { top:11.5rem;left:32.125rem;width:15.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsSypC753IcDLOXSlrX9ROZBHhc8nIAb { width:8.25rem;height:1.5625rem;top:21.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvlEB6BeItbhn71i6CNuxS2kWKd8yWGU { display:block; }
 }@media only screen and (max-width: 763px) { #C2T5WS0NBswAeTLd1ishUxnSyOdnzOGK { width:8.25rem;height:1.5625rem;top:21.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1QfuRf6HQTUJzoFHVhpIfgLg5PJp7ul { display:block; }
 }@media only screen and (max-width: 763px) { #TXbUlxGH1O8aGVcR5JT9536Qu1gI969R { width:8.25rem;height:1.5625rem;top:21.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ki8TC6wUlKc1NUygK3GgLAu3HO5VwFG0 { display:block; }
 }@media only screen and (max-width: 763px) { #RTToxe1F6azwVDP2s7PAHR3yCprw7VKf { display:none; }
 }@media only screen and (max-width: 763px) { #ucGa6cGNr5GzBJ02O0WQiEKWLnEaQh8A { display:none; }
 }@media only screen and (max-width: 763px) { #TPA9k30UCKJVFwVzIWmoL1DPc1TMcOA1 { display:none; }
 }@media only screen and (max-width: 763px) { #awheD08TTe2EbTuCHtieIgBRHf7PEf0a { display:none; }
 }@media only screen and (max-width: 763px) { #zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V { display:block; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTbViMVPc4WNS1OBtauKv5PpDrtt94nR { top:11.5625rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKvFeOAqoi2OWnucPt9zMrkBalnCqD14 { top:16.375rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP3IDcougHpFEJ1bwUUKrWTbiTiZGZII { width:8.25rem;height:1.5625rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpuxHQzSXvz818bUw7tkWB9OFUy6iXDU { display:block; }
 }@media only screen and (max-width: 763px) { #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn { top:1.25rem;left:0rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm { top:1.25rem;left:6.375rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3lysM0kFd6ogtG7V8wLFXbQXzCxuTME { top:14.875rem;left:8.25rem;width:15.625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuiXw10XK3cv58BFbn3bTl6EeJVMrke8 { top:11.5625rem;left:8.25rem;width:15.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM { top:1.25rem;left:18.3125rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aS8hmNglIuwTlcGc4yprDWBbt7F8I3hG { top:11.5625rem;left:20.1875rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKT8uouliL64PGomDbM3FU3zTig1ETbT { top:16.5625rem;left:20.1875rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD { top:1.25rem;left:30.25rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0STzuWJKppgf5Vq8bMKhHcuTOWorKDA { top:16.5rem;left:32.125rem;width:15.625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqlaZBoEnZfE32mrSdqE0zFQcRmhDWwg { top:11.5rem;left:32.125rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBowTmNZPORnnE6dBxrm8oFeLXuPiW4z { width:8.25rem;height:1.5625rem;top:21.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uozsWIFDWJknbma9eBaxHBe1x7iLK1HZ { display:block; }
 }@media only screen and (max-width: 763px) { #DNd1XRTwKQHoy6DqPAxLTKFMsp7NuX6U { width:8.25rem;height:1.5625rem;top:21.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srx5F0BHTOkCWrHUaNZu7QSaIRttOd2O { display:block; }
 }@media only screen and (max-width: 763px) { #BzBQCwpkUpzNT0bd07JaPHrMQIOTt1eb { width:8.25rem;height:1.5625rem;top:21.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTlsCLC1emkvNpq1EgzF04PNR6wsBzy { display:block; }
 }@media only screen and (max-width: 763px) { #kvwgDohGLND7RqwKGmXrqNy0LQgud95n { display:none; }
 }@media only screen and (max-width: 763px) { #aHesCswMApuOuBXNeT61RtIpyx3tBDR6 { display:none; }
 }@media only screen and (max-width: 763px) { #eIgBIwOEU0FglLMKpqgJ5mT8la9fEfzm { display:none; }
 }@media only screen and (max-width: 763px) { #KdFkKg86WkK5eBsxlO6F0f2dIoU1BGpM { display:none; }
 }@media only screen and (max-width: 763px) { #tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu { display:block; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0BUKwTSTphb128IPrfVcN9q399V6inf { top:2rem;left:0rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8TycbQHkcZNyZf8EgNA0VChb5dWc6DE { top:1.125rem;left:0rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNQQ5a0xqOtyXzy08xELuxCKcGAOODeB { top:1.125rem;left:8rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEUTDgHPM4TBNPXJnCWqdGBR7nBSJuph { top:2.0625rem;left:9.5625rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXxhS4HFrFDPViZQw0zgRQZ9XkeRx45D { top:1.125rem;left:23.875rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfb6wVoL4KQGxESFzZ9vrrTFBodNirF { top:2rem;left:25.4375rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNBbk4uvoFLtfJTrvIqdo0Ta30qCsAt0 { width:19.625rem;height:2.1875rem;top:17.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTD67iAyQa04ykJ7OeJnQWPOI6cQrdCw { display:block; }
 }@media only screen and (max-width: 763px) { #wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt { display:block; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVZxNVvUUW3UmuvpOTe9XH0UvRtTWFcT { top:0.875rem;left:27.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n113eqDNLKTtUTOvyICMlqNdATL5ezc8 { top:0.875rem;left:34.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4kG7ybwlOeBwkwfPrB3Inm7fgVctIPi { top:0.875rem;left:42.25rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkMXyRx6kgXyhM8up6kHUyK1rCFD89he { top:1.1875rem;left:7.5625rem;width:14.25rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfOg8aDPhlBQHnEOwzTAZVqLcfR5TpG1 { top:0.875rem;left:44.625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEyNVs4LVAR6b8r6QBlvFkDSlFTNa8h { top:3.75rem;left:26.8125rem;width:4.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JizuaEFlzxeTKfwPEIk3ke4nrxfBO0bT { top:3.75rem;left:41.375rem;width:4.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWcuuPBLeN9CeehDCvm8n3c1DGZFBJM { top:3.75rem;left:43rem;width:4.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygTyorV5U73ASxxDT3yJlTyvDMyNHb7h { top:3.75rem;left:34.0625rem;width:4.75rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNdf0kHlqMhHi4ZorqCrNlur05DAGivJ { top:1.1875rem;left:0rem;width:11.125rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TEyvUxvDRT4ufEBp7gPlGg11keMb4n { top:1.8125rem;left:0rem;width:10.9375rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU { display:block; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpkaTTRmnwW15vJWTaDC6r0LTyiMeolT { width:4.6875rem;height:2.25rem;top:4.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyVlh5Ef2ZVgiaT5OiPmfi5Jy5TKMCe { top:0rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcgirLSipnuqrPT8dmw4Z4ZDymcclKqi { top:0rem;left:4.0625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUaamlprSD6T9y6eWqbiahf3OfD0IvOU { top:0rem;left:15.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCWCpSbAHQE6TGyLdo2UsMprabWGkeB1 { top:0rem;left:40.125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfrObEZvVpECXNAveDAfV8wTqwT9z6y { width:6.1875rem;height:0.75rem;top:0.8125rem;left:7rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXSVMyJBxqF7sFUVaMoWpn3fWgXsHrW { width:7.5rem;height:1.5rem;top:0.6875rem;left:18.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LCsWbwe0q6feCrRDqQccpP9f06INgi { width:10.3125rem;height:0.75rem;top:0.75rem;left:37.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo { display:block; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJQKS74woaQAa0c6NhP9lNTMDb99yXLg { display:none; }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bf506819-5cbc-4f89-a556-088937e44873/tlojestembiegaczemdlazdrowia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd { position:relative;z-index:auto;display:none; }#fFb8BqBzqDN4Ia6DLbz0dVzhmdbLmeNd > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LM5e5m10599DSbCAKV6h4IWoFFoP6Zvu { width:10.9375rem;height:0.75rem;top:0.8125rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETexTqLvD4eW4ZTW6kakzuhIzOdARvTM { width:2.8125rem;height:2.8125rem;top:0rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC3DZwN8inr21ylZ6am2IcKwprosrpwP { width:2.8125rem;height:2.8125rem;top:3.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qT8ucwR5abhzQ0x6OI5T1nQhaCEcLMwX { width:2.8125rem;height:2.8125rem;top:7.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTJecck8URKGmJWt9W892egd0z98Dl1F { width:2.8125rem;height:2.8125rem;top:11.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgwmBHzumc76CM4Xo0sLi5mkzCERM6zS { width:2.8125rem;height:2.8125rem;top:14.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqqcFha6hzUfd9XgAkfZTZTmuVTcqHaF { width:6.1875rem;height:0.75rem;top:4.6875rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeUti9MlQWloraCpvxhHmDBB6Wccwz0z { width:7.5rem;height:0.75rem;top:8rem;left:6.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yW8nuZ99wQZT4zOlZVtfRnBaORfzlHkD { width:6.75rem;height:0.75rem;top:11.75rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIPtg8xMxeqTpqJknoTDigV9pI7anAtx { width:10.3125rem;height:0.75rem;top:15.5rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 { display:block; }#y5r4MuW8m73yV6I0BHu3Aws392ycM6H9 > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO { display:none; }#owZh9ngKFZ9Xa4VTr7cuZVgVexF4kFTO > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rRSRU5HvdnsOZ5Qf6dkwmXggq2NRlM8h { width:7.4375rem;height:2.5rem;top:1rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAIM81RsUIaH79slxCcRJqBXEfI6SFVz { width:20rem;height:0.9746125rem;top:4.6875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SyshcsFoiArUNPSDoM0H2LkUgTtByJwL { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container { background-color: transparent; background-image: none; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container > .video-iframe-container { display: none; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row > .video-iframe-container { display: none; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .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); }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container { border-width: 0; border-radius: 0; }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row > .video-iframe-container {  }#SyshcsFoiArUNPSDoM0H2LkUgTtByJwL > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kue8cIW1uXmf2GGGJiZycqdLMw4avbI9 { top:1.0625rem;left:0rem;width:2.875rem;height:2.875rem;z-index:100000;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeXUCFmb67N5S3gfdlkAG4GmfTznJClS { top:5.4375rem;left:0rem;width:12.5rem;height:16.5322125rem;z-index:100001;line-height:2.1;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ic4EVcHKTdAXmlk8ZTeKRaxegTCqW7bu { width:17.125rem;height:4.8125rem;top:0rem;left:2.875rem;z-index:100001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BSKW0G03brdwx0cpoXlXqrv4agMd4Taa { display:block; }#BSKW0G03brdwx0cpoXlXqrv4agMd4Taa > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy { position:relative;z-index:auto;display:none; }#XWUJZGLRIBmWC8PiP75D91Uh0rLZEwwy > .row .container { width:20rem;height:15.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SwVEaZEiXRRl74ThbTP48J2XO2qLq1ST { top:5.1875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100015;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RX5KXZSmNDSgMOJwbhWwVo4xOUIeViWS { display:block; }
 }@media only screen and (max-width: 763px) { #ipBeP1SFxsNkMCLAPN6CETzwgy8guXJA { top:12.6875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100018;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiJIz4T9iTvomqTufwbCM5rnUsLmvtel { display:block; }
 }@media only screen and (max-width: 763px) { #uA1tLKLgeBTpnRIIeuxToamtszpE5JOA { top:15.1875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100019;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cy1BOzR0aMzmhElCROtIfyQFGfLGuGSe { display:block; }
 }@media only screen and (max-width: 763px) { #dei7R0VTdZzmJtLmaiGAppsAbfq8y6FB { top:17.6875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100020;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #OcrRDzamMZEeL9BlWbe4STkpEX6iTCug { display:block; }
 }@media only screen and (max-width: 763px) { #HtddCA8SAFRcP1e0w30lzGBGzazdBp2o { top:7.6875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100016;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #SU8HBPrWsAQg4P4APvt4qBNwk3MctJC9 { display:block; }
 }@media only screen and (max-width: 763px) { #oKFIPgQb8SxEG2smDcu0ixZxbKW3g92v { top:10.1875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100017;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #toqtkOHJJi5tOyQZ7UbwHEie9Pb21Dwn { display:block; }
 }@media only screen and (max-width: 763px) { #GDvQUDr9QTgyHDQGQbbXNHHPo7ZaktGx { top:20.1875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100021;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zT7ZRCK4XfJZT8kiUQXIhIVUnNoISPv0 { display:block; }
 }@media only screen and (max-width: 763px) { #QNqVXmUKgwOtyyrrnysCQJKfBHJVlt83 { top:22.6875rem;left:1.25rem;width:17.5rem;height:2.5625rem;z-index:100022;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3T0pMURawSuKG7NIdZxucC2di5nwSeN { display:block; }
 }@media only screen and (max-width: 763px) { #RfZPuArzXhOqn2nhBcokRvJL4U6CHttX { top:0rem;left:7.3125rem;width:5.375rem;height:2.5rem;z-index:100015;color:#000000;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:left;text-align-last:left;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #atllPFpmn3yNQmlorWorUOVJTglQIoXN { display:block; }
 }@media only screen and (max-width: 763px) { #Ug1CVEok9toku2k64bulDnOkc97rs4Mt { background-color:transparent;background-image:none;display:block; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { background-color: transparent; background-image: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row > .video-iframe-container { display: none; }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ug1CVEok9toku2k64bulDnOkc97rs4Mt > .row .container { width:20rem;height:32.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:8.125rem;height:0;top:9.9375rem;left:1.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { width:20rem;height:11.01953125rem;top:14.8125rem;left:0.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AFURoRgH86V9vLcCIuz1CvRWyxS4CZJR { width:12.5625rem;height:5.8496125rem;top:3.0625rem;left:0.9375rem;font-size:2.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FvvrhNta8Nhk7dAzs5WEzUueB0BEGTMs { width:3.125rem;height:3.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJSuM98cludVXVVIT8ZTexTipJoNoFFR { width:5.8125rem;height:2.0625rem;top:28.3125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwE36Rvb4AfFZrW9Q5ahuRLLFn9pzVI2 { display:block; }
 }@media only screen and (max-width: 763px) { #VTrwJGPCVweyTK7PmNhNqVrOWe1STQ8q { width:5.8125rem;height:2.0625rem;top:28.3125rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovKKBCZhWibXTrdIMyHXBzWWoPWESIx9 { display:block; }
 }@media only screen and (max-width: 763px) { #i1dTx08t04uPcElksDhKph9wXxGW8tyK { width:20rem;height:14.5625rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIDdGRAPwgyhy3F06NL3Dfus6XnFugNp { width:7.9375rem;height:7.9375rem;top:5.3125rem;left:11rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #IUWfhTL9tyGWQicnLgg7ZJTH8AQcVad0 { width:7.125rem;height:15.375rem;top:0.90937423706056rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l { display:block; }#RGMxUaJDMCwtCTWL0Hz9Sqe0aa0nWl8l > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ll7PJxb0O4XxNIzQ1TDzbxsTipUmJc7u { width:17.0625rem;height:1.29980625rem;top:1.546875rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqHW4UDZvQnrSNK46HdZiKcpbsK63Ch6 { width:19.6875rem;height:2.6875rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUeTZyhBh7Chs9VR7kddo41rAI6dgvr6 { width:1.25rem;height:1.25rem;top:1.53125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8dJsDNS7OXd1ridE4bHLDKi3115OKGd { display:block; }#D8dJsDNS7OXd1ridE4bHLDKi3115OKGd > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f7rQ2033CROViQNeNtOX5h1nybg61DB7 { width:16.3125rem;height:0;top:11.625rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5i1f3Iy0Wfxss9ZseXdaoGkixOhEbEZ { width:16.3125rem;height:0;top:0.62187576293945rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ow4uXB48ZPE7NJpm5XyACGGmvU3bTd4H { width:1.25rem;height:1.25rem;top:0.93125152587888rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #S4Zrr4St4PBhFPWf8BMCUow7aORuqV1t { width:1.25rem;height:1.25rem;top:6.86875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcCKrdF3dSHwBLBT6oaGTBCih6mtyXP6 { width:16.3125rem;height:1.86875rem;top:0.56562519073486rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFlBloJTMA9AWQoHDcQ2qeWLx1M1MyJp { width:1.25rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD { display:none; }#Tkku2F9SRfywRiq7dAWxxNDQF7oa5VpD > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XvR153G0sSDzpM82rZ8i9CRyAOGifI36 { width:6.875rem;height:2.5rem;top:15.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFTcmpNghDFIRhTUI9mEOOuAcDTe1exZ { display:block; }
 }@media only screen and (max-width: 763px) { #Ut3FZ6lTx6PQUQTc3yToQtpy5RtUFOLI { width:6.875rem;height:2.5rem;top:15.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGRc2ugMLseI6KfPVv71uCuxQh9DSuRN { display:block; }
 }@media only screen and (max-width: 763px) { #Da5tIwdSo0cqLg0BCbLfEp3lzvkr8ciS { width:20rem;height:12.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DHxzsS7JT95JH7zmC6O3IfhfOIJRGiTL { width:16.25rem;height:1.4625rem;top:1.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJbgs0cIGrP7SX4CJb2mcGkT3NXUvglr { width:16.25rem;height:2.475rem;top:19.125rem;left:1.875rem;font-size:1.125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #lutiiU9Tl8Pihaw6wOXH9re6EkbW1GcS { width:20rem;height:12.5rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Osv22N9PZFyddVBUxDLtTtXTZKNCKQyP { width:6.875rem;height:2.5rem;top:33.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3NtOHCHVSZNQt2vfEmt3gPm44hnnXPB { display:block; }
 }@media only screen and (max-width: 763px) { #qTrUTwMZprdfhn4k9FZ5RAom9vwtHXSm { width:6.875rem;height:2.5rem;top:33.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q05hLqVMdyhyEF38TtMgrcUSAZrlhnQ9 { display:block; }
 }@media only screen and (max-width: 763px) { #gaQ9voJJuV9yNh051wUsKKNWrxzzr4T5 { width:17.5rem;height:1.4625rem;top:38.375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #og7KDWUsUolIeUkCUaFi7AJhSIC6H9X2 { width:20rem;height:12.5rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uq9Umpy2OAghMTlEPXx8VN0aixk4TqW6 { width:6.875rem;height:2.5rem;top:51.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ey69hlJ1TF6MXFrGELtiTuJAV7tTwOsa { display:block; }
 }@media only screen and (max-width: 763px) { #MDUBFwlbcNXkNzQ0ZBNiRH2UMN4vPeVu { width:6.875rem;height:2.5rem;top:51.875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ni3OFS2Wb9tRJ9xnL9rffOSIcTzTTL { display:block; }
 }@media only screen and (max-width: 763px) { #kTJePwhibamTDysJOJkK2qkWN7rTpeJo { width:17.5rem;height:14.375rem;top:61rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpzVTsBS5sHJJO9CP9m1VC6XN5rmrr2J { width:16.25rem;height:1.4625rem;top:58.3125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jls7FiWVNt0zKUbPslvCXFc6g01relda { width:6.875rem;height:2.5rem;top:75.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwhNDekmSm4LDuMoZb3M5EBQu36kWt7m { display:block; }
 }@media only screen and (max-width: 763px) { #U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz { display:none; }#U1cyW5O0vHr8h0x91Xruz1cMK3bwKDwz > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PPsPIN6lDHhQeOd2Mes53H2JqNhFy4L8 { width:16.3125rem;height:0;top:11.625rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ONHx3GmZKeKhUNHqVDINoa9CIsSqiHB7 { width:1.25rem;height:1.25rem;top:0.93125152587888rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfuCo8GmmMW0xAPhhFJwo9pECFiBoCDW { width:1.25rem;height:1.25rem;top:6.86875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAgF9sVWWpxuiSxpFvNnCcd9clU4CbZs { width:16.3125rem;height:1.86875rem;top:0.56562519073486rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEh5gBDlk9fdGTOd6HyFaA9Rg6ntb8Zd { width:1.25rem;height:1.25rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZX38VE6A4sIAOR2JoixTKthUsXZx24n { width:1.25rem;height:1.25rem;top:1.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5vVMiXBZEmnMTH5fvIcxFoJNR5OsoSh { width:10.75rem;height:auto;top:1.5rem;left:4.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZvmf5kc3h5D9HgkTzWo5Q7rktKygfDa { width:14.6875rem;height:auto;top:1.5rem;left:2.625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oRwLNnlvJNThPVeGSFgti9lW414eU31p { width:1.25rem;height:1.25rem;top:1.875rem;left:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy { display:none; }#JwMetsdy3XHtm6Tn0hIGe6ZRqTsFKTDy > .row .container { width:20rem;height:86.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BEV1TaNrVb3MmHPQ3yQXNJaRBnqTmTBH { width:6.875rem;height:2.5rem;top:15.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HE3kx7ASTnwv4IEkEyUL8Mp8oJVPgSKT { display:block; }
 }@media only screen and (max-width: 763px) { #EqFwgtPKq5DSbT1wkrwaN5fOkgp5RKNg { width:6.875rem;height:2.5rem;top:15.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDprJwNJV0AQW7Qsi2UHC4I3WyCp7z2D { display:block; }
 }@media only screen and (max-width: 763px) { #MWb9JrefdgZ8F9Zg1dBfoso3QxSSdpQM { width:20rem;height:12.5rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC21dPNtzwNSOHROI8Gb1zl58MWycJD5 { width:20rem;height:12.5rem;top:22.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz1ItlAN0MTgHRpay8pMMRaDDB0h2ahW { width:20rem;height:12.5rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLEw3WCK2cKyau0dFPwwgnA4mx02dKO4 { width:17.5rem;height:14.375rem;top:61rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wrcI7SdNstbTUZ0vZPwT7lhur4Azm4vX { width:6.875rem;height:2.5rem;top:75.3125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxEbsTQ9TI3rBiIHq4kV6ky22ITR1ruk { display:block; }
 }@media only screen and (max-width: 763px) { #E5cJ1HeETLOqJqTiesRp0ok8IBnkxURJ { width:6.875rem;height:2.5rem;top:82.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGkLIGvCLbRqAO8Qwo8cQUq5T2I057V4 { display:block; }
 }@media only screen and (max-width: 763px) { #zRiTibr0m97CrQlGVaiTz1FcLXA9QtmT { width:6.875rem;height:2.5rem;top:79.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U38Z8c7z0uFQqENt9dn5uGSnE3DnM9n5 { display:block; }
 }@media only screen and (max-width: 763px) { #D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc { display:block; }#D4ULd8922nw9ivf1Aqd3y7fvIWSeGbbc > .row .container { width:20rem;height:38rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OltSBfL1vD9E3tmyirdnBZ3N3uTMIcKR { width:6.875rem;height:2.5rem;top:15.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xaiXpIISk6LHy4gidyTvsOJZ4fPihsKc { display:block; }
 }@media only screen and (max-width: 763px) { #bVuM4cqeMPB2DlTGF2lsxORLTiqoKbr6 { width:6.875rem;height:2.5rem;top:15.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfKime56RgMmnLihw2GLew0IARcu57zC { display:block; }
 }@media only screen and (max-width: 763px) { #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD { width:20rem;height:12.5rem;top:3.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6fcfe5d5-8462-422e-9551-e0e84d3f6c44/510km.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.adaptive-delivery-prevent-bg, #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.lazyload, #M2181TXTBTIWOOo5FVRmtSixJsUD6PuD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #czBkqho3hZfrii1uILcEkRpWRlsJ3HST { width:16.25rem;height:1.4625rem;top:1.5rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOhzeMn5FkqeFFH0kqC9XaaW9EomMobn { width:16.25rem;height:;top:19.125rem;left:1.875rem;font-size:1.125rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh { width:20rem;height:12.5rem;top:22.75rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a5b96424-d71f-403a-951e-e556758d238c/maratonbuty.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.adaptive-delivery-prevent-bg, #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.lazyload, #H5RkIzbK6m51niIwBCcZCTdgJA1bJdmh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oke3KXsHl2T9gDLJ5CA5nPWDS8nfKk5V { width:6.875rem;height:2.5rem;top:33.9375rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGq8CWnSHJKu7Wdfbz7dmbp4vcip8bpR { display:block; }
 }@media only screen and (max-width: 763px) { #dFMq2ioUcFeV4vevl00soLv7JJxnDJsb { width:6.875rem;height:2.5rem;top:33.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qtw89U5IQoJnhLlSQx6II8PHHBp2OOQw { display:block; }
 }@media only screen and (max-width: 763px) { #NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG { display:block; }#NTZzFMiq3fQdGCQWgitcQft1FMTRr0HG > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yIUXhM0elNXXUdME2rxJTSvoTTFuF6Dw { width:16.3125rem;height:1.86875rem;top:0.55937576293945rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvHQo76TiLOTlQAoHXheICxKlT2yvkVT { width:1.25rem;height:1.25rem;top:0.86874961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx { display:block; }#GLPXe7vnKPZMowTTvdbuINQVnTm2MAAx > .row .container { width:20rem;height:36.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #No7lA6PHPh81oXglyglfoHqeH0JDQpFk { width:17.5rem;height:1.4625rem;top:1.5rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo { width:20rem;height:12.5rem;top:3.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d1f384b-e0b1-43c7-862f-61d2da4d05b4/butytreningasfalt.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.adaptive-delivery-prevent-bg, #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.lazyload, #fXRWx20eT4XIM8XcLQBiK26UKr5tDEdo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ytVXwzpEf88gaoUuk6011T4pDUXftWc0 { width:6.875rem;height:2.5rem;top:15.125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArqqStsBB9fiV21gCStVJSVKn2TVDebv { display:block; }
 }@media only screen and (max-width: 763px) { #AifgkNmJldPSAUg5saMc8MBnvmrSb3bX { width:6.875rem;height:2.5rem;top:15.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzWGiVg8gN9fhX5H5W1Dv7cz2JISaaxZ { display:block; }
 }@media only screen and (max-width: 763px) { #wzraaTiutt5971ac9U6EG3UzG6T4abI7 { width:16.25rem;height:1.4625rem;top:19.125rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF { width:20rem;height:12.5rem;top:21.58749961853rem;left:0rem;z-index:100002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/80304d2a-c82b-4d44-bdb2-d09ccf780aeb/butyteren.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.adaptive-delivery-prevent-bg, #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.lazyload, #R5bn5fFArE8Ef7RlIF5Gkc6RZf3hfiNF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #h9iyPyUC0OGILxChzfoT1wyy2DrDfTbl { width:6.875rem;height:2.5rem;top:32.75rem;left:2.5rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #rtLAInK7KxTFlfpN8iDMWNLFz7MZWP7O { display:block; }
 }@media only screen and (max-width: 763px) { #dqTfqovGhbH7S9lE34miXA9ILEaHxPxO { width:6.875rem;height:2.5rem;top:32.75rem;left:10.625rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #vVlFHLrRPJeE1AfdoUMDopUUT5Fnapz7 { display:block; }
 }@media only screen and (max-width: 763px) { #wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt { display:block; }#wHVZMCXPuPLlSZ5ycvg9GbomsgsBnpAt > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iH6dR9pAni2ohRkDqPqQRGLxhwuT7I7P { width:16.3125rem;height:1.86875rem;top:0.55937576293945rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #seMrvHJ4DlnPnSHGuNs3pxwkDJztH2c7 { width:1.25rem;height:1.25rem;top:0.86874961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b { display:block; }#GvDXTx7ndiA2gkbfHLbSMUQi81qIUL9b > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG { width:20rem;height:12.5rem;top:1.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a732f04e-f288-423c-9824-d47a77802430/odziezstartowaambitny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.adaptive-delivery-prevent-bg, #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.lazyload, #UhGMJOSpTl1unDo4QsQ4OBhZrGx52OeG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FS4J4T8r3iyIzwVD1CgNGZNfK7fM1QPs { width:6.875rem;height:2.5rem;top:12.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtkkb91g3AqI0raBa3fRliNVElTd7T7m { display:block; }
 }@media only screen and (max-width: 763px) { #cvgegn4m3A7zhDvyXTP7uhzPJptmGlVr { width:6.875rem;height:2.5rem;top:12.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8LPiyRlUMIn0w6oEnQwlQCIWmMwHJtG { display:block; }
 }@media only screen and (max-width: 763px) { #VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf { display:block; }#VoTdPBVcdLBO4szAB6SoJ2wiX1LS56nf > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnMqX6Kb4AhQ3TLabGWn6cJVyAoWd6O3 { width:16.3125rem;height:1.86875rem;top:0.55937576293945rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFt47P2AQAyCpkLVvR6PQiclqIxQn5eO { width:1.25rem;height:1.25rem;top:0.86874961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o { display:block; }#GIBPIxTPn1T4GUG0zTOH9l7a6oPbtc7o > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kOq25iW7t396z6rG2fAPslPwOb6hPcxE { width:20rem;height:12.5rem;top:1.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2413e987-0613-4edd-996f-579c4597af43/plecakipasybidony.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kOq25iW7t396z6rG2fAPslPwOb6hPcxE.adaptive-delivery-prevent-bg, #kOq25iW7t396z6rG2fAPslPwOb6hPcxE.lazyload, #kOq25iW7t396z6rG2fAPslPwOb6hPcxE.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #zuSMPu5R1ypeblKmtpqwtIuOsRK2N5QQ { width:6.875rem;height:2.5rem;top:12.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoP9Ia9fhVf607nFhOTP42HHhxfGs0Ow { display:block; }
 }@media only screen and (max-width: 763px) { #onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc { display:block; }#onZOdIhqXnNfbuxq7a6cpAITPwCHhxgc > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isyn9b4rtrIcSPwslczDpTDNMyiGG7Nx { width:16.3125rem;height:1.86875rem;top:0.55937576293945rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eO4oqH81kicIEQ1tS9WkswcisQtCL24S { width:1.25rem;height:1.25rem;top:0.86874961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX { display:block; }#wAT2OAweyDAi3kU2Kvh5db8hwgVDGOPX > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT { width:20rem;height:12.5rem;top:1.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ccdd9cf4-7ff0-495d-a580-1d6a4616af8f/zegarekambitny.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.adaptive-delivery-prevent-bg, #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.lazyload, #GOTUdQP96CkvVtD8F01dRdJSDBRAsOnT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ay1LHpsTIE6rF2Kqd9QTgCWgNkE3Xg0s { width:6.875rem;height:2.5rem;top:12.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsvoMtXxA58JcCmpxqR3WcfEMbo7tXZl { display:block; }
 }@media only screen and (max-width: 763px) { #bE7BFTk01yNAH2LagvhXVQlcTCITDzcS { display:block; }#bE7BFTk01yNAH2LagvhXVQlcTCITDzcS > .row .container { width:20rem;height:3rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JK2C9sftGgEI1oB84yxBS0Tp10pu4LvB { width:16.3125rem;height:1.86875rem;top:0.55937576293945rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPrFzKVxULXZ4K4SQc5fxiZ5i9Z3OVFD { width:1.25rem;height:1.25rem;top:0.86874961853025rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK { display:block; }#SovtQtAGsFMvU3geAWi9QVAPWVUOEmsK > .row .container { width:20rem;height:16.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC { width:20rem;height:12.5rem;top:1.5rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/bcab6ace-1e30-4a48-818b-3964372c3e54/zele.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.adaptive-delivery-prevent-bg, #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.lazyload, #uWP66oRVgHN1LgQfXb1chQi4B8GNUCRC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MyLsqSaHGio1MvLJFiN8T9PDtBSUcMAt { width:6.875rem;height:2.5rem;top:12.8125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1a2glgE2OuhcTIlD1sgBlElkzATxCtX { display:block; }
 }@media only screen and (max-width: 763px) { #v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d { display:block; }#v7HLPVG2bhrNG9qp9yi4PwCIs3VBky4d > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h0UH7CTOQDPKASVoBd3WGmvTfhJbKLKO { width:18.0625rem;height:1.21875rem;top:1.6187438964844rem;left:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM6IVzM4SEXTcGgvxWbcPMVnySSfduZh { width:1.25rem;height:1.25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv { display:block; }#rHVDu1iS29C0W15wgkUvxVMb4FEnqOAv > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xlObUmhTr0HgrItsokcOHpBTAAVTPcGX { width:9.375rem;height:9.375rem;top:1.1875rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUFuZyyhTmQOH7ErI0bTo8RDGokb3DZM { width:8.125rem;height:2.2734375rem;top:12.4375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4VZyT4JE6uIP6tb2hgo8NGbOT1G7uJ9 { width:9.375rem;height:9.375rem;top:1.1875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUkopCQpzVLINRTRZPl0eeTFf4m6HlT1 { width:8.125rem;height:2.2734375rem;top:12.4375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubsUkVuDP7yvxD261FPgzMXamWRR0Bq2 { width:9.375rem;height:9.375rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t68t3CcIcDaPV6QJ8fsbJwVRH1hsWpJO { width:9.375rem;height:9.375rem;top:15.9375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmhFp9JxdRMRz47Bi04WOwLdCPNlR8O4 { width:9.375rem;height:9.375rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mch9vfW88AhRhK9XAf0I7eEBuvMtMa8f { width:9.375rem;height:9.375rem;top:30.6875rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOLbLawQA0IhMU75BvaJPgsVlEkwHWFN { width:9.375rem;height:9.375rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avH3ITVau4bR7pW7WEDXgqs6TRHStOPK { width:9.375rem;height:9.375rem;top:45.4375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT7o5W0RDAUInTwL9zx0tREMk1AQ4dlu { width:8.0625rem;height:2.2734375rem;top:27.4375rem;left:0.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RigigEpmQHycTCCes9oa44OnPzNtEO7E { width:8.125rem;height:2.2734375rem;top:27.4375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T44qigWQCv7n2RlTwdLfZ2s2gvDRZ8gH { width:8.125rem;height:2.2734375rem;top:42.1875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeRQcL19QXho1k9KNEMp7oRdfGfTeKkX { width:8.125rem;height:2.2734375rem;top:42.1875rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPqs1uUV7I53n2G73IByLlGNs0gWtBkd { width:8.125rem;height:2.2734375rem;top:56.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7IE4Bv0uyGTcbQPBggWHELTsRZ7Xlhs { width:8.125rem;height:2.2734375rem;top:56.9375rem;left:11.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyCnmbsWDBwIUrsiWESy5wOp1CJcueUZ { width:2.5rem;height:2.5rem;top:9.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rv2NDUl5yRlRTMdhNTvrlVWlAUWBcqsL { display:block; }
 }@media only screen and (max-width: 763px) { #UvT0Ixu649CPMtauTGtwuTVoIEN6eLVn { width:2.5rem;height:2.5rem;top:9.375rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw1KkqCCDVnDDTRRdD8G9Otq9575ou0p { display:block; }
 }@media only screen and (max-width: 763px) { #hFdsNfltITuL8i8J1SuER9ITapAToW6X { width:2.5rem;height:2.5rem;top:24.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URpXVH2GAhaE3HMdiqWwR8rECySyTP6f { display:block; }
 }@media only screen and (max-width: 763px) { #udSu87keGbhguD7pVGBtdWTdeQp8yC4Z { width:2.5rem;height:2.5rem;top:24.125rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgVFX0eFCVhFKUmE7QutibtSZo3zxyaG { display:block; }
 }@media only screen and (max-width: 763px) { #TOaDyQp32khGUu0zDRUHI4iztP217fGm { width:2.5rem;height:2.5rem;top:38.875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWp3sMbr23xLwapFJ9J99ZVfL2laT1TZ { display:block; }
 }@media only screen and (max-width: 763px) { #JaToSWGtqSzn6FF3vdZk3ZCTEKyW967E { width:2.5rem;height:2.5rem;top:38.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGhsKszDNyEoc6PiTXz4HsK1BeWekvev { display:block; }
 }@media only screen and (max-width: 763px) { #EpdnPhDZP8OuMOS69ch6ns1yKl481pTB { width:2.5rem;height:2.5rem;top:53.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcEwgwV7z97UsgT4MasO9EJaccFZymwf { display:block; }
 }@media only screen and (max-width: 763px) { #ftM55L9066ysuAc6ECGrkwW7Ea24vTHc { width:2.5rem;height:2.5rem;top:53.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdd9bz9tsbWMJ58Bs2I4Kzb5e6tHx7Od { display:block; }
 }@media only screen and (max-width: 763px) { #ZCUEZX9OMLxNFOIgskv6iU3N0k5gvtke { width:19.625rem;height:2.1875rem;top:61.25rem;left:0.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8Zf8P2BKiUuotCslDcAGPcsFD9WClD { display:block; }
 }@media only screen and (max-width: 763px) { #Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 { display:block; }#Oy64m51dHVPVGiJa6JEq8vGa9hBsNiX4 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGwaSebACcHg0GkPNGUZTOeGW5bahKBL { width:20rem;height:1.7875rem;top:1.5375061035156rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aGmsTpMmvELqTEZK8DwMPSsaJcD59efL { width:20rem;height:2.6875rem;top:1.0874996185302rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK { display:block; }#s6TiTeWXoKIapgnhMb2BTXEaZTqD9uXK > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LnD3m5xb50GQ1s9fR0Pvw1mv1i531boJ { width:18.375rem;height:3.9rem;top:8.6374969482425rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD6mfPvmyOqmvfv3UTkg1XITTP8N968A { width:18.75rem;height:3.4125rem;top:15.125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gv9mqSk13PdWvA1KcEFZg50XGRAkrtV3 { width:8.25rem;height:1.5625rem;top:12.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #etFCWEcpW3IFHim09lb0nBUW8NmTWVq6 { display:block; }
 }@media only screen and (max-width: 763px) { #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT { width:20rem;height:13.4375rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/86faa8f4-4f99-49db-9676-0cf56a99c9c0/adidasadizero3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.adaptive-delivery-prevent-bg, #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.lazyload, #k2iJc0UqOFMI8MkAJfDbQhMSFpZoi9qT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k { width:20rem;height:13.4375rem;top:16.4375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9a99907-8999-46e3-a87a-fa89ec35ea5e/16bb1abf7eb8431f2a99558c576781b4bd6b201c.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.adaptive-delivery-prevent-bg, #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.lazyload, #wdGQuXI4x6XFNTyWpUm83yiZqDbcR77k.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Pun3R6tuL0bqed5GG4NgBLoDxKzcxbi1 { width:18.75rem;height:3.4125rem;top:38.8125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbuDlQoyN6DWyFTIM8U50TUas8q8Egv0 { width:18.375rem;height:2.6rem;top:23.5625rem;left:1rem;font-size:1rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS { width:20rem;height:13.4375rem;top:31.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8b00fcab-106d-4ed7-acea-5f48cf4d97b9/odzieznamaraton.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.adaptive-delivery-prevent-bg, #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.lazyload, #eQ2Au4p7RvTvbWSifL4lV7TcrM7wrnIS.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #xvSdI20kIZdJ18IgQzXfX97TRzuTlvBm { width:18.375rem;height:2.6rem;top:38.481250762939rem;left:1rem;font-size:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #phbcX8T6nGCebchMgtVnLPhbmm729xgo { width:18.75rem;height:3.4125rem;top:60.125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn { width:20rem;height:13.4375rem;top:46.3125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/54ffca37-10dc-401c-96a0-6a14a8feaa68/namaraton.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.adaptive-delivery-prevent-bg, #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.lazyload, #r1klx7CCpPKd3HH45UFVWtDTK1WO6GTn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #tnb94VqdAyVfqcQ8frfNyFHUaTOZ3i7w { width:18.75rem;height:3.4125rem;top:84.5625rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W01qwD4OgGHz1vaWawuc6PyZJ3FkUQTP { width:18.375rem;height:1.3rem;top:53.40625rem;left:1rem;font-size:1rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #IsSypC753IcDLOXSlrX9ROZBHhc8nIAb { width:8.25rem;height:1.5625rem;top:27.4375rem;left:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #yvlEB6BeItbhn71i6CNuxS2kWKd8yWGU { display:block; }
 }@media only screen and (max-width: 763px) { #C2T5WS0NBswAeTLd1ishUxnSyOdnzOGK { width:8.25rem;height:1.5625rem;top:42.375rem;left:1rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #F1QfuRf6HQTUJzoFHVhpIfgLg5PJp7ul { display:block; }
 }@media only screen and (max-width: 763px) { #TXbUlxGH1O8aGVcR5JT9536Qu1gI969R { width:8.25rem;height:1.5625rem;top:57.3125rem;left:1rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #Ki8TC6wUlKc1NUygK3GgLAu3HO5VwFG0 { display:block; }
 }@media only screen and (max-width: 763px) { #RTToxe1F6azwVDP2s7PAHR3yCprw7VKf { top:7.625rem;left:0rem;width:20rem;height:7.3125rem;z-index:99999;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ucGa6cGNr5GzBJ02O0WQiEKWLnEaQh8A { top:22.5625rem;left:0rem;width:20rem;height:7.3125rem;z-index:100012;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPA9k30UCKJVFwVzIWmoL1DPc1TMcOA1 { top:37.5rem;left:0rem;width:20rem;height:7.3125rem;z-index:100013;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awheD08TTe2EbTuCHtieIgBRHf7PEf0a { top:52.4375rem;left:0rem;width:20rem;height:7.3125rem;z-index:100014;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V { display:block; }#zmXUf1eTz7kSPuC9GPecJ5fKAaTv2A5V > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WTbViMVPc4WNS1OBtauKv5PpDrtt94nR { width:18.375rem;height:3.9rem;top:8.6374969482425rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKvFeOAqoi2OWnucPt9zMrkBalnCqD14 { width:18.75rem;height:3.4125rem;top:15.125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lP3IDcougHpFEJ1bwUUKrWTbiTiZGZII { width:8.25rem;height:1.5625rem;top:12.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpuxHQzSXvz818bUw7tkWB9OFUy6iXDU { display:block; }
 }@media only screen and (max-width: 763px) { #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn { width:20rem;height:13.4375rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/baf3fa11-9266-4d2d-b728-e4d426109883/nikeaeroswift.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.adaptive-delivery-prevent-bg, #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.lazyload, #C3ncINnft3DdI3K9M9AKXFAhaJ534nfn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm { width:20rem;height:13.4375rem;top:16.4375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60f23158-fd8a-4ed0-8a21-bd2465ddfde9/a5df11f891b7983951ea7a82b8b15dcacceb7892.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.adaptive-delivery-prevent-bg, #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.lazyload, #sqZ6PJbp6OBpOzHaINUxTurLd0SzCHXm.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #k3lysM0kFd6ogtG7V8wLFXbQXzCxuTME { width:18.75rem;height:3.4125rem;top:38.8125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wuiXw10XK3cv58BFbn3bTl6EeJVMrke8 { width:18.375rem;height:2.6rem;top:23.5625rem;left:1rem;font-size:1rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM { width:20rem;height:13.4375rem;top:31.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f70ba58-a20e-4cf8-8f0e-394e64c34bce/asicsmetaspeed.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.adaptive-delivery-prevent-bg, #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.lazyload, #H8NrVRGS4Cg9wV45Mmkg5nVGSXUCymiM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aS8hmNglIuwTlcGc4yprDWBbt7F8I3hG { width:18.375rem;height:2.6rem;top:38.481250762939rem;left:1rem;font-size:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #cKT8uouliL64PGomDbM3FU3zTig1ETbT { width:18.75rem;height:3.4125rem;top:60.125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD { width:20rem;height:13.4375rem;top:46.3125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/60f23158-fd8a-4ed0-8a21-bd2465ddfde9/a5df11f891b7983951ea7a82b8b15dcacceb7892.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.adaptive-delivery-prevent-bg, #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.lazyload, #s5SG3A8Q9NdKTHopJKsi3zD01lF531dD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #D0STzuWJKppgf5Vq8bMKhHcuTOWorKDA { width:18.75rem;height:3.4125rem;top:84.5625rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqlaZBoEnZfE32mrSdqE0zFQcRmhDWwg { width:18.375rem;height:2.6rem;top:53.40625rem;left:1rem;font-size:1rem;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #bBowTmNZPORnnE6dBxrm8oFeLXuPiW4z { width:8.25rem;height:1.5625rem;top:27.4375rem;left:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #uozsWIFDWJknbma9eBaxHBe1x7iLK1HZ { display:block; }
 }@media only screen and (max-width: 763px) { #DNd1XRTwKQHoy6DqPAxLTKFMsp7NuX6U { width:8.25rem;height:1.5625rem;top:42.375rem;left:1rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #srx5F0BHTOkCWrHUaNZu7QSaIRttOd2O { display:block; }
 }@media only screen and (max-width: 763px) { #BzBQCwpkUpzNT0bd07JaPHrMQIOTt1eb { width:8.25rem;height:1.5625rem;top:57.3125rem;left:1rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #BmTlsCLC1emkvNpq1EgzF04PNR6wsBzy { display:block; }
 }@media only screen and (max-width: 763px) { #kvwgDohGLND7RqwKGmXrqNy0LQgud95n { top:7.625rem;left:0rem;width:20rem;height:7.3125rem;z-index:99999;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHesCswMApuOuBXNeT61RtIpyx3tBDR6 { top:22.5625rem;left:0rem;width:20rem;height:7.3125rem;z-index:100012;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIgBIwOEU0FglLMKpqgJ5mT8la9fEfzm { top:37.5rem;left:0rem;width:20rem;height:7.3125rem;z-index:100013;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdFkKg86WkK5eBsxlO6F0f2dIoU1BGpM { top:52.4375rem;left:0rem;width:20rem;height:7.3125rem;z-index:100014;background-color:rgba(255,255,255,0.69);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu { display:block; }#tN1oauTmDZlTM5fE1iZh9TuMFlnHIagu > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0BUKwTSTphb128IPrfVcN9q399V6inf { height:11.4375rem;width:20rem;top:2.1875rem;left:0.014870386637583rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8TycbQHkcZNyZf8EgNA0VChb5dWc6DE { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNQQ5a0xqOtyXzy08xELuxCKcGAOODeB { width:20rem;height:13.3125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEUTDgHPM4TBNPXJnCWqdGBR7nBSJuph { height:11.0989375rem;width:20rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JXxhS4HFrFDPViZQw0zgRQZ9XkeRx45D { width:20rem;height:13.3125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNfb6wVoL4KQGxESFzZ9vrrTFBodNirF { height:11.0989375rem;width:20rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNBbk4uvoFLtfJTrvIqdo0Ta30qCsAt0 { width:19.625rem;height:2.1875rem;top:46.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTD67iAyQa04ykJ7OeJnQWPOI6cQrdCw { display:block; }
 }@media only screen and (max-width: 763px) { #wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt { position:relative;z-index:auto;background-color:#ff5910;background-image:none;display:block; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { background-color: transparent; background-image: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container > .video-iframe-container { display: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row > .video-iframe-container { display: none; }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .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); }#wDK6CdfwBG661mCi1L9nAdk2XqZe7Xkt > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVZxNVvUUW3UmuvpOTe9XH0UvRtTWFcT { width:2rem;height:2rem;top:5.6875rem;left:2.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n113eqDNLKTtUTOvyICMlqNdATL5ezc8 { width:2rem;height:2rem;top:5.6875rem;left:7.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4kG7ybwlOeBwkwfPrB3Inm7fgVctIPi { width:2rem;height:2rem;top:5.6875rem;left:12.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkMXyRx6kgXyhM8up6kHUyK1rCFD89he { width:3.5rem;height:8.77148125rem;top:1.38720703125rem;left:7.8125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfOg8aDPhlBQHnEOwzTAZVqLcfR5TpG1 { width:2rem;height:2rem;top:5.6875rem;left:16.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwEyNVs4LVAR6b8r6QBlvFkDSlFTNa8h { width:3.5rem;height:1.19970625rem;top:8rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JizuaEFlzxeTKfwPEIk3ke4nrxfBO0bT { width:3.5625rem;height:1.19970625rem;top:8rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWcuuPBLeN9CeehDCvm8n3c1DGZFBJM { width:2.75rem;height:1.19970625rem;top:8rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygTyorV5U73ASxxDT3yJlTyvDMyNHb7h { width:3.75rem;height:1.19970625rem;top:8.0625rem;left:6.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNdf0kHlqMhHi4ZorqCrNlur05DAGivJ { width:7.0625rem;height:2.2749rem;top:1.6875rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6TEyvUxvDRT4ufEBp7gPlGg11keMb4n { width:10.4375rem;height:2.92383125rem;top:1.3125rem;left:8.75rem;font-size:0.75rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU { position:relative;z-index:auto;background-color:#f6f6f6;background-image:none;display:block; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container { background-color: transparent; background-image: none; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container > .video-iframe-container { display: none; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row > .video-iframe-container { display: none; }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .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); }#fJsCfFTcAko0JctKSQ5Itwo6ZzRxOcrU > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LpkaTTRmnwW15vJWTaDC6r0LTyiMeolT { width:4.6875rem;height:2.25rem;top:4.625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSyVlh5Ef2ZVgiaT5OiPmfi5Jy5TKMCe { width:2.8125rem;height:2.8125rem;top:1.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcgirLSipnuqrPT8dmw4Z4ZDymcclKqi { width:2.8125rem;height:2.8125rem;top:1.125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUaamlprSD6T9y6eWqbiahf3OfD0IvOU { width:2.8125rem;height:2.8125rem;top:1.125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCWCpSbAHQE6TGyLdo2UsMprabWGkeB1 { width:2.8125rem;height:2.8125rem;top:1.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTfrObEZvVpECXNAveDAfV8wTqwT9z6y { width:3.25rem;height:1.5rem;top:4.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfXSVMyJBxqF7sFUVaMoWpn3fWgXsHrW { width:4.0625rem;height:1.5rem;top:4.625rem;left:15.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o6LCsWbwe0q6feCrRDqQccpP9f06INgi { width:4.1875rem;height:2.25rem;top:4.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo { display:block; }#k11lzDy0FfgaRNz6wLq7r7Pu4ieZxmoo > .row .container { width:20rem;height:50.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rJQKS74woaQAa0c6NhP9lNTMDb99yXLg { display:block; }#rJQKS74woaQAa0c6NhP9lNTMDb99yXLg > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }