.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/4f98b5c5-f4c6-4369-9867-29fea4e0c4d2/tlojestembiegaczemtrail.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; }
#bqexVL2vl2Rb60sXqzvrZK3otupZLraT { position:relative;display:none; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT { border-width: 0; border-radius: 0; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container > .video-iframe-container {  }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .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; }#AFNtmL1akGSpPEOStKJIokLAlToEtRXO { 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; }
#LZtEnEHuILIW8TNbeTWTHsvC3T40787T { 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; }
#C6Vih7hruNqlEJJ0pIQM8F3dq4WgMBv2 { 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; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK { 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; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container { background-color: transparent; background-image: none; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container > .video-iframe-container { display: none; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row > .video-iframe-container { display: none; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .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); }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container { border-width: 0; border-radius: 0; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row > .video-iframe-container {  }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#fLwSN705yJZVvZgwJf1dlon8CttASzmk { 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:8rem;height:2.5rem;text-decoration:none;z-index:100000;text-align:left;text-align-last:left;top:0rem;left:7.75rem;display:block; }
#ql3uDDZsoip3rdkAU3d54BuVq74S071p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fDyRXbfyKMVVlzlnSC03vJWOpQtvk5h7 { 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; }
#ewwlu2O6W6haJdGVZAVqhlCqm6PGrGBH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ohzgS8OqFdJMKO4x7VLVNEzWmKbQzT2F { 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; }
#tPHfLA9uNSzcBeyoSVbJnnJn9T1rw7i8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZaLqgIwHu4FopxQT5UovEfL7QzD5H5vh { 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; }
#y4Tgq2wXEMwCpkioJVn3ODvvnUdGp8Sm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l0SyF3m0LwxzeclQ0EVqTe0ZHlJn3lfG { 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: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; }
#kS1H2dxGkKJuRPUnyoJNKHk2D1ZTRWry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Uye1TKUAxGOxmhaLJTMGK55BgIv7sh8r { 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; }
#Z37BnReZJcz1tvsXSN0TqtGicK9ppocO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PF1cDXbRqVNm3BtSiCViOHF43pbiv39W { 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; }
#xHCzufVu5LrofH8Bpdd75WEKMtDCk90F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Vr1W3rFvglNmQkFvHi9WdcVfRDqDXsJ7 { 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; }
#FK1K2ugxACtbCOgL9DbbyAlVTHLoWbHA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hzCvo5hRK85Dlaz2RypuNhvAg9IWkRdl { 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; }
#WTv7GPrcQarMDw87hOEVFp4QcLFxko0W { 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:31.375rem;width:75rem;position:relative;display:block; }#AppzXW0mehShytmMKi1w6dfTvL4hKU2b { color:#000000;display:block;width:27.125rem;position:absolute;font-family:montserrat;font-size:3.3125rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:4.375rem;left:34.6875rem;height:3.975rem;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:34.25rem;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:9.625rem;left:34.6875rem;height:12.5986125rem;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:4.375rem;left:33.4375rem;display:block; }
#x6Luu0hdC0wxBVlu0d6c9Uq88zCXTE19 { 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; }
#pAeSmd557aUKWJKw5dpzM9x4Eh3dJmTN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#pS8bSQi8OIHprvBFaJQQmN9q9oTQWIdx { 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; }
#z47yhHbcg11zuZ5G7CSOhCJ1tMQSD0xM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yR3nexOnSbEqntdfimzvVQ0rCe8TqUrt { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5rem;width:36.5rem;top:0.67500019073488rem;left:0rem;overflow:hidden;display:block; }
#B8bFyVLoaz8PeAziCI085S8HZaUcRxOn { 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:7rem;left:15.125rem;display:block; }
#VPR96XNlsswbzzGMFFHwJNvsfbRx8Q9L { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.6875rem;width:12.0625rem;top:3rem;left:16.4375rem;overflow:hidden;display:block; }
#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container { background-color: transparent; background-image: none; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container > .video-iframe-container { display: none; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row > .video-iframe-container { display: none; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .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); }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container { border-width: 0; border-radius: 0; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row > .video-iframe-container {  }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container { font-size:0.875rem;font-family:arial;height:6.0625rem;width:75rem;position:relative;display:block; }#SK6DHR38ZyWMcZSd0SycRWwZK8aQQfko { 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; }
#kTKKrJESbSFdB5FgHS0F9lb3CBdm2bHp { 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; }
#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container { background-color: transparent; background-image: none; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container > .video-iframe-container { display: none; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row > .video-iframe-container { display: none; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .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); }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container { border-width: 0; border-radius: 0; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row > .video-iframe-container {  }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#SpxgVtRZwHqRXQl6P28dIxEbRuC9M6Sk { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.83749961853025rem;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; }
#r980kqVMfTIyK56U8S4Un5LAeuO1mmps { 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: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; }
#uHq25ElQTXQ8zsqFeg3camU42BoDQaHQ { 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.1875rem;left:0.625rem;display:block; }
#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ { position:relative;display:block; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ { background-color: transparent; background-image: none; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row .container > .video-iframe-container { display: none; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row > .video-iframe-container { display: none; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .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); }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ { border-width: 0; border-radius: 0; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row .container > .video-iframe-container {  }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .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.8125rem;width:75rem;position:relative;display:block; }#GqsIXhB3TM32rnmlMikaem8zprgf9xRO { 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:0.625rem;left:54.375rem;height:1.7875rem;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; }
#OGAXKKCH60ZKRAE1Rnx1DzXpSEUTvO0v { 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:16.75rem;left:63.125rem;display:block; }
#crKGE1l9nU6L4hxSuCn2rJpZ5V0HUwBG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AV3bTy0PdVuDmatpT7FaOO12sefUo9dP { 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:16.75rem;left:55rem;display:block; }
#rulQIVcoVT2Ti2KAW9yq2rn1ye3e5Mp4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8ef52d12-338e-4922-92cf-0e6e5ce105e9/butyskalistesciezki.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:23.75rem;top:3.6875rem;left:50.625rem;display:block; }#fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU.adaptive-delivery-prevent-bg, #fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU.lazyload, #fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU.lazyloading { background-image: none; }
#QpspzD2ceoNazclca3aT7JXo0TLJoMQZ { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/601f957f-56d3-4a36-bdf9-564ef8dcbb48/blotnistyteren.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:23.75rem;top:3.6875rem;left:25.625rem;display:block; }#QpspzD2ceoNazclca3aT7JXo0TLJoMQZ.adaptive-delivery-prevent-bg, #QpspzD2ceoNazclca3aT7JXo0TLJoMQZ.lazyload, #QpspzD2ceoNazclca3aT7JXo0TLJoMQZ.lazyloading { background-image: none; }
#nph57WtfCp7NJMRf5m7GkFvVLdqZqW7u { 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.75rem;left:29.375rem;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; }
#aOyuClT7uVPU5r7K8Akhr2Gp9kzK9D8H { 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:16.75rem;left:38.125rem;display:block; }
#mpcHRXF37mTTOftMDFL4WwrFocTRaUq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m2hPm5QqqdmosuTIT0W1rf6mkcBqLWcZ { 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:16.75rem;left:30rem;display:block; }
#TpygBbIX0uH9OmZ5hJhXiFzqS8HyXpXX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Fn1syTNm16THlPCzhXZUB43PIptSth4o { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/358ef466-bbcd-4a10-bc34-99f19b94739e/butylekkitrailtrailowe.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:23.75rem;top:3.6875rem;left:0.625rem;display:block; }#Fn1syTNm16THlPCzhXZUB43PIptSth4o.adaptive-delivery-prevent-bg, #Fn1syTNm16THlPCzhXZUB43PIptSth4o.lazyload, #Fn1syTNm16THlPCzhXZUB43PIptSth4o.lazyloading { background-image: none; }
#SfFXUBGNUxT3lrN06L4kNpsTB6qlA2cl { 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:0.625rem;left:4.375rem;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; }
#zzbiDOsna9pPOMI7dvRhgHa5KDFXadcq { 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:16.75rem;left:13.125rem;display:block; }
#xTulm4xLxLCi2qQNoZzyLE0iZtMUKoay { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vmc5G5TaHo757bqhIbSyxLcblPUmMMgz { 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:16.75rem;left:5rem;display:block; }
#PoiQTX5EzwWN1WU2DxTKwRw6wAgb0s30 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB > .row .container { border-width: 0; border-radius: 0; }#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB > .row > .video-iframe-container {  }#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#MqwFP2EXt5nykGzHCQ6e7DeAVPcLXOJ1 { color:#000000;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1187438964844rem;left:34.125rem;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; }
#kJRasPeOqv8LN0HW8EQqThE5pmP79pKc { color:#000000;display:block;width:6.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:none; }
#WBBvBIVTTIrLEThPigb07M1T5xT8TAao { 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.1875rem;left:0.625rem;display:none; }
#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container { background-color: transparent; background-image: none; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container > .video-iframe-container { display: none; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row > .video-iframe-container { display: none; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .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); }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container { border-width: 0; border-radius: 0; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row > .video-iframe-container {  }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#mt24n3DXoHzCgmFLPKSkQAucdOGgAJkE { color:#000000;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.83749961853025rem;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; }
#qlQE5GHrfAB5JGzWxgmXqq7kIa91OUcr { color:#000000;display:block;width:11.375rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:0.83749961853025rem;left:52.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; }
#iveweqfwV8FzCsCdlaDyJE9vu6U44MaK { 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.1875rem;left:0.625rem;display:block; }
#rKLi7qAHksgTkqzVlmFr4OAW7DzKLsgk { 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.1875rem;left:50.625rem;display:block; }
#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv { position:relative;display:block; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv { background-color: transparent; background-image: none; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row .container > .video-iframe-container { display: none; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row > .video-iframe-container { display: none; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .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); }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv { border-width: 0; border-radius: 0; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row .container > .video-iframe-container {  }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .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; }#DlkT7EkitFqnfThXXFuFiM0BxOvqBXA3 { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:0.625rem;left:50.875rem;height:1.7875rem;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; }
#S4QnUcwo2BbTF9c8Luvv3GWvXAoNf8II { 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:16.8125rem;left:59.0625rem;display:block; }
#MqsXeAR1npdmmsu9u7pp7tC6Q9zciOa2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WDEqyhS4Rr6kg33LDqV0hwbG67akADpy { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41e10fe8-24b7-4105-b389-522ae5937325/akcesoriatrail.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:23.75rem;top:3.6875rem;left:50.625rem;display:block; }#WDEqyhS4Rr6kg33LDqV0hwbG67akADpy.adaptive-delivery-prevent-bg, #WDEqyhS4Rr6kg33LDqV0hwbG67akADpy.lazyload, #WDEqyhS4Rr6kg33LDqV0hwbG67akADpy.lazyloading { background-image: none; }
#gxd9rOUroSyRaftPgsExIqVDct7bnI1l { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c3cfb58-4d60-454b-91d7-681c2630c290/odzieztraildamska.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:23.75rem;top:3.6875rem;left:25.625rem;display:block; }#gxd9rOUroSyRaftPgsExIqVDct7bnI1l.adaptive-delivery-prevent-bg, #gxd9rOUroSyRaftPgsExIqVDct7bnI1l.lazyload, #gxd9rOUroSyRaftPgsExIqVDct7bnI1l.lazyloading { background-image: none; }
#gr8lahrsMfKolksPz9QZ4w8lVeUgpmvo { 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.76250076293944rem;left:29.375rem;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; }
#H69foVhHhiGbrUHWWZNQv1yV9sy0phT6 { 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:16.8125rem;left:34.0625rem;display:block; }
#GTR8gpr5QJJ16dd7GVL4RH4VFMelEPxP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e68d122-d379-4cf9-9e8c-19f1741c919a/odzieztrail.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:23.75rem;top:3.6875rem;left:0.625rem;display:block; }#A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN.adaptive-delivery-prevent-bg, #A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN.lazyload, #A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN.lazyloading { background-image: none; }
#n0QOvhL8hs4QlAP8GqFHyUcRXgaXhxhx { 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:0.625rem;left:4.375rem;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; }
#e3Iv0EkMco0cM8hI8UO5JKypl5NzDMCf { 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:100004;text-align:center;text-align-last:center;top:16.8125rem;left:9.0625rem;display:block; }
#P7WL2s9paGRK3DxXzw40BAJ5A9NGlaET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb { position:relative;display:none; }#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb { border-width: 0; border-radius: 0; }#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb > .row .container > .video-iframe-container {  }#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb > .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:23.75rem;width:75rem;position:relative;display:none; }#RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/39f4b6a5-c4aa-4738-85b2-d4b0e4b7696f/dlazdrowiaW.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:23.75rem;top:3.6875rem;left:25.625rem;display:block; }#RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.adaptive-delivery-prevent-bg, #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.lazyload, #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.lazyloading { background-image: none; }
#sfwHdQzL3OlPTSnl8g7Hs9xu0nuyRaya { 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.76250076293944rem;left:29.375rem;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; }
#G5C0XXgenAATyU95b6JUA2iVaqbV8lgg { 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:19.3125rem;left:34.0625rem;display:block; }
#oGyaClAIUnSElnNelGDIacuu2zBUlLgE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v7XVWUIThWCLHZKCyblfibKthoFrztpI { position:absolute;display:block;z-index:99999;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/45ef82ca-6464-430b-80f9-aa1eb2662eb3/dlazdrowiaM.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:23.75rem;top:3.6875rem;left:0.625rem;display:block; }#v7XVWUIThWCLHZKCyblfibKthoFrztpI.adaptive-delivery-prevent-bg, #v7XVWUIThWCLHZKCyblfibKthoFrztpI.lazyload, #v7XVWUIThWCLHZKCyblfibKthoFrztpI.lazyloading { background-image: none; }
#VGVaq5Jawfr1qBrNxoVdt2Rvqc8n0DmT { 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:0.625rem;left:4.375rem;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; }
#qZWQIyuLdHomd41mvkioLH4fTXlTLaQq { 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:100004;text-align:center;text-align-last:center;top:19.3125rem;left:9.0625rem;display:block; }
#QHt24Laim3MwX5sd0F4nTQdDFDkOHAai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#tll6hvhBii40MBc6vKbTxu71IoVwyHZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#tll6hvhBii40MBc6vKbTxu71IoVwyHZP > .row .container { border-width: 0; border-radius: 0; }#tll6hvhBii40MBc6vKbTxu71IoVwyHZP > .row > .video-iframe-container {  }#tll6hvhBii40MBc6vKbTxu71IoVwyHZP > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:none; }#is1JbR3AVIaItvuAptzHZ5BcIpGBAMav { color:#000000;display:block;width:6.75rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.1187438964844rem;left:34.125rem;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; }
#oFSGF76J03uwq1dFNdW7DmAyZCyCSrsd { color:#000000;display:block;width:6.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:none; }
#PTerIQTa622q5f0vnscDT1pIfuiq2lcF { 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.1875rem;left:0.625rem;display:none; }
#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk { position:relative;display:none; }#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk { border-width: 0; border-radius: 0; }#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk > .row .container > .video-iframe-container {  }#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk > .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:23.75rem;width:75rem;position:relative;display:none; }#XqzgeizKHmF4uUthlg0Lg3fv6MkegOIx { color:#000000;display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:0.625rem;left:50.875rem;height:1.7875rem;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; }
#KV6AnPorm66C13Ey6FQq70APaKt4f6Hx { 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:19.3125rem;left:59.0625rem;display:block; }
#oBgetbKVcvoiVgmZeLJRPlhLZS89159A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2 { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e1ec377d-14de-4995-8f5c-3db39c131bba/akcesoriablackroll.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:23.75rem;top:3.6875rem;left:50.625rem;display:block; }#BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.adaptive-delivery-prevent-bg, #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.lazyload, #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.lazyloading { background-image: none; }
#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container { background-color: transparent; background-image: none; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container > .video-iframe-container { display: none; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row > .video-iframe-container { display: none; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .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); }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container { border-width: 0; border-radius: 0; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row > .video-iframe-container {  }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#dB0od19Fge2RvZVTMaHwUQhKDnc9ATns { 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.5rem;height:1.95rem;font-style:normal;display:block; }
#etOD3UAIhiu8HoAnbDozCzlsgNxRAx5o { 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:21.5rem;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/03f5eb2f-a625-404b-806d-61289b6e7161/nikewildhorse7cz186450162a815bfc9c28.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/6bafa3c3-40ae-405f-9508-98556e68433c/terrexagravicflowalmlimpullimturboh0319162820a2320470.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/2c78a559-5767-40c2-a198-04b67bafdcc8/butybrookscascadia161203631b647628b27faa713a.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/13705d2d-7a3a-4609-bf13-31ca60859919/butynewbalancemthierg76299aaeb9dd0f.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/13cdfbdb-403d-482e-833e-2c872f2db48a/butyinov8mudclaw300niebieskozolte000770blywp016051db6ad37bd.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/009f97a1-df1d-4aaa-bd43-2ed6613ff533/butynikereactpegasustrail4dj61580026299b22ad125a.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/fa7411e2-6389-4427-88a5-8880b825e841/agrproshortaltambh117606226ffc203cf2.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/7e38ace0-2180-4eba-949c-ef78227974f6/nikwaxtxdirectsprayon300ml571p0161a9e02791cab.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.9375rem;left:27.6875rem;display:block; }
#yF8Zf8P2BKiUuotCslDcAGPcsFD9WClD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TKtIVq5en43lmgiHGoJb8oys6hTEUteO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { background-color: transparent; background-image: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container { display: none; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .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); }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { border-width: 0; border-radius: 0; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row > .video-iframe-container {  }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { 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; }
#pAro7uoznfgIIZhobdQdPv8HpCr39RTe { 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; }
#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container { background-color: transparent; background-image: none; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container > .video-iframe-container { display: none; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row > .video-iframe-container { display: none; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .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); }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container { border-width: 0; border-radius: 0; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row > .video-iframe-container {  }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#Ina2Js0p5mbtcasq4X2rrhJLyAV2o1ht { 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; }
#yfZAI6Sy3aOLRUCWskoM7Epx58FkbRcS { 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.5625rem;left:1.5625rem;height:2.6rem;display:block; }
#Pu32BdhUTEHmguyntMsC9U6SvBcl08hE { 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; }
#vlMCgHa6oMtADON7rluvhFfc7PaTAC2P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dffd91b6-6cbf-4d9d-a24d-2052cdb60e68/bartekprzedwojewski.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; }#qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.adaptive-delivery-prevent-bg, #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.lazyload, #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.lazyloading { background-image: none; }
#yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63c7080b-80dc-4a2e-a725-383b1fbaa9ce/niketraildamska.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; }#yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.adaptive-delivery-prevent-bg, #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.lazyload, #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.lazyloading { background-image: none; }
#o62F8xNrxt1EkHMtdOqw6bBtRU4Cu5Tz { 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.2rem;display:block; }
#zMERJsKRryW0TNzNFkOapWgZyaPMbLa3 { 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; }
#Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e89e5f0-4a92-4834-b335-997d7db6a93e/suunto5peakrecenzja.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; }#Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.adaptive-delivery-prevent-bg, #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.lazyload, #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.lazyloading { background-image: none; }
#F6QLDA7Ue64ccFIEiZRE1KlmhMlZ9nMD { 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; }
#eFdlhCTFItsVM5biVVBr29xCIeoewy1Q { 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.19921875rem;display:block; }
#OsRWv20bqG5gQZMzpqArxN22gxQta2EC { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfb507bb-3566-4644-a2ea-873767298a16/091c4026c45aad053e50bb67652c318aa7947f21.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; }#OsRWv20bqG5gQZMzpqArxN22gxQta2EC.adaptive-delivery-prevent-bg, #OsRWv20bqG5gQZMzpqArxN22gxQta2EC.lazyload, #OsRWv20bqG5gQZMzpqArxN22gxQta2EC.lazyloading { background-image: none; }
#QRPvTpexEf4dIC3xloXmAueL5ouktgWN { 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:14.8125rem;left:57.8125rem;height:6.499rem;display:block; }
#ckHAvbRUng8sAOvt0yJwP0dwJlawlXkW { 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; }
#SF6tdVOImcNTJt4gLcBu7aBp77Ld0beF { 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; }
#Kko4V05uV2eCkXtkmy6vBETcdZeBXPDT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#elroiieR8I0vXBOQBHLFC57kFurfUM88 { 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; }
#StV8fvnRpaqkZBVhhJgRusDv04TURKla { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z8aBhafZaQ36CTpNP6ust9HykDHtqu2O { 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; }
#KKo93uvzg0bscPNhW8dEgE8lgfac2TyT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vpZxampD0Ivfkd4ggUgmOd5A2ioGp8mW { 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; }
#VytZH3bi0GOXK2KozSyNUoGoxtpw94yn { 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; }
#yLyFpTRTwa0c2vyoz3ZozFKKvtUmLPFS { 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; }
#wrQtLOUT8Umim7zxVHXTkxqsdr7mrRyH { 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; }
#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container { background-color: transparent; background-image: none; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container > .video-iframe-container { display: none; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row > .video-iframe-container { display: none; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .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); }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container { border-width: 0; border-radius: 0; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row > .video-iframe-container {  }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#kTeONw300LzcZ1zT2mdmr8ipn7XwPx7z { 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:10.9375rem;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; }
#S0c8cQ8nBFu8Rc6Wpk3WKtArCAGAm8LT { 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:15.9375rem;left:1.5625rem;height:5.2rem;display:block; }
#RditxSZl1qaqDpSmz6yhTOJMQSJwohMI { position:absolute;display:block;z-index:99999;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bf29a30-4181-4c77-828b-65fdf6a25fa3/b293c7bcfc947591877816fae5d2f7bf28b1f9aa.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:0.625rem;left:0.625rem;display:block; }#RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.adaptive-delivery-prevent-bg, #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.lazyload, #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.lazyloading { background-image: none; }
#U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/572a0921-d5b1-4693-8be4-9ca7210d45c8/nikepegasustrail4.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:0.625rem;left:19.375rem;display:block; }#U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.adaptive-delivery-prevent-bg, #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.lazyload, #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.lazyloading { background-image: none; }
#hmklWHJB4iACzDNM7m0FpfcqyIz9LFnf { 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.449999809265rem;left:20.3125rem;height:6.499rem;display:block; }
#t5cU7FiLbgw1Odwyp1ztHSerrxL0aKQq { 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:10.9375rem;left:20.3125rem;height:2.923825rem;font-style:normal;display:block; }
#HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/815e8c96-ae80-4381-a5df-24c40847057a/salomonpulsar.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:0.625rem;left:38.125rem;display:block; }#HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.adaptive-delivery-prevent-bg, #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.lazyload, #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.lazyloading { background-image: none; }
#ahRMQs3R53GPwzeFGHvV32iNFkB1LmJa { 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:10.9375rem;left:39.0625rem;height:4.38574375rem;font-style:normal;display:block; }
#ttHM3VqW6rUk6RwZ1oNETiOMUy15eA2d { 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.9375rem;left:39.0625rem;height:5.2rem;display:block; }
#vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90895c64-37bc-4f74-89d5-e3e4bcc817b7/TNFvectiv.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:0.6875rem;left:56.875rem;display:block; }#vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.adaptive-delivery-prevent-bg, #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.lazyload, #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.lazyloading { background-image: none; }
#VtM1KlnkgNbex6dPvJXbsW2EIrbrxDRI { 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.9375rem;left:57.8125rem;height:5.19921875rem;display:block; }
#NK3DQbsCcPohPdH1ZwLDdFfiV00AXVtn { 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:10.9375rem;left:57.8125rem;height:4.38574375rem;font-style:normal;display:block; }
#r45GemUAJHACyBzV0iJsFkPRZdmGsllw { 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.25rem;left:8.4375rem;display:block; }
#Z8MzRfJ6hp7IqyQsSaPCQ22rdNOnquWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#cXaC0Wmy1rhrOeevAdkVGk8xL0421gA1 { 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.137496948243rem;left:27.1875rem;display:block; }
#QpwNEgU266sPv8Dlp7J3g5SusLVxWqfi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BbTio1Nauzm5iXM6Ng2iFzAH7eU5hTsR { 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:100006;text-align:right;text-align-last:right;top:21.137496948243rem;left:45.9375rem;display:block; }
#D8FAiHEXhxfKKl5xLmvBgrrqLD4rVm3X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#l13hcnGrxKDCrwG5UfW4Tufrm19TgiXM { 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.137496948243rem;left:64.6875rem;display:block; }
#SVddxgcAS7aGCqTBa93Oxi90eaE5iTms { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TEccCpnh8PXMOeyAr5IfeiwFfA4ptpi0 { 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; }
#Xb2p3TZBKMzIGNv2ZqNLMaglUxztveOv { 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; }
#q04ubCykXbdWU4E98c8MBMSRdPknHdmr { 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; }
#PL1LursXcz1PNr7siwOUq70gnM6d3nW6 { 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; }
#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 { position:relative;display:block; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 { background-color: transparent; background-image: none; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row .container > .video-iframe-container { display: none; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row > .video-iframe-container { display: none; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .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); }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 { border-width: 0; border-radius: 0; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row .container > .video-iframe-container {  }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .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; }#dN1aEVwAvegAhyJ471flHRAFvVPhCQHV { 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; }
#x52TgbgTe7s05fndQ7ArnT9vGETPZQyy { 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; }
#iNXol7sMkDc8g14QHtxJXMm9a4EN7VeI { 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; }
#TbRBQ8xJNx5aTASyrndxP3bsok20Ahsn { 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; }
#TKKL2xZ4Wmk6bWXEmyuNH6r94bx1ePJ8 { 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; }
#xODXxBFlSQgXKkypP0WqXHsLW27An1Sl { 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; }
#VeOZyzqIuisDsQAvvrTvtC2IOW8CGFV9 { 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; }
#tDJZhP1OplMtWUAGaKLtXO1cwaPay5e1 { 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; }
#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row .container { background-color: transparent; background-image: none; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row .container > .video-iframe-container { display: none; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row > .video-iframe-container { display: none; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .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); }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row .container { border-width: 0; border-radius: 0; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .row > .video-iframe-container {  }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .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) { #bqexVL2vl2Rb60sXqzvrZK3otupZLraT { display:none; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AFNtmL1akGSpPEOStKJIokLAlToEtRXO { display:none; }
 }@media only screen and (max-width: 763px) { #LZtEnEHuILIW8TNbeTWTHsvC3T40787T { top:5.4375rem;left:0rem;width:12.5rem;height:16.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C6Vih7hruNqlEJJ0pIQM8F3dq4WgMBv2 { 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) { #V6gz5gVZm696pHAmyAarCJWnPBOTpHNK { display:block; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLwSN705yJZVvZgwJf1dlon8CttASzmk { width:8rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ql3uDDZsoip3rdkAU3d54BuVq74S071p { display:block; }
 }@media only screen and (max-width: 763px) { #fDyRXbfyKMVVlzlnSC03vJWOpQtvk5h7 { width:6.6875rem;height:2.5rem;top:0rem;left:13.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewwlu2O6W6haJdGVZAVqhlCqm6PGrGBH { display:block; }
 }@media only screen and (max-width: 763px) { #ohzgS8OqFdJMKO4x7VLVNEzWmKbQzT2F { width:5.5625rem;height:2.5rem;top:0rem;left:21.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPHfLA9uNSzcBeyoSVbJnnJn9T1rw7i8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaLqgIwHu4FopxQT5UovEfL7QzD5H5vh { width:10.25rem;height:2.5rem;top:0rem;left:28.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #y4Tgq2wXEMwCpkioJVn3ODvvnUdGp8Sm { display:block; }
 }@media only screen and (max-width: 763px) { #l0SyF3m0LwxzeclQ0EVqTe0ZHlJn3lfG { width:3.5625rem;height:2.5rem;top:0rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kS1H2dxGkKJuRPUnyoJNKHk2D1ZTRWry { display:block; }
 }@media only screen and (max-width: 763px) { #Uye1TKUAxGOxmhaLJTMGK55BgIv7sh8r { width:2.6875rem;height:2.5rem;top:0rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z37BnReZJcz1tvsXSN0TqtGicK9ppocO { display:block; }
 }@media only screen and (max-width: 763px) { #PF1cDXbRqVNm3BtSiCViOHF43pbiv39W { width:2.6875rem;height:2.5rem;top:0rem;left:40.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHCzufVu5LrofH8Bpdd75WEKMtDCk90F { display:block; }
 }@media only screen and (max-width: 763px) { #Vr1W3rFvglNmQkFvHi9WdcVfRDqDXsJ7 { width:5.75rem;height:2.5rem;top:0rem;left:42rem;display:none; }
 }@media only screen and (max-width: 763px) { #FK1K2ugxACtbCOgL9DbbyAlVTHLoWbHA { display:block; }
 }@media only screen and (max-width: 763px) { #hzCvo5hRK85Dlaz2RypuNhvAg9IWkRdl { width:5.375rem;height:2.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTv7GPrcQarMDw87hOEVFp4QcLFxko0W { 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:4.375rem;left:20.625rem;width:27.125rem;height:3.9375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBux8ZQuEGCo41fCL3VvvNEWScaDqsZS { top:9.625rem;left:13.5rem;width:34.25rem;height:12.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFURoRgH86V9vLcCIuz1CvRWyxS4CZJR { top:3.0625rem;left:0rem;width:12.5625rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvvrhNta8Nhk7dAzs5WEzUueB0BEGTMs { top:4.375rem;left:19.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6Luu0hdC0wxBVlu0d6c9Uq88zCXTE19 { width:5.8125rem;height:2.0625rem;top:22.5rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAeSmd557aUKWJKw5dpzM9x4Eh3dJmTN { display:block; }
 }@media only screen and (max-width: 763px) { #pS8bSQi8OIHprvBFaJQQmN9q9oTQWIdx { width:5.8125rem;height:2.0625rem;top:22.5rem;left:28.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47yhHbcg11zuZ5G7CSOhCJ1tMQSD0xM { display:block; }
 }@media only screen and (max-width: 763px) { #yR3nexOnSbEqntdfimzvVQ0rCe8TqUrt { top:0.625rem;left:0rem;width:36.5rem;height:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8bFyVLoaz8PeAziCI085S8HZaUcRxOn { top:7rem;left:1.5rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPR96XNlsswbzzGMFFHwJNvsfbRx8Q9L { top:3rem;left:2.8125rem;width:12.0625rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc { display:block; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK6DHR38ZyWMcZSd0SycRWwZK8aQQfko { top:1.25rem;left:0rem;width:31.875rem;height:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKKrJESbSFdB5FgHS0F9lb3CBdm2bHp { top:1.125rem;left:0rem;width:37rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 { display:block; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpxgVtRZwHqRXQl6P28dIxEbRuC9M6Sk { top:0.8125rem;left:0rem;width:7.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r980kqVMfTIyK56U8S4Un5LAeuO1mmps { top:1.4375rem;left:0rem;width:14.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHq25ElQTXQ8zsqFeg3camU42BoDQaHQ { top:1.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ { display:block; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqsIXhB3TM32rnmlMikaem8zprgf9xRO { top:0.625rem;left:31.375rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAXKKCH60ZKRAE1Rnx1DzXpSEUTvO0v { width:6.875rem;height:2.5rem;top:16.75rem;left:40.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crKGE1l9nU6L4hxSuCn2rJpZ5V0HUwBG { display:block; }
 }@media only screen and (max-width: 763px) { #AV3bTy0PdVuDmatpT7FaOO12sefUo9dP { width:6.875rem;height:2.5rem;top:16.75rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rulQIVcoVT2Ti2KAW9yq2rn1ye3e5Mp4 { display:block; }
 }@media only screen and (max-width: 763px) { #fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU { top:3.6875rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpspzD2ceoNazclca3aT7JXo0TLJoMQZ { top:3.6875rem;left:8rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nph57WtfCp7NJMRf5m7GkFvVLdqZqW7u { top:0.75rem;left:15.5rem;width:16.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyuClT7uVPU5r7K8Akhr2Gp9kzK9D8H { width:6.875rem;height:2.5rem;top:16.75rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpcHRXF37mTTOftMDFL4WwrFocTRaUq2 { display:block; }
 }@media only screen and (max-width: 763px) { #m2hPm5QqqdmosuTIT0W1rf6mkcBqLWcZ { width:6.875rem;height:2.5rem;top:16.75rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpygBbIX0uH9OmZ5hJhXiFzqS8HyXpXX { display:block; }
 }@media only screen and (max-width: 763px) { #Fn1syTNm16THlPCzhXZUB43PIptSth4o { top:3.6875rem;left:0rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFXUBGNUxT3lrN06L4kNpsTB6qlA2cl { top:0.625rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbiDOsna9pPOMI7dvRhgHa5KDFXadcq { width:6.875rem;height:2.5rem;top:16.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTulm4xLxLCi2qQNoZzyLE0iZtMUKoay { display:block; }
 }@media only screen and (max-width: 763px) { #vmc5G5TaHo757bqhIbSyxLcblPUmMMgz { width:6.875rem;height:2.5rem;top:16.75rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoiQTX5EzwWN1WU2DxTKwRw6wAgb0s30 { display:block; }
 }@media only screen and (max-width: 763px) { #BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB { display:none; }#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MqwFP2EXt5nykGzHCQ6e7DeAVPcLXOJ1 { top:2.0625rem;left:20.5rem;width:6.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJRasPeOqv8LN0HW8EQqThE5pmP79pKc { top:0.9375rem;left:0rem;width:6.3125rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBBvBIVTTIrLEThPigb07M1T5xT8TAao { top:1.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ { display:block; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mt24n3DXoHzCgmFLPKSkQAucdOGgAJkE { top:0.8125rem;left:0rem;width:11.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlQE5GHrfAB5JGzWxgmXqq7kIa91OUcr { top:0.8125rem;left:36.375rem;width:11.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iveweqfwV8FzCsCdlaDyJE9vu6U44MaK { top:1.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKLi7qAHksgTkqzVlmFr4OAW7DzKLsgk { top:1.1875rem;left:37rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv { display:block; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DlkT7EkitFqnfThXXFuFiM0BxOvqBXA3 { top:0.625rem;left:24.1875rem;width:23.4375rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4QnUcwo2BbTF9c8Luvv3GWvXAoNf8II { width:6.875rem;height:2.5rem;top:16.8125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqsXeAR1npdmmsu9u7pp7tC6Q9zciOa2 { display:block; }
 }@media only screen and (max-width: 763px) { #WDEqyhS4Rr6kg33LDqV0hwbG67akADpy { top:3.6875rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxd9rOUroSyRaftPgsExIqVDct7bnI1l { top:3.6875rem;left:8rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr8lahrsMfKolksPz9QZ4w8lVeUgpmvo { top:0.75rem;left:15.5rem;width:16.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H69foVhHhiGbrUHWWZNQv1yV9sy0phT6 { width:6.875rem;height:2.5rem;top:16.8125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTR8gpr5QJJ16dd7GVL4RH4VFMelEPxP { display:block; }
 }@media only screen and (max-width: 763px) { #A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN { top:3.6875rem;left:0rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QOvhL8hs4QlAP8GqFHyUcRXgaXhxhx { top:0.625rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Iv0EkMco0cM8hI8UO5JKypl5NzDMCf { width:6.875rem;height:2.5rem;top:16.8125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7WL2s9paGRK3DxXzw40BAJ5A9NGlaET { display:block; }
 }@media only screen and (max-width: 763px) { #Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb { display:none; }#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s { top:3.6875rem;left:8rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwHdQzL3OlPTSnl8g7Hs9xu0nuyRaya { top:0.75rem;left:15.5rem;width:16.25rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C0XXgenAATyU95b6JUA2iVaqbV8lgg { width:6.875rem;height:2.5rem;top:19.3125rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGyaClAIUnSElnNelGDIacuu2zBUlLgE { display:block; }
 }@media only screen and (max-width: 763px) { #v7XVWUIThWCLHZKCyblfibKthoFrztpI { top:3.6875rem;left:0rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGVaq5Jawfr1qBrNxoVdt2Rvqc8n0DmT { top:0.625rem;left:0rem;width:16.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWQIyuLdHomd41mvkioLH4fTXlTLaQq { width:6.875rem;height:2.5rem;top:19.3125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHt24Laim3MwX5sd0F4nTQdDFDkOHAai { display:block; }
 }@media only screen and (max-width: 763px) { #tll6hvhBii40MBc6vKbTxu71IoVwyHZP { display:none; }#tll6hvhBii40MBc6vKbTxu71IoVwyHZP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #is1JbR3AVIaItvuAptzHZ5BcIpGBAMav { top:2.0625rem;left:20.5rem;width:6.75rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oFSGF76J03uwq1dFNdW7DmAyZCyCSrsd { top:0.9375rem;left:0rem;width:6.3125rem;height:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTerIQTa622q5f0vnscDT1pIfuiq2lcF { top:1.1875rem;left:0rem;width:1.25rem;height:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk { display:none; }#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XqzgeizKHmF4uUthlg0Lg3fv6MkegOIx { top:1rem;left:0rem;width:17.5rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV6AnPorm66C13Ey6FQq70APaKt4f6Hx { width:6.875rem;height:2.5rem;top:19.3125rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgetbKVcvoiVgmZeLJRPlhLZS89159A { display:block; }
 }@media only screen and (max-width: 763px) { #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2 { top:3.6875rem;left:23.875rem;width:23.75rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t { display:block; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB0od19Fge2RvZVTMaHwUQhKDnc9ATns { top:1.9375rem;left:0rem;width:28.4375rem;height:1.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etOD3UAIhiu8HoAnbDozCzlsgNxRAx5o { 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.9375rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yF8Zf8P2BKiUuotCslDcAGPcsFD9WClD { display:block; }
 }@media only screen and (max-width: 763px) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { top:1.25rem;left:0rem;width:20.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAro7uoznfgIIZhobdQdPv8HpCr39RTe { top:1.125rem;left:0rem;width:37rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #buaBUUNoFXBH6xPE4vc1XilM91hnQDGH { display:block; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ina2Js0p5mbtcasq4X2rrhJLyAV2o1ht { top:11.5625rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZAI6Sy3aOLRUCWskoM7Epx58FkbRcS { top:16.5625rem;left:0rem;width:15.625rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pu32BdhUTEHmguyntMsC9U6SvBcl08hE { width:8.25rem;height:1.5625rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlMCgHa6oMtADON7rluvhFfc7PaTAC2P { display:block; }
 }@media only screen and (max-width: 763px) { #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU { top:1.25rem;left:0rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M { top:1.25rem;left:6.375rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o62F8xNrxt1EkHMtdOqw6bBtRU4Cu5Tz { 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) { #zMERJsKRryW0TNzNFkOapWgZyaPMbLa3 { top:11.5625rem;left:8.25rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W { top:1.25rem;left:18.3125rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6QLDA7Ue64ccFIEiZRE1KlmhMlZ9nMD { top:11.5625rem;left:20.1875rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFdlhCTFItsVM5biVVBr29xCIeoewy1Q { 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) { #OsRWv20bqG5gQZMzpqArxN22gxQta2EC { top:1.25rem;left:30.25rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRPvTpexEf4dIC3xloXmAueL5ouktgWN { top:14.8125rem;left:32.125rem;width:15.625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckHAvbRUng8sAOvt0yJwP0dwJlawlXkW { top:11.5rem;left:32.125rem;width:15.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SF6tdVOImcNTJt4gLcBu7aBp77Ld0beF { width:8.25rem;height:1.5625rem;top:21.875rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kko4V05uV2eCkXtkmy6vBETcdZeBXPDT { display:block; }
 }@media only screen and (max-width: 763px) { #elroiieR8I0vXBOQBHLFC57kFurfUM88 { width:8.25rem;height:1.5625rem;top:21.875rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #StV8fvnRpaqkZBVhhJgRusDv04TURKla { display:block; }
 }@media only screen and (max-width: 763px) { #z8aBhafZaQ36CTpNP6ust9HykDHtqu2O { width:8.25rem;height:1.5625rem;top:21.8125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKo93uvzg0bscPNhW8dEgE8lgfac2TyT { display:block; }
 }@media only screen and (max-width: 763px) { #vpZxampD0Ivfkd4ggUgmOd5A2ioGp8mW { display:none; }
 }@media only screen and (max-width: 763px) { #VytZH3bi0GOXK2KozSyNUoGoxtpw94yn { display:none; }
 }@media only screen and (max-width: 763px) { #yLyFpTRTwa0c2vyoz3ZozFKKvtUmLPFS { display:none; }
 }@media only screen and (max-width: 763px) { #wrQtLOUT8Umim7zxVHXTkxqsdr7mrRyH { display:none; }
 }@media only screen and (max-width: 763px) { #Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u { display:block; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTeONw300LzcZ1zT2mdmr8ipn7XwPx7z { top:10.9375rem;left:0rem;width:15.625rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S0c8cQ8nBFu8Rc6Wpk3WKtArCAGAm8LT { top:15.9375rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI { top:0.625rem;left:0rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2 { top:0.625rem;left:6.375rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmklWHJB4iACzDNM7m0FpfcqyIz9LFnf { top:14.4375rem;left:8.25rem;width:15.625rem;height:6.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5cU7FiLbgw1Odwyp1ztHSerrxL0aKQq { top:10.9375rem;left:8.25rem;width:15.625rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ { top:0.625rem;left:18.3125rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahRMQs3R53GPwzeFGHvV32iNFkB1LmJa { top:10.9375rem;left:20.1875rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttHM3VqW6rUk6RwZ1oNETiOMUy15eA2d { top:15.9375rem;left:20.1875rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD { top:0.6875rem;left:30.25rem;width:17.5rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtM1KlnkgNbex6dPvJXbsW2EIrbrxDRI { top:15.9375rem;left:32.125rem;width:15.625rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK3DQbsCcPohPdH1ZwLDdFfiV00AXVtn { top:10.9375rem;left:32.125rem;width:15.625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r45GemUAJHACyBzV0iJsFkPRZdmGsllw { width:8.25rem;height:1.5625rem;top:21.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MzRfJ6hp7IqyQsSaPCQ22rdNOnquWc { display:block; }
 }@media only screen and (max-width: 763px) { #cXaC0Wmy1rhrOeevAdkVGk8xL0421gA1 { width:8.25rem;height:1.5625rem;top:21.125rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpwNEgU266sPv8Dlp7J3g5SusLVxWqfi { display:block; }
 }@media only screen and (max-width: 763px) { #BbTio1Nauzm5iXM6Ng2iFzAH7eU5hTsR { width:8.25rem;height:1.5625rem;top:21.125rem;left:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8FAiHEXhxfKKl5xLmvBgrrqLD4rVm3X { display:block; }
 }@media only screen and (max-width: 763px) { #l13hcnGrxKDCrwG5UfW4Tufrm19TgiXM { width:8.25rem;height:1.5625rem;top:21.125rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVddxgcAS7aGCqTBa93Oxi90eaE5iTms { display:block; }
 }@media only screen and (max-width: 763px) { #TEccCpnh8PXMOeyAr5IfeiwFfA4ptpi0 { display:none; }
 }@media only screen and (max-width: 763px) { #Xb2p3TZBKMzIGNv2ZqNLMaglUxztveOv { display:none; }
 }@media only screen and (max-width: 763px) { #q04ubCykXbdWU4E98c8MBMSRdPknHdmr { display:none; }
 }@media only screen and (max-width: 763px) { #PL1LursXcz1PNr7siwOUq70gnM6d3nW6 { display:none; }
 }@media only screen and (max-width: 763px) { #C492i5BFrCnLmC4beBUhBTs9vFEryvT5 { display:block; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN1aEVwAvegAhyJ471flHRAFvVPhCQHV { top:2rem;left:0rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52TgbgTe7s05fndQ7ArnT9vGETPZQyy { top:1.125rem;left:0rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXol7sMkDc8g14QHtxJXMm9a4EN7VeI { top:1.125rem;left:8rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRBQ8xJNx5aTASyrndxP3bsok20Ahsn { top:2.0625rem;left:9.5625rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKL2xZ4Wmk6bWXEmyuNH6r94bx1ePJ8 { top:1.125rem;left:23.875rem;width:23.75rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODXxBFlSQgXKkypP0WqXHsLW27An1Sl { top:2rem;left:25.4375rem;width:22.1875rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeOZyzqIuisDsQAvvrTvtC2IOW8CGFV9 { width:19.625rem;height:2.1875rem;top:17.9375rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDJZhP1OplMtWUAGaKLtXO1cwaPay5e1 { 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) { #FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR { display:block; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .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.975rem;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) { #bqexVL2vl2Rb60sXqzvrZK3otupZLraT { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container { background-color: transparent; background-image: none; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container > .video-iframe-container { display: none; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row > .video-iframe-container { display: none; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .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); }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container { border-width: 0; border-radius: 0; }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row > .video-iframe-container {  }#bqexVL2vl2Rb60sXqzvrZK3otupZLraT > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AFNtmL1akGSpPEOStKJIokLAlToEtRXO { 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) { #LZtEnEHuILIW8TNbeTWTHsvC3T40787T { 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) { #C6Vih7hruNqlEJJ0pIQM8F3dq4WgMBv2 { 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) { #V6gz5gVZm696pHAmyAarCJWnPBOTpHNK { position:relative;z-index:auto;display:none; }#V6gz5gVZm696pHAmyAarCJWnPBOTpHNK > .row .container { width:20rem;height:15.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fLwSN705yJZVvZgwJf1dlon8CttASzmk { 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) { #ql3uDDZsoip3rdkAU3d54BuVq74S071p { display:block; }
 }@media only screen and (max-width: 763px) { #fDyRXbfyKMVVlzlnSC03vJWOpQtvk5h7 { 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) { #ewwlu2O6W6haJdGVZAVqhlCqm6PGrGBH { display:block; }
 }@media only screen and (max-width: 763px) { #ohzgS8OqFdJMKO4x7VLVNEzWmKbQzT2F { 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) { #tPHfLA9uNSzcBeyoSVbJnnJn9T1rw7i8 { display:block; }
 }@media only screen and (max-width: 763px) { #ZaLqgIwHu4FopxQT5UovEfL7QzD5H5vh { 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) { #y4Tgq2wXEMwCpkioJVn3ODvvnUdGp8Sm { display:block; }
 }@media only screen and (max-width: 763px) { #l0SyF3m0LwxzeclQ0EVqTe0ZHlJn3lfG { 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) { #kS1H2dxGkKJuRPUnyoJNKHk2D1ZTRWry { display:block; }
 }@media only screen and (max-width: 763px) { #Uye1TKUAxGOxmhaLJTMGK55BgIv7sh8r { 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) { #Z37BnReZJcz1tvsXSN0TqtGicK9ppocO { display:block; }
 }@media only screen and (max-width: 763px) { #PF1cDXbRqVNm3BtSiCViOHF43pbiv39W { 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) { #xHCzufVu5LrofH8Bpdd75WEKMtDCk90F { display:block; }
 }@media only screen and (max-width: 763px) { #Vr1W3rFvglNmQkFvHi9WdcVfRDqDXsJ7 { 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) { #FK1K2ugxACtbCOgL9DbbyAlVTHLoWbHA { display:block; }
 }@media only screen and (max-width: 763px) { #hzCvo5hRK85Dlaz2RypuNhvAg9IWkRdl { 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) { #WTv7GPrcQarMDw87hOEVFp4QcLFxko0W { 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:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AppzXW0mehShytmMKi1w6dfTvL4hKU2b { width:16.5rem;height:2.25rem;top:1rem;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:15.74215625rem;top:13.75rem;left:0rem;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:2.925rem;top:3.0625rem;left:0rem;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) { #x6Luu0hdC0wxBVlu0d6c9Uq88zCXTE19 { width:5.8125rem;height:2.0625rem;top:31.1875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAeSmd557aUKWJKw5dpzM9x4Eh3dJmTN { display:block; }
 }@media only screen and (max-width: 763px) { #pS8bSQi8OIHprvBFaJQQmN9q9oTQWIdx { width:5.8125rem;height:2.0625rem;top:31.1875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #z47yhHbcg11zuZ5G7CSOhCJ1tMQSD0xM { display:block; }
 }@media only screen and (max-width: 763px) { #yR3nexOnSbEqntdfimzvVQ0rCe8TqUrt { width:19rem;height:15.875rem;top:0.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8bFyVLoaz8PeAziCI085S8HZaUcRxOn { width:7.9375rem;height:7.9375rem;top:3.96875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPR96XNlsswbzzGMFFHwJNvsfbRx8Q9L { width:6.6875rem;height:15.375rem;top:0.5625rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc { display:block; }#DgEpOu4E7Hvs1TRQEk2WCEmWo6e3JUbc > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SK6DHR38ZyWMcZSd0SycRWwZK8aQQfko { width:20rem;height:1.3rem;top:1.546875rem;left:0.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTKKrJESbSFdB5FgHS0F9lb3CBdm2bHp { width:19.6875rem;height:2.6875rem;top:0.8125rem;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) { #OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 { display:block; }#OdLcSdr7pHhtAIkFWU3RqSAORnUK5iQ8 > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SpxgVtRZwHqRXQl6P28dIxEbRuC9M6Sk { width:16.3125rem;height:1.86875rem;top:0.62187576293945rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #r980kqVMfTIyK56U8S4Un5LAeuO1mmps { width:16.3125rem;height:1.86875rem;top:0.40937423706055rem;left:1.84375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHq25ElQTXQ8zsqFeg3camU42BoDQaHQ { width:1.25rem;height:1.25rem;top:0.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ { display:block; }#Z6fx2q1rDaKqRvTqO18usFi405HbKHcQ > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GqsIXhB3TM32rnmlMikaem8zprgf9xRO { width:17.5rem;height:1.4625rem;top:36.1875rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGAXKKCH60ZKRAE1Rnx1DzXpSEUTvO0v { width:6.875rem;height:2.5rem;top:49.6875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crKGE1l9nU6L4hxSuCn2rJpZ5V0HUwBG { display:block; }
 }@media only screen and (max-width: 763px) { #AV3bTy0PdVuDmatpT7FaOO12sefUo9dP { width:6.875rem;height:2.5rem;top:49.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rulQIVcoVT2Ti2KAW9yq2rn1ye3e5Mp4 { display:block; }
 }@media only screen and (max-width: 763px) { #fNlFfyeOH2awMtBTrhDwcBHDzWvFnnUU { width:20rem;height:12.5rem;top:38.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpspzD2ceoNazclca3aT7JXo0TLJoMQZ { width:20rem;height:12.5rem;top:20.987499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nph57WtfCp7NJMRf5m7GkFvVLdqZqW7u { width:16.25rem;height:1.2375rem;top:18.75rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOyuClT7uVPU5r7K8Akhr2Gp9kzK9D8H { width:6.875rem;height:2.5rem;top:32.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpcHRXF37mTTOftMDFL4WwrFocTRaUq2 { display:block; }
 }@media only screen and (max-width: 763px) { #m2hPm5QqqdmosuTIT0W1rf6mkcBqLWcZ { width:6.875rem;height:2.5rem;top:32.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpygBbIX0uH9OmZ5hJhXiFzqS8HyXpXX { display:block; }
 }@media only screen and (max-width: 763px) { #Fn1syTNm16THlPCzhXZUB43PIptSth4o { width:20rem;height:12.5rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfFXUBGNUxT3lrN06L4kNpsTB6qlA2cl { width:16.25rem;height:1.4625rem;top:1.0750007629394rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzbiDOsna9pPOMI7dvRhgHa5KDFXadcq { width:6.875rem;height:2.5rem;top:14.75rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTulm4xLxLCi2qQNoZzyLE0iZtMUKoay { display:block; }
 }@media only screen and (max-width: 763px) { #vmc5G5TaHo757bqhIbSyxLcblPUmMMgz { width:6.875rem;height:2.5rem;top:14.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoiQTX5EzwWN1WU2DxTKwRw6wAgb0s30 { display:block; }
 }@media only screen and (max-width: 763px) { #BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB { display:block; }#BHTDQum3Vz0Nw1HHO5ZlWkM0JdP4oNMB > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqwFP2EXt5nykGzHCQ6e7DeAVPcLXOJ1 { width:16.3125rem;height:1.86875rem;top:0.62187576293945rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJRasPeOqv8LN0HW8EQqThE5pmP79pKc { width:13.5625rem;height:1.86875rem;top:0.72187423706056rem;left:1.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WBBvBIVTTIrLEThPigb07M1T5xT8TAao { width:1.25rem;height:1.25rem;top:1.03125rem;left:0rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ { display:none; }#zbfDFgmL00N2Um6kgKLczdWB0yCHoOfJ > .row .container { width:20rem;height:9.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mt24n3DXoHzCgmFLPKSkQAucdOGgAJkE { width:16.3125rem;height:1.86875rem;top:0.62187576293945rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qlQE5GHrfAB5JGzWxgmXqq7kIa91OUcr { width:11.375rem;height:auto;top:0.8125rem;left:4.3125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iveweqfwV8FzCsCdlaDyJE9vu6U44MaK { width:1.25rem;height:1.25rem;top:1.25rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rKLi7qAHksgTkqzVlmFr4OAW7DzKLsgk { width:1.25rem;height:1.25rem;top:3.75rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv { display:none; }#lWn9LuRI0QaHSTLDTt8aiTAxCwkhivQv > .row .container { width:20rem;height:60.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DlkT7EkitFqnfThXXFuFiM0BxOvqBXA3 { width:17.5rem;height:1.3rem;top:47.625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4QnUcwo2BbTF9c8Luvv3GWvXAoNf8II { width:6.875rem;height:2.5rem;top:55.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqsXeAR1npdmmsu9u7pp7tC6Q9zciOa2 { display:block; }
 }@media only screen and (max-width: 763px) { #WDEqyhS4Rr6kg33LDqV0hwbG67akADpy { width:20rem;height:12.5rem;top:44.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxd9rOUroSyRaftPgsExIqVDct7bnI1l { width:20rem;height:12.5rem;top:20.862499237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr8lahrsMfKolksPz9QZ4w8lVeUgpmvo { width:16.25rem;height:1.2375rem;top:18.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H69foVhHhiGbrUHWWZNQv1yV9sy0phT6 { width:6.875rem;height:2.5rem;top:32.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTR8gpr5QJJ16dd7GVL4RH4VFMelEPxP { display:block; }
 }@media only screen and (max-width: 763px) { #A8Ndt9G9lIQLarZ79Bs0c77A0N1ludmN { width:20rem;height:12.5rem;top:3.4624996185302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0QOvhL8hs4QlAP8GqFHyUcRXgaXhxhx { width:16.25rem;height:1.4625rem;top:1rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Iv0EkMco0cM8hI8UO5JKypl5NzDMCf { width:6.875rem;height:2.5rem;top:14.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7WL2s9paGRK3DxXzw40BAJ5A9NGlaET { display:block; }
 }@media only screen and (max-width: 763px) { #Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb { display:block; }#Lwx7ywGOpyraKHkzrcDvkHgZWzyam2cb > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s { width:20rem;height:12.5rem;top:20.862499237061rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0c3cfb58-4d60-454b-91d7-681c2630c290/odzieztraildamska.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.adaptive-delivery-prevent-bg, #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.lazyload, #RrdwCE4XKr99M5KWcu8cFE8Wt9kCwZ6s.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #sfwHdQzL3OlPTSnl8g7Hs9xu0nuyRaya { width:16.25rem;height:1.2375rem;top:18.625rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5C0XXgenAATyU95b6JUA2iVaqbV8lgg { width:6.875rem;height:2.5rem;top:32.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oGyaClAIUnSElnNelGDIacuu2zBUlLgE { display:block; }
 }@media only screen and (max-width: 763px) { #v7XVWUIThWCLHZKCyblfibKthoFrztpI { width:20rem;height:12.5rem;top:3.4624996185302rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7e68d122-d379-4cf9-9e8c-19f1741c919a/odzieztrail.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v7XVWUIThWCLHZKCyblfibKthoFrztpI.adaptive-delivery-prevent-bg, #v7XVWUIThWCLHZKCyblfibKthoFrztpI.lazyload, #v7XVWUIThWCLHZKCyblfibKthoFrztpI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VGVaq5Jawfr1qBrNxoVdt2Rvqc8n0DmT { width:16.25rem;height:1.4625rem;top:1rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZWQIyuLdHomd41mvkioLH4fTXlTLaQq { width:6.875rem;height:2.5rem;top:14.625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHt24Laim3MwX5sd0F4nTQdDFDkOHAai { display:block; }
 }@media only screen and (max-width: 763px) { #tll6hvhBii40MBc6vKbTxu71IoVwyHZP { display:block; }#tll6hvhBii40MBc6vKbTxu71IoVwyHZP > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #is1JbR3AVIaItvuAptzHZ5BcIpGBAMav { width:16.3125rem;height:1.86875rem;top:0.62187576293945rem;left:1.84375rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oFSGF76J03uwq1dFNdW7DmAyZCyCSrsd { width:13.3125rem;height:1.86875rem;top:0.72187423706056rem;left:1.875rem;font-size:1.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PTerIQTa622q5f0vnscDT1pIfuiq2lcF { width:1.25rem;height:1.25rem;top:1.03125rem;left:0rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk { display:block; }#LwtDaD0EUzsVFcGikKcgTCPBsgbe6AMk > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XqzgeizKHmF4uUthlg0Lg3fv6MkegOIx { width:17.5rem;height:1.4625rem;top:1rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KV6AnPorm66C13Ey6FQq70APaKt4f6Hx { width:6.875rem;height:2.5rem;top:14.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBgetbKVcvoiVgmZeLJRPlhLZS89159A { display:block; }
 }@media only screen and (max-width: 763px) { #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2 { width:20rem;height:12.5rem;top:3.4624996185302rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/41e10fe8-24b7-4105-b389-522ae5937325/akcesoriatrail.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.adaptive-delivery-prevent-bg, #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.lazyload, #BiDowKFMaRlo66cw5i4XvWiZd5Sz86t2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t { display:block; }#awsPOIfTD3VLCiCJIp5m5TwJDG1EwB1t > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dB0od19Fge2RvZVTMaHwUQhKDnc9ATns { width:17.625rem;height:1.21875rem;top:1.6187496185302rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etOD3UAIhiu8HoAnbDozCzlsgNxRAx5o { width:1.25rem;height:1.25rem;top:1.5625rem;left:0.625rem;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.6875rem;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.25rem;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.625rem;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.25rem;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.25rem;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.25rem;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) { #TKtIVq5en43lmgiHGoJb8oys6hTEUteO { display:block; }#TKtIVq5en43lmgiHGoJb8oys6hTEUteO > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CxbuLMoqOXfmisCRJO9PDzTdyoR9TTuS { 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) { #pAro7uoznfgIIZhobdQdPv8HpCr39RTe { 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) { #buaBUUNoFXBH6xPE4vc1XilM91hnQDGH { display:block; }#buaBUUNoFXBH6xPE4vc1XilM91hnQDGH > .row .container { width:20rem;height:61.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ina2Js0p5mbtcasq4X2rrhJLyAV2o1ht { width:18.375rem;height:2.6rem;top:8.6374969482425rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfZAI6Sy3aOLRUCWskoM7Epx58FkbRcS { 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) { #Pu32BdhUTEHmguyntMsC9U6SvBcl08hE { width:8.25rem;height:1.5625rem;top:12.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlMCgHa6oMtADON7rluvhFfc7PaTAC2P { display:block; }
 }@media only screen and (max-width: 763px) { #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU { width:20rem;height:13.4375rem;top:1.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dffd91b6-6cbf-4d9d-a24d-2052cdb60e68/bartekprzedwojewski.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.adaptive-delivery-prevent-bg, #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.lazyload, #qTQW1indCRwH7ZQmVbblLeeW2QDsBJOU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M { width:20rem;height:13.4375rem;top:16.4375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/63c7080b-80dc-4a2e-a725-383b1fbaa9ce/niketraildamska.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.adaptive-delivery-prevent-bg, #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.lazyload, #yi8MLqrDrg9srfd6Tn5ArUVCPx6bQc7M.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #o62F8xNrxt1EkHMtdOqw6bBtRU4Cu5Tz { 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) { #zMERJsKRryW0TNzNFkOapWgZyaPMbLa3 { 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) { #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W { width:20rem;height:13.4375rem;top:31.375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7e89e5f0-4a92-4834-b335-997d7db6a93e/suunto5peakrecenzja.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.adaptive-delivery-prevent-bg, #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.lazyload, #Fi5kEPKlewuhh2FfEnBOBHdXFcf1aA5W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F6QLDA7Ue64ccFIEiZRE1KlmhMlZ9nMD { width:18.375rem;height:3.9rem;top:38.481250762939rem;left:1rem;font-size:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #eFdlhCTFItsVM5biVVBr29xCIeoewy1Q { 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) { #OsRWv20bqG5gQZMzpqArxN22gxQta2EC { width:20rem;height:13.4375rem;top:46.3125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dfb507bb-3566-4644-a2ea-873767298a16/091c4026c45aad053e50bb67652c318aa7947f21.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OsRWv20bqG5gQZMzpqArxN22gxQta2EC.adaptive-delivery-prevent-bg, #OsRWv20bqG5gQZMzpqArxN22gxQta2EC.lazyload, #OsRWv20bqG5gQZMzpqArxN22gxQta2EC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QRPvTpexEf4dIC3xloXmAueL5ouktgWN { 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) { #ckHAvbRUng8sAOvt0yJwP0dwJlawlXkW { 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) { #SF6tdVOImcNTJt4gLcBu7aBp77Ld0beF { width:8.25rem;height:1.5625rem;top:27.4375rem;left:1rem;z-index:100016;display:block; }
 }@media only screen and (max-width: 763px) { #Kko4V05uV2eCkXtkmy6vBETcdZeBXPDT { display:block; }
 }@media only screen and (max-width: 763px) { #elroiieR8I0vXBOQBHLFC57kFurfUM88 { width:8.25rem;height:1.5625rem;top:42.375rem;left:1rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #StV8fvnRpaqkZBVhhJgRusDv04TURKla { display:block; }
 }@media only screen and (max-width: 763px) { #z8aBhafZaQ36CTpNP6ust9HykDHtqu2O { width:8.25rem;height:1.5625rem;top:57.3125rem;left:1rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #KKo93uvzg0bscPNhW8dEgE8lgfac2TyT { display:block; }
 }@media only screen and (max-width: 763px) { #vpZxampD0Ivfkd4ggUgmOd5A2ioGp8mW { 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) { #VytZH3bi0GOXK2KozSyNUoGoxtpw94yn { 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) { #yLyFpTRTwa0c2vyoz3ZozFKKvtUmLPFS { 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) { #wrQtLOUT8Umim7zxVHXTkxqsdr7mrRyH { 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) { #Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u { display:block; }#Wo9mbplSWisS9Gr65EJKEnaZ1gP2by6u > .row .container { width:20rem;height:59.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTeONw300LzcZ1zT2mdmr8ipn7XwPx7z { width:18.375rem;height:2.6rem;top:7.09375rem;left:1rem;font-size:1rem;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #S0c8cQ8nBFu8Rc6Wpk3WKtArCAGAm8LT { 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) { #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI { width:20rem;height:13.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5bf29a30-4181-4c77-828b-65fdf6a25fa3/b293c7bcfc947591877816fae5d2f7bf28b1f9aa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.adaptive-delivery-prevent-bg, #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.lazyload, #RditxSZl1qaqDpSmz6yhTOJMQSJwohMI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2 { width:20rem;height:13.4375rem;top:14.9375rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/572a0921-d5b1-4693-8be4-9ca7210d45c8/nikepegasustrail4.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.adaptive-delivery-prevent-bg, #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.lazyload, #U6tqW0xUQUKruQK2JqBN9PRtQ851Deh2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hmklWHJB4iACzDNM7m0FpfcqyIz9LFnf { width:18.75rem;height:1.1375rem;top:38.8125rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t5cU7FiLbgw1Odwyp1ztHSerrxL0aKQq { width:18.375rem;height:1.3rem;top:22.03125rem;left:1rem;font-size:1rem;z-index:100026;display:block; }
 }@media only screen and (max-width: 763px) { #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ { width:20rem;height:13.4375rem;top:29.875rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/815e8c96-ae80-4381-a5df-24c40847057a/salomonpulsar.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.adaptive-delivery-prevent-bg, #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.lazyload, #HMevUaQSCtDmt8E7SziwpTk3zqAmXCyZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ahRMQs3R53GPwzeFGHvV32iNFkB1LmJa { width:18.375rem;height:2.6rem;top:36.96875rem;left:1rem;font-size:1rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #ttHM3VqW6rUk6RwZ1oNETiOMUy15eA2d { 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) { #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD { width:20rem;height:13.4375rem;top:44.8125rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90895c64-37bc-4f74-89d5-e3e4bcc817b7/TNFvectiv.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.adaptive-delivery-prevent-bg, #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.lazyload, #vQuWRGu1JptTQkB0RJ4Z6Fd4M2SXOILD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VtM1KlnkgNbex6dPvJXbsW2EIrbrxDRI { width:18.75rem;height:2.275rem;top:84.5625rem;left:0.625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK3DQbsCcPohPdH1ZwLDdFfiV00AXVtn { width:18.375rem;height:2.6rem;top:51.90625rem;left:1rem;font-size:1rem;z-index:100030;display:block; }
 }@media only screen and (max-width: 763px) { #r45GemUAJHACyBzV0iJsFkPRZdmGsllw { width:8.25rem;height:1.5625rem;top:25.875rem;left:1rem;z-index:100027;display:block; }
 }@media only screen and (max-width: 763px) { #Z8MzRfJ6hp7IqyQsSaPCQ22rdNOnquWc { display:block; }
 }@media only screen and (max-width: 763px) { #cXaC0Wmy1rhrOeevAdkVGk8xL0421gA1 { width:8.25rem;height:1.5625rem;top:11rem;left:1rem;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #QpwNEgU266sPv8Dlp7J3g5SusLVxWqfi { display:block; }
 }@media only screen and (max-width: 763px) { #BbTio1Nauzm5iXM6Ng2iFzAH7eU5hTsR { width:8.25rem;height:1.5625rem;top:40.875rem;left:1rem;z-index:100029;display:block; }
 }@media only screen and (max-width: 763px) { #D8FAiHEXhxfKKl5xLmvBgrrqLD4rVm3X { display:block; }
 }@media only screen and (max-width: 763px) { #l13hcnGrxKDCrwG5UfW4Tufrm19TgiXM { width:8.25rem;height:1.5625rem;top:55.875rem;left:1rem;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #SVddxgcAS7aGCqTBa93Oxi90eaE5iTms { display:block; }
 }@media only screen and (max-width: 763px) { #TEccCpnh8PXMOeyAr5IfeiwFfA4ptpi0 { top:6.125rem;left:0rem;width:20rem;height:7.3125rem;z-index:100015;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) { #Xb2p3TZBKMzIGNv2ZqNLMaglUxztveOv { top:21.0625rem;left:0rem;width:20rem;height:7.3125rem;z-index:100016;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) { #q04ubCykXbdWU4E98c8MBMSRdPknHdmr { top:36rem;left:0rem;width:20rem;height:7.3125rem;z-index:100017;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) { #PL1LursXcz1PNr7siwOUq70gnM6d3nW6 { top:50.9375rem;left:0rem;width:20rem;height:7.3125rem;z-index:100018;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) { #C492i5BFrCnLmC4beBUhBTs9vFEryvT5 { display:block; }#C492i5BFrCnLmC4beBUhBTs9vFEryvT5 > .row .container { width:20rem;height:52.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dN1aEVwAvegAhyJ471flHRAFvVPhCQHV { height:11.4375rem;width:20rem;top:2.1875rem;left:0.014870386637583rem;display:block; }
 }@media only screen and (max-width: 763px) { #x52TgbgTe7s05fndQ7ArnT9vGETPZQyy { width:20rem;height:13.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNXol7sMkDc8g14QHtxJXMm9a4EN7VeI { width:20rem;height:13.3125rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbRBQ8xJNx5aTASyrndxP3bsok20Ahsn { height:11.0989375rem;width:20rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKKL2xZ4Wmk6bWXEmyuNH6r94bx1ePJ8 { width:20rem;height:13.3125rem;top:30.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xODXxBFlSQgXKkypP0WqXHsLW27An1Sl { height:11.0989375rem;width:20rem;top:32rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeOZyzqIuisDsQAvvrTvtC2IOW8CGFV9 { width:19.625rem;height:2.1875rem;top:46.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDJZhP1OplMtWUAGaKLtXO1cwaPay5e1 { 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:10.9375rem;height:0;top:1.3875007629394rem;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.2rem;top:8rem;left:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JizuaEFlzxeTKfwPEIk3ke4nrxfBO0bT { width:3.5625rem;height:1.2rem;top:8rem;left:11.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQWcuuPBLeN9CeehDCvm8n3c1DGZFBJM { width:2.75rem;height:1.2rem;top:8rem;left:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygTyorV5U73ASxxDT3yJlTyvDMyNHb7h { width:3.75rem;height:1.2rem;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.2753875rem;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) { #FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR { display:block; }#FidQmSs3BbGt6EgPF4xe1yxMX0LkJgUR > .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; } }