.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image: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); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm { border-top:0;border-left:0;border-right:0;border-bottom:0.625rem solid #02aef0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/242d93d7-6c30-4092-9338-1bdb84e1a254/Maciekplatformakursowato4.png");background-position:top 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; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm.adaptive-delivery-prevent-bg, #igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm.lazyload, #igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm.lazyloading { background-image: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { background-color: transparent; background-image: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container > .video-iframe-container { display: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container { display: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .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); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { border-width: 0; border-radius: 0; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:75rem;position:relative;display:block; }#NQmRJ2IOFJbMoQegPbqTn6FNC92O6QmH { color:#21416e;display:block;width:34.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:1.75rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ppMliKpTi0EXG20Cp9EBy6i5dXTBphwS { color:#02aef0;display:block;width:37.4375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:14.75rem;left:1.75rem;height:12.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PM6qHktMnKdyEI8HGahqTBO0f1dFI8Vp { color:#000000;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:28.1875rem;left:1.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#pvKwLoTDpmfzbOOq44R3spsoUHmgbLvK { color:#21416e;display:block;width:33.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:35.875rem;left:7.5625rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#t8LIHwTzDpamFSewUL89MUPyTaD7faEy { position:absolute;display:block;z-index:15016;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:29.1875rem;width:29.1875rem;top:10rem;left:41.65625rem;overflow:hidden;display:block; }
#lL3I6z2z3PZGPuTrhqC811cXrPb9sBuC { position:absolute;display:block;z-index:15017;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:7.1875rem;width:23.3125rem;top:0.8125rem;left:26.625rem;overflow:hidden;display:block; }
#GXvS9sMb4FIiTsXtorwSbA3etbOpy5sx { color:#21416e;display:block;width:34.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:11.9375rem;left:1.75rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { background-color: transparent; background-image: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container > .video-iframe-container { display: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container { display: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .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); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { border-width: 0; border-radius: 0; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container { border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { font-size:0.875rem;font-family:arial;height:52.625rem;width:75rem;position:relative;display:block; }#QKnP6C8n5OprpvyZNM9obwiFRZISeUQa { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:37.6875rem;left:14.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QtFM2x6QeG4N3lWvReC89zVU1Sh9mUn5 { color:#e86666;display:block;width:67.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.75rem;height:0;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tcee2LEKBXgR1SmxKCMDzsptgSB15urQ { position:absolute;display:block;z-index:15005;background-color:#f7f7f7;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:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:35.1875rem;width:52.3125rem;top:11.875rem;left:11.375rem;display:block; }
#koHCPfsyLAyTUJ3xa6a7gmZMRl3TMmsN { position:absolute;display:block;z-index:15008;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:26.375rem;width:26.375rem;top:8.8125rem;left:24.3125rem;overflow:hidden;display:block; }
#NuAeFkEpbv2ugqaLN7gPHr5ZFqxRK13d { color:#02aef0;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:34rem;left:14.0625rem;height:2.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GWwGF4fiCBZctPGcEglQzxevHyMbND2N { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:6.375rem;left:14.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Mnoz4HyDAWU3zskAWalOiudITuKJTTRZ { background-color:#02aef0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:46.4375rem;left:21.875rem;display:none; }
#ThQSWZs1p1qoo4pKHSPFP5JQGcP7r0Th { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3275bf07-fa84-497f-a364-cb6af794d58c/Maciekplatformakursowato5.crop_1920x827_0,0.preview.png");background-position:center right !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; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw.adaptive-delivery-prevent-bg, #yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw.lazyload, #yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw.lazyloading { background-image: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container { background-color: transparent; background-image: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container > .video-iframe-container { display: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row > .video-iframe-container { display: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .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); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container { border-width: 0; border-radius: 0; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container { font-size:0.875rem;font-family:arial;height:79.5625rem;width:75rem;position:relative;display:block; }#T60nsRyvWRAtMKKh6KeGeswwcCeRNArU { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:7.875rem;height:3.25rem;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; }
#CunN5Me62yraETnzoNDEBBVol8hV5sqe { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:3.25rem;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; }
#F6Rkmx7QEBd6HKb72WxkOUUMhrt2cIzF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.34375rem;left:6.75rem; }
#tBtdwXIJgrCzrO3wKyCgWw13plLwmRze { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.75rem;left:18.75rem;height:;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; }
#QAu6BGNxtPiUUKeTrywgLO4aZgyhoq86 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.3125rem;width:7.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:14.34375rem;left:24.46875rem; }
#Fn8KCvW18XsCGO4nto71kGNK00iN6Qqa { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:23.75rem;left:37.5rem;height:3.25rem;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; }
#o0KPXdIiSTBcbmf4OixnKJndG3lf9RlJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:16.3125rem;left:44.21875rem; }
#IT9sOEq1sr1qall1fSAkJkSa7CTEgLBX { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.75rem;left:56.1875rem;height:4.875rem;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; }
#C5FSZeeHOKuPSQQTHyiDyIHv42mk9Rm4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:16.6875rem;left:63.25rem; }
#k88V1eQe8ozRHgnR1miRLHcwEDRQ5tDb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.3125rem;width:5.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:33.3125rem;left:25.5625rem; }
#WufVT0xFtL8lmFJR4bBkkOTLUpXsdtoF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.125rem;width:7.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:32.3125rem;left:5.875rem; }
#fi3prTHlPqm1XwPWriExpXdSVUx2TNOw { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:40.5625rem;left:0rem;height:3.25rem;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; }
#qSnWf8uk6eQapTR4IAqitWf97aX6XKok { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:40.5625rem;left:18.75rem;height:3.25rem;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; }
#pVK0bBxmyqnur05wphRR9lT6fypKseOm { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:40.5625rem;left:37.5625rem;height:3.25rem;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; }
#RLEbALdZWe8a4COnEyB9TtL5PUgOwpiZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.375rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:33.1875rem;left:44.3125rem; }
#nqTsTpsBBF5Au51I9T4HTOxkWq1QWkNc { background-color:#02aef0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:65.875rem;left:21.9375rem;display:block; }
#zyZm8aJsvPrWL7VZZziGfSwLyrAOC98M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V6yolnp3Z61DQcJVnTA0mpav1dkwnfkR { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.5625rem;left:56.1875rem;height:3.25rem;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; }
#GCIKtCycZmx7GfRioFznwa6sUp0MlxaD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:32.78125rem;left:62.4375rem; }
#d90XvMrfaAc7ufGN8MdA1xr1ROeyXJEf { color:#ffffff;display:block;width:59.375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:51.5rem;left:6.75rem;height:9.75rem;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; }
#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;display:block; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container { background-color: transparent; background-image: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container > .video-iframe-container { display: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row > .video-iframe-container { display: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .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); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container { border-width: 0; border-radius: 0; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row > .video-iframe-container { border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#OxRzfVLeT78IicQR4mapmUbBCrHvOJGT { color:#21416e;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:9rem;left:10.9375rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zIOOpUc7nWFrtCqOcunQqW2Q4e0lxR8O { color:#e86666;display:block;width:67.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.4375rem;left:3.75rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ { color:#21416e;display:block;width:61.625rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.9;letter-spacing:0;top:19.71875rem;left:6.6875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ li:before{  }
#h6NnQVaOvrkdVP6TsrvClTcoZsSphEuJ { color:#ffffff;display:block;width:53.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:41.21875rem;left:10.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r1BTt7OHnTAL5kdaLDnEUWFaW5hTOI2E { position:absolute;display:block;z-index:15005;background-color:#02aef0;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:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:12.5rem;width:52.3125rem;top:38.625rem;left:11.34375rem;display:block; }
#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { 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; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { border-width: 0; border-radius: 0; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { font-size:0.875rem;font-family:arial;height:15.5rem;width:75rem;position:relative;display:block; }#TrlOxBCOHk6HJi3gSZryFyvsXkmblPpV { color:#02aef0;display:block;width:56rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:3.625rem;left:9.5rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Evdu0ETv5z0vq3NpMR0SRXkVnKqTWgfy { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:8rem;left:14.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi { 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; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { background-color: transparent; background-image: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container > .video-iframe-container { display: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row > .video-iframe-container { display: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .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); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { border-width: 0; border-radius: 0; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#ot10SkpGXyOTTVTCizyxWR3y9u1OUZ3m { color:#21416e;display:block;width:41rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.59375rem;left:32.9375rem;height:1.625rem;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; }
#k0R29DhGSkScMuZUlCzaCx1rG6LZkgNc { color:#21416e;display:block;width:41.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:7.40625rem;left:32.71875rem;height:1.625rem;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; }
#Ofo3Fq3L9sX8X9wK0J92ZsA6fJK99wKz { color:#21416e;display:block;width:41.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:1.3125rem;left:32.875rem;height:;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; }
#si68V1g8JBdAi0TfJvRZeP20P7HHZNvw { color:#21416e;display:block;width:40.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.25rem;left:32.9375rem;height:;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; }
#AzB9K1OdLU4oM9R9l9b1cQTMG2pTqCKK { color:#21416e;display:block;width:42.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:23.625rem;left:32.875rem;height:;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; }
#gBy3PZ2gwSuCTlHvpKmZdS9NhTPa4SyB { color:#21416e;display:block;width:40.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:29.03125rem;left:32.9375rem;height:1.625rem;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; }
#U0fTap4EreBxPkTlklnBqHA9XK42duFt { position:absolute;display:block;z-index:15019;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.3125rem;width:3rem;top:1.25rem;left:28.8125rem;overflow:hidden;display:block; }
#cwqZOtQsICBAFnHU7ki8fdnOywP9sZIs { color:#21416e;display:block;width:21.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:10.625rem;height:4.875rem;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:none; }
#xFHFT7psR8iJaSF6h23NpLuO14lsb5bS { color:#21416e;display:block;width:21.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:15.5rem;left:10.625rem;height:4.875rem;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:none; }
#HSAD8r9EUamXfpDROUMwfyMwOUB7yIIf { color:#21416e;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.125rem;left:47.0625rem;height:8.125rem;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:none; }
#JWuixeIwNPD0Ca7tdLhfLyfAoLnfTCpv { color:#21416e;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.125rem;left:47.0625rem;height:8.125rem;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:none; }
#Bx4DLTU04d0neTKH9TIMxlQog0PmH4TG { color:#21416e;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.8125rem;left:46.8125rem;height:;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:none; }
#mk0rlATutu8fGgeUiiqwwQ6ek98hzq4J { color:#21416e;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:31.1875rem;left:47.0625rem;height:6.5rem;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:none; }
#LqAw6ev6GGZAb078dKEtpJwVFOF9yBJo { position:absolute;display:block;z-index:15020;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.3125rem;width:3rem;top:6.625rem;left:28.8125rem;overflow:hidden;display:block; }
#h5db7ydEsSGVtkeZtTbSqo7eFnLgDoMV { position:absolute;display:block;z-index:15021;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.3125rem;width:3rem;top:11.8125rem;left:28.8125rem;overflow:hidden;display:block; }
#pZw3kM8tWl7wxiGw4PMZZsNk9pWpH928 { position:absolute;display:block;z-index:15022;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.3125rem;width:3rem;top:17.1875rem;left:28.8125rem;overflow:hidden;display:block; }
#OhU6C13MDsrK2A7nMrGQCzQRwQGq4OGa { position:absolute;display:block;z-index:15023;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.3125rem;width:3rem;top:22.625rem;left:28.8125rem;overflow:hidden;display:block; }
#eeKMNewJz2qd4UMg5MtgkFxTl7iZkOi7 { position:absolute;display:block;z-index:15024;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.3125rem;width:3rem;top:28.25rem;left:28.8125rem;overflow:hidden;display:block; }
#x81mDwfJvEG1HbXOTHo3RKabgOVpERW5 { position:absolute;display:block;z-index:15025;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:36.0625rem;width:25.3125rem;top:2.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#FUGb9d901TuR6BqJHJ5au1IpTGJsCtsx { position:absolute;display:block;z-index:15019;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.3125rem;width:3rem;top:1.25rem;left:28.8125rem;overflow:hidden;display:none; }
#JuEyov1FvRUvX7rPV7T9vJyabTHmS7Me { position:absolute;display:block;z-index:15019;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.3125rem;width:3rem;top:1.25rem;left:28.8125rem;overflow:hidden;display:none; }
#BfSDPH8Bu8oGPGFuxezUIi1rUB5SBtXl { position:absolute;display:block;z-index:15019;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.3125rem;width:3rem;top:1.25rem;left:28.8125rem;overflow:hidden;display:none; }
#chD5gq7JxiQfmh3q9tzZrxNZdTwetTPn { position:absolute;display:block;z-index:15019;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.3125rem;width:3rem;top:1.25rem;left:28.8125rem;overflow:hidden;display:none; }
#bDaTu3HwGxvLlWmuS5B6RJmGFobf2ODA { color:#21416e;display:block;width:40.0625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:33.6875rem;left:33rem;height:;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; }
#KST3hEzMo3Z8VgB1egVo025T43efHPs6 { position:absolute;display:block;z-index:15026;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.3125rem;width:3rem;top:33.65625rem;left:28.8125rem;overflow:hidden;display:block; }
#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/089ae4ab-2c26-478e-b695-03d273d3d15d/Maciekplatformakursowato6.png");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; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9.adaptive-delivery-prevent-bg, #SKETyu6HExe3ok1bz5WWtobbCIQulPU9.lazyload, #SKETyu6HExe3ok1bz5WWtobbCIQulPU9.lazyloading { background-image: none; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container { background-color: transparent; background-image: none; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container > .video-iframe-container { display: none; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row > .video-iframe-container { display: none; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .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); }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container { border-width: 0; border-radius: 0; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:block; }#z2mTh6Ko6F02bIEDpJiwNpq0ILK9Z7kC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:21.75rem;left:21.875rem; }
#yre8R9NeKy3sOaLP7VaUHWtxTTcMH9c7 { color:#02aef0;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:28.75rem;left:15.625rem;height:1.375rem;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; }
#lQumzyFJ7lWgkK7Tvsw9qEO2czOi2HLg { color:#21416e;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:31.4375rem;left:16.6875rem;height:8.9243125rem;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; }
#VLDkTRRB9twRixTgwoQwmDPREM4aewMh { position:absolute;display:block;z-index:15015;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.4375rem;width:21.875rem;top:18.6875rem;left:14.0625rem;display:block; }
#za5UrKDTPXfashrnb0yWKIZ2HwXanfDQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.8125rem;left:46.9375rem; }
#T3iVBNeE8aPckcf5AosZ1Rrazzl3u92w { color:#02aef0;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:28.75rem;left:40.625rem;height:1.375rem;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; }
#ErUQ0XHKgD6UszNunheN0lPpFT4MZbLT { color:#21416e;display:block;width:17.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:31.4375rem;left:41.3125rem;height:7.6494375rem;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; }
#HNpsZUJbAb0LkRNFXitr40kKrIhsp8z5 { position:absolute;display:block;z-index:15019;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.3125rem;width:21.875rem;top:18.6875rem;left:39.0625rem;display:block; }
#sIO0yycBszmhW9VSIwLbXZOTwwH2NToN { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.375rem;left:9.59375rem;height:;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; }
#AsfBS7mcJrTEJ70xQyEeuvipIlVbwzcW { background-color:#21416e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.6875rem;left:21.875rem;display:block; }
#XWRw5pgEeLXC7Z0XBe5KifPsKIlT2Jco { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/089ae4ab-2c26-478e-b695-03d273d3d15d/Maciekplatformakursowato6.png");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:none; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH.adaptive-delivery-prevent-bg, #GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH.lazyload, #GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH.lazyloading { background-image: none; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container { border-width: 0; border-radius: 0; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container { font-size:0.875rem;font-family:arial;height:60.3125rem;width:75rem;position:relative;display:none; }#PAo70wvLVZwvgK6tqfJiTX34z5pSdRTT { position:absolute;display:block;z-index:15011;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.3125rem;width:21.875rem;top:19.625rem;left:1.5625rem;display:block; }
#bkOF9gXrBkhGvN3GxUOWtHOaBpzMfysk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.6875rem;left:34.375rem; }
#HygoJtKcu81dBELK2yMim9J5yW5TKLTe { color:#02aef0;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.1;letter-spacing:0;top:29.6875rem;left:28.125rem;height:1.375rem;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; }
#sPlZcfiUHfogUZaEwHcrAco7T92hI8eO { color:#21416e;display:block;width:16.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:32.375rem;left:29.1875rem;height:8.75rem;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; }
#AKzzXgVvO0kiMnJyZxzmdda2lRF9nXq0 { position:absolute;display:block;z-index:15015;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.4375rem;width:21.875rem;top:19.625rem;left:26.5625rem;display:block; }
#z8MiLUBVC6v9Q2CKnCuAavTyMItVWkWf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.125rem;width:6.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:22.75rem;left:59.4375rem; }
#lwDsNu9por52bGWJaDpuBUoqyT7I8g7k { color:#02aef0;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:29.6875rem;left:53.125rem;height:1.375rem;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; }
#T2OrVSyeTfqAIBl4TxpgkklnuhioXvIb { color:#21416e;display:block;width:17.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:32.375rem;left:53.8125rem;height:7.5rem;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; }
#zkwLmklyEKoH8LkIAFKbmTyZEfyX6DWy { position:absolute;display:block;z-index:15019;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:24.3125rem;width:21.875rem;top:19.625rem;left:51.5625rem;display:block; }
#RzuGMRLlBLsvQ3Qy2lcUbgWxUTuS40K6 { color:#ffffff;display:block;width:55.8125rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:7.375rem;left:9.59375rem;height:;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; }
#t3r3vJvwh5H3PbMT0PTrhVSb4nmPPFmt { background-color:#21416e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:49.6875rem;left:21.875rem;display:block; }
#DxpcCmDtKD1Icqk7rmTDOriZvo0EB1f4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94576a33-3202-4101-a519-92946003b477/Ebookwakacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U.adaptive-delivery-prevent-bg, #cdV06BkGT07cKdnBwcqppaq5TmXM5H2U.lazyload, #cdV06BkGT07cKdnBwcqppaq5TmXM5H2U.lazyloading { background-image: none; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container { background-color: transparent; background-image: none; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container > .video-iframe-container { display: none; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row > .video-iframe-container { display: none; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .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); }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container { border-width: 0; border-radius: 0; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container { font-size:0.875rem;font-family:arial;height:63.3125rem;width:75rem;position:relative;display:block; }#SKSrLwOOdvUWwNnm25Gma1Jk0l0tQKcW { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:22.875rem;left:8.4375rem;height:8.125rem;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; }
#DiB3k6P1ATU5pMP42Pp5Z50xofUcpbBB { color:#21416e;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.6875rem;left:8.4375rem;height:2.4375rem;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; }
#mOQmIx89OehsFzTVkeg7HHdE3vvqXz8u { position:absolute;display:block;z-index:15007;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:6.5625rem;width:6.5625rem;top:19.0625rem;left:4.125rem;overflow:hidden;display:block; }
#DFGGGFv2bOJTx8ysC4gF5EbHdm6ZDkp8 { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:7.8125rem;left:14.0625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PsC9bbBbk1Tacku7T3tNuMucvyXKtFiS { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:12.0625rem;left:14.0625rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HJuKGeJl4wNi4E2KWWVQyqedxgd4vLvf { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.875rem;left:43.8125rem;height:;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; }
#zKFpPdU34hAC4NNzKqos1l71hf6Q9hzG { color:#21416e;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:20.6875rem;left:43.8125rem;height:2.4375rem;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; }
#LlKUPWNWwouB8bynFHcSstk5gSbiwGR0 { position:absolute;display:block;z-index:15010;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:6.5625rem;width:6.5625rem;top:19.0625rem;left:39.5rem;overflow:hidden;display:block; }
#VlWhAvqAbGO6q92ogswkvG33T2Eo66cr { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:39.5625rem;left:43.8125rem;height:8.125rem;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; }
#uDPIiKcRPNJZ3zJNGQAqTFUlJLiXtsTP { position:absolute;display:block;z-index:15016;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:6.5625rem;width:6.5625rem;top:35.75rem;left:39.5rem;overflow:hidden;display:block; }
#ghKhQdTwAbsD1PJor5OoV8MOurNtZ0x6 { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:39.5625rem;left:8.4375rem;height:8.125rem;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; }
#O6TRhuOVX3aFvbTAtbS4TepbBhZG3TrA { color:#21416e;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:37.375rem;left:43.8125rem;height:2.4375rem;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; }
#J38RIULcScAhSgF95cvbEFEMLEnnQTim { color:#21416e;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:37.375rem;left:8.4375rem;height:2.4375rem;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; }
#bVlDUJusIvDgDnJoJDOerhtTcpcZbsZa { position:absolute;display:block;z-index:15013;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:6.5625rem;width:6.5625rem;top:35.75rem;left:4.125rem;overflow:hidden;display:block; }
#uOdAhI5sGhnfoqwF3O7wKimlUsgGBoLz { color:#21416e;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:53.8125rem;left:14.0625rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OcueCiumcCU0gnsih8mMcIXkBxxXlr0L { position:absolute;display:block;z-index:15007;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:6.5625rem;width:6.5625rem;top:19.0625rem;left:4.125rem;overflow:hidden;display:none; }
#T4GVoZVft5TtSMSB035yryZ1G9VFzLtX { position:absolute;display:block;z-index:15007;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:6.5625rem;width:6.5625rem;top:19.0625rem;left:4.125rem;overflow:hidden;display:none; }
#RV3O0V589bUxIakSFKi3Pgoz7vFNGewT { position:absolute;display:block;z-index:15007;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:6.5625rem;width:6.5625rem;top:19.0625rem;left:4.125rem;overflow:hidden;display:none; }
#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container { background-color: transparent; background-image: none; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container > .video-iframe-container { display: none; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row > .video-iframe-container { display: none; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .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); }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container { border-width: 0; border-radius: 0; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:75rem;position:relative;display:block; }#NsTELn76PMvKI8PX8yifeQdPXtyeXT5a { color:#21416e;display:block;width:31.4375rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.625rem;left:4.75rem;height:2.4375rem;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; }
#tQaEEVr4mSxhImeDhFO2pATVJoe8OTQW { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:4.8125rem;height:;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; }
#ZTsTdDu9A8xMHnCU3zhMbugKfOEJD08r { position:absolute;display:block;z-index:15011;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:40.25rem;width:40.25rem;top:5.25rem;left:34.0625rem;overflow:hidden;display:block; }
#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k { 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; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container { background-color: transparent; background-image: none; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container > .video-iframe-container { display: none; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row > .video-iframe-container { display: none; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .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); }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container { border-width: 0; border-radius: 0; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#P3NZodMeuJGUTtmF9K98uJo22zFgxyGH { color:#a30300;display:block;width:42.75rem;position:absolute;font-family:raleway;font-size:0;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:56.75rem;left:17.3125rem;height:0;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; }
#xI416tttouOrBE7h5swbBPnUatT7Orv9 { color:#21416e;display:block;width:39.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:32.03125rem;left:22.687501907349rem;height:4.875rem;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:none; }
#W4uJzrE0iclQvZVIL2lWAK71EtOAaPs8 { color:#21416e;display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.5625rem;left:10.5rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#BDeH1BK1DKdWq4y11nNcOSph08VhS1U6 { color:#21416e;display:block;width:43.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:44.5625rem;left:10.5rem;height:;font-style:normal;text-align:right;text-align-last:right;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; }
#sCOIL5MEEoOUCE7BMTw6lwIOEG7dTZKb { color:#21416e;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.3125rem;left:9.46875rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Vd30a2ITH9ToPmT0AKHBb6roHnAytvBI { color:#21416e;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:26.625rem;left:5.5625rem;height:1.625rem;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; }
#b2yIph3PnAAwLSXAxUsxSbFXnrcvCM2H { color:#21416e;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:26.625rem;left:28.09375rem;height:1.625rem;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; }
#bpqo8Bu7AgkxoHZzxV5DMZcoJbETOkqe { color:#21416e;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:29.3125rem;left:6.1875rem;height:7.6494375rem;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; }
#mAmmKkMUet5NPoB3VD7gAuCGBvq8mTp7 { color:#21416e;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15025;line-height:1.2;letter-spacing:0;top:29.3125rem;left:28.6875rem;height:6.3745rem;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; }
#MF1QXD3CooGRuCx0qkQTD2U9l34v0w2p { color:#21416e;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:26.6875rem;left:50.5rem;height:1.625rem;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; }
#GT4cBIAwsHd3GO6NMGq0fMXOx8mFeVJg { color:#21416e;display:block;width:17.625rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:29.375rem;left:51.125rem;height:5.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; }
#eM7kKwb6irey8SlWebrMbygswGMGs890 { position:absolute;display:block;z-index:15008;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.1875rem;width:17.1875rem;top:11.375rem;left:7.25rem;overflow:hidden;display:block; }
#FRvQBk0HA0QaJ9lRe7X1w2eeeAewl13B { position:absolute;display:block;z-index:15009;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.1875rem;width:17.1875rem;top:11.375rem;left:28.5rem;overflow:hidden;display:block; }
#zUeaFRIxJQMv2fGNuoMIivhxwebSg0Tw { position:absolute;display:block;z-index:15010;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:18.125rem;width:18.125rem;top:11.375rem;left:51.3125rem;overflow:hidden;display:block; }
#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;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; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container { background-color: transparent; background-image: none; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container > .video-iframe-container { display: none; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row > .video-iframe-container { display: none; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .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); }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container { border-width: 0; border-radius: 0; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container { font-size:0.875rem;font-family:arial;height:77.0625rem;width:75rem;position:relative;display:block; }#PI4lAJGUT5MMwahTNUTOOqhcod5g67vO { color:#21416e;display:block;width:22.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:35.125rem;left:47.0625rem;height:8.125rem;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:none; }
#fGLGOtNWOk90iT8x6hs0LD5CqZbaTt4J { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:16.5625rem;left:39.5625rem;height:;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; }
#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B { color:#21416e;display:block;width:32.25rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.34375rem;left:39.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B li:before{  }
#ckWCMLBPHnloW5dEuq171uIt3kzGEbI7 { color:#21416e;display:block;width:20.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:17.0625rem;left:4rem;height:;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; }
#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx { color:#21416e;display:block;width:31.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:41.25rem;left:39.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx li:before{  }
#ohrBmTtEqOtPWi7s4WoMpE2dgmGkEhcu { color:#21416e;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39.375rem;left:11.1875rem;height:4.875rem;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; }
#fnnHTsyytkqkETHFFtKPcLJQMb3CJxiH { color:#21416e;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.9375rem;left:9.5rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wDp30X9I1pMMBbTcvbXrgigS6aXZB8y9 { position:absolute;display:block;z-index:15003;background-color:#02aef0;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:26.75rem;top:16.1875rem;left:38.4375rem;display:block; }
#hSGn8bhv1txp8MQwysGkHSbbKWlKnq2g { position:absolute;display:block;z-index:15001;background-color:#02aef0;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.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:2.0625rem;width:31.875rem;top:37.9375rem;left:38.4375rem;display:block; }
#cuyeufLmUn9MvM621aR6LuWAbbtVPkoR { color:#ffffff;display:block;width:32.1875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:38.25rem;left:39.9375rem;height:;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; }
#TxFNZcv1gAaNZ4QBk7OgOpTFz648eFqo { color:#aedfff;display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:400;z-index:14999;line-height:1.3;letter-spacing:0;top:13.75rem;left:2.3125rem;height:8.125rem;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; }
#O3uP75nHRieTXEae76IZcVJKN5eML9tw { color:#aedfff;display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:35.3125rem;left:8.9375rem;height:;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; }
#NcWNf4hBmQE5XIILKxLtFht01x7ihbIB { position:absolute;display:block;z-index:15012;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.5625rem;width:14rem;top:13.6875rem;left:23.9375rem;overflow:hidden;display:block; }
#NNfSs3f7KPHf094yBPHha9h8DXl0R0Hm { position:absolute;display:block;z-index:15014;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.5625rem;width:14rem;top:36.25rem;left:23.5625rem;overflow:hidden;display:block; }
#kzwvhLTn9Foh6BMz6bMD2JLmDDvqUZ79 { color:#21416e;display:block;width:52.9375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:57.5rem;left:15.8125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#wtX2TILRDnydJb1qlXnc5N3EuCI0ckiq { color:#aedfff;display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:55.5rem;left:12.75rem;height:8.125rem;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; }
#pTvSPtEyexT4G3ksw19Jp5gAqVeVOTUM { color:#21416e;display:block;width:22.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.75rem;left:38.4375rem;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; }
#AE5ghqziHGTJmxdGKWSiizGd2i6fbxTZ { background-color:#21416e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:66.625rem;left:21.90625rem;display:block; }
#VzFKDMsHBO5t9A3iT2Icc4v7JHovmsNb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:url("https://images.assets-landingi.com/uc/242d93d7-6c30-4092-9338-1bdb84e1a254/Maciekplatformakursowato4.png");background-position:top 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; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.adaptive-delivery-prevent-bg, #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.lazyload, #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.lazyloading { background-image: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { background-color: transparent; background-image: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container > .video-iframe-container { display: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container { display: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .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); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { border-width: 0; border-radius: 0; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { font-size:0.875rem;font-family:arial;height:64.5rem;width:75rem;position:relative;display:block; }#tOsEB6NE91COdJFnQtoIe6oNbZPyBlk4 { color:#21416e;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:6.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:54.375rem;left:22.5625rem;height:8.125rem;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; }
#BkFEUnOWQQtfQrcVQUzQDcMG3cJLMN4T { color:#21416e;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:46.125rem;left:19.375rem;height:4.0625rem;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; }
#OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH { color:#21416e;display:block;width:24.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:27rem;left:10.25rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH li:before{  }
#Dzl1lwF77vE8fxhdeNrk5IwqILRTI2RT { position:absolute;display:block;z-index:15009;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.3125rem solid #21416e;border-left:0.3125rem solid #21416e;border-right:0.3125rem solid #21416e;border-bottom:0.3125rem solid #21416e;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:33.625rem;width:29.125rem;top:23.375rem;left:7.625rem;display:block; }
#o13SyFSZmu0AALUfr97f5FrpBsDUd6CQ { color:#02aef0;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:42.875rem;left:15.0625rem;height:;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; }
#CHNP8G1QiULfTcn47sPIiGA9H1y2uss1 { background-color:#02aef0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.375rem;height:4.375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:48.75rem;left:9.8125rem;display:block; }
#oxSUfiMRhiTdgJBBC7sJQuo43r90piBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rrdlfRodgcqTCxWknWOd5bQozDEonskR { color:#02aef0;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:5.6875rem;left:14.0625rem;height:3rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BWT2U3hvvvzr6vAGZ4DSMOOxCF8ZiZfa { color:#21416e;display:block;width:60.9375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:11.375rem;left:7.59375rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qQam1TBTmBcVeGHvtKST4Q9LzwbHNNfC { position:absolute;display:block;z-index:15010;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.3125rem solid #21416e;border-left:0.3125rem solid #21416e;border-right:0.3125rem solid #21416e;border-bottom:0.3125rem solid #21416e;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;height:33.75rem;width:29.125rem;top:23.4375rem;left:38.75rem;display:block; }
#Emtq3nsRZOtAzkTyDeCLACbiOtFizwtz { color:#21416e;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:20.4375rem;left:42.1875rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i4XhUHpt7MupBr24uu9QkwcMEmHzBxIX { color:#02aef0;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.6875rem;left:38.75rem;height:1.3808625rem;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; }
#vzmh1w8oOv07VacqBczl7TxdhiDPeQV5 { color:#21416e;display:block;width:22.875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:25.5rem;left:42.1875rem;height:1.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#crJBAHL9keZ89O3JV9n79Boq3LD4UFs0 { color:#02aef0;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:41rem;left:46.1875rem;height:;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; }
#gEEFz4fp0zdTUR1VR5Dr32FPTP5sPeoU { color:#21416e;display:block;width:14.8125rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:44.25rem;left:46.1875rem;height:;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; }
#UT4EwE1aHSh7CRmN1gvz2NqVwWkXSwpa { background-color:#21416e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:25.375rem;height:5.3125rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:48.75rem;left:40.9375rem;display:block; }
#sl1zlxsTbBKerTbetxfKRiSn0ZyZSF7q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h9WvqyHK35h6r5sBSlHFcwq2iqkMS9uV { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#WApXy6fdMxc5W2XmM61uTlWkQOZnX55G { position:absolute;display:block;z-index:15020;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:10.5625rem;width:10.5625rem;top:30.75rem;left:48.3125rem;overflow:hidden;display:block; }
#HBAZVTeJaiRVHS9B1BUDTQ5wNG0M0wuB { color:#02aef0;display:block;width:11.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:28rem;left:54rem;height:2.76171875rem;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; }
#JK5xTfUcwR6eOatv4eZ3y78KPztMJfJT { color:#02aef0;display:block;width:18.3125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:31rem;left:39.875rem;height:;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; }
#wz4ray0CpGG9MHnwSUMAiJQiegChZkbI { color:#02aef0;display:block;width:9.4375rem;position:absolute;font-family:raleway;font-size:0.625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:42.25rem;left:59.125rem;height:1.625rem;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; }
#wy2zlmfXbbtJm5DTleKz0vBH6LWQC96b { color:#21416e;display:block;width:6.625rem;position:absolute;font-family:raleway;font-size:0.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:45.0625rem;left:58.875rem;height:1.625rem;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; }
#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 { 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; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container { background-color: transparent; background-image: none; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container > .video-iframe-container { display: none; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row > .video-iframe-container { display: none; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .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); }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container { border-width: 0; border-radius: 0; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#MwRMdDycSh8V5nZKvQeD0IVgxTpek6lz { color:#21416e;display:block;width:56.0625rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:5.9375rem;left:9.46875rem;height:2.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SUEwX6oTpsMc4T23fAaOmfK2h4cmtZUH { background-color:#02aef0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:4.375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.5rem;left:21.875rem;display:block; }
#EQryT5o16rNHb5a43Wg03034Gy5sQCiz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKRTxf2SxzahOhD5r8gkcGqBO4mAAdEp { color:rgba(174,223,255,0.47);display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:16rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:10.125rem;height:20.7998125rem;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; }
#UQKD55WW3VHNqP2Zh3fsMt367UObWQz8 { color:#21416e;display:block;width:17.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.2;letter-spacing:0;top:17.625rem;left:4.875rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#alateCxBGT1T96fTvqVOOTqwdc5TUTFe { color:rgba(174,223,255,0.47);display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:16rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:25.6875rem;height:20.7998125rem;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; }
#Eow2bRg1T90uy4ql1kqleTMq0MHRHBpw { color:#21416e;display:block;width:17.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:17.625rem;left:37.3125rem;height:7.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OvZ8UiBNZz6fJQUOaabg8taTVMATdofQ { color:rgba(174,223,255,0.47);display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:14.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:6.96875rem;left:41.75rem;height:18.6875rem;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; }
#nnXPmRbsXQZ6SuXSzVXp1FIThM4uZk9O { color:rgba(174,223,255,0.47);display:block;width:3.8125rem;position:absolute;font-family:raleway;font-size:15rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:13rem;left:55.9375rem;height:19.5rem;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; }
#mpUlQ6iiSOumMzbRp1IetKbePUAHnCpu { color:#21416e;display:block;width:19.1875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.2;letter-spacing:0;top:26.6875rem;left:19.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RlrU3gXdA5yDr3zvhMZ5n1unGqrOqG6l { color:#21416e;display:block;width:20.8125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.2;letter-spacing:0;top:26.6875rem;left:50.8125rem;height:6rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3275bf07-fa84-497f-a364-cb6af794d58c/Maciekplatformakursowato5.crop_1920x827_0,0.preview.png");background-position:center !important;background-repeat: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; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4.adaptive-delivery-prevent-bg, #ud8LSzeL68aekDuA92ct689xmuNl9Rl4.lazyload, #ud8LSzeL68aekDuA92ct689xmuNl9Rl4.lazyloading { background-image: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { background-color: transparent; background-image: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container > .video-iframe-container { display: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container { display: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .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); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { border-width: 0; border-radius: 0; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { font-size:0.875rem;font-family:arial;height:72.375rem;width:75rem;position:relative;display:block; }#RSy8fVnhFieTorlhG2gHPGcHkbCTPiiV { 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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:17.8125rem;width:27.125rem;top:16.375rem;left:39.6875rem;display:block; }
#BOSEWbhvJcU2yCuZAmO9tMyNNLlIDqE8 { position:absolute;display:block;z-index:15007;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.125rem;width:27.125rem;top:20.125rem;left:8.9375rem;display:block; }
#OdI5aaodI6HTITLlvubaPAMzfSQL6L3P { position:absolute;display:block;z-index:15008;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.375rem;width:27.125rem;top:44.3125rem;left:8.9375rem;display:block; }
#y0O8Mdyg3mJxbfuBbuixir7Ar48vXpJL { position:absolute;display:block;z-index:15009;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.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:26.25rem;width:27.125rem;top:38.75rem;left:39.6875rem;display:block; }
#Vy6lVsEMxUHeTsI6KouCw9VWkAV2nBL8 { color:#21416e;display:block;width:24rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.75rem;left:41.25rem;height:13.40625rem;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; }
#qoSGcROGzz277h5M2caNgV9P6xmPSQfE { color:#21416e;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.5rem;left:10.8125rem;height:15.84375rem;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; }
#u6HUNkOBdBuM47Rtm8mzbKHGp7xTVaDw { color:#21416e;display:block;width:23.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:46.5625rem;left:10.8125rem;height:12.1875rem;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; }
#cBMM84od9lqg0U6snH59gXTwwSb1thxX { color:#21416e;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.625rem;left:41.375rem;height:21.9375rem;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; }
#KTaAzRlKdrX7BwZgMQn7XNbWQInXFphZ { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:9.125rem;left:14.4375rem;height:3.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IvIpp0p8R2MZ4oZ3IzH4spBepNOl1l6m { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:4.0625rem;left:15.4375rem;height:4.5rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EcpAhN8DBC5NXT8k6zE4pAkwXKsQu4zu { color:#21416e;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.5rem;left:10.8125rem;height:15.4375rem;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:none; }
#AAm9i3zguggVRglCTg1TOJeQDuJRsLT1 { color:#21416e;display:block;width:23.6875rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:46.5625rem;left:10.8125rem;height:11.875rem;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:none; }
#SdNZ2PimGqC5iZrKnD1u7WXRb7DuZP75 { color:#21416e;display:block;width:24rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:18.75rem;left:41.25rem;height:13.0625rem;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:none; }
#rpfulOt7fRF9GSS1rHCk0c3HNZ5WW1Ja { color:#21416e;display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:0.9375rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:40.625rem;left:41.375rem;height:21.375rem;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:none; }
#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/94576a33-3202-4101-a519-92946003b477/Ebookwakacje.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09.adaptive-delivery-prevent-bg, #nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09.lazyload, #nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09.lazyloading { background-image: none; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container { background-color: transparent; background-image: none; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container > .video-iframe-container { display: none; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row > .video-iframe-container { display: none; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .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); }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container { border-width: 0; border-radius: 0; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container { font-size:0.875rem;font-family:arial;height:69.4375rem;width:75rem;position:relative;display:block; }#RQZGx9IDPPTl9BouuymOmB5Ad5w2Cl3O { color:#21416e;display:block;width:54.75rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5.5625rem;left:10.125rem;height:3.25rem;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; }
#NpGRMmeWXXhVyUrw8Nod8nfq0QlaX5zx { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:50.125rem;left:8.0625rem;height:11.375rem;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; }
#DUftTFtaEVwndJlV8kRQvC5Z12XTqTcO { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:block; }
#OV4khDs6IeUZmukAgs2gLSvIRr4PqlxL { color:#21416e;display:block;width:28.375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:15.9375rem;left:41.40625rem;height:;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; }
#VDl2bTq6XuH1eTCaoEH1UZbnqicpTXDC { position:absolute;display:block;z-index:15011;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:6.5625rem;width:6.5625rem;top:12.3125rem;left:36.75rem;overflow:hidden;display:block; }
#Z0fnJe51bEtc073b6rdXgqsMEELdV18o { position:absolute;display:block;z-index:15011;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:6.5625rem;width:6.5625rem;top:29.375rem;left:37.6875rem;overflow:hidden;display:block; }
#Q832Uux64md5qyi5wbeBmaLML4Ds2kTf { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.9375rem;height:;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; }
#XJ4oPgpozfsyOQHBksT4dtTv1HvxbraE { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:32.4375rem;left:8.0625rem;height:;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; }
#rvfhcezUUTfQqxZDvHt6mrkx2Iw94fBM { position:absolute;display:block;z-index:15013;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:6.5625rem;width:6.5625rem;top:29.5625rem;left:3.8125rem;overflow:hidden;display:block; }
#ADNE3exppOVs8BmaERc9XiACWz3LGo6I { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:50.125rem;left:41.9375rem;height:8.125rem;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; }
#rpyoRHDC3Sya8MiZbTKqMmbzWeDhJKxK { position:absolute;display:block;z-index:15017;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:6.5625rem;width:6.5625rem;top:47.25rem;left:37.625rem;overflow:hidden;display:block; }
#y8dEVhVXBfGGmKBAwmqvG0Nw7VEvpv9G { color:#21416e;display:block;width:28.75rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:15.9375rem;left:8rem;height:11.375rem;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; }
#VbTkP8hz2Tkh7ZMSqoKh78o5AX5Cr1iw { position:absolute;display:block;z-index:15019;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:6.5625rem;width:6.5625rem;top:13.0625rem;left:3.75rem;overflow:hidden;display:block; }
#Tg5HM6sHUHFxkPoPEoaSUssU84XOxgrt { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:none; }
#kVM8ozyThTDgL74P8aQmafuHFocHHUpD { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:none; }
#OnUaLWZvmXpQIbOgqdFg15hJuqdt9pcc { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:none; }
#WuySDabItmLPtT9sGhgaXLTu84SGe6Gx { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:none; }
#HX9DZbuQyy3tiPLi7iIlwNO1K3muAC9X { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:32.25rem;left:41.9375rem;height:11.375rem;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:none; }
#JcoFpl1ud0I5HId425wkAINtFMhr5TNo { position:absolute;display:block;z-index:15009;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:6.5625rem;width:6.5625rem;top:47.25rem;left:3.8125rem;overflow:hidden;display:none; }
#BSOvSo9VHeusTAJZST8XqdFUHIbJlbnK { color:#21416e;display:block;width:27.3125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:50.125rem;left:41.9375rem;height:8.125rem;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:none; }
#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/242d93d7-6c30-4092-9338-1bdb84e1a254/Maciekplatformakursowato4.png");background-position:center !important;background-repeat: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; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6.adaptive-delivery-prevent-bg, #eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6.lazyload, #eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6.lazyloading { background-image: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container { background-color: transparent; background-image: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container > .video-iframe-container { display: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row > .video-iframe-container { display: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .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); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container { border-width: 0; border-radius: 0; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:75rem;position:relative;display:block; }#N8c7PpcIFoscJd0ff7KzXvwOcoLaaTUu { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#pSvs9dZKxddZ0OQ9iV4iCTRki37i0fus { position:absolute;display:block;z-index:15007;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:4rem;width:13.6875rem;top:34.875rem;left:30.3369140625rem;overflow:hidden;display:block; }
#QHqOzsLrEHnZSQVALwEV1QWlVie7XgyV { position:absolute;display:block;z-index:15006;background-color:#21416e;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:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;box-shadow: none;height:18rem;width:37.625rem;top:7.625rem;left:0rem;display:block; }
#gbOUqQuUzx9knwUc1SiHprvnqB4MD5Rb { color:#02aef0;display:block;width:29.125rem;position:absolute;font-family:raleway;font-size:1.6875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:22.1875rem;left:5.3125rem;height:2.1933625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rLz4PJl1m99lq1TCkMSUz1MP9fLKGTX9 { background-color:#02aef0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #ffffff;border-left:0.3125rem solid #ffffff;border-right:0.3125rem solid #ffffff;border-bottom:0.3125rem solid #ffffff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 1.875rem rgba(0,0,0,0.7) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.0625rem;height:4.375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:23.625rem;left:6.25rem;display:block; }
#nGLCzFOweQumm3fiF9JUVl0xhQDvgQp6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zUcTONZ8IAEl65Qnhqixo6iF98xxHmCn { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:16.0625rem;left:0.71875rem;height:6.3369375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#CQV3PTs6nbHXskO2Vmlfl5z3fBMRnH3u { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.5625rem;left:0.75rem;height:4.125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#Jul7dQD0JQ7ZxufqRFBVu1ATEkIQJApJ { position:absolute;display:block;z-index:15023;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:28.375rem;width:28.375rem;top:2.4375rem;left:42.0625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm { display:block; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQmRJ2IOFJbMoQegPbqTn6FNC92O6QmH { top:11.9375rem;left:0rem;width:34.875rem;height:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppMliKpTi0EXG20Cp9EBy6i5dXTBphwS { top:14.75rem;left:0rem;width:37.4375rem;height:;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PM6qHktMnKdyEI8HGahqTBO0f1dFI8Vp { top:28.1875rem;left:0rem;width:28.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvKwLoTDpmfzbOOq44R3spsoUHmgbLvK { top:34.9375rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8LIHwTzDpamFSewUL89MUPyTaD7faEy { top:10rem;left:18.5625rem;width:29.1875rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL3I6z2z3PZGPuTrhqC811cXrPb9sBuC { top:0.8125rem;left:0.5625rem;width:23.3125rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXvS9sMb4FIiTsXtorwSbA3etbOpy5sx { top:11.9375rem;left:0rem;width:34.875rem;height:1.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN { display:block; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKnP6C8n5OprpvyZNM9obwiFRZISeUQa { top:37.6875rem;left:0rem;width:46.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtFM2x6QeG4N3lWvReC89zVU1Sh9mUn5 { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcee2LEKBXgR1SmxKCMDzsptgSB15urQ { top:11.875rem;left:0rem;width:47.75rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koHCPfsyLAyTUJ3xa6a7gmZMRl3TMmsN { top:8.8125rem;left:0rem;width:26.375rem;height:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAeFkEpbv2ugqaLN7gPHr5ZFqxRK13d { top:34rem;left:0rem;width:46.875rem;height:2.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWwGF4fiCBZctPGcEglQzxevHyMbND2N { top:6.375rem;left:0rem;width:46.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mnoz4HyDAWU3zskAWalOiudITuKJTTRZ { width:31.25rem;height:4.375rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQSWZs1p1qoo4pKHSPFP5JQGcP7r0Th { display:block; }
 }@media only screen and (max-width: 763px) { #yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw { display:block; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T60nsRyvWRAtMKKh6KeGeswwcCeRNArU { top:7.3125rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CunN5Me62yraETnzoNDEBBVol8hV5sqe { top:23.75rem;left:0rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6Rkmx7QEBd6HKb72WxkOUUMhrt2cIzF { top:16.3125rem;left:3.34375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBtdwXIJgrCzrO3wKyCgWw13plLwmRze { top:23.75rem;left:5.0625rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAu6BGNxtPiUUKeTrywgLO4aZgyhoq86 { top:14.3125rem;left:14.25rem;width:7.3125rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8KCvW18XsCGO4nto71kGNK00iN6Qqa { top:23.75rem;left:17rem;width:18.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0KPXdIiSTBcbmf4OixnKJndG3lf9RlJ { top:16.3125rem;left:27.1875rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT9sOEq1sr1qall1fSAkJkSa7CTEgLBX { top:23.75rem;left:17rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5FSZeeHOKuPSQQTHyiDyIHv42mk9Rm4 { top:16.6875rem;left:39.40625rem;width:4.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k88V1eQe8ozRHgnR1miRLHcwEDRQ5tDb { top:33.3125rem;left:15.34375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WufVT0xFtL8lmFJR4bBkkOTLUpXsdtoF { top:32.3125rem;left:2.46875rem;width:7.125rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi3prTHlPqm1XwPWriExpXdSVUx2TNOw { top:40.5625rem;left:0rem;width:18.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSnWf8uk6eQapTR4IAqitWf97aX6XKok { top:40.5625rem;left:5.0625rem;width:18.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVK0bBxmyqnur05wphRR9lT6fypKseOm { top:40.5625rem;left:17rem;width:18.8125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLEbALdZWe8a4COnEyB9TtL5PUgOwpiZ { top:33.1875rem;left:27.28125rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqTsTpsBBF5Au51I9T4HTOxkWq1QWkNc { width:31.25rem;height:4.375rem;top:65.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyZm8aJsvPrWL7VZZziGfSwLyrAOC98M { display:block; }
 }@media only screen and (max-width: 763px) { #V6yolnp3Z61DQcJVnTA0mpav1dkwnfkR { top:40.5625rem;left:17rem;width:18.8125rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCIKtCycZmx7GfRioFznwa6sUp0MlxaD { top:32.75rem;left:38.59375rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d90XvMrfaAc7ufGN8MdA1xr1ROeyXJEf { top:51.5rem;left:0rem;width:47.75rem;height:9.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQSdE9qFrHVEyypSozPTrPBk0IN05AOO { display:block; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxRzfVLeT78IicQR4mapmUbBCrHvOJGT { top:9rem;left:0rem;width:47.75rem;height:7.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIOOpUc7nWFrtCqOcunQqW2Q4e0lxR8O { top:4.4375rem;left:0rem;width:47.75rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ { top:19.6875rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ li:before{  }
 }@media only screen and (max-width: 763px) { #h6NnQVaOvrkdVP6TsrvClTcoZsSphEuJ { top:41.1875rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1BTt7OHnTAL5kdaLDnEUWFaW5hTOI2E { top:38.625rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrlOxBCOHk6HJi3gSZryFyvsXkmblPpV { top:3.625rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evdu0ETv5z0vq3NpMR0SRXkVnKqTWgfy { top:8rem;left:0.4375rem;width:46.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi { display:block; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot10SkpGXyOTTVTCizyxWR3y9u1OUZ3m { top:12.5625rem;left:0rem;width:41rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0R29DhGSkScMuZUlCzaCx1rG6LZkgNc { top:7.375rem;left:0rem;width:41.4375rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ofo3Fq3L9sX8X9wK0J92ZsA6fJK99wKz { top:1.3125rem;left:0rem;width:41.625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #si68V1g8JBdAi0TfJvRZeP20P7HHZNvw { top:17.25rem;left:0rem;width:40.875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzB9K1OdLU4oM9R9l9b1cQTMG2pTqCKK { top:23.625rem;left:0rem;width:42.125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBy3PZ2gwSuCTlHvpKmZdS9NhTPa4SyB { top:29rem;left:0rem;width:40.0625rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0fTap4EreBxPkTlklnBqHA9XK42duFt { top:1.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwqZOtQsICBAFnHU7ki8fdnOywP9sZIs { top:14.4375rem;left:0rem;width:14.375rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xFHFT7psR8iJaSF6h23NpLuO14lsb5bS { top:14.4375rem;left:0rem;width:14.375rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HSAD8r9EUamXfpDROUMwfyMwOUB7yIIf { top:47rem;left:0rem;width:14.375rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JWuixeIwNPD0Ca7tdLhfLyfAoLnfTCpv { top:47rem;left:0rem;width:14.375rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4DLTU04d0neTKH9TIMxlQog0PmH4TG { top:43.1875rem;left:0rem;width:14.5rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mk0rlATutu8fGgeUiiqwwQ6ek98hzq4J { top:63.1875rem;left:0rem;width:14.5rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqAw6ev6GGZAb078dKEtpJwVFOF9yBJo { top:6.625rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5db7ydEsSGVtkeZtTbSqo7eFnLgDoMV { top:11.8125rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pZw3kM8tWl7wxiGw4PMZZsNk9pWpH928 { top:17.1875rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhU6C13MDsrK2A7nMrGQCzQRwQGq4OGa { top:22.625rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeKMNewJz2qd4UMg5MtgkFxTl7iZkOi7 { top:28.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x81mDwfJvEG1HbXOTHo3RKabgOVpERW5 { top:2.6875rem;left:0rem;width:25.3125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUGb9d901TuR6BqJHJ5au1IpTGJsCtsx { top:1.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JuEyov1FvRUvX7rPV7T9vJyabTHmS7Me { top:1.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfSDPH8Bu8oGPGFuxezUIi1rUB5SBtXl { top:1.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #chD5gq7JxiQfmh3q9tzZrxNZdTwetTPn { top:1.25rem;left:20.875rem;width:3rem;height:3.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bDaTu3HwGxvLlWmuS5B6RJmGFobf2ODA { top:33.6875rem;left:0rem;width:40.0625rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KST3hEzMo3Z8VgB1egVo025T43efHPs6 { top:33.625rem;left:20.875rem;width:3rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKETyu6HExe3ok1bz5WWtobbCIQulPU9 { display:block; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2mTh6Ko6F02bIEDpJiwNpq0ILK9Z7kC { top:21.75rem;left:9.625rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yre8R9NeKy3sOaLP7VaUHWtxTTcMH9c7 { top:28.75rem;left:0rem;width:18.8125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQumzyFJ7lWgkK7Tvsw9qEO2czOi2HLg { top:31.4375rem;left:0rem;width:16.625rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLDkTRRB9twRixTgwoQwmDPREM4aewMh { top:18.6875rem;left:0rem;width:21.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #za5UrKDTPXfashrnb0yWKIZ2HwXanfDQ { top:21.8125rem;left:25.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3iVBNeE8aPckcf5AosZ1Rrazzl3u92w { top:28.75rem;left:12.9375rem;width:18.8125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErUQ0XHKgD6UszNunheN0lPpFT4MZbLT { top:31.4375rem;left:14.4375rem;width:17.3125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNpsZUJbAb0LkRNFXitr40kKrIhsp8z5 { top:18.6875rem;left:9.875rem;width:21.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIO0yycBszmhW9VSIwLbXZOTwwH2NToN { top:7.375rem;left:0rem;width:47.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AsfBS7mcJrTEJ70xQyEeuvipIlVbwzcW { width:31.25rem;height:4.375rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRw5pgEeLXC7Z0XBe5KifPsKIlT2Jco { display:block; }
 }@media only screen and (max-width: 763px) { #GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH { display:block; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAo70wvLVZwvgK6tqfJiTX34z5pSdRTT { top:19.625rem;left:0rem;width:21.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkOF9gXrBkhGvN3GxUOWtHOaBpzMfysk { top:22.6875rem;left:20.6875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HygoJtKcu81dBELK2yMim9J5yW5TKLTe { top:29.6875rem;left:12.9375rem;width:18.8125rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPlZcfiUHfogUZaEwHcrAco7T92hI8eO { top:32.375rem;left:15.125rem;width:16.625rem;height:8.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKzzXgVvO0kiMnJyZxzmdda2lRF9nXq0 { top:19.625rem;left:9.875rem;width:21.875rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8MiLUBVC6v9Q2CKnCuAavTyMItVWkWf { top:22.75rem;left:36.625rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwDsNu9por52bGWJaDpuBUoqyT7I8g7k { top:29.6875rem;left:28.8125rem;width:18.8125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2OrVSyeTfqAIBl4TxpgkklnuhioXvIb { top:32.375rem;left:30.3125rem;width:17.3125rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkwLmklyEKoH8LkIAFKbmTyZEfyX6DWy { top:19.625rem;left:25.75rem;width:21.875rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzuGMRLlBLsvQ3Qy2lcUbgWxUTuS40K6 { top:3.25rem;left:0rem;width:20rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3r3vJvwh5H3PbMT0PTrhVSb4nmPPFmt { width:31.25rem;height:4.375rem;top:49.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpcCmDtKD1Icqk7rmTDOriZvo0EB1f4 { display:block; }
 }@media only screen and (max-width: 763px) { #cdV06BkGT07cKdnBwcqppaq5TmXM5H2U { display:block; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKSrLwOOdvUWwNnm25Gma1Jk0l0tQKcW { top:22.875rem;left:0rem;width:27.3125rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiB3k6P1ATU5pMP42Pp5Z50xofUcpbBB { top:20.6875rem;left:0rem;width:28.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOQmIx89OehsFzTVkeg7HHdE3vvqXz8u { top:19.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGGGFv2bOJTx8ysC4gF5EbHdm6ZDkp8 { top:7.8125rem;left:0.4375rem;width:46.875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsC9bbBbk1Tacku7T3tNuMucvyXKtFiS { top:12.0625rem;left:0.4375rem;width:46.875rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJuKGeJl4wNi4E2KWWVQyqedxgd4vLvf { top:22.875rem;left:20.4375rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKFpPdU34hAC4NNzKqos1l71hf6Q9hzG { top:20.6875rem;left:19rem;width:28.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlKUPWNWwouB8bynFHcSstk5gSbiwGR0 { top:19.0625rem;left:25.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlWhAvqAbGO6q92ogswkvG33T2Eo66cr { top:39.5625rem;left:20.4375rem;width:27.3125rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDPIiKcRPNJZ3zJNGQAqTFUlJLiXtsTP { top:35.75rem;left:25.875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghKhQdTwAbsD1PJor5OoV8MOurNtZ0x6 { top:39.5625rem;left:0rem;width:27.3125rem;height:8.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TRhuOVX3aFvbTAtbS4TepbBhZG3TrA { top:37.375rem;left:19rem;width:28.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J38RIULcScAhSgF95cvbEFEMLEnnQTim { top:37.375rem;left:0rem;width:28.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVlDUJusIvDgDnJoJDOerhtTcpcZbsZa { top:35.75rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOdAhI5sGhnfoqwF3O7wKimlUsgGBoLz { top:53.8125rem;left:0.4375rem;width:46.875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcueCiumcCU0gnsih8mMcIXkBxxXlr0L { top:19.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T4GVoZVft5TtSMSB035yryZ1G9VFzLtX { top:19.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RV3O0V589bUxIakSFKi3Pgoz7vFNGewT { top:19.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe { display:block; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsTELn76PMvKI8PX8yifeQdPXtyeXT5a { top:5.625rem;left:0rem;width:31.4375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQaEEVr4mSxhImeDhFO2pATVJoe8OTQW { top:9.9375rem;left:0rem;width:31.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsTdDu9A8xMHnCU3zhMbugKfOEJD08r { top:5.25rem;left:7.5rem;width:40.25rem;height:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k { display:block; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3NZodMeuJGUTtmF9K98uJo22zFgxyGH { top:56.75rem;left:3.6875rem;width:42.75rem;height:0;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xI416tttouOrBE7h5swbBPnUatT7Orv9 { top:54.4375rem;left:0rem;width:18.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4uJzrE0iclQvZVIL2lWAK71EtOAaPs8 { top:75.375rem;left:0rem;width:18.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BDeH1BK1DKdWq4y11nNcOSph08VhS1U6 { top:75.375rem;left:0rem;width:18.75rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sCOIL5MEEoOUCE7BMTw6lwIOEG7dTZKb { top:5.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vd30a2ITH9ToPmT0AKHBb6roHnAytvBI { top:26.625rem;left:0rem;width:18.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2yIph3PnAAwLSXAxUsxSbFXnrcvCM2H { top:26.625rem;left:14.46875rem;width:18.8125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpqo8Bu7AgkxoHZzxV5DMZcoJbETOkqe { top:29.3125rem;left:0rem;width:17.625rem;height:7.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mAmmKkMUet5NPoB3VD7gAuCGBvq8mTp7 { top:29.3125rem;left:15.0625rem;width:17.625rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MF1QXD3CooGRuCx0qkQTD2U9l34v0w2p { top:26.6875rem;left:28.9375rem;width:18.8125rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4cBIAwsHd3GO6NMGq0fMXOx8mFeVJg { top:29.375rem;left:30.125rem;width:17.625rem;height:5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eM7kKwb6irey8SlWebrMbygswGMGs890 { top:11.375rem;left:0rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRvQBk0HA0QaJ9lRe7X1w2eeeAewl13B { top:11.375rem;left:14.875rem;width:17.1875rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeaFRIxJQMv2fGNuoMIivhxwebSg0Tw { top:11.375rem;left:29.625rem;width:18.125rem;height:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97mARCyOvIKIDTNWnU0ArwJ829Knx0M { display:block; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI4lAJGUT5MMwahTNUTOOqhcod5g67vO { top:47rem;left:0rem;width:14.375rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGLGOtNWOk90iT8x6hs0LD5CqZbaTt4J { top:16.5625rem;left:19.5625rem;width:28.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B { top:19.3125rem;left:15.5rem;width:32.25rem;height:;font-size:1.0625rem;display:block; }#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B li:before{  }
 }@media only screen and (max-width: 763px) { #ckWCMLBPHnloW5dEuq171uIt3kzGEbI7 { top:17.0625rem;left:0rem;width:20.625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9U8hmliibPPDtTea6cWEuiTT7yTkbsx { top:41.25rem;left:16.4375rem;width:31.3125rem;height:;font-size:1.0625rem;display:block; }#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx li:before{  }
 }@media only screen and (max-width: 763px) { #ohrBmTtEqOtPWi7s4WoMpE2dgmGkEhcu { top:39.375rem;left:0.125rem;width:23.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnnHTsyytkqkETHFFtKPcLJQMb3CJxiH { top:4.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDp30X9I1pMMBbTcvbXrgigS6aXZB8y9 { top:16.1875rem;left:21rem;width:26.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSGn8bhv1txp8MQwysGkHSbbKWlKnq2g { top:37.9375rem;left:15.875rem;width:31.875rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuyeufLmUn9MvM621aR6LuWAbbtVPkoR { top:38.25rem;left:15.5625rem;width:32.1875rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxFNZcv1gAaNZ4QBk7OgOpTFz648eFqo { top:13.75rem;left:0rem;width:3.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3uP75nHRieTXEae76IZcVJKN5eML9tw { top:35.3125rem;left:2.125rem;width:3.8125rem;height:;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcWNf4hBmQE5XIILKxLtFht01x7ihbIB { top:13.6875rem;left:9.875rem;width:14rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNfSs3f7KPHf094yBPHha9h8DXl0R0Hm { top:36.25rem;left:9.875rem;width:14rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzwvhLTn9Foh6BMz6bMD2JLmDDvqUZ79 { top:57.5rem;left:0rem;width:47.75rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtX2TILRDnydJb1qlXnc5N3EuCI0ckiq { top:55.5rem;left:5.9375rem;width:3.8125rem;height:8.125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTvSPtEyexT4G3ksw19Jp5gAqVeVOTUM { top:13.75rem;left:23.875rem;width:22.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE5ghqziHGTJmxdGKWSiizGd2i6fbxTZ { width:31.25rem;height:4.375rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFKDMsHBO5t9A3iT2Icc4v7JHovmsNb { display:block; }
 }@media only screen and (max-width: 763px) { #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM { display:block; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOsEB6NE91COdJFnQtoIe6oNbZPyBlk4 { top:54.375rem;left:8.9375rem;width:18.8125rem;height:8.125rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkFEUnOWQQtfQrcVQUzQDcMG3cJLMN4T { top:46.125rem;left:5.75rem;width:14.8125rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH { top:27rem;left:0rem;width:24.5rem;height:;font-size:1.0625rem;display:block; }#OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH li:before{  }
 }@media only screen and (max-width: 763px) { #Dzl1lwF77vE8fxhdeNrk5IwqILRTI2RT { top:23.375rem;left:0rem;width:29.125rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o13SyFSZmu0AALUfr97f5FrpBsDUd6CQ { top:42.875rem;left:1.4375rem;width:14.8125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHNP8G1QiULfTcn47sPIiGA9H1y2uss1 { width:25.375rem;height:4.375rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxSUfiMRhiTdgJBBC7sJQuo43r90piBa { display:block; }
 }@media only screen and (max-width: 763px) { #rrdlfRodgcqTCxWknWOd5bQozDEonskR { top:5.6875rem;left:0.4375rem;width:46.875rem;height:3rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWT2U3hvvvzr6vAGZ4DSMOOxCF8ZiZfa { top:11.375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQam1TBTmBcVeGHvtKST4Q9LzwbHNNfC { top:23.4375rem;left:18rem;width:29.125rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Emtq3nsRZOtAzkTyDeCLACbiOtFizwtz { top:20.4375rem;left:24.875rem;width:22.875rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XhUHpt7MupBr24uu9QkwcMEmHzBxIX { top:28.6875rem;left:25.125rem;width:18.3125rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzmh1w8oOv07VacqBczl7TxdhiDPeQV5 { top:25.5rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crJBAHL9keZ89O3JV9n79Boq3LD4UFs0 { top:41rem;left:32.5625rem;width:14.8125rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEEFz4fp0zdTUR1VR5Dr32FPTP5sPeoU { top:44.25rem;left:32.5625rem;width:14.8125rem;height:;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT4EwE1aHSh7CRmN1gvz2NqVwWkXSwpa { width:25.375rem;height:5.3125rem;top:48.75rem;left:22.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1zlxsTbBKerTbetxfKRiSn0ZyZSF7q { display:block; }
 }@media only screen and (max-width: 763px) { #h9WvqyHK35h6r5sBSlHFcwq2iqkMS9uV { display:none; }
 }@media only screen and (max-width: 763px) { #WApXy6fdMxc5W2XmM61uTlWkQOZnX55G { top:30.75rem;left:34.6875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBAZVTeJaiRVHS9B1BUDTQ5wNG0M0wuB { top:28rem;left:36.625rem;width:11.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JK5xTfUcwR6eOatv4eZ3y78KPztMJfJT { top:51rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wz4ray0CpGG9MHnwSUMAiJQiegChZkbI { top:42.25rem;left:38.3125rem;width:9.4375rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wy2zlmfXbbtJm5DTleKz0vBH6LWQC96b { top:45.0625rem;left:41.125rem;width:6.625rem;height:1.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 { display:block; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwRMdDycSh8V5nZKvQeD0IVgxTpek6lz { top:5.9375rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUEwX6oTpsMc4T23fAaOmfK2h4cmtZUH { width:31.25rem;height:4.375rem;top:37.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQryT5o16rNHb5a43Wg03034Gy5sQCiz { display:block; }
 }@media only screen and (max-width: 763px) { #FKRTxf2SxzahOhD5r8gkcGqBO4mAAdEp { top:5.9375rem;left:0rem;width:3.8125rem;height:20.75rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQKD55WW3VHNqP2Zh3fsMt367UObWQz8 { top:17.625rem;left:0rem;width:17.4375rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alateCxBGT1T96fTvqVOOTqwdc5TUTFe { top:12.375rem;left:12.0625rem;width:3.8125rem;height:20.75rem;font-size:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eow2bRg1T90uy4ql1kqleTMq0MHRHBpw { top:17.625rem;left:23.6875rem;width:17.3125rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvZ8UiBNZz6fJQUOaabg8taTVMATdofQ { top:6.9375rem;left:28.125rem;width:3.8125rem;height:18.6875rem;font-size:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnXPmRbsXQZ6SuXSzVXp1FIThM4uZk9O { top:13rem;left:42.3125rem;width:3.8125rem;height:19.5rem;font-size:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpUlQ6iiSOumMzbRp1IetKbePUAHnCpu { top:26.6875rem;left:6.1875rem;width:19.1875rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlrU3gXdA5yDr3zvhMZ5n1unGqrOqG6l { top:26.6875rem;left:26.9375rem;width:20.8125rem;height:6rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud8LSzeL68aekDuA92ct689xmuNl9Rl4 { display:block; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSy8fVnhFieTorlhG2gHPGcHkbCTPiiV { top:16.375rem;left:20.625rem;width:27.125rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSEWbhvJcU2yCuZAmO9tMyNNLlIDqE8 { top:20.125rem;left:0rem;width:27.125rem;height:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdI5aaodI6HTITLlvubaPAMzfSQL6L3P { top:44.3125rem;left:0rem;width:27.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0O8Mdyg3mJxbfuBbuixir7Ar48vXpJL { top:38.75rem;left:20.625rem;width:27.125rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy6lVsEMxUHeTsI6KouCw9VWkAV2nBL8 { top:18.75rem;left:23.75rem;width:24rem;height:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSGcROGzz277h5M2caNgV9P6xmPSQfE { top:22.5rem;left:0.5rem;width:23.375rem;height:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6HUNkOBdBuM47Rtm8mzbKHGp7xTVaDw { top:46.5625rem;left:0.1875rem;width:23.6875rem;height:11.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBMM84od9lqg0U6snH59gXTwwSb1thxX { top:40.625rem;left:23.875rem;width:23.75rem;height:21.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTaAzRlKdrX7BwZgMQn7XNbWQInXFphZ { top:9.125rem;left:0rem;width:46.875rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvIpp0p8R2MZ4oZ3IzH4spBepNOl1l6m { top:4.0625rem;left:0rem;width:46.875rem;height:4.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcpAhN8DBC5NXT8k6zE4pAkwXKsQu4zu { top:14.875rem;left:0rem;width:16rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AAm9i3zguggVRglCTg1TOJeQDuJRsLT1 { top:34.9375rem;left:0rem;width:15.6875rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SdNZ2PimGqC5iZrKnD1u7WXRb7DuZP75 { top:52.8125rem;left:0rem;width:15.625rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpfulOt7fRF9GSS1rHCk0c3HNZ5WW1Ja { top:40.625rem;left:23.875rem;width:23.75rem;height:21.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 { display:block; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQZGx9IDPPTl9BouuymOmB5Ad5w2Cl3O { top:5.5625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpGRMmeWXXhVyUrw8Nod8nfq0QlaX5zx { top:50.125rem;left:0rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUftTFtaEVwndJlV8kRQvC5Z12XTqTcO { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV4khDs6IeUZmukAgs2gLSvIRr4PqlxL { top:15.9375rem;left:19.375rem;width:28.375rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDl2bTq6XuH1eTCaoEH1UZbnqicpTXDC { top:12.3125rem;left:23.125rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0fnJe51bEtc073b6rdXgqsMEELdV18o { top:29.375rem;left:24.0625rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q832Uux64md5qyi5wbeBmaLML4Ds2kTf { top:32.25rem;left:20.4375rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ4oPgpozfsyOQHBksT4dtTv1HvxbraE { top:32.4375rem;left:0rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvfhcezUUTfQqxZDvHt6mrkx2Iw94fBM { top:29.5625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADNE3exppOVs8BmaERc9XiACWz3LGo6I { top:50.125rem;left:20.4375rem;width:27.3125rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpyoRHDC3Sya8MiZbTKqMmbzWeDhJKxK { top:47.25rem;left:24rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8dEVhVXBfGGmKBAwmqvG0Nw7VEvpv9G { top:15.9375rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbTkP8hz2Tkh7ZMSqoKh78o5AX5Cr1iw { top:13.0625rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg5HM6sHUHFxkPoPEoaSUssU84XOxgrt { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVM8ozyThTDgL74P8aQmafuHFocHHUpD { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnUaLWZvmXpQIbOgqdFg15hJuqdt9pcc { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WuySDabItmLPtT9sGhgaXLTu84SGe6Gx { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HX9DZbuQyy3tiPLi7iIlwNO1K3muAC9X { top:84.8125rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JcoFpl1ud0I5HId425wkAINtFMhr5TNo { top:47.25rem;left:0rem;width:6.5625rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BSOvSo9VHeusTAJZST8XqdFUHIbJlbnK { top:101.75rem;left:0rem;width:20rem;height:;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 { display:block; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8c7PpcIFoscJd0ff7KzXvwOcoLaaTUu { top:10.0625rem;left:0rem;width:36.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSvs9dZKxddZ0OQ9iV4iCTRki37i0fus { top:34.875rem;left:10.1875rem;width:13.6875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHqOzsLrEHnZSQVALwEV1QWlVie7XgyV { top:7.625rem;left:0rem;width:37.625rem;height:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOUqQuUzx9knwUc1SiHprvnqB4MD5Rb { top:22.1875rem;left:0rem;width:29.125rem;height:2.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLz4PJl1m99lq1TCkMSUz1MP9fLKGTX9 { width:25.0625rem;height:4.375rem;top:23.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGLCzFOweQumm3fiF9JUVl0xhQDvgQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #zUcTONZ8IAEl65Qnhqixo6iF98xxHmCn { top:16.0625rem;left:0rem;width:36.0625rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQV3PTs6nbHXskO2Vmlfl5z3fBMRnH3u { top:12.625rem;left:0rem;width:16.5625rem;height:;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jul7dQD0JQ7ZxufqRFBVu1ATEkIQJApJ { top:2.4375rem;left:19.375rem;width:28.375rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm { background-color:#f7f7f7;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.3125rem solid #02aef0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { background-color: transparent; background-image: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container > .video-iframe-container { display: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container { display: none; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .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); }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { border-width: 0; border-radius: 0; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#igB2DyJJs6qVlAuBFAJgTTkRTEFLDWdm > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQmRJ2IOFJbMoQegPbqTn6FNC92O6QmH { width:20rem;height:1.96875rem;top:5.9375rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ppMliKpTi0EXG20Cp9EBy6i5dXTBphwS { width:20rem;height:11.25rem;top:9.125rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PM6qHktMnKdyEI8HGahqTBO0f1dFI8Vp { width:20rem;height:5.3984375rem;top:21.5rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pvKwLoTDpmfzbOOq44R3spsoUHmgbLvK { width:20rem;height:0;top:48.875rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #t8LIHwTzDpamFSewUL89MUPyTaD7faEy { width:20rem;height:20rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL3I6z2z3PZGPuTrhqC811cXrPb9sBuC { width:8.8125rem;height:2.625rem;top:1.625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXvS9sMb4FIiTsXtorwSbA3etbOpy5sx { width:20rem;height:0;top:32.6875rem;left:1.53125rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;display:block; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { background-color: transparent; background-image: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container > .video-iframe-container { display: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container { display: none; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .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); }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NObDEMZE4WCJyrvdFyOtWQJfOrHmwboN > .row .container { width:20rem;height:47.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QKnP6C8n5OprpvyZNM9obwiFRZISeUQa { width:20rem;height:4.72411875rem;top:33.8125rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QtFM2x6QeG4N3lWvReC89zVU1Sh9mUn5 { width:19.9375rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tcee2LEKBXgR1SmxKCMDzsptgSB15urQ { width:20rem;height:35.1875rem;top:22.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #koHCPfsyLAyTUJ3xa6a7gmZMRl3TMmsN { width:18.5rem;height:18.5rem;top:8.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuAeFkEpbv2ugqaLN7gPHr5ZFqxRK13d { width:20rem;height:7.1996875rem;top:26rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GWwGF4fiCBZctPGcEglQzxevHyMbND2N { width:20rem;height:6.2988125rem;top:4.4375rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mnoz4HyDAWU3zskAWalOiudITuKJTTRZ { width:18.375rem;height:4.375rem;top:40.0625rem;left:0.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThQSWZs1p1qoo4pKHSPFP5JQGcP7r0Th { display:block; }
 }@media only screen and (max-width: 763px) { #yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw { display:block; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw { background-color: transparent; background-image: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container > .video-iframe-container { display: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row > .video-iframe-container { display: none; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .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); }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw { border-width: 0; border-radius: 0; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container > .video-iframe-container { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem; }#yCEp9cKLHuW2saIATfDm2HH7wi1o0Czw > .row .container { width:20rem;height:134.375rem;background-color:#21416e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T60nsRyvWRAtMKKh6KeGeswwcCeRNArU { width:20rem;height:4.875rem;top:3.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CunN5Me62yraETnzoNDEBBVol8hV5sqe { width:18.8125rem;height:3.25rem;top:17.625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F6Rkmx7QEBd6HKb72WxkOUUMhrt2cIzF { display:flex;width:5.25rem;height:5.25rem;top:11.125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #tBtdwXIJgrCzrO3wKyCgWw13plLwmRze { width:18.8125rem;height:3.25rem;top:28.3125rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAu6BGNxtPiUUKeTrywgLO4aZgyhoq86 { display:flex;width:7.3125rem;height:7.3125rem;top:21.9375rem;left:6.34375rem; }
 }@media only screen and (max-width: 763px) { #Fn8KCvW18XsCGO4nto71kGNK00iN6Qqa { width:18.8125rem;height:3.25rem;top:40.625rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o0KPXdIiSTBcbmf4OixnKJndG3lf9RlJ { display:flex;width:5.3125rem;height:5.3125rem;top:34.6875rem;left:7.34375rem; }
 }@media only screen and (max-width: 763px) { #IT9sOEq1sr1qall1fSAkJkSa7CTEgLBX { width:18.8125rem;height:4.875rem;top:52.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C5FSZeeHOKuPSQQTHyiDyIHv42mk9Rm4 { display:flex;width:4.75rem;height:4.75rem;top:46.8125rem;left:7.625rem; }
 }@media only screen and (max-width: 763px) { #k88V1eQe8ozRHgnR1miRLHcwEDRQ5tDb { display:flex;width:5.3125rem;height:5.3125rem;top:58.25rem;left:7.34375rem; }
 }@media only screen and (max-width: 763px) { #WufVT0xFtL8lmFJR4bBkkOTLUpXsdtoF { display:flex;width:7.125rem;height:7.125rem;top:69.375rem;left:6.4375rem; }
 }@media only screen and (max-width: 763px) { #fi3prTHlPqm1XwPWriExpXdSVUx2TNOw { width:18.8125rem;height:3.25rem;top:76.5rem;left:1.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSnWf8uk6eQapTR4IAqitWf97aX6XKok { width:18.8125rem;height:3.25rem;top:64.3125rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pVK0bBxmyqnur05wphRR9lT6fypKseOm { width:18.8125rem;height:3.25rem;top:88.75rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RLEbALdZWe8a4COnEyB9TtL5PUgOwpiZ { display:flex;width:5.375rem;height:5.375rem;top:82.125rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #nqTsTpsBBF5Au51I9T4HTOxkWq1QWkNc { width:18.375rem;height:4.375rem;top:124.6875rem;left:0.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyZm8aJsvPrWL7VZZziGfSwLyrAOC98M { display:block; }
 }@media only screen and (max-width: 763px) { #V6yolnp3Z61DQcJVnTA0mpav1dkwnfkR { width:18.8125rem;height:3.25rem;top:100.625rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GCIKtCycZmx7GfRioFznwa6sUp0MlxaD { display:flex;width:6.375rem;height:6.375rem;top:94.25rem;left:6.8125rem; }
 }@media only screen and (max-width: 763px) { #d90XvMrfaAc7ufGN8MdA1xr1ROeyXJEf { width:20rem;height:14.625rem;top:106.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nQSdE9qFrHVEyypSozPTrPBk0IN05AOO { display:block; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO { background-color: transparent; background-image: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container > .video-iframe-container { display: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row > .video-iframe-container { display: none; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .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); }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO { border-width: 0; border-radius: 0; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container > .video-iframe-container { border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem; }#nQSdE9qFrHVEyypSozPTrPBk0IN05AOO > .row .container { width:20rem;height:44.1875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.4375rem;border-top-right-radius:3.4375rem;border-bottom-left-radius:3.4375rem;border-bottom-right-radius:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxRzfVLeT78IicQR4mapmUbBCrHvOJGT { width:20rem;height:5.90625rem;top:3.0625rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zIOOpUc7nWFrtCqOcunQqW2Q4e0lxR8O { width:19.9375rem;height:0;top:1.25rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ { width:20rem;height:20.598625rem;top:9.75rem;left:0rem;font-size:1.0625rem;line-height:1.2;text-align:left;text-align-last:left;display:block; }#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#gqG2Ozh6JpXc0O4h4GcqBMb7VyJ5GlMZ li:before{  }
 }@media only screen and (max-width: 763px) { #h6NnQVaOvrkdVP6TsrvClTcoZsSphEuJ { width:20rem;height:8.125rem;top:34.1875rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#02aef0;display:block; }
 }@media only screen and (max-width: 763px) { #r1BTt7OHnTAL5kdaLDnEUWFaW5hTOI2E { width:20rem;height:12.5rem;top:33.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL { background-color:#f7f7f7;background-image:none;display:block; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { background-color: transparent; background-image: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row > .video-iframe-container { display: none; }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .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); }#GaRbkDkaMmD0tevoa1pn1ZEZ5c7Ps8XL > .row .container { width:20rem;height:14.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TrlOxBCOHk6HJi3gSZryFyvsXkmblPpV { width:20rem;height:7.1996875rem;top:1.25rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#21416e;display:block; }
 }@media only screen and (max-width: 763px) { #Evdu0ETv5z0vq3NpMR0SRXkVnKqTWgfy { width:20rem;height:4.72411875rem;top:8.9375rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi { background-color:#f7f7f7;background-image:none;display:block; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { background-color: transparent; background-image: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container > .video-iframe-container { display: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row > .video-iframe-container { display: none; }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .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); }#EeTtqbWFa4ZRubInF63SQDEX4cdvoCwi > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ot10SkpGXyOTTVTCizyxWR3y9u1OUZ3m { width:19rem;height:2.76171875rem;top:23.4375rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k0R29DhGSkScMuZUlCzaCx1rG6LZkgNc { width:19.1875rem;height:2.76171875rem;top:15.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ofo3Fq3L9sX8X9wK0J92ZsA6fJK99wKz { width:17.25rem;height:6.9043125rem;top:4.3125rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #si68V1g8JBdAi0TfJvRZeP20P7HHZNvw { width:18.8125rem;height:4.142575rem;top:31.5rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AzB9K1OdLU4oM9R9l9b1cQTMG2pTqCKK { width:14.5rem;height:0;top:43.1875rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gBy3PZ2gwSuCTlHvpKmZdS9NhTPa4SyB { width:18.8125rem;height:2.76171875rem;top:40.7265625rem;left:0.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0fTap4EreBxPkTlklnBqHA9XK42duFt { width:2.375rem;height:2.625rem;top:0.98046875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwqZOtQsICBAFnHU7ki8fdnOywP9sZIs { width:14.375rem;height:0;top:70.6875rem;left:4.4375rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xFHFT7psR8iJaSF6h23NpLuO14lsb5bS { width:14.375rem;height:0;top:86.375rem;left:2.375rem;font-size:1.0625rem;z-index:15005;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HSAD8r9EUamXfpDROUMwfyMwOUB7yIIf { width:14.375rem;height:0;top:93.125rem;left:2.375rem;font-size:1.0625rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JWuixeIwNPD0Ca7tdLhfLyfAoLnfTCpv { width:14.375rem;height:0;top:102.75rem;left:3.875rem;font-size:1.0625rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Bx4DLTU04d0neTKH9TIMxlQog0PmH4TG { width:17.75rem;height:0;top:40.75rem;left:1.125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #mk0rlATutu8fGgeUiiqwwQ6ek98hzq4J { width:14.5rem;height:0;top:63.1875rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #LqAw6ev6GGZAb078dKEtpJwVFOF9yBJo { width:3rem;height:3.3125rem;top:103.0771484375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #h5db7ydEsSGVtkeZtTbSqo7eFnLgDoMV { width:3rem;height:3.3125rem;top:107.6396484375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pZw3kM8tWl7wxiGw4PMZZsNk9pWpH928 { width:3rem;height:3.3125rem;top:112.2021484375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OhU6C13MDsrK2A7nMrGQCzQRwQGq4OGa { width:3rem;height:3.3125rem;top:116.7646484375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eeKMNewJz2qd4UMg5MtgkFxTl7iZkOi7 { width:3rem;height:3.3125rem;top:121.3271484375rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #x81mDwfJvEG1HbXOTHo3RKabgOVpERW5 { width:8.75rem;height:12.4375rem;top:57.25rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUGb9d901TuR6BqJHJ5au1IpTGJsCtsx { width:2.375rem;height:2.625rem;top:12.3125rem;left:8.8125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #JuEyov1FvRUvX7rPV7T9vJyabTHmS7Me { width:2.375rem;height:2.625rem;top:19.5625rem;left:8.8125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #BfSDPH8Bu8oGPGFuxezUIi1rUB5SBtXl { width:2.375rem;height:2.625rem;top:28.1875rem;left:8.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #chD5gq7JxiQfmh3q9tzZrxNZdTwetTPn { width:2.375rem;height:2.625rem;top:37.5625rem;left:8.8125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #bDaTu3HwGxvLlWmuS5B6RJmGFobf2ODA { width:20rem;height:4.142575rem;top:50.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KST3hEzMo3Z8VgB1egVo025T43efHPs6 { width:3rem;height:3.3125rem;top:46.4375rem;left:8.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKETyu6HExe3ok1bz5WWtobbCIQulPU9 { background-color:#02aef0;background-image:none;display:none; }#SKETyu6HExe3ok1bz5WWtobbCIQulPU9 > .row .container { width:20rem;height:79.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2mTh6Ko6F02bIEDpJiwNpq0ILK9Z7kC { display:flex;width:6.25rem;height:6.25rem;top:30.3125rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #yre8R9NeKy3sOaLP7VaUHWtxTTcMH9c7 { width:18.8125rem;height:1.375rem;top:37.375rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lQumzyFJ7lWgkK7Tvsw9qEO2czOi2HLg { width:16.625rem;height:8.75rem;top:40rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VLDkTRRB9twRixTgwoQwmDPREM4aewMh { width:20rem;height:24.4375rem;top:46.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #za5UrKDTPXfashrnb0yWKIZ2HwXanfDQ { display:flex;width:6.125rem;height:6.125rem;top:49.8125rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #T3iVBNeE8aPckcf5AosZ1Rrazzl3u92w { width:18.8125rem;height:1.375rem;top:56.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ErUQ0XHKgD6UszNunheN0lPpFT4MZbLT { width:17.3125rem;height:7.5rem;top:59.25rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#21416e;display:block; }
 }@media only screen and (max-width: 763px) { #HNpsZUJbAb0LkRNFXitr40kKrIhsp8z5 { width:20rem;height:24.3125rem;top:71.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sIO0yycBszmhW9VSIwLbXZOTwwH2NToN { width:20rem;height:5.75rem;top:3.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AsfBS7mcJrTEJ70xQyEeuvipIlVbwzcW { width:18.375rem;height:4.375rem;top:69.3125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWRw5pgEeLXC7Z0XBe5KifPsKIlT2Jco { display:block; }
 }@media only screen and (max-width: 763px) { #GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH { background-color:#02aef0;background-image:none;display:block; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container { background-color: transparent; background-image: none; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container > .video-iframe-container { display: none; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row > .video-iframe-container { display: none; }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .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); }#GiZKBwaGWCfXUmPWr1k7MMN6Vp4of2MH > .row .container { width:20rem;height:59rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PAo70wvLVZwvgK6tqfJiTX34z5pSdRTT { width:20rem;height:24.3125rem;top:14.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkOF9gXrBkhGvN3GxUOWtHOaBpzMfysk { display:flex;width:6.25rem;height:6.25rem;top:10.75rem;left:6.875rem; }
 }@media only screen and (max-width: 763px) { #HygoJtKcu81dBELK2yMim9J5yW5TKLTe { width:18.8125rem;height:1.375rem;top:17.8125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #sPlZcfiUHfogUZaEwHcrAco7T92hI8eO { width:16.625rem;height:8.9243125rem;top:20.4375rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AKzzXgVvO0kiMnJyZxzmdda2lRF9nXq0 { width:20rem;height:24.4375rem;top:46.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z8MiLUBVC6v9Q2CKnCuAavTyMItVWkWf { display:flex;width:6.125rem;height:6.125rem;top:30.25rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #lwDsNu9por52bGWJaDpuBUoqyT7I8g7k { width:18.8125rem;height:1.375rem;top:37.25rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #T2OrVSyeTfqAIBl4TxpgkklnuhioXvIb { width:17.3125rem;height:7.6494375rem;top:39.6875rem;left:1.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#21416e;display:block; }
 }@media only screen and (max-width: 763px) { #zkwLmklyEKoH8LkIAFKbmTyZEfyX6DWy { width:20rem;height:24.3125rem;top:71.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RzuGMRLlBLsvQ3Qy2lcUbgWxUTuS40K6 { width:20rem;height:;top:3.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3r3vJvwh5H3PbMT0PTrhVSb4nmPPFmt { width:18.375rem;height:4.375rem;top:49.75rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxpcCmDtKD1Icqk7rmTDOriZvo0EB1f4 { display:block; }
 }@media only screen and (max-width: 763px) { #cdV06BkGT07cKdnBwcqppaq5TmXM5H2U { display:block; }#cdV06BkGT07cKdnBwcqppaq5TmXM5H2U > .row .container { width:20rem;height:85.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKSrLwOOdvUWwNnm25Gma1Jk0l0tQKcW { width:20rem;height:8.285125rem;top:16.01171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DiB3k6P1ATU5pMP42Pp5Z50xofUcpbBB { width:12rem;height:2.4375rem;top:12.875rem;left:4rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mOQmIx89OehsFzTVkeg7HHdE3vvqXz8u { width:3.5625rem;height:3.5625rem;top:10.625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFGGGFv2bOJTx8ysC4gF5EbHdm6ZDkp8 { width:20rem;height:4.79980625rem;top:1.375rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PsC9bbBbk1Tacku7T3tNuMucvyXKtFiS { width:20rem;height:3.1494125rem;top:6.6875rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HJuKGeJl4wNi4E2KWWVQyqedxgd4vLvf { width:20rem;height:12.42775rem;top:31.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #zKFpPdU34hAC4NNzKqos1l71hf6Q9hzG { width:20rem;height:2.4375rem;top:28.0625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlKUPWNWwouB8bynFHcSstk5gSbiwGR0 { width:6.5625rem;height:6.5625rem;top:109.25rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VlWhAvqAbGO6q92ogswkvG33T2Eo66cr { width:20rem;height:8.285125rem;top:65.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uDPIiKcRPNJZ3zJNGQAqTFUlJLiXtsTP { width:6.5625rem;height:6.5625rem;top:124.875rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ghKhQdTwAbsD1PJor5OoV8MOurNtZ0x6 { width:20rem;height:8.285125rem;top:50.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O6TRhuOVX3aFvbTAtbS4TepbBhZG3TrA { width:20rem;height:2.4375rem;top:62.1875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J38RIULcScAhSgF95cvbEFEMLEnnQTim { width:20rem;height:2.4375rem;top:47rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVlDUJusIvDgDnJoJDOerhtTcpcZbsZa { width:6.5625rem;height:6.5625rem;top:117.0625rem;left:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uOdAhI5sGhnfoqwF3O7wKimlUsgGBoLz { width:20rem;height:4.72411875rem;top:76.5rem;left:0rem;font-size:1.3125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OcueCiumcCU0gnsih8mMcIXkBxxXlr0L { width:3.5625rem;height:3.5625rem;top:26rem;left:8.21875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #T4GVoZVft5TtSMSB035yryZ1G9VFzLtX { width:3.5625rem;height:3.5625rem;top:44.875rem;left:8.25rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #RV3O0V589bUxIakSFKi3Pgoz7vFNGewT { width:3.5625rem;height:3.5625rem;top:60.0625rem;left:8.25rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe { display:block; }#A5qHXTJmsqMC6BGfIOF9o7XaBFLaF2Pe > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NsTELn76PMvKI8PX8yifeQdPXtyeXT5a { width:20rem;height:4.875rem;top:2.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tQaEEVr4mSxhImeDhFO2pATVJoe8OTQW { width:20rem;height:31.75975rem;top:9.451171875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#21416e;display:block; }
 }@media only screen and (max-width: 763px) { #ZTsTdDu9A8xMHnCU3zhMbugKfOEJD08r { width:20rem;height:20rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k { display:block; }#tl5gWvQ3NGbl4sW2zvToKuZv4ZS95V0k > .row .container { width:20rem;height:73.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3NZodMeuJGUTtmF9K98uJo22zFgxyGH { width:20rem;height:0;top:127.5rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xI416tttouOrBE7h5swbBPnUatT7Orv9 { width:18.75rem;height:0;top:27.92775rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #W4uJzrE0iclQvZVIL2lWAK71EtOAaPs8 { width:18.75rem;height:0;top:37.4619375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #BDeH1BK1DKdWq4y11nNcOSph08VhS1U6 { width:18.75rem;height:0;top:38.0869140625rem;left:1.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #sCOIL5MEEoOUCE7BMTw6lwIOEG7dTZKb { width:20rem;height:4.79980625rem;top:3.125rem;left:0rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vd30a2ITH9ToPmT0AKHBb6roHnAytvBI { width:18.8125rem;height:1.625rem;top:20.5rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b2yIph3PnAAwLSXAxUsxSbFXnrcvCM2H { width:18.8125rem;height:1.3808625rem;top:42.25rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpqo8Bu7AgkxoHZzxV5DMZcoJbETOkqe { width:17.625rem;height:7.6494375rem;top:22.8125rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mAmmKkMUet5NPoB3VD7gAuCGBvq8mTp7 { width:17.625rem;height:6.3745rem;top:44.4375rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MF1QXD3CooGRuCx0qkQTD2U9l34v0w2p { width:18.8125rem;height:1.3808625rem;top:63.25rem;left:0.59375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GT4cBIAwsHd3GO6NMGq0fMXOx8mFeVJg { width:17.625rem;height:5.0996125rem;top:65.4375rem;left:1.1875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eM7kKwb6irey8SlWebrMbygswGMGs890 { width:11.625rem;height:11.625rem;top:9.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRvQBk0HA0QaJ9lRe7X1w2eeeAewl13B { width:11.5rem;height:11.5rem;top:32.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUeaFRIxJQMv2fGNuoMIivhxwebSg0Tw { width:13.5625rem;height:13.5625rem;top:51.875rem;left:3.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B97mARCyOvIKIDTNWnU0ArwJ829Knx0M { display:block; }#B97mARCyOvIKIDTNWnU0ArwJ829Knx0M > .row .container { width:20rem;height:109.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PI4lAJGUT5MMwahTNUTOOqhcod5g67vO { width:14.375rem;height:0;top:68.625rem;left:2.8125rem;font-size:1.0625rem;z-index:15009;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fGLGOtNWOk90iT8x6hs0LD5CqZbaTt4J { width:18.5rem;height:1.3808625rem;top:19.25rem;left:1.125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B { width:18.1875rem;height:25.13575rem;top:23.1875rem;left:0.90625rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#XKOOx0Ezui9M1DLWi5fl54ng5dRbQe6B li:before{  }
 }@media only screen and (max-width: 763px) { #ckWCMLBPHnloW5dEuq171uIt3kzGEbI7 { width:20rem;height:4.5rem;top:12.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #U9U8hmliibPPDtTea6cWEuiTT7yTkbsx { width:18.9375rem;height:25.57325rem;top:64.9375rem;left:0.53125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx li:not(:first-child){ padding-top:0.4375rem;padding-right:0;padding-bottom:0;padding-left:0; }#U9U8hmliibPPDtTea6cWEuiTT7yTkbsx li:before{  }
 }@media only screen and (max-width: 763px) { #ohrBmTtEqOtPWi7s4WoMpE2dgmGkEhcu { width:19.9375rem;height:4.875rem;top:53.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fnnHTsyytkqkETHFFtKPcLJQMb3CJxiH { width:19rem;height:4.79980625rem;top:3.3125rem;left:0.5rem;font-size:2rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wDp30X9I1pMMBbTcvbXrgigS6aXZB8y9 { width:20rem;height:2.0625rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSGn8bhv1txp8MQwysGkHSbbKWlKnq2g { width:20rem;height:4.875rem;top:58.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuyeufLmUn9MvM621aR6LuWAbbtVPkoR { width:18rem;height:4.142575rem;top:59.3125rem;left:1rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TxFNZcv1gAaNZ4QBk7OgOpTFz648eFqo { width:3.8125rem;height:2.5996125rem;top:9.75rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O3uP75nHRieTXEae76IZcVJKN5eML9tw { width:3.8125rem;height:2.5996125rem;top:50rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NcWNf4hBmQE5XIILKxLtFht01x7ihbIB { width:14rem;height:2.5625rem;top:11.0625rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNfSs3f7KPHf094yBPHha9h8DXl0R0Hm { width:14rem;height:2.5625rem;top:36.9375rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #kzwvhLTn9Foh6BMz6bMD2JLmDDvqUZ79 { width:20rem;height:5.15625rem;top:95.9375rem;left:0rem;font-size:1.5625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wtX2TILRDnydJb1qlXnc5N3EuCI0ckiq { width:3.8125rem;height:2.5996125rem;top:92.375rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTvSPtEyexT4G3ksw19Jp5gAqVeVOTUM { width:20rem;height:0;top:63.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AE5ghqziHGTJmxdGKWSiizGd2i6fbxTZ { width:18.375rem;height:4.375rem;top:102.3125rem;left:0.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzFKDMsHBO5t9A3iT2Icc4v7JHovmsNb { display:block; }
 }@media only screen and (max-width: 763px) { #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.adaptive-delivery-prevent-bg, #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.lazyload, #e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM.lazyloading { background-image: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { background-color: transparent; background-image: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f7f7; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container > .video-iframe-container { display: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f7f7f7; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container { display: none; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .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); }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { border-width: 0; border-radius: 0; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e0ioCWt6IHM6bGOr0NR2GOmEBqG1lsTM > .row .container { width:20rem;height:75.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tOsEB6NE91COdJFnQtoIe6oNbZPyBlk4 { width:12.125rem;height:5.6875rem;top:42.625rem;left:4.375rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkFEUnOWQQtfQrcVQUzQDcMG3cJLMN4T { width:8.125rem;height:3.25rem;top:41.5625rem;left:5.9375rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH { width:14.8125rem;height:18.4453125rem;top:12.375rem;left:1.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#OSVFWT4q1kuBgTrUBwJ21rxSZWa6dHWH li:before{  }
 }@media only screen and (max-width: 763px) { #Dzl1lwF77vE8fxhdeNrk5IwqILRTI2RT { width:19.375rem;height:48.5rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #o13SyFSZmu0AALUfr97f5FrpBsDUd6CQ { width:7.9375rem;height:2.5996125rem;top:32.9375rem;left:6.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHNP8G1QiULfTcn47sPIiGA9H1y2uss1 { width:18.375rem;height:4.375rem;top:37.1875rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxSUfiMRhiTdgJBBC7sJQuo43r90piBa { display:block; }
 }@media only screen and (max-width: 763px) { #rrdlfRodgcqTCxWknWOd5bQozDEonskR { width:20rem;height:3.625rem;top:2.75rem;left:0rem;font-size:1.8125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#21416e;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #BWT2U3hvvvzr6vAGZ4DSMOOxCF8ZiZfa { width:20rem;height:3rem;top:7.0625rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qQam1TBTmBcVeGHvtKST4Q9LzwbHNNfC { width:19.375rem;height:33.75rem;top:23.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Emtq3nsRZOtAzkTyDeCLACbiOtFizwtz { width:20rem;height:1.7246125rem;top:46.6875rem;left:0rem;font-size:1.4375rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i4XhUHpt7MupBr24uu9QkwcMEmHzBxIX { width:20rem;height:0;top:50.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vzmh1w8oOv07VacqBczl7TxdhiDPeQV5 { width:20rem;height:1.2749rem;top:48.9375rem;left:0rem;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crJBAHL9keZ89O3JV9n79Boq3LD4UFs0 { width:14.8125rem;height:2.5996125rem;top:64.0625rem;left:2.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gEEFz4fp0zdTUR1VR5Dr32FPTP5sPeoU { width:14.8125rem;height:2.03125rem;top:66.625rem;left:2.625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UT4EwE1aHSh7CRmN1gvz2NqVwWkXSwpa { width:18.375rem;height:4.375rem;top:69.375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sl1zlxsTbBKerTbetxfKRiSn0ZyZSF7q { display:block; }
 }@media only screen and (max-width: 763px) { #h9WvqyHK35h6r5sBSlHFcwq2iqkMS9uV { top:45.125rem;left:0rem;width:19.375rem;height:29.375rem;z-index:15008;border-top:0.3125rem solid #21416e;border-left:0.3125rem solid #21416e;border-right:0.3125rem solid #21416e;border-bottom:0.3125rem solid #21416e;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#fbfbff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WApXy6fdMxc5W2XmM61uTlWkQOZnX55G { width:11.5625rem;height:11.5625rem;top:53.75rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBAZVTeJaiRVHS9B1BUDTQ5wNG0M0wuB { width:11.125rem;height:2.76171875rem;top:51.5625rem;left:4.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JK5xTfUcwR6eOatv4eZ3y78KPztMJfJT { width:20rem;height:1.3808625rem;top:50.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #wz4ray0CpGG9MHnwSUMAiJQiegChZkbI { width:9.4375rem;height:auto;top:42.25rem;left:5.25rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wy2zlmfXbbtJm5DTleKz0vBH6LWQC96b { width:6.625rem;height:auto;top:45.0625rem;left:6.6875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 { display:block; }#MTDbIg8Gd6W3BTk2xZvl7re9yrMcuAe6 > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwRMdDycSh8V5nZKvQeD0IVgxTpek6lz { width:20rem;height:4.5rem;top:2.25rem;left:0rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SUEwX6oTpsMc4T23fAaOmfK2h4cmtZUH { width:18.375rem;height:4.375rem;top:51.9375rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQryT5o16rNHb5a43Wg03034Gy5sQCiz { display:block; }
 }@media only screen and (max-width: 763px) { #FKRTxf2SxzahOhD5r8gkcGqBO4mAAdEp { width:3.8125rem;height:2.5996125rem;top:8.9375rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UQKD55WW3VHNqP2Zh3fsMt367UObWQz8 { width:17.4375rem;height:5.3984375rem;top:11.5rem;left:1.28125rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #alateCxBGT1T96fTvqVOOTqwdc5TUTFe { width:3.8125rem;height:2.5996125rem;top:18.6875rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eow2bRg1T90uy4ql1kqleTMq0MHRHBpw { width:17.3125rem;height:6.74805rem;top:32.53125rem;left:1.34375rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OvZ8UiBNZz6fJQUOaabg8taTVMATdofQ { width:3.8125rem;height:2.5996125rem;top:28.5625rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nnXPmRbsXQZ6SuXSzVXp1FIThM4uZk9O { width:3.8125rem;height:2.5996125rem;top:40.5rem;left:8.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpUlQ6iiSOumMzbRp1IetKbePUAHnCpu { width:19.1875rem;height:5.3984375rem;top:21.25rem;left:0.40625rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RlrU3gXdA5yDr3zvhMZ5n1unGqrOqG6l { width:20rem;height:5.3984375rem;top:43.9375rem;left:0rem;font-size:1.125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ud8LSzeL68aekDuA92ct689xmuNl9Rl4 { background-color:#21416e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { background-color: transparent; background-image: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container > .video-iframe-container { display: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container { display: none; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .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); }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { border-width: 0; border-radius: 0; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ud8LSzeL68aekDuA92ct689xmuNl9Rl4 > .row .container { width:20rem;height:93.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSy8fVnhFieTorlhG2gHPGcHkbCTPiiV { width:18.0625rem;height:16.3125rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOSEWbhvJcU2yCuZAmO9tMyNNLlIDqE8 { width:18.125rem;height:17.75rem;top:12.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OdI5aaodI6HTITLlvubaPAMzfSQL6L3P { width:17.9375rem;height:14.0625rem;top:74.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0O8Mdyg3mJxbfuBbuixir7Ar48vXpJL { width:18.375rem;height:21.9375rem;top:50.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy6lVsEMxUHeTsI6KouCw9VWkAV2nBL8 { width:18.4375rem;height:0;top:52.0625rem;left:1.5625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qoSGcROGzz277h5M2caNgV9P6xmPSQfE { width:16rem;height:0;top:15.2919921875rem;left:1.8125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #u6HUNkOBdBuM47Rtm8mzbKHGp7xTVaDw { width:15.6875rem;height:0;top:36.75rem;left:1.9375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cBMM84od9lqg0U6snH59gXTwwSb1thxX { width:18.3125rem;height:0;top:70.826171875rem;left:1.6875rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #KTaAzRlKdrX7BwZgMQn7XNbWQInXFphZ { width:20rem;height:1.94970625rem;top:7.75rem;left:0rem;font-size:1.625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvIpp0p8R2MZ4oZ3IzH4spBepNOl1l6m { width:20rem;height:4.72411875rem;top:2.1875rem;left:0rem;font-size:1.3125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EcpAhN8DBC5NXT8k6zE4pAkwXKsQu4zu { width:16rem;height:13.4033125rem;top:14.90625rem;left:2rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #AAm9i3zguggVRglCTg1TOJeQDuJRsLT1 { width:15.6875rem;height:9.829125rem;top:76.625rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #SdNZ2PimGqC5iZrKnD1u7WXRb7DuZP75 { width:15.625rem;height:11.6161875rem;top:34.625rem;left:2.1875rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #rpfulOt7fRF9GSS1rHCk0c3HNZ5WW1Ja { width:15.8125rem;height:17.871125rem;top:52.9375rem;left:2.125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 { display:block; }#nBt6xBNQCC2w2Cxx48IudWcTkBnK2e09 > .row .container { width:20rem;height:112.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RQZGx9IDPPTl9BouuymOmB5Ad5w2Cl3O { width:20rem;height:5.19921875rem;top:3rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NpGRMmeWXXhVyUrw8Nod8nfq0QlaX5zx { width:20rem;height:10.19925rem;top:15.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DUftTFtaEVwndJlV8kRQvC5Z12XTqTcO { width:4.125rem;height:4.125rem;top:10.6875rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV4khDs6IeUZmukAgs2gLSvIRr4PqlxL { width:20rem;height:8.9243125rem;top:51.375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VDl2bTq6XuH1eTCaoEH1UZbnqicpTXDC { width:6.5625rem;height:6.5625rem;top:25.69921875rem;left:6.71875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0fnJe51bEtc073b6rdXgqsMEELdV18o { width:6.5625rem;height:6.5625rem;top:45.5625rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q832Uux64md5qyi5wbeBmaLML4Ds2kTf { width:20rem;height:0;top:84.1875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #XJ4oPgpozfsyOQHBksT4dtTv1HvxbraE { width:20rem;height:8.9243125rem;top:69.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rvfhcezUUTfQqxZDvHt6mrkx2Iw94fBM { width:6.5625rem;height:6.5625rem;top:86.9375rem;left:9.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ADNE3exppOVs8BmaERc9XiACWz3LGo6I { width:20rem;height:0;top:101.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rpyoRHDC3Sya8MiZbTKqMmbzWeDhJKxK { width:3.4375rem;height:3.4375rem;top:80.375rem;left:8.28125rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8dEVhVXBfGGmKBAwmqvG0Nw7VEvpv9G { width:20rem;height:10.19925rem;top:33.5625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VbTkP8hz2Tkh7ZMSqoKh78o5AX5Cr1iw { width:6.5625rem;height:6.5625rem;top:140.3125rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg5HM6sHUHFxkPoPEoaSUssU84XOxgrt { width:4.125rem;height:4.125rem;top:28.5625rem;left:7.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #kVM8ozyThTDgL74P8aQmafuHFocHHUpD { width:4.125rem;height:4.125rem;top:46.25rem;left:7.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #OnUaLWZvmXpQIbOgqdFg15hJuqdt9pcc { width:4.125rem;height:4.125rem;top:64.1875rem;left:7.9375rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #WuySDabItmLPtT9sGhgaXLTu84SGe6Gx { width:4.125rem;height:4.125rem;top:81.4375rem;left:7.9375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HX9DZbuQyy3tiPLi7iIlwNO1K3muAC9X { width:20rem;height:9.347625rem;top:87.3125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.1;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #JcoFpl1ud0I5HId425wkAINtFMhr5TNo { width:4.125rem;height:4.125rem;top:98.6875rem;left:7.9375rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BSOvSo9VHeusTAJZST8XqdFUHIbJlbnK { width:20rem;height:6.9043125rem;top:103.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 { display:block; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 { background-color: transparent; background-image: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container > .video-iframe-container { display: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row > .video-iframe-container { display: none; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .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); }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container > .video-iframe-container { border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem; }#eTPqACm6rxQKLdDWw9giU5iqCGsdvZP6 > .row .container { width:20rem;height:32.5rem;background-color:transparent;background-image:none;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8c7PpcIFoscJd0ff7KzXvwOcoLaaTUu { width:17.875rem;height:6.5rem;top:4.5rem;left:1.0625rem;font-size:1.25rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pSvs9dZKxddZ0OQ9iV4iCTRki37i0fus { width:9.4375rem;height:2.8125rem;top:28.4375rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHqOzsLrEHnZSQVALwEV1QWlVie7XgyV { width:20rem;height:24.5625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbOUqQuUzx9knwUc1SiHprvnqB4MD5Rb { width:20rem;height:0;top:61.4375rem;left:0rem;font-size:1.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rLz4PJl1m99lq1TCkMSUz1MP9fLKGTX9 { width:18.375rem;height:4.375rem;top:22.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGLCzFOweQumm3fiF9JUVl0xhQDvgQp6 { display:block; }
 }@media only screen and (max-width: 763px) { #zUcTONZ8IAEl65Qnhqixo6iF98xxHmCn { width:16.5625rem;height:0;top:12rem;left:1.71875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #CQV3PTs6nbHXskO2Vmlfl5z3fBMRnH3u { width:16.5625rem;height:;top:12.625rem;left:1.71875rem;font-size:1.25rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Jul7dQD0JQ7ZxufqRFBVu1ATEkIQJApJ { width:20rem;height:20rem;top:26.6875rem;left:0rem;display:none; }
 }