.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;
}
html,
body {
  font-size: 16px;
}
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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.58);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { border-width: 0; border-radius: 0; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:60rem;position:relative;display:block; }#yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:13rem;top:1.78125rem;left:6.9375rem;overflow:hidden;display:block; }
#l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { background-color:#be51e6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.25rem;height:3.75rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1rem;left:44.75rem;display:block; }
#ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zgf3zTToUma3gqMl90MutfK6eCDxrAKF { background-color:#bb4ee8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:1.9375rem;border-top-right-radius:1.9375rem;border-bottom-left-radius:1.9375rem;border-bottom-right-radius:1.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:2.75rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.5rem;left:24.1162109375rem;display:block; }
#nJxmPBoyk78Ehurtb3WtqRMW31rXAXzN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:5.3125rem;top:0.5rem;left:0rem;overflow:hidden;display:block; }
#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0b7403e6-2e20-49f6-8e4f-26b7b00c2e2a/lpEngramy2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.adaptive-delivery-prevent-bg, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyload, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyloading { background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { background-color: transparent; background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .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); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { border-width: 0; border-radius: 0; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { font-size:0.875rem;font-family:arial;height:56.9375rem;width:60rem;position:relative;display:block; }#WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { color:#ff005f;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.5rem;left:0rem;height:3.32421875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lyyWQ9g7gamw6ys9TuGluHAyOw7o7nBh { color:#3c3c3b;display:block;width:23.625rem;position:absolute;font-family:hero;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.4;letter-spacing:0;top:26.125rem;left:0rem;height:13.296875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:17.25rem;left:0rem;height:3.23730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { background-color: transparent; background-image: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { display: none; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .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); }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { border-width: 0; border-radius: 0; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { font-size:0.875rem;font-family:arial;height:25.9375rem;width:60rem;position:relative;display:block; }#SSq3Q4TpE7cXht8cKHlJ2az36shbXxPa { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.6;letter-spacing:0;top:5.8125rem;left:6.375rem;height:11.8945rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#ArlZE8sUBTxX6ZAQ4XtZ5WczVMiN40q2 { position:absolute;display:block;z-index:15105;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:16.625rem;top:16.5810546875rem;left:43.375rem;overflow:hidden;display:block; }
#qUPTFdR259wpw0SeZQPGLT5J33ERAX9e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:10.4775390625rem;left:0rem; }
#CMeDZMBvK7mNdlptmZsOKfiw6gZG4kzo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:17.7060546875rem;left:53.25rem; }
#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(150deg, #ff740d, #ff6898);background-image: -moz-linear-gradient(150deg, #ff740d, #ff6898);background-image: -ms-linear-gradient(150deg, #ff740d, #ff6898);background-image: -o-linear-gradient(150deg, #ff740d, #ff6898);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff740d', endColorstr='#ff6898' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff740d', endColorstr='#ff6898' );";background-image: linear-gradient(150deg, #ff740d, #ff6898);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { background-color: transparent; background-image: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container > .video-iframe-container { display: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container { display: none; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .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); }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { border-width: 0; border-radius: 0; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { color:#3c3c3b;display:block;width:12.5625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.7;letter-spacing:0;top:8.04296875rem;left:0.9375rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BqtWMlifez9xwHIwMnGrDiKUprbBp6Jv { color:#3c3c3b;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:8.04296875rem;left:15.28125rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cbvss4dmVmJdgp3gczoM7OE6BxTlQFdV { color:#3c3c3b;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:7.0415477752688rem;left:30.435901641846rem;height:4.7233125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXHPcVcpuccvcoW4DVNLEyudo7Fn1hW8 { color:#3c3c3b;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.7;letter-spacing:0;top:8.04296875rem;left:45.3125rem;height:1.9121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { position:absolute;display:block;z-index:15003;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:5.798828125rem;left:0.96875rem;display:block; }
#gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { position:absolute;display:block;z-index:15007;background-color:#ac5ad5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:3.3427734375rem;left:5.0625rem;display:block; }
#VCOe857SEWgDtfTenSctplerSDbnEvAG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:4.291015625rem;left:50.46875rem; }
#T0lnk534AGbGrbUCXOCVxTQAJdZvnPS0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:4.228515625rem;left:20.375rem; }
#qxaqpgvLcKbg0gdIckZws4V7qkm1ITpN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:3.423828125rem;left:35.404296875rem; }
#RTH4PQHasu7F02ZZf05dJt5saX2qagZC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.326171875rem;left:6rem; }
#Ok6VUUm4uzgVJOemSLr9PrEg6qWcWFCI { position:absolute;display:block;z-index:15004;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:5.798828125rem;left:15.34375rem;display:block; }
#dFhymkq1ZBM4SeuyDduHgk9w9cyPpa86 { position:absolute;display:block;z-index:15005;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:7.5625rem;width:12.5rem;top:5.0625rem;left:30.4375rem;display:block; }
#RuDK8KFMdsGTNe3gqRkD2zsBXaTQnxaB { position:absolute;display:block;z-index:15006;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.5625rem rgba(0,0,0,0.5) ;height:5.5rem;width:12.5rem;top:5.798828125rem;left:45.34375rem;display:block; }
#QS0EFaez9GBwTBLenWT7uSEOS1gks5Dm { position:absolute;display:block;z-index:15008;background-color:#ac5ad5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:3.3427734375rem;left:19.4375rem;display:block; }
#hxG8k0TXTxrypP82MJOAsKD9Hd1gIg64 { position:absolute;display:block;z-index:15009;background-color:#ac5ad5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:2.388671875rem;left:34.34375rem;display:block; }
#TqaQ2DrSc6Sb7rvl2UeEmBkRUTCWoeyi { position:absolute;display:block;z-index:15010;background-color:#ac5ad5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:3.8125rem;width:3.8125rem;top:3.3427734375rem;left:49.4375rem;display:block; }
#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { background-color: transparent; background-image: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { display: none; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .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); }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { border-width: 0; border-radius: 0; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:block; }#T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { color:#dc23ff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:6.25rem;left:0rem;height:4.548825rem;text-align:center;text-align-last:center;display:block; }
#xb1uZkFDks3Wh2ZmfBkqFOL38bztBbp6 { color:rgba(37,37,37,0.9);display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:19.875rem;left:23.9375rem;height:8.285125rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Q6xaTCIMV1PGFCInr4pnEsZzr23LB4IM { color:rgba(21,21,21,0.91);display:block;width:27.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15158;line-height:1.3;letter-spacing:0;top:38.375rem;left:11.0625rem;height:4.142575rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#EtHZANxcgvoP3tO3kytRvXVsKaa5v3xi { position:absolute;display:block;z-index:15157;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;height:12.5rem;width:44.5rem;top:32.75rem;left:7.1875rem;display:block; }
#PZuGvMaP2T4dD7ZRc6twtCG9gR5XFnU0 { position:absolute;display:block;z-index:15104;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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;height:15.4375rem;width:40.4375rem;top:14.9375rem;left:14.0625rem;display:block; }
#aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5 { position:absolute;display:block;z-index:15162;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d9bcc85c-7ae5-498d-bc04-10ee3b05458b/trenerTomek.png");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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: -0.0625rem 0.0625rem 0.8125rem rgba(0,0,0,0.35) ;height:15.625rem;width:13.625rem;top:14.8125rem;left:6.8125rem;display:block; }#aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.adaptive-delivery-prevent-bg, #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.lazyload, #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.lazyloading { background-image: none; }
#eLl9bgLUGphXHLGSFayyNxofyvMT6cuD { position:absolute;display:block;z-index:15159;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d786c0c2-cc28-4898-9eac-f4012e03ba8b/trenerAnia.png");background-position:top 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:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:3.6875rem;border-bottom-right-radius:3.6875rem;box-shadow: 0.4375rem 0.3125rem 0.75rem rgba(0,0,0,0.35) ;height:12.5rem;width:12.6875rem;top:32.75rem;left:41.875rem;display:block; }#eLl9bgLUGphXHLGSFayyNxofyvMT6cuD.adaptive-delivery-prevent-bg, #eLl9bgLUGphXHLGSFayyNxofyvMT6cuD.lazyload, #eLl9bgLUGphXHLGSFayyNxofyvMT6cuD.lazyloading { background-image: none; }
#cEt8Sl4lhIpF81dcBnap397HB9OZR9Ql { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15160;line-height:1.3;letter-spacing:0;top:15.375rem;left:19.375rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u0O08lBKCu74oNW17nCvRwahzal6Baw8 { color:rgba(255,255,255,0.97);display:block;width:34.75rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:700;z-index:15161;line-height:1.3;letter-spacing:0;top:33.1875rem;left:7.375rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eNZrp3VWaUR9MLqH7WQ1m6IZL8rbBEJf { position:absolute;display:block;z-index:15156;background-color:rgba(172,90,213,0.99);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:0.25rem;border-top-right-radius:3.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.375rem;width:37.1875rem;top:14.9375rem;left:17.25rem;display:block; }
#TMQB2NhAittxrZNl7qPuWBLu7en0A4bB { position:absolute;display:block;z-index:15157;background-color:rgba(172,90,213,0.99);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:4rem;border-top-right-radius:3.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.375rem;width:42.5rem;top:32.75rem;left:7.1875rem;display:block; }
#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(265deg, #ff740d, #ff6898);background-image: -moz-linear-gradient(265deg, #ff740d, #ff6898);background-image: -ms-linear-gradient(265deg, #ff740d, #ff6898);background-image: -o-linear-gradient(265deg, #ff740d, #ff6898);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff740d', endColorstr='#ff6898' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff740d', endColorstr='#ff6898' );";background-image: linear-gradient(265deg, #ff740d, #ff6898);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container { background-color: transparent; background-image: none; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container > .video-iframe-container { display: none; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row > .video-iframe-container { display: none; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .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); }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container { border-width: 0; border-radius: 0; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:block; }#M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:hero;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:3.1875rem;left:5.8125rem;height:4.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { background-color: transparent; background-image: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { display: none; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .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); }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { border-width: 0; border-radius: 0; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#pSbEQyIabvHVo195xqF7TT7xpHxP804R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:13.125rem;left:10rem;display:block; }
#GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:7.625rem;left:0rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:12.75rem;top:31.5625rem;left:47.25rem;overflow:hidden;display:block; }
#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed99cb0b-739a-400c-a134-81f99bff0785/Przejcie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9.adaptive-delivery-prevent-bg, #tXGdJ9SXZda3k0NOck4pIClAVx0seht9.lazyload, #tXGdJ9SXZda3k0NOck4pIClAVx0seht9.lazyloading { background-image: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { background-color: transparent; background-image: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container > .video-iframe-container { display: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row > .video-iframe-container { display: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .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); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { border-width: 0; border-radius: 0; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { font-size:0.875rem;font-family:arial;height:16.8125rem;width:60rem;position:relative;display:block; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(360deg, #ff8033, #e52eae);background-image: -moz-linear-gradient(360deg, #ff8033, #e52eae);background-image: -ms-linear-gradient(360deg, #ff8033, #e52eae);background-image: -o-linear-gradient(360deg, #ff8033, #e52eae);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8033', endColorstr='#e52eae' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8033', endColorstr='#e52eae' );";background-image: linear-gradient(360deg, #ff8033, #e52eae);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container { background-color: transparent; background-image: none; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container > .video-iframe-container { display: none; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row > .video-iframe-container { display: none; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .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); }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container { border-width: 0; border-radius: 0; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container { font-size:0.875rem;font-family:arial;height:121.5rem;width:60rem;position:relative;display:block; }#C6PsTzMy98oJ1eLKokFLNmEtPfSMCbx6 { position:absolute;display:block;z-index:15078;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:86.0625rem;width:47.875rem;top:26.5rem;left:6.0625rem;display:block; }
#f4KOHMETNRdGeEgKNV30I8bdlu4kmHtt { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #406427, #caf303);background-image: -moz-linear-gradient(3deg, #406427, #caf303);background-image: -ms-linear-gradient(3deg, #406427, #caf303);background-image: -o-linear-gradient(3deg, #406427, #caf303);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#406427', endColorstr='#caf303' );";background-image: linear-gradient(3deg, #406427, #caf303);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:hero;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.5rem;text-decoration:none;z-index:15096;text-align:center;text-align-last:center;top:76.399999618531rem;left:17.18593788147rem;display:none; }
#Hf8JAgMoMwiFJbAgp0c1GE2gLdsCWKNU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9Q28lX1BTRGvoD7vTJELvshOmQfZt32 { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15098;line-height:1.3;letter-spacing:0;top:30rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TuAbUZos8JhTuILvTSGfD5tOyqE2LR5A { color:#000000;display:block;width:33.1875rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15099;line-height:1.3;letter-spacing:0;top:32.4375rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IfVVuF8RHSMgWfTLxZtz6TbsThLas1Fr { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15100;line-height:1.3;letter-spacing:0;top:35.375rem;left:10.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#tVIzSL2zm1XXp3K23Bpt55JP7vF71TU9 { color:#000000;display:block;width:40.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15101;line-height:1.3;letter-spacing:0;top:39.375rem;left:10.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bqgsVeeJ6aqD5bT4qBzXdcIcdIOqsT8q { color:#000000;display:block;width:40.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:45.25rem;left:10.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#emTP99nrg9DX7uPmAClQvcqH1ZspPiIm { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15103;line-height:1.3;letter-spacing:0;top:49.625rem;left:10.3125rem;height:6.9043125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#UuFowckfTuBCmrfMTyFTkT6wDtmPCk6s { color:#000000;display:block;width:40.625rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15104;line-height:1.3;letter-spacing:0;top:58.0625rem;left:10.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#IK9Qfwz2Cc4eGQ8OzIQ1PyzT4iBmoW4a { position:absolute;display:block;z-index:15108;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.3730625rem;width:34.749rem;top:24.7490234375rem;left:5.888671875rem;overflow:hidden;display:none; }
#bbVyI4qlVxQcUe0QEdKUp7xRTACIC7bM { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0rem;left:0rem;height:3.087025rem;text-align:center;text-align-last:center;display:block; }
#hsVFXg0VJ2BW4QSirZAzKviVUV7u79PD { color:#fdf6f8;display:block;width:57.2470625rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:7.9267578125rem;left:0rem;height:6.03515625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#PPNlRADHs2sNT3HVTS6kgtTtAret3Iok { color:#000000;display:block;width:40.125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15105;line-height:1.3;letter-spacing:0;top:64.0625rem;left:10.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ddU01H7hLkBmuBarXqHaJqb48HLEWqLS { color:#000000;display:block;width:40.25rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:70.125rem;left:10.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#TBkdHrvdBFSNfo602fQ4OVSnUSwK2QMm { color:#000000;display:block;width:39.5rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15107;line-height:1.3;letter-spacing:0;top:76.25rem;left:10.25rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#E11yB6vwZaC5RcXLEHLWqQUEserSQCQc { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15108;line-height:1.3;letter-spacing:0;top:81.9375rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Vv0eJdk9Q0k4UPKA5h6K6K4ARh2JvnnE { color:#000000;display:block;width:38.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15109;line-height:1.3;letter-spacing:0;top:84.9375rem;left:10.375rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#kbSkvTng7olibMMN9DmOLDVyXDAtRxEw { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15110;line-height:1.3;letter-spacing:0;top:88.8125rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#AJSV9ktPna3cZaAO5A98ztTgQ1XRqDWP { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15111;line-height:1.3;letter-spacing:0;top:91.75rem;left:10.3125rem;height:2.76171875rem;font-style:normal;text-align:left;text-align-last:left;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; }
#bQJC38PDMWAumbfckRC8EoSyRNKmqrTS { color:#000000;display:block;width:34rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:95.556640625rem;left:10.3125rem;height:1.3808625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qOnDZBE1KgV68ZgebE2VCSTR5UAyQlQB { color:#000000;display:block;width:39.75rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15113;line-height:1.3;letter-spacing:0;top:98.2333984375rem;left:10.125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mI4y9k6JbkppOxOXnF3B8ZcVMcE7ZVMc { color:#000000;display:block;width:40.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:103.4375rem;left:10.3125rem;height:4.142575rem;font-style:normal;text-align:left;text-align-last:left;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; }
#EWilgocqm9erXxFGWfrFN8JnBHmXZXWW { position:absolute;display:block;z-index:15156;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:28.9375rem;top:8.8125rem;left:5.10546875rem;overflow:hidden;display:block; }
#hz55cmGQUWCMkKxGTT8viF1gbqErTPvO { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:14.625rem;top:7.9375rem;left:22.4375rem;overflow:hidden;display:block; }
#KPGG1xcXv9hmnQREZtH2sp6FVAl5sTQm { position:absolute;display:block;z-index:15157;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:14.625rem;top:14.8125rem;left:31.125rem;overflow:hidden;display:block; }
#RlVxDrFieoQp7BkQrAvDt2xTdmpTLCi1 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:14.625rem;top:19.4375rem;left:38.4375rem;overflow:hidden;display:block; }
#AwqoEJ6Tnp6EKqd0TGnOrbpKZ4GSKiZh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15159;opacity:1;top:30.1279296875rem;left:7.8125rem; }
#wtrUffPyS0TbEqIG1fr8qahsJPHfWUlB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15160;opacity:1;top:32.5654296875rem;left:7.8125rem; }
#hVLybniI9AuTJC1IEX10t7N7CKN76IT0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15161;opacity:1;top:35.375rem;left:7.8125rem; }
#qgsCEiS2qbUMv78VSgQSJ8itbcNappQi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15162;opacity:1;top:39.375rem;left:7.8125rem; }
#QedFX07mRUyz2fwFGQKIQd9rzSIRBbSx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15163;opacity:1;top:45.25rem;left:7.8125rem; }
#gko1UcT7g3CqcofQTWB5gqKSdtaeZHMz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15164;opacity:1;top:49.625rem;left:7.8125rem; }
#T6ie6cHsSmv4dRu3QB7zd35DmU2U6b1p { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15165;opacity:1;top:58.0625rem;left:7.8125rem; }
#ont0m5QICI7O00vPp7I1JuS6l20KRRxK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15166;opacity:1;top:64.0625rem;left:7.8125rem; }
#RRJyoOPZkhmGKXlaF6Ac5838qLxF3zvH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:70.125rem;left:7.8125rem; }
#FP0rDB4T49eXcWIeCi2am1t5OD3TbzTD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15168;opacity:1;top:76.25rem;left:7.8125rem; }
#NkqNRyMnJpQew194UR8JATDS79anRTcS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15169;opacity:1;top:82.0654296875rem;left:7.8125rem; }
#QGzEo52NHI8hsxss2wdrmTKPyGc2QxKX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15170;opacity:1;top:84.9375rem;left:7.8125rem; }
#Hs4PauTfBrDEu756DuxtNuH9ZsthVgGf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15171;opacity:1;top:88.9404296875rem;left:7.8125rem; }
#FWiUb6wC5U89waxu6QztSH2PC9FZL3n0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15172;opacity:1;top:91.75rem;left:7.8125rem; }
#KcVD9mRuqhF2NeyS2dOMkxqCpmPNksgf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15173;opacity:1;top:95.6845703125rem;left:7.8125rem; }
#NDNX2ZmcA0BOT2vCNuD8fB5UO955J1Jr { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:98.2333984375rem;left:7.8125rem; }
#s3ERCgouAUNS8DgiJqfIa4rn7N0gTEUZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.125rem;width:1.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15175;opacity:1;top:103.4375rem;left:7.8125rem; }
#gE49m5WtUt6wVLFTiTSnkGlDv3foDPFu { position:absolute;display:block;z-index:15176;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:12.5625rem;top:104.9541015625rem;left:47.4375rem;overflow:hidden;display:block; }
#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cffbabe2-afed-407e-b079-5e8bd12e557f/Przejcie2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U.adaptive-delivery-prevent-bg, #y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U.lazyload, #y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U.lazyloading { background-image: none; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container { background-color: transparent; background-image: none; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container > .video-iframe-container { display: none; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row > .video-iframe-container { display: none; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .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); }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container { border-width: 0; border-radius: 0; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:60rem;position:relative;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ed2492, #ffffff);background-image: -moz-linear-gradient(180deg, #ed2492, #ffffff);background-image: -ms-linear-gradient(180deg, #ed2492, #ffffff);background-image: -o-linear-gradient(180deg, #ed2492, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2492', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2492', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #ed2492, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { background-color: transparent; background-image: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { display: none; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .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); }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { border-width: 0; border-radius: 0; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#l4PUm9T666ZmSFH1cBBIU5HwpIZnMh3T { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4.6875rem;text-decoration:none;z-index:15099;text-align:center;text-align-last:center;top:27.8125rem;left:8rem;display:block; }
#S3hRTZXuflemTeFvhSfBd8ewlhNPT6g1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xwCTiobRVtTqwFxdcUsScFsxhrNfsq6E { color:rgba(12,12,12,0.92);display:block;width:46.75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15115;line-height:.8;letter-spacing:0;top:1.875rem;left:6.625rem;height:4.1982375rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HcSMFZ8tbQNT9nWDvu30sU7xzbRrSfQr { position:absolute;display:block;z-index:14996;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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:18.1875rem;width:20.25rem;top:11.8125rem;left:8rem;display:block; }
#Q3QtIBZHR4BD4yfVNyPRE5ozbi9q0OZ8 { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15094;line-height:1.1;letter-spacing:0;top:18.25rem;left:10.3125rem;height:2.886725rem;font-style:normal;text-align:center;text-align-last:center;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; }
#dwnRdJGFPAo9JATnCdb8qDTsgScA5die { color:#000000;display:block;width:10.9375rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15091;line-height:1.1;letter-spacing:0;top:24.625rem;left:12.9375rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#IdWTeUfcQ0JG5q2VqSox5vI10gBVst3z { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15095;line-height:1.1;letter-spacing:0;top:18.25rem;left:35rem;height:2.886725rem;font-style:normal;text-align:center;text-align-last:center;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; }
#swPAlJTl3GTfMwoVNkw9TPb0t8lfTbQ5 { color:#000000;display:block;width:10.125rem;position:absolute;font-family:poppins;font-size:2.0625rem;font-weight:700;z-index:15092;line-height:1.1;letter-spacing:0;top:24.54296875rem;left:38rem;height:2.26855625rem;font-style:normal;text-align:center;text-align-last:center;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; }
#VT7gSZvKdIHbU99LrOKp2TRcRPsEr3nC { position:absolute;display:block;z-index:14997;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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:17.875rem;width:20.25rem;top:12.1875rem;left:32.8125rem;display:block; }
#TJ3MMrHeXlogqw6VlOqE8NZqcWTo94TU { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -moz-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -ms-linear-gradient(3deg, #ec6f00, #e832b2);background-image: -o-linear-gradient(3deg, #ec6f00, #e832b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6f00', endColorstr='#e832b2' );";background-image: linear-gradient(3deg, #ec6f00, #e832b2);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;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:poppins;font-size:1.625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:4.6875rem;text-decoration:none;z-index:15100;text-align:center;text-align-last:center;top:27.875rem;left:32.6875rem;display:block; }
#i4mVT6MCH8F8A1pOPZDGZE7WVT7QIL1Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f9s1GnRO9OPBGgW8g7OznrNqTN4SHw4O { color:rgba(0,0,0,0.92);display:block;width:45.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15116;line-height:1.2;letter-spacing:0;top:12.1875rem;left:7.96875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;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; }
#mpH0trhRaF8MZMRG5TFTaLhk4uJTOh4v { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15092;line-height:1.1;letter-spacing:0;top:22.51953125rem;left:37.90625rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#HGGfpXAn26acoKyWVqCss1BDEExUim7O { position:absolute;display:block;z-index:14997;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.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:5rem;border-top-right-radius:5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 0.4375rem rgba(0,0,0,0.5) ;height:5.4375rem;width:45.0625rem;top:10.3125rem;left:8rem;display:block; }
#uZcHUMWI94xInWRtLoZJTlntL0QIazMV { color:#000000;display:block;width:10.3125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15093;line-height:1.1;letter-spacing:0;top:22.51953125rem;left:13.21875rem;height:1.85546875rem;font-style:normal;text-align:center;text-align-last:center;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; }
#b8T51ucRtbJnLZuwXKdRPVBRyo5bNBVe { color:rgba(0,0,0,0.92);display:block;width:45.3125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:400;z-index:15116;line-height:1.2;letter-spacing:0;top:12.1875rem;left:7.96875rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;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:none; }
#MHzpzNArgMKXuhNctCat1urfrvurQ2LU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { background-color: transparent; background-image: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container > .video-iframe-container { display: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container { display: none; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .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); }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { border-width: 0; border-radius: 0; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:60rem;position:relative;display:block; }#gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { color:#3c3c3b;display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.5203247070312rem;left:0rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:8.625rem;top:4.875rem;left:16rem;overflow:hidden;display:block; }
#Fs72AD558vCsuZn4T1JWHhfLlzighhhN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:8.125rem;top:5.5625rem;left:45rem;overflow:hidden;display:block; }
#QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:10.8125rem;top:6.3125rem;left:29.125rem;overflow:hidden;display:block; }
#QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:5.1875rem;top:5.125rem;left:6.875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { top:1.75rem;left:0rem;width:13rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { width:15.25rem;height:3.75rem;top:1rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block; }
 }@media only screen and (max-width: 763px) { #zgf3zTToUma3gqMl90MutfK6eCDxrAKF { width:19.9375rem;height:2.75rem;top:1.5rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxmPBoyk78Ehurtb3WtqRMW31rXAXzN { display:block; }
 }@media only screen and (max-width: 763px) { #Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { top:0.5rem;left:0rem;width:5.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { width:25.3125rem;height:3.3125rem;top:20.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyyWQ9g7gamw6ys9TuGluHAyOw7o7nBh { width:23.625rem;height:13.25rem;top:26.125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { width:31.3125rem;height:3.1875rem;top:17.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSq3Q4TpE7cXht8cKHlJ2az36shbXxPa { width:47.75rem;height:11.875rem;top:5.8125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ArlZE8sUBTxX6ZAQ4XtZ5WczVMiN40q2 { top:16.5625rem;left:31.125rem;width:16.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUPTFdR259wpw0SeZQPGLT5J33ERAX9e { top:10.4375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMeDZMBvK7mNdlptmZsOKfiw6gZG4kzo { top:17.6875rem;left:45.375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { display:block; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { width:12.5625rem;height:1.875rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtWMlifez9xwHIwMnGrDiKUprbBp6Jv { width:12.625rem;height:1.875rem;top:8rem;left:9.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbvss4dmVmJdgp3gczoM7OE6BxTlQFdV { width:12.5rem;height:4.6875rem;top:7rem;left:24.310901641846rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHPcVcpuccvcoW4DVNLEyudo7Fn1hW8 { width:12.6875rem;height:1.9375rem;top:8rem;left:33.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { top:5.75rem;left:0rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { top:3.3125rem;left:0rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCOe857SEWgDtfTenSctplerSDbnEvAG { top:4.25rem;left:44.34375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0lnk534AGbGrbUCXOCVxTQAJdZvnPS0 { top:4.1875rem;left:14.25rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxaqpgvLcKbg0gdIckZws4V7qkm1ITpN { top:3.375rem;left:29.279296875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTH4PQHasu7F02ZZf05dJt5saX2qagZC { top:4.3125rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok6VUUm4uzgVJOemSLr9PrEg6qWcWFCI { top:5.75rem;left:9.21875rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhymkq1ZBM4SeuyDduHgk9w9cyPpa86 { top:5.0625rem;left:24.3125rem;width:12.5rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuDK8KFMdsGTNe3gqRkD2zsBXaTQnxaB { top:5.75rem;left:35.25rem;width:12.5rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0EFaez9GBwTBLenWT7uSEOS1gks5Dm { top:3.3125rem;left:13.3125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxG8k0TXTxrypP82MJOAsKD9Hd1gIg64 { top:2.375rem;left:28.21875rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqaQ2DrSc6Sb7rvl2UeEmBkRUTCWoeyi { top:3.3125rem;left:43.3125rem;width:3.8125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { top:6.25rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb1uZkFDks3Wh2ZmfBkqFOL38bztBbp6 { width:27.6875rem;height:8.25rem;top:19.875rem;left:17.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q6xaTCIMV1PGFCInr4pnEsZzr23LB4IM { width:27.375rem;height:4.125rem;top:38.375rem;left:4.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EtHZANxcgvoP3tO3kytRvXVsKaa5v3xi { top:32.75rem;left:1.0625rem;width:44.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuGvMaP2T4dD7ZRc6twtCG9gR5XFnU0 { top:14.9375rem;left:7.3125rem;width:40.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5 { top:14.8125rem;left:0.6875rem;width:13.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLl9bgLUGphXHLGSFayyNxofyvMT6cuD { top:32.75rem;left:35.0625rem;width:12.6875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEt8Sl4lhIpF81dcBnap397HB9OZR9Ql { top:15.375rem;left:13.25rem;width:34.0625rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O08lBKCu74oNW17nCvRwahzal6Baw8 { top:33.1875rem;left:1.25rem;width:34.75rem;height:2.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZrp3VWaUR9MLqH7WQ1m6IZL8rbBEJf { top:14.9375rem;left:10.5625rem;width:37.1875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQB2NhAittxrZNl7qPuWBLu7en0A4bB { top:32.75rem;left:1.0625rem;width:42.5rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ { display:block; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { width:47.75rem;height:4.375rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSbEQyIabvHVo195xqF7TT7xpHxP804R { top:13.125rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { top:7.625rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { top:31.5625rem;left:35rem;width:12.75rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGdJ9SXZda3k0NOck4pIClAVx0seht9 { display:block; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrVIcLk71eAZrK0HSw820B06TQ6B7fvk { display:block; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6PsTzMy98oJ1eLKokFLNmEtPfSMCbx6 { top:26.5rem;left:0rem;width:47.75rem;height:86.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4KOHMETNRdGeEgKNV30I8bdlu4kmHtt { width:9.375rem;height:3.5rem;top:76.375rem;left:11.06093788147rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8JAgMoMwiFJbAgp0c1GE2gLdsCWKNU { display:block; }
 }@media only screen and (max-width: 763px) { #K9Q28lX1BTRGvoD7vTJELvshOmQfZt32 { width:33.1875rem;height:1.375rem;top:30rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuAbUZos8JhTuILvTSGfD5tOyqE2LR5A { width:33.1875rem;height:1.375rem;top:32.4375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IfVVuF8RHSMgWfTLxZtz6TbsThLas1Fr { width:40.3125rem;height:2.75rem;top:35.375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tVIzSL2zm1XXp3K23Bpt55JP7vF71TU9 { width:40.75rem;height:4.125rem;top:39.375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bqgsVeeJ6aqD5bT4qBzXdcIcdIOqsT8q { width:40.375rem;height:2.75rem;top:45.25rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #emTP99nrg9DX7uPmAClQvcqH1ZspPiIm { width:40.625rem;height:6.875rem;top:49.625rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UuFowckfTuBCmrfMTyFTkT6wDtmPCk6s { width:40.625rem;height:4.125rem;top:58.0625rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IK9Qfwz2Cc4eGQ8OzIQ1PyzT4iBmoW4a { top:24.6875rem;left:0rem;width:34.6875rem;height:17.342315044138rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbVyI4qlVxQcUe0QEdKUp7xRTACIC7bM { top:0rem;left:0rem;width:47.75rem;height:3.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsVFXg0VJ2BW4QSirZAzKviVUV7u79PD { top:7.625rem;left:0rem;width:17rem;height:6.8125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PPNlRADHs2sNT3HVTS6kgtTtAret3Iok { width:40.125rem;height:4.125rem;top:64.0625rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ddU01H7hLkBmuBarXqHaJqb48HLEWqLS { width:40.25rem;height:4.125rem;top:70.125rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBkdHrvdBFSNfo602fQ4OVSnUSwK2QMm { width:39.5rem;height:4.125rem;top:76.25rem;left:4.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E11yB6vwZaC5RcXLEHLWqQUEserSQCQc { width:34rem;height:1.375rem;top:81.9375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vv0eJdk9Q0k4UPKA5h6K6K4ARh2JvnnE { width:38.75rem;height:2.75rem;top:84.9375rem;left:4.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kbSkvTng7olibMMN9DmOLDVyXDAtRxEw { width:34rem;height:1.375rem;top:88.8125rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJSV9ktPna3cZaAO5A98ztTgQ1XRqDWP { width:34rem;height:2.75rem;top:91.75rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bQJC38PDMWAumbfckRC8EoSyRNKmqrTS { width:34rem;height:1.375rem;top:95.5rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOnDZBE1KgV68ZgebE2VCSTR5UAyQlQB { width:39.75rem;height:4.125rem;top:98.1875rem;left:4rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mI4y9k6JbkppOxOXnF3B8ZcVMcE7ZVMc { width:40.375rem;height:4.125rem;top:103.4375rem;left:4.1875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWilgocqm9erXxFGWfrFN8JnBHmXZXWW { top:8.8125rem;left:0rem;width:28.9375rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hz55cmGQUWCMkKxGTT8viF1gbqErTPvO { top:7.9375rem;left:16.3125rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPGG1xcXv9hmnQREZtH2sp6FVAl5sTQm { top:14.8125rem;left:25rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlVxDrFieoQp7BkQrAvDt2xTdmpTLCi1 { top:19.4375rem;left:32.3125rem;width:14.625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwqoEJ6Tnp6EKqd0TGnOrbpKZ4GSKiZh { top:30.125rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtrUffPyS0TbEqIG1fr8qahsJPHfWUlB { top:32.5625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVLybniI9AuTJC1IEX10t7N7CKN76IT0 { top:35.375rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgsCEiS2qbUMv78VSgQSJ8itbcNappQi { top:39.375rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QedFX07mRUyz2fwFGQKIQd9rzSIRBbSx { top:45.25rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gko1UcT7g3CqcofQTWB5gqKSdtaeZHMz { top:49.625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ie6cHsSmv4dRu3QB7zd35DmU2U6b1p { top:58.0625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ont0m5QICI7O00vPp7I1JuS6l20KRRxK { top:64.0625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRJyoOPZkhmGKXlaF6Ac5838qLxF3zvH { top:70.125rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FP0rDB4T49eXcWIeCi2am1t5OD3TbzTD { top:76.25rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqNRyMnJpQew194UR8JATDS79anRTcS { top:82.0625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGzEo52NHI8hsxss2wdrmTKPyGc2QxKX { top:84.9375rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs4PauTfBrDEu756DuxtNuH9ZsthVgGf { top:88.9375rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWiUb6wC5U89waxu6QztSH2PC9FZL3n0 { top:91.75rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KcVD9mRuqhF2NeyS2dOMkxqCpmPNksgf { top:95.625rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDNX2ZmcA0BOT2vCNuD8fB5UO955J1Jr { top:98.1875rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3ERCgouAUNS8DgiJqfIa4rn7N0gTEUZ { top:103.4375rem;left:1.6875rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gE49m5WtUt6wVLFTiTSnkGlDv3foDPFu { top:104.9375rem;left:35.1875rem;width:12.5625rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U { display:block; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4PUm9T666ZmSFH1cBBIU5HwpIZnMh3T { width:20.75rem;height:4.6875rem;top:27.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3hRTZXuflemTeFvhSfBd8ewlhNPT6g1 { display:block; }
 }@media only screen and (max-width: 763px) { #xwCTiobRVtTqwFxdcUsScFsxhrNfsq6E { width:46.75rem;height:4.1875rem;top:1.875rem;left:0.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HcSMFZ8tbQNT9nWDvu30sU7xzbRrSfQr { top:11.8125rem;left:1.875rem;width:20.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QtIBZHR4BD4yfVNyPRE5ozbi9q0OZ8 { width:16.125rem;height:2.875rem;top:18.25rem;left:4.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwnRdJGFPAo9JATnCdb8qDTsgScA5die { width:10.9375rem;height:2.25rem;top:24.625rem;left:6.8125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWTeUfcQ0JG5q2VqSox5vI10gBVst3z { width:16.125rem;height:2.875rem;top:18.25rem;left:28.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swPAlJTl3GTfMwoVNkw9TPb0t8lfTbQ5 { width:10.125rem;height:2.25rem;top:24.5rem;left:31.875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7gSZvKdIHbU99LrOKp2TRcRPsEr3nC { top:12.1875rem;left:26.6875rem;width:20.25rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3MMrHeXlogqw6VlOqE8NZqcWTo94TU { width:20.75rem;height:4.6875rem;top:27.875rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mVT6MCH8F8A1pOPZDGZE7WVT7QIL1Z { display:block; }
 }@media only screen and (max-width: 763px) { #f9s1GnRO9OPBGgW8g7OznrNqTN4SHw4O { width:45.3125rem;height:2.0625rem;top:12.1875rem;left:1.84375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mpH0trhRaF8MZMRG5TFTaLhk4uJTOh4v { width:10.3125rem;height:1.8125rem;top:22.5rem;left:31.78125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGGfpXAn26acoKyWVqCss1BDEExUim7O { top:10.3125rem;left:1.875rem;width:45.0625rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZcHUMWI94xInWRtLoZJTlntL0QIazMV { width:10.3125rem;height:1.8125rem;top:22.5rem;left:7.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8T51ucRtbJnLZuwXKdRPVBRyo5bNBVe { width:45.3125rem;height:2.125rem;top:12.1875rem;left:1.84375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MHzpzNArgMKXuhNctCat1urfrvurQ2LU { display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { width:47.75rem;height:1.5rem;top:1.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { top:4.875rem;left:9.875rem;width:8.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs72AD558vCsuZn4T1JWHhfLlzighhhN { top:5.5625rem;left:38.875rem;width:8.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { top:6.3125rem;left:23rem;width:10.8125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { top:5.125rem;left:0.75rem;width:5.1875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo { position:relative;z-index:auto;background-color:rgba(255,255,255,0.77);background-image:none;display:block; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { background-color: transparent; background-image: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row > .video-iframe-container { display: none; }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .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); }#brEQVqR1mlK6xaiqbcpsGT4EaNepmVJo > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yUMq3WdvESl3Q4ilHI10tCEF7XCCIwPQ { width:10.5625rem;height:1.6875rem;top:1.59375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4kv6lMsuqHTEFFpUfwhSDMc5FecF4i3 { width:9.75rem;height:2.75rem;top:7.5rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVti4AZnNHDx3QD0JLTmIbLivJpWVF7b { display:block; }
 }@media only screen and (max-width: 763px) { #zgf3zTToUma3gqMl90MutfK6eCDxrAKF { width:12.375rem;height:1.875rem;top:5.0625rem;left:3.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJxmPBoyk78Ehurtb3WtqRMW31rXAXzN { display:block; }
 }@media only screen and (max-width: 763px) { #Q8ypNWV6cSZc76TpT80CkK3xkBlUFGCT { width:4.625rem;height:4.125rem;top:0.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1d23c5fb-9164-4522-aa13-690abd4d2114/Telefon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.adaptive-delivery-prevent-bg, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyload, #tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8.lazyloading { background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { background-color: transparent; background-image: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row > .video-iframe-container { display: none; }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .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); }#tuDvs4l0uUWgkN70U1Fi3OKIZRgKJai8 > .row .container { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WdCpyqUBh1E69ha7TKCfPQiODnpOzIb8 { width:14.875rem;height:2.0996125rem;top:5.03515625rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #lyyWQ9g7gamw6ys9TuGluHAyOw7o7nBh { width:17rem;height:5.25rem;top:8.6474609375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9NmFUMTwqWomJ8wc51sVSWFNHDyk8T0 { width:20rem;height:1.92480625rem;top:3.1103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 { display:block; }#gWIz4AxWM8xeUCBiTWXJpdnwDlapHsG8 > .row .container { width:20rem;height:35.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSq3Q4TpE7cXht8cKHlJ2az36shbXxPa { width:16.875rem;height:23.7900625rem;top:4.392578125rem;left:1.5625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ArlZE8sUBTxX6ZAQ4XtZ5WczVMiN40q2 { width:11.6875rem;height:3.875rem;top:28.1826171875rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUPTFdR259wpw0SeZQPGLT5J33ERAX9e { display:flex;width:2.5625rem;height:2.5625rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CMeDZMBvK7mNdlptmZsOKfiw6gZG4kzo { display:flex;width:2.375rem;height:2.375rem;top:28.1826171875rem;left:15.25rem; }
 }@media only screen and (max-width: 763px) { #nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz { display:block; }#nIrDQLAZckyC4wM6ysD1iKFyt2eO4WLz > .row .container { width:20rem;height:44.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tVqMWKKHRBJqwlwNvbzyzR4tw0uA1JB8 { width:19.9980625rem;height:1.69921875rem;top:7.75rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqtWMlifez9xwHIwMnGrDiKUprbBp6Jv { width:12.625rem;height:1.69921875rem;top:17.0625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cbvss4dmVmJdgp3gczoM7OE6BxTlQFdV { width:12.5rem;height:4.1982375rem;top:26.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXHPcVcpuccvcoW4DVNLEyudo7Fn1hW8 { width:12.6875rem;height:1.69921875rem;top:39.25rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBWw33KwOLfzyF76CuA7H5Ju04pMHU9m { width:12.5rem;height:5.5rem;top:5.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxoRPgoesgfr4y04Q8JsJ3498VG3CWRs { width:3.8125rem;height:3.8125rem;top:2.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCOe857SEWgDtfTenSctplerSDbnEvAG { display:flex;width:2.375rem;height:2.375rem;top:34.9375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #T0lnk534AGbGrbUCXOCVxTQAJdZvnPS0 { display:flex;width:2.375rem;height:2.375rem;top:13.0625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #qxaqpgvLcKbg0gdIckZws4V7qkm1ITpN { display:flex;width:2.3125rem;height:2.3125rem;top:22.6875rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #RTH4PQHasu7F02ZZf05dJt5saX2qagZC { display:flex;width:2.375rem;height:2.375rem;top:3.8125rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #Ok6VUUm4uzgVJOemSLr9PrEg6qWcWFCI { width:12.5rem;height:5.5rem;top:14.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFhymkq1ZBM4SeuyDduHgk9w9cyPpa86 { width:12.5rem;height:7.5625rem;top:24.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuDK8KFMdsGTNe3gqRkD2zsBXaTQnxaB { width:12.5rem;height:5.5rem;top:36.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS0EFaez9GBwTBLenWT7uSEOS1gks5Dm { width:3.8125rem;height:3.8125rem;top:12.1875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxG8k0TXTxrypP82MJOAsKD9Hd1gIg64 { width:3.8125rem;height:3.8125rem;top:21.6875rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqaQ2DrSc6Sb7rvl2UeEmBkRUTCWoeyi { width:3.8125rem;height:3.8125rem;top:34rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zi8mgKWplkqRPDZcPOnqzaqT59oliA6K { display:block; }#zi8mgKWplkqRPDZcPOnqzaqT59oliA6K > .row .container { width:20rem;height:72.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4oQPmGXROxffBAKiTSJyuuKhDrxPXIo { width:18rem;height:3.9169875rem;top:3.25rem;left:1rem;font-size:1.1875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #xb1uZkFDks3Wh2ZmfBkqFOL38bztBbp6 { width:14.1875rem;height:10.2305rem;top:30.125rem;left:2.90625rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15163;display:block; }
 }@media only screen and (max-width: 763px) { #Q6xaTCIMV1PGFCInr4pnEsZzr23LB4IM { width:15.25rem;height:5.68359375rem;top:61.4375rem;left:2.375rem;text-align:justify;text-align-last:initial;font-size:0.875rem;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #EtHZANxcgvoP3tO3kytRvXVsKaa5v3xi { width:18.5625rem;height:25.125rem;top:44.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuGvMaP2T4dD7ZRc6twtCG9gR5XFnU0 { width:18.5625rem;height:27.625rem;top:15rem;left:0.8125rem;box-shadow: 0.4375rem 0.0625rem 1.25rem rgba(0,0,0,0.35) ;display:block; }
 }@media only screen and (max-width: 763px) { #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5 { width:18.625rem;height:15.75rem;top:9.5625rem;left:0.75rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.0625rem;background-color:#ac5ad5;background-image:url("https://images.assets-landingi.com/uc/d9bcc85c-7ae5-498d-bc04-10ee3b05458b/trenerTomek.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.adaptive-delivery-prevent-bg, #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.lazyload, #aOwsgrQcBa2tLaLUrl3vOQz81ODLHpZ5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eLl9bgLUGphXHLGSFayyNxofyvMT6cuD { width:18.5625rem;height:11.75rem;top:44.9375rem;left:0.75rem;border-top-left-radius:3.6875rem;border-top-right-radius:3.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEt8Sl4lhIpF81dcBnap397HB9OZR9Ql { width:20rem;height:2.03125rem;top:25.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0O08lBKCu74oNW17nCvRwahzal6Baw8 { width:20rem;height:2.03125rem;top:57.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNZrp3VWaUR9MLqH7WQ1m6IZL8rbBEJf { width:18.625rem;height:5.4375rem;top:22.75rem;left:0.75rem;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMQB2NhAittxrZNl7qPuWBLu7en0A4bB { width:18.6875rem;height:4.9375rem;top:54.5625rem;left:0.6875rem;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ { display:block; }#L7a2Ntzxfffk9sdlmIhXf3Fnnb7GtAnQ > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M684FtQJeTWyBtHqN9GqAUdqWTOzhhRX { width:17.25rem;height:5.59765625rem;top:2.482421875rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 { display:block; }#wLyJdwsF158g9JJM0SfPWq2T5KrU0TB1 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pSbEQyIabvHVo195xqF7TT7xpHxP804R { height:11.25rem;width:20rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMGk7PWuKtPWadrgV44tRJoffqd4hJNe { width:20rem;height:1.4433625rem;top:3.6875rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lOZyrhGVl2tqNVlfe7Dos5lAOURrFsuI { width:5.375rem;height:5.0625rem;top:18.6875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXGdJ9SXZda3k0NOck4pIClAVx0seht9 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ed99cb0b-739a-400c-a134-81f99bff0785/Przejcie.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9.adaptive-delivery-prevent-bg, #tXGdJ9SXZda3k0NOck4pIClAVx0seht9.lazyload, #tXGdJ9SXZda3k0NOck4pIClAVx0seht9.lazyloading { background-image: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { background-color: transparent; background-image: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container > .video-iframe-container { display: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row > .video-iframe-container { display: none; }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .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); }#tXGdJ9SXZda3k0NOck4pIClAVx0seht9 > .row .container { width:20rem;height:4.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SrVIcLk71eAZrK0HSw820B06TQ6B7fvk { display:block; }#SrVIcLk71eAZrK0HSw820B06TQ6B7fvk > .row .container { width:20rem;height:132.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6PsTzMy98oJ1eLKokFLNmEtPfSMCbx6 { width:18.9375rem;height:102.6875rem;top:26.1162109375rem;left:0.5703125rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #f4KOHMETNRdGeEgKNV30I8bdlu4kmHtt { width:11.125rem;height:3.5rem;top:65.337501525881rem;left:4.4374998807907rem;font-size:1.0625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #Hf8JAgMoMwiFJbAgp0c1GE2gLdsCWKNU { display:block; }
 }@media only screen and (max-width: 763px) { #K9Q28lX1BTRGvoD7vTJELvshOmQfZt32 { width:15.8125rem;height:2.111325rem;top:28.189453125rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TuAbUZos8JhTuILvTSGfD5tOyqE2LR5A { width:15.5625rem;height:2.11198125rem;top:31.25rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #IfVVuF8RHSMgWfTLxZtz6TbsThLas1Fr { width:15.75rem;height:4.22265625rem;top:34.5rem;left:3.21875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #tVIzSL2zm1XXp3K23Bpt55JP7vF71TU9 { width:15.4375rem;height:6.334rem;top:40.4375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #bqgsVeeJ6aqD5bT4qBzXdcIcdIOqsT8q { width:15.4375rem;height:4.22265625rem;top:47.9375rem;left:3.21875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #emTP99nrg9DX7uPmAClQvcqH1ZspPiIm { width:15.75rem;height:10.556625rem;top:52.5078125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #UuFowckfTuBCmrfMTyFTkT6wDtmPCk6s { width:15.625rem;height:6.334rem;top:64.5625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #IK9Qfwz2Cc4eGQ8OzIQ1PyzT4iBmoW4a { width:6.0625rem;height:6.0625rem;top:1.75rem;left:-3.78125rem;z-index:15109;display:none; }
 }@media only screen and (max-width: 763px) { #bbVyI4qlVxQcUe0QEdKUp7xRTACIC7bM { width:18.8115rem;height:3.29948125rem;top:1.75rem;left:0.5927734375rem;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hsVFXg0VJ2BW4QSirZAzKviVUV7u79PD { width:17.5rem;height:5.68359375rem;top:7.4951171875rem;left:1.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #PPNlRADHs2sNT3HVTS6kgtTtAret3Iok { width:16.0625rem;height:6.334rem;top:71.958984375rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #ddU01H7hLkBmuBarXqHaJqb48HLEWqLS { width:16.0625rem;height:5.27831875rem;top:79.74609375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #TBkdHrvdBFSNfo602fQ4OVSnUSwK2QMm { width:15.875rem;height:5.27831875rem;top:86.23046875rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #E11yB6vwZaC5RcXLEHLWqQUEserSQCQc { width:16.125rem;height:2.11198125rem;top:92.65234375rem;left:3.03125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #Vv0eJdk9Q0k4UPKA5h6K6K4ARh2JvnnE { width:15.875rem;height:3.16699375rem;top:96.05078125rem;left:3.15625rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #kbSkvTng7olibMMN9DmOLDVyXDAtRxEw { width:16.1875rem;height:2.11198125rem;top:100.32421875rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #AJSV9ktPna3cZaAO5A98ztTgQ1XRqDWP { width:16.1875rem;height:4.22265625rem;top:103.41015625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #bQJC38PDMWAumbfckRC8EoSyRNKmqrTS { width:16.625rem;height:2.111325rem;top:108.9404296875rem;left:2.9453125rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #qOnDZBE1KgV68ZgebE2VCSTR5UAyQlQB { width:16.4375rem;height:5.27831875rem;top:111.92578125rem;left:2.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #mI4y9k6JbkppOxOXnF3B8ZcVMcE7ZVMc { width:16.1875rem;height:7.389625rem;top:118.765625rem;left:3rem;text-align:left;text-align-last:left;font-size:0.8125rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #EWilgocqm9erXxFGWfrFN8JnBHmXZXWW { width:14.1875rem;height:11.1875rem;top:17.6875rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #hz55cmGQUWCMkKxGTT8viF1gbqErTPvO { width:9.375rem;height:5.75rem;top:19.6162109375rem;left:10.1953125rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #KPGG1xcXv9hmnQREZtH2sp6FVAl5sTQm { width:9.125rem;height:5.5625rem;top:14.9287109375rem;left:5.4375rem;z-index:14986;display:block; }
 }@media only screen and (max-width: 763px) { #RlVxDrFieoQp7BkQrAvDt2xTdmpTLCi1 { width:14.625rem;height:9rem;top:142.4375rem;left:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AwqoEJ6Tnp6EKqd0TGnOrbpKZ4GSKiZh { display:flex;width:0.9375rem;height:0.9375rem;top:28.189453125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #wtrUffPyS0TbEqIG1fr8qahsJPHfWUlB { display:flex;width:0.9375rem;height:0.9375rem;top:31.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #hVLybniI9AuTJC1IEX10t7N7CKN76IT0 { display:flex;width:0.9375rem;height:0.9375rem;top:34.5rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #qgsCEiS2qbUMv78VSgQSJ8itbcNappQi { display:flex;width:0.9375rem;height:0.9375rem;top:40.4375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #QedFX07mRUyz2fwFGQKIQd9rzSIRBbSx { display:flex;width:0.875rem;height:0.875rem;top:47.9375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gko1UcT7g3CqcofQTWB5gqKSdtaeZHMz { display:flex;width:0.9375rem;height:0.9375rem;top:52.5078125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #T6ie6cHsSmv4dRu3QB7zd35DmU2U6b1p { display:flex;width:0.9375rem;height:0.9375rem;top:64.5625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #ont0m5QICI7O00vPp7I1JuS6l20KRRxK { display:flex;width:0.9375rem;height:0.9375rem;top:71.958984375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RRJyoOPZkhmGKXlaF6Ac5838qLxF3zvH { display:flex;width:0.9375rem;height:0.9375rem;top:79.74609375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FP0rDB4T49eXcWIeCi2am1t5OD3TbzTD { display:flex;width:0.9375rem;height:0.9375rem;top:86.23046875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #NkqNRyMnJpQew194UR8JATDS79anRTcS { display:flex;width:0.9375rem;height:0.9375rem;top:92.65234375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #QGzEo52NHI8hsxss2wdrmTKPyGc2QxKX { display:flex;width:0.9375rem;height:0.9375rem;top:96.05078125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #Hs4PauTfBrDEu756DuxtNuH9ZsthVgGf { display:flex;width:0.9375rem;height:0.9375rem;top:100.32421875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #FWiUb6wC5U89waxu6QztSH2PC9FZL3n0 { display:flex;width:0.9375rem;height:0.9375rem;top:103.41015625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #KcVD9mRuqhF2NeyS2dOMkxqCpmPNksgf { display:flex;width:0.9375rem;height:0.9375rem;top:108.9404296875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #NDNX2ZmcA0BOT2vCNuD8fB5UO955J1Jr { display:flex;width:0.9375rem;height:0.9375rem;top:111.92578125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #s3ERCgouAUNS8DgiJqfIa4rn7N0gTEUZ { display:flex;width:1rem;height:1rem;top:118.765625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #gE49m5WtUt6wVLFTiTSnkGlDv3foDPFu { width:5.9375rem;height:5.5rem;top:125.591796875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U { display:block; }#y9z3iWaDIPrEWbr8eJJlnqKdTQd52I5U > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL { display:block; }#cvQzXSzuNGn2Sw9Sm5Z8chuIigNLBRKL > .row .container { width:20rem;height:56.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l4PUm9T666ZmSFH1cBBIU5HwpIZnMh3T { width:11.9375rem;height:3.5625rem;top:25.5rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3hRTZXuflemTeFvhSfBd8ewlhNPT6g1 { display:block; }
 }@media only screen and (max-width: 763px) { #xwCTiobRVtTqwFxdcUsScFsxhrNfsq6E { width:20rem;height:5.9375rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:14991;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #HcSMFZ8tbQNT9nWDvu30sU7xzbRrSfQr { width:18.8125rem;height:16.25rem;top:13.0625rem;left:0.5rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3QtIBZHR4BD4yfVNyPRE5ozbi9q0OZ8 { width:14.6875rem;height:2.75rem;top:17.0625rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwnRdJGFPAo9JATnCdb8qDTsgScA5die { width:19rem;height:1.7871125rem;top:23rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdWTeUfcQ0JG5q2VqSox5vI10gBVst3z { width:16.125rem;height:2.75rem;top:38.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swPAlJTl3GTfMwoVNkw9TPb0t8lfTbQ5 { width:7.9375rem;height:1.7871125rem;top:44.4375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7gSZvKdIHbU99LrOKp2TRcRPsEr3nC { width:18.625rem;height:16.375rem;top:34.1875rem;left:0.4375rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ3MMrHeXlogqw6VlOqE8NZqcWTo94TU { width:11.75rem;height:3.5625rem;top:46.625rem;left:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4mVT6MCH8F8A1pOPZDGZE7WVT7QIL1Z { display:block; }
 }@media only screen and (max-width: 763px) { #f9s1GnRO9OPBGgW8g7OznrNqTN4SHw4O { width:20rem;height:1.1875rem;top:36.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15101;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #mpH0trhRaF8MZMRG5TFTaLhk4uJTOh4v { width:12.5rem;height:1.71875rem;top:42.8125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGGfpXAn26acoKyWVqCss1BDEExUim7O { width:19.75rem;height:5.4375rem;top:46.625rem;left:0rem;z-index:14987;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZcHUMWI94xInWRtLoZJTlntL0QIazMV { width:19.0625rem;height:1.71875rem;top:21.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8T51ucRtbJnLZuwXKdRPVBRyo5bNBVe { width:20rem;height:2.375rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15102;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #MHzpzNArgMKXuhNctCat1urfrvurQ2LU { display:block; }#MHzpzNArgMKXuhNctCat1urfrvurQ2LU > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gwmLVcgf94ygvdRmb3rbpsWSMP38WwnB { width:20rem;height:1.42489375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ca6rSLglTlFvUkT4WhAI4ss8oH1xzf5H { width:6.75rem;height:4.375rem;top:3.8375005722046rem;left:6.6249998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fs72AD558vCsuZn4T1JWHhfLlzighhhN { width:6.0625rem;height:3.625rem;top:14.592968940735rem;left:6.9687498807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTT3iZUNFkrSBbTcdmykBkcw375Uxmf { width:10.375rem;height:3.3125rem;top:9.5250005722044rem;left:4.8124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUi795GzbaoeKNUOdKcqMak7VHk5LgRM { width:5.1875rem;height:5.8125rem;top:20.1552734375rem;left:7.40625rem;display:block; }
 }