.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .row > .video-iframe-container { display: none; }#PPmI7KFTFi1L2zgSGVwkzGOpTZ2w4vnA > .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); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL { background-color:transparent;background-image:url("https://images.assets-landingi.com/Fox5VejL/Projekt_bez_tytu_u_2022_08_02T124807.836.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.adaptive-delivery-prevent-bg, #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.lazyload, #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.lazyloading { background-image: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { background-color: transparent; background-image: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container > .video-iframe-container { display: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row > .video-iframe-container { display: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .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); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { border-width: 0; border-radius: 0; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row > .video-iframe-container {  }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#DBopsaNrKRxXz2cyICZ3uWZ16CGETaEO { color:#ffffff;display:block;width:32.25rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.244140625rem;left:24.7138671875rem;height:3.087025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fi38GcQFBDRbd3VnmFsFGU4wGKLPways { color:#d95585;display:block;width:29.874125rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);top:0.74869793653488rem;left:29.310981750488rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R3aPeK92M2Sbbca5cJWQdG7TkDOb5mEc { color:#282830;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:24rem;left:0rem;height:;font-style:normal;display:block; }
#nd3yfod8M6wxDZAuw2TWQhHWTES1TIDW { color:#ffffff;display:block;width:29.561625rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.999132156372rem;left:26.059028625488rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clEqV7iKbdkHgtTu8gIDLHTKPZsRm4kw { color:#ffffff;display:block;width:25.061875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.606771469116rem;left:29.310981750488rem;height:6.09375rem;text-align:center;text-align-last:center;display:block; }
#pfBktQ8B5hkupGJCJrffqOQHnTfTrW0T { background-color:#d95585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.5rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:25.3828125rem;left:29.3125rem;display:block; }
#wBGauU5lnTkz8klG6Tf3JuiXPubHTWmC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yLlDG4feSMKsr3leKhkAXJ1nTdoUvxqc { color:#d95585;display:block;width:33rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.0625rem rgba(0,0,0,0.5);top:32.787109375rem;left:4.75rem;height:2.92535rem;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; }
#b2UErC48cFa1Qhel2cCARszPz19CTcMn { color:#ffffff;display:block;width:48.186875rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:35.711806774139rem;left:4.7471790313721rem;height:20.3125rem;display:block; }
#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { background-color: transparent; background-image: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container { display: none; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .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); }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { border-width: 0; border-radius: 0; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row > .video-iframe-container {  }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container { background-color: transparent; background-image: none; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container > .video-iframe-container { display: none; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row > .video-iframe-container { display: none; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .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); }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container { border-width: 0; border-radius: 0; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row > .video-iframe-container {  }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#lZWT2k0kdqmZ3cGrInusVu4DRBZSZlnP { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.849609375rem;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; }
#bm8xlTVwqOASM574UTQcaEpHNiZQl3fv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:0.6875rem;left:5.4375rem; }
#yLyITJA0khKQJs6d8gCZyicSvxuyK12n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container { background-color: transparent; background-image: none; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container > .video-iframe-container { display: none; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row > .video-iframe-container { display: none; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .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); }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container { border-width: 0; border-radius: 0; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row > .video-iframe-container {  }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container { background-color: transparent; background-image: none; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container > .video-iframe-container { display: none; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row > .video-iframe-container { display: none; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .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); }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container { border-width: 0; border-radius: 0; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row > .video-iframe-container {  }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#l9x7Hdibec1qHqkhq3fqhDFaqUxnzFqn { color:#000000;display:block;width:57.4375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.57421875rem;left:0.57568359375rem;height:9.2578125rem;display:block; }
#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { background-color: transparent; background-image: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container > .video-iframe-container { display: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container { display: none; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .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); }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { border-width: 0; border-radius: 0; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row > .video-iframe-container {  }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.849609375rem;left:0rem;height:2.92535rem;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; }
#Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:0.7177734375rem;left:15.7177734375rem; }
#v1J09K2dbyIaHuT2utx38DBPbKJh3myl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container { background-color: transparent; background-image: none; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container > .video-iframe-container { display: none; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row > .video-iframe-container { display: none; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .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); }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container { border-width: 0; border-radius: 0; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row > .video-iframe-container {  }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#v8gQECbkHtDWnqBJcRsrebhA7nZcyGFm { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.936875rem;width:11.936875rem;top:1.7806032896042rem;left:1.5299472808838rem;overflow:hidden;display:block; }
#XgrhSIdCsMvy5STLW73y73OOsb8wJJbO { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:16.53125rem;overflow:hidden;display:block; }
#mevqEPR8C0EWfwBLChL1nOnwuTUQdlQ5 { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.9375rem;width:11.9375rem;top:1.78125rem;left:31.53125rem;overflow:hidden;display:block; }
#u29mav2mq8ffAWxGGC62KKBwoJBVEt3k { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.75rem;width:11.75rem;top:1.8125014305115rem;left:46.562501907349rem;overflow:hidden;display:block; }
#vQq4sTGR7SXOeA3ISkflKsvrLRxKmwli { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:0.65625rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TaVGHsSqB8U35e5vuNRhf74TCEHUAIZQ { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:15.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJV1scL0WSz1IDFI8r1POIIxeAqw9uTt { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:30.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kHuIVSr02ePrKKUppUgN4SmpPZ3DTBvV { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:45.65625rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oladWdF4ZF5C5o6EczH3R0kHG2DoH4e0 { position:absolute;display:block;z-index:100010;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:1.5928802490234rem;display:block; }
#iShCyAiQqgOCq4LAswgtl0o9NxqwfWgN { position:absolute;display:block;z-index:100011;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:16.593967437744rem;display:block; }
#GFnMcboLhkPq4T6yThGSlsLIbLq1XroK { position:absolute;display:block;z-index:100012;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:31.593967437744rem;display:block; }
#zwKwDnE5a86VQMRiJ6wUEhbNW65QUebg { position:absolute;display:block;z-index:100013;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:46.593967437744rem;display:block; }
#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container { background-color: transparent; background-image: none; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container > .video-iframe-container { display: none; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row > .video-iframe-container { display: none; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .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); }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container { border-width: 0; border-radius: 0; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row > .video-iframe-container {  }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#wDMTtOh4ythisV1lG1lyNlPcL6dfF9A6 { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.8098955154419rem;left:1.5625rem;overflow:hidden;display:block; }
#xV7AI0oy466Ei74DykMoSOC0rWObL589 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:0.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GSv0z5g44TpKMWIxEnAJnhJOmNLNT7sc { position:absolute;display:block;z-index:100010;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:1.5928802490234rem;display:block; }
#RWfh4ZCpPgbgR9co8PMSVNACD5uhGzTR { position:absolute;display:block;z-index:100011;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.8424482345581rem;left:16.593967437744rem;display:block; }
#yqoAmhLTZaxTGdkuwNlX7sybserTRsck { position:absolute;display:block;z-index:100012;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.8424482345581rem;left:31.593967437744rem;display:block; }
#RTRns1pxfWSo7ymNKSuSb02A7ItsncQG { position:absolute;display:block;z-index:100042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.8077259063721rem;left:16.5625rem;overflow:hidden;display:block; }
#QeAHmkR7Ek43w8nudPyQ6fHDVxWdLcIi { position:absolute;display:block;z-index:100043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.8077259063721rem;left:31.5625rem;overflow:hidden;display:block; }
#wnZpng1WzE3ZEpgPhsK4odf4c9BgUVtP { color:#000000;display:block;width:13.6870625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:16.378038406372rem;left:15.655380249024rem;height:10.80078125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AlFnqkpm9ue3cGGTQyDXtlCywMZMw6yP { color:#000000;display:block;width:13.686rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:16.378038406372rem;left:30.656467437744rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KN0RxnPs6OxrgMG1PEBC94Ga8TDkt0Pl { color:#000000;display:block;width:13.686rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:16.375rem;left:45.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L3MeZlnas2AzP5AGqnq9OMp7si45vkMI { position:absolute;display:block;z-index:100015;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.8125rem;left:46.625rem;display:block; }
#erPMR2ZSx9kQZnxqO94TdibyGhK0JayU { position:absolute;display:block;z-index:100044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.8088111877441rem;left:46.5625rem;overflow:hidden;display:block; }
#IQVNGcGdm266q5tIawksxBW88KIaNgTd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container { background-color: transparent; background-image: none; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container > .video-iframe-container { display: none; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row > .video-iframe-container { display: none; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .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); }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container { border-width: 0; border-radius: 0; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row > .video-iframe-container {  }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:60rem;position:relative;display:block; }#QmuP5THKQLqJCyMuPWx9zo54HZ5iuM7k { position:absolute;display:block;z-index:100041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;height:11.875rem;width:11.875rem;top:1.8098955154419rem;left:1.5625rem;overflow:hidden;display:block; }
#dH3knRDT8FXETOMw3HxhPPPGTS4csFmm { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:16.3095703125rem;left:0.65625rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXcGuPtK8O0z97BaXzq0hWlWxOUk77AX { position:absolute;display:block;z-index:100010;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat: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:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 0.9375rem #d95585 ;height:11.811rem;width:11.811rem;top:1.843533039093rem;left:1.5928802490234rem;display:block; }
#IALxlOQJcTmd708vl8CFtnNua0EMyfTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { background-color: transparent; background-image: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container > .video-iframe-container { display: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container { display: none; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .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); }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { border-width: 0; border-radius: 0; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row > .video-iframe-container {  }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { background-color: transparent; background-image: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container > .video-iframe-container { display: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container { display: none; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .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); }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { border-width: 0; border-radius: 0; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row > .video-iframe-container {  }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { font-size:0.875rem;font-family:arial;height:3.5625rem;width:60rem;position:relative;display:block; }#DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.31787109375rem;left:0rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:0.1875rem;left:18.77783203125rem; }
#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { background-color: transparent; background-image: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container > .video-iframe-container { display: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container { display: none; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .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); }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { border-width: 0; border-radius: 0; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row > .video-iframe-container {  }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:60rem;position:relative;display:block; }#C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:0.1875rem;left:0rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container { background-color: transparent; background-image: none; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container > .video-iframe-container { display: none; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row > .video-iframe-container { display: none; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .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); }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container { border-width: 0; border-radius: 0; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row > .video-iframe-container {  }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container { font-size:0.875rem;font-family:arial;height:73.25rem;width:60rem;position:relative;display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { background-color: transparent; background-image: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container { display: none; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .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); }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { border-width: 0; border-radius: 0; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row > .video-iframe-container {  }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:4.3740234375rem;left:14.21630859375rem; }
#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { background-color: transparent; background-image: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container > .video-iframe-container { display: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container { display: none; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .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); }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { border-width: 0; border-radius: 0; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row > .video-iframe-container {  }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.78662109375rem;left:0rem;height:2.92535rem;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; }
#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container { background-color: transparent; background-image: none; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container > .video-iframe-container { display: none; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row > .video-iframe-container { display: none; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .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); }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container { border-width: 0; border-radius: 0; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row > .video-iframe-container {  }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#R3UDrVfUg1JVC4NmmVnkOvlsLOERQezX { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:11rem;top:2.34375rem;left:14.71875rem;overflow:hidden;display:block; }
#sZvpVLu0AhW8Q5sISSTLXCafQGdKGWZn { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:12.0625rem;top:2.71875rem;left:1.46875rem;overflow:hidden;display:block; }
#t08Z9tnXGH3WtJhPb1hg2d9TTLKtfTZ9 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:8.3125rem;top:2.34375rem;left:26.9375rem;overflow:hidden;display:block; }
#Hto8n939zwfOW9p1xc99qvBXd3B6CHlQ { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:6.5625rem;top:1.90625rem;left:36.0625rem;overflow:hidden;display:block; }
#FeCsub3V7oIBSBIDQkh2vtlfzpS9aqTe { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12.375rem;top:7.78125rem;left:1.3125rem;overflow:hidden;display:block; }
#QtI2dsZSHHEnWqBds1ANbWFK3z3z2ncx { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:12rem;top:1.5rem;left:44.625rem;overflow:hidden;display:block; }
#kawXEEwSc7ylyH0F4TRD7DvPA8qeDuGq { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.561875rem;width:7.561875rem;top:6.9042973518369rem;left:15.435111999512rem;overflow:hidden;display:block; }
#nbpdhXSpmFqVihVsphvthmBWEzazuSxD { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7rem;width:6.4375rem;top:6.9042973518369rem;left:24.067924499512rem;overflow:hidden;display:block; }
#OsyiaohUt6O5pqAzelQUqdvu81icvWFR { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.56228125rem;width:7.7495625rem;top:8.9029951095581rem;left:32.379558563233rem;overflow:hidden;display:block; }
#l536NH3WCEWAGWBAgu0dCbLI2gveoeZV { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.81163125rem;width:5.81163125rem;top:7.78103351593rem;left:42.624782562256rem;overflow:hidden;display:block; }
#ziTk6chAXBN9m0HghAL3kMNCFvoLq5hS { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.31163125rem;width:7.1245625rem;top:8.8509120941163rem;left:49.569229125976rem;overflow:hidden;display:block; }
#KRfwpl8IsBhodCrmCFNintzLfrJcmxud { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.74978125rem;width:5.74978125rem;top:14.466146469116rem;left:4.6223945617676rem;overflow:hidden;display:block; }
#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { background-color: transparent; background-image: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container > .video-iframe-container { display: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container { display: none; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .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); }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { border-width: 0; border-radius: 0; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row > .video-iframe-container {  }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { background-color: transparent; background-image: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container > .video-iframe-container { display: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container { display: none; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .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); }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { border-width: 0; border-radius: 0; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row > .video-iframe-container {  }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:0.84814453125rem;left:0rem;height:2.92535rem;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; }
#rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:0.7177734375rem;left:19.84130859375rem; }
#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { background-color: transparent; background-image: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container { display: none; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .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); }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { border-width: 0; border-radius: 0; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row > .video-iframe-container {  }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container { background-color: transparent; background-image: none; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container > .video-iframe-container { display: none; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row > .video-iframe-container { display: none; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .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); }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container { border-width: 0; border-radius: 0; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row > .video-iframe-container {  }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:60rem;position:relative;display:block; }#EdSeg8QFkDyMDaW0noTKKXWqGANDllT2 { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#OpnGIf0DC4rQXQagU3TJHtK4H2CEbsSF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#hI01gvHVKSQuNpEXG6RbdrcrWJyh8N4Z { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.8125rem;left:0.75rem;height:3.0859375rem;display:block; }
#LEIZEPUMNRZUsOS84T7Mi25rT0bREqT3 { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.8975605964661rem;left:0.74761199951175rem;height:1.2999125rem;display:block; }
#itVZibIR0S3ULUMvX6DvO8TpFO8FzeMT { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:0.8125rem;left:31.625rem;height:4.140625rem;display:block; }
#K3qEhCMQnHZ9ukdmSuyJNFd9gT9qL2vx { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:5.1942186355591rem;left:31.624347686767rem;height:1.2999125rem;display:block; }
#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container { background-color: transparent; background-image: none; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container > .video-iframe-container { display: none; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row > .video-iframe-container { display: none; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .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); }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container { border-width: 0; border-radius: 0; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row > .video-iframe-container {  }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#MB3HzUfBDNkapQliXX3Qf8yD8xMl1wIC { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#OiUp7mNFGFCuPpRO2lUrtJZezi4z6tUA { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 1.3125rem #d95585 ;height:12.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#saw3MTD2UOVpOR5T4srv8ocPKvyoMzix { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.75rem;height:4.62890625rem;display:block; }
#QLCfeOAuzeP3lV1RlXcWM29KqZi6GSte { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:5.5989589691162rem;left:0.74761199951175rem;height:1.2999125rem;display:block; }
#Wpna7lHTXcDOpQ3n9qEZ2Dza73fs5tZU { color:#000000;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:0.9375rem;left:31.625rem;height:8.28125rem;display:block; }
#RMQ3yfzT65ZX1SkpDWTcRFKsGen2wUW9 { color:#d95585;display:block;width:26.749125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:9.2187461853025rem;left:31.624347686767rem;height:1.2999125rem;display:block; }
#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { background-color: transparent; background-image: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container > .video-iframe-container { display: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container { display: none; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .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); }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { border-width: 0; border-radius: 0; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row > .video-iframe-container {  }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { background-color: transparent; background-image: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container { display: none; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .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); }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { border-width: 0; border-radius: 0; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row > .video-iframe-container {  }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:block; }#GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100004;top:1.21875rem;left:16.77685546875rem; }
#EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { color:#d95585;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.34912109375rem;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; }
#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { background-color: transparent; background-image: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container > .video-iframe-container { display: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container { display: none; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .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); }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { border-width: 0; border-radius: 0; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row > .video-iframe-container {  }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { position:absolute;display:block;z-index:100008;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:17.5rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:14.25rem;width:26.125rem;top:1.78125rem;left:1.625rem;display:block; }
#mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { position:absolute;display:block;z-index:100010;background-color:#d95585;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;height:17.5rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.25) ;height:14.25rem;width:26.125rem;top:1.6875rem;left:32.25rem;display:block; }
#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { background-color: transparent; background-image: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container > .video-iframe-container { display: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container { display: none; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .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); }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { border-width: 0; border-radius: 0; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row > .video-iframe-container {  }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { background-color: transparent; background-image: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container > .video-iframe-container { display: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container { display: none; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .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); }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { border-width: 0; border-radius: 0; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row > .video-iframe-container {  }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { font-size:0.875rem;font-family:arial;height:6.8125rem;width:60rem;position:relative;display:block; }#B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { color:#d95585;display:block;width:27.1230625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:1.9423828125rem;left:0rem;height:2.92535rem;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; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.4995125rem;width:3.4995125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.6552734375rem;left:43.125rem; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; }#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.3120125rem;width:3.3120125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100003;top:1.7490234375rem;left:51.9990234375rem; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; }#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100001;top:1.810546875rem;left:47.748046875rem; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; }#zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100005;top:1.810546875rem;left:3.275390625rem; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.811525rem;width:3.811525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.49853515625rem;left:56.1884765625rem; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { background-color: transparent; background-image: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container > .video-iframe-container { display: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container { display: none; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .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); }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { border-width: 0; border-radius: 0; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row > .video-iframe-container {  }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f0f0;background-image:url("https://images.assets-landingi.com/B6lokW7b/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { border-width: 0; border-radius: 0; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container {  }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:60rem;position:relative;display:block; }#mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { color:#ffffff;display:block;width:59.4375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:5rem;left:0.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { background-color:#d95585;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.3125rem;height:4.5rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:13.66796875rem;left:28.37109375rem;display:block; }
#Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oaC2Q6lsmQlh7vPxUBLTa9B7NRTUd3hH { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.3125rem;left:0.5625rem;height:2.3556875rem;font-style:normal;display:block; }
#Bo4y0XZI5xbte2CIOtBDoKc8EHFpTSTP { color:#ffffff;display:block;width:15.8105625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.5625rem;left:0.5625rem;height:2.3556875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL { display:block; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBopsaNrKRxXz2cyICZ3uWZ16CGETaEO { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fi38GcQFBDRbd3VnmFsFGU4wGKLPways { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3aPeK92M2Sbbca5cJWQdG7TkDOb5mEc { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3yfod8M6wxDZAuw2TWQhHWTES1TIDW { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #clEqV7iKbdkHgtTu8gIDLHTKPZsRm4kw { top:18.5625rem;left:22.75rem;width:25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pfBktQ8B5hkupGJCJrffqOQHnTfTrW0T { width:23.3125rem;height:4.5rem;top:25.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBGauU5lnTkz8klG6Tf3JuiXPubHTWmC { display:block; }
 }@media only screen and (max-width: 763px) { #yLlDG4feSMKsr3leKhkAXJ1nTdoUvxqc { width:33rem;height:2.875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2UErC48cFa1Qhel2cCARszPz19CTcMn { top:35.6875rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU { display:block; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZWT2k0kdqmZ3cGrInusVu4DRBZSZlnP { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8xlTVwqOASM574UTQcaEpHNiZQl3fv { width:3.25rem;height:3.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLyITJA0khKQJs6d8gCZyicSvxuyK12n { display:block; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ { display:block; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9x7Hdibec1qHqkhq3fqhDFaqUxnzFqn { top:0.5625rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { width:3.1875rem;height:3.1875rem;top:0.6875rem;left:9.5927734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1J09K2dbyIaHuT2utx38DBPbKJh3myl { display:block; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8gQECbkHtDWnqBJcRsrebhA7nZcyGFm { top:1.75rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgrhSIdCsMvy5STLW73y73OOsb8wJJbO { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevqEPR8C0EWfwBLChL1nOnwuTUQdlQ5 { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29mav2mq8ffAWxGGC62KKBwoJBVEt3k { top:1.8125rem;left:35.843751907349rem;width:11.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQq4sTGR7SXOeA3ISkflKsvrLRxKmwli { top:16.25rem;left:0rem;width:13.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVGHsSqB8U35e5vuNRhf74TCEHUAIZQ { top:16.25rem;left:10.1875rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJV1scL0WSz1IDFI8r1POIIxeAqw9uTt { top:16.25rem;left:22.1875rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHuIVSr02ePrKKUppUgN4SmpPZ3DTBvV { top:16.25rem;left:34.0625rem;width:13.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oladWdF4ZF5C5o6EczH3R0kHG2DoH4e0 { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShCyAiQqgOCq4LAswgtl0o9NxqwfWgN { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnMcboLhkPq4T6yThGSlsLIbLq1XroK { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwKwDnE5a86VQMRiJ6wUEhbNW65QUebg { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 { display:block; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDMTtOh4ythisV1lG1lyNlPcL6dfF9A6 { top:1.75rem;left:0.03125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV7AI0oy466Ei74DykMoSOC0rWObL589 { top:16.25rem;left:0rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSv0z5g44TpKMWIxEnAJnhJOmNLNT7sc { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfh4ZCpPgbgR9co8PMSVNACD5uhGzTR { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqoAmhLTZaxTGdkuwNlX7sybserTRsck { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTRns1pxfWSo7ymNKSuSb02A7ItsncQG { top:1.75rem;left:11.96875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAHmkR7Ek43w8nudPyQ6fHDVxWdLcIi { top:1.75rem;left:23.90625rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZpng1WzE3ZEpgPhsK4odf4c9BgUVtP { top:16.375rem;left:10.25rem;width:13.625rem;height:10.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlFnqkpm9ue3cGGTQyDXtlCywMZMw6yP { top:16.375rem;left:22.1875rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0RxnPs6OxrgMG1PEBC94Ga8TDkt0Pl { top:16.375rem;left:34.125rem;width:13.625rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3MeZlnas2AzP5AGqnq9OMp7si45vkMI { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erPMR2ZSx9kQZnxqO94TdibyGhK0JayU { top:1.75rem;left:35.84375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQVNGcGdm266q5tIawksxBW88KIaNgTd { display:block; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmuP5THKQLqJCyMuPWx9zo54HZ5iuM7k { top:1.75rem;left:0.03125rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3knRDT8FXETOMw3HxhPPPGTS4csFmm { top:16.25rem;left:0rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcGuPtK8O0z97BaXzq0hWlWxOUk77AX { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALxlOQJcTmd708vl8CFtnNua0EMyfTD { display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { top:0.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { width:3.1875rem;height:3.1875rem;top:0.1875rem;left:12.65283203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { top:0.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSZzJc20OzKrLITvkiIePmBZni0yoz7 { display:block; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { width:4.5rem;height:4.5rem;top:4.3125rem;left:8.09130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { width:47.75rem;height:2.875rem;top:0.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O { display:block; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3UDrVfUg1JVC4NmmVnkOvlsLOERQezX { top:2.3125rem;left:8.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvpVLu0AhW8Q5sISSTLXCafQGdKGWZn { top:2.6875rem;left:0rem;width:12.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08Z9tnXGH3WtJhPb1hg2d9TTLKtfTZ9 { top:2.3125rem;left:20.8125rem;width:8.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hto8n939zwfOW9p1xc99qvBXd3B6CHlQ { top:1.875rem;left:29.9375rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCsub3V7oIBSBIDQkh2vtlfzpS9aqTe { top:7.75rem;left:0rem;width:12.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtI2dsZSHHEnWqBds1ANbWFK3z3z2ncx { top:1.5rem;left:35.75rem;width:12rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kawXEEwSc7ylyH0F4TRD7DvPA8qeDuGq { top:6.875rem;left:9.3101119995119rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbpdhXSpmFqVihVsphvthmBWEzazuSxD { top:6.875rem;left:17.942924499512rem;width:6.4375rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyiaohUt6O5pqAzelQUqdvu81icvWFR { top:8.875rem;left:26.254558563233rem;width:7.6875rem;height:3.5337526614406rem;display:block; }
 }@media only screen and (max-width: 763px) { #l536NH3WCEWAGWBAgu0dCbLI2gveoeZV { top:7.75rem;left:36.499782562256rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTk6chAXBN9m0HghAL3kMNCFvoLq5hS { top:8.8125rem;left:40.625rem;width:7.0625rem;height:3.2827834274912rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRfwpl8IsBhodCrmCFNintzLfrJcmxud { top:14.4375rem;left:0rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { width:47.75rem;height:2.875rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { width:3.1875rem;height:3.1875rem;top:0.6875rem;left:13.71630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS { display:block; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdSeg8QFkDyMDaW0noTKKXWqGANDllT2 { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpnGIf0DC4rQXQagU3TJHtK4H2CEbsSF { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI01gvHVKSQuNpEXG6RbdrcrWJyh8N4Z { top:0.8125rem;left:0rem;width:26.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIZEPUMNRZUsOS84T7Mi25rT0bREqT3 { top:3.875rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVZibIR0S3ULUMvX6DvO8TpFO8FzeMT { top:0.8125rem;left:21rem;width:26.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3qEhCMQnHZ9ukdmSuyJNFd9gT9qL2vx { top:5.1875rem;left:21rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 { display:block; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MB3HzUfBDNkapQliXX3Qf8yD8xMl1wIC { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUp7mNFGFCuPpRO2lUrtJZezi4z6tUA { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #saw3MTD2UOVpOR5T4srv8ocPKvyoMzix { top:0.9375rem;left:0rem;width:26.6875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLCfeOAuzeP3lV1RlXcWM29KqZi6GSte { top:5.5625rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpna7lHTXcDOpQ3n9qEZ2Dza73fs5tZU { top:0.9375rem;left:21rem;width:26.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMQ3yfzT65ZX1SkpDWTcRFKsGen2wUW9 { top:9.1875rem;left:21rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { width:3.1875rem;height:3.1875rem;top:1.1875rem;left:10.65185546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { width:47.75rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { width:23.125rem;height:13.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { width:20rem;height:10.8125rem;top:1.46875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { width:23.125rem;height:13.75rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { width:20rem;height:10.8125rem;top:1.46875rem;left:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwXtGZdWZpE6u6EQVPt5293G330QZJfX { display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { width:27.0625rem;height:2.875rem;top:1.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { width:3.4375rem;height:3.4375rem;top:1.625rem;left:37rem;display:block; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { width:3.25rem;height:3.25rem;top:1.6875rem;left:44.5rem;display:block; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { width:3.1875rem;height:3.1875rem;top:1.75rem;left:41.623046875rem;display:block; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { width:3.1875rem;height:3.1875rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { width:3.75rem;height:3.75rem;top:1.4375rem;left:44rem;display:block; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:26.6875rem;height:0;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { width:23.3125rem;height:4.5rem;top:13.625rem;left:22.24609375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }@media only screen and (max-width: 763px) { #oaC2Q6lsmQlh7vPxUBLTa9B7NRTUd3hH { width:16.75rem;height:0;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4y0XZI5xbte2CIOtBDoKc8EHFpTSTP { width:8rem;height:1.4375rem;top:22.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL { background-color:#d95585;background-image:url("https://images.assets-landingi.com/gxhm1is3/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.adaptive-delivery-prevent-bg, #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.lazyload, #aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL.lazyloading { background-image: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { background-color: transparent; background-image: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container > .video-iframe-container { display: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row > .video-iframe-container { display: none; }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .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); }#aZXEtt5o8MaBkuXM8ZXVxuF3NHbk84PL > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DBopsaNrKRxXz2cyICZ3uWZ16CGETaEO { width:16.9375rem;height:6.17404375rem;top:8.162109375rem;left:1.53125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fi38GcQFBDRbd3VnmFsFGU4wGKLPways { width:20rem;height:5.85069375rem;top:0.77734375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3aPeK92M2Sbbca5cJWQdG7TkDOb5mEc { width:20rem;height:0;top:11.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd3yfod8M6wxDZAuw2TWQhHWTES1TIDW { width:16.749125rem;height:6.09375rem;top:15.311415672303rem;left:1.6243489384651rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #clEqV7iKbdkHgtTu8gIDLHTKPZsRm4kw { width:19.9978125rem;height:8.125rem;top:22.011719703674rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pfBktQ8B5hkupGJCJrffqOQHnTfTrW0T { width:18.9995625rem;height:4.49978125rem;top:30.136720657349rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBGauU5lnTkz8klG6Tf3JuiXPubHTWmC { display:block; }
 }@media only screen and (max-width: 763px) { #yLlDG4feSMKsr3leKhkAXJ1nTdoUvxqc { width:20rem;height:1.94921875rem;top:39.163413047791rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2UErC48cFa1Qhel2cCARszPz19CTcMn { width:20rem;height:46.71875rem;top:42.049697875976rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou { display:block; }#LCOTSQdxclkAuTkrNM6HlVA6GJkX6Wou > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU { display:block; }#xQQ3IBxmlxdtsfvyu543chxHAnWDqrwU > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lZWT2k0kdqmZ3cGrInusVu4DRBZSZlnP { width:20rem;height:3.8984375rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bm8xlTVwqOASM574UTQcaEpHNiZQl3fv { width:3.25rem;height:3.25rem;top:3.8984375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLyITJA0khKQJs6d8gCZyicSvxuyK12n { display:block; }#yLyITJA0khKQJs6d8gCZyicSvxuyK12n > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ { display:block; }#Qc2m3Ql8gwUVLKFo6OOrRdaDh4AAUmTZ > .row .container { width:20rem;height:19.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l9x7Hdibec1qHqkhq3fqhDFaqUxnzFqn { width:20rem;height:18.515625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc { display:block; }#TrlUN6dF5pQysDZrRqH0gR3OMeVuVhFc > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7TiTEg4A3ElkI3zLlFICJxl3dvLZ3MN { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hlk3kiClVZSixsBvzvIh9bqXSgeSh0xT { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1J09K2dbyIaHuT2utx38DBPbKJh3myl { display:block; }#v1J09K2dbyIaHuT2utx38DBPbKJh3myl > .row .container { width:20rem;height:108.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8gQECbkHtDWnqBJcRsrebhA7nZcyGFm { width:12.7495625rem;height:12.7495625rem;top:2.732204914093rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgrhSIdCsMvy5STLW73y73OOsb8wJJbO { width:12.7495625rem;height:12.7495625rem;top:32.248265266419rem;left:3.6252170205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #mevqEPR8C0EWfwBLChL1nOnwuTUQdlQ5 { width:12.75rem;height:12.75rem;top:57.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u29mav2mq8ffAWxGGC62KKBwoJBVEt3k { width:12.5rem;height:12.5rem;top:84.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQq4sTGR7SXOeA3ISkflKsvrLRxKmwli { width:13.6875rem;height:9.743925rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVGHsSqB8U35e5vuNRhf74TCEHUAIZQ { width:13.6875rem;height:5.84635625rem;top:46.375rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJV1scL0WSz1IDFI8r1POIIxeAqw9uTt { width:13.6875rem;height:7.7951375rem;top:73.1875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHuIVSr02ePrKKUppUgN4SmpPZ3DTBvV { width:13.6875rem;height:9.743925rem;top:98.5rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oladWdF4ZF5C5o6EczH3R0kHG2DoH4e0 { width:12.5rem;height:12.5rem;top:2.8591547012329rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #iShCyAiQqgOCq4LAswgtl0o9NxqwfWgN { width:12.5rem;height:12.5rem;top:32.373048305511rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFnMcboLhkPq4T6yThGSlsLIbLq1XroK { width:12.874375rem;height:12.874375rem;top:57.686626434326rem;left:3.5622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwKwDnE5a86VQMRiJ6wUEhbNW65QUebg { width:12.6248125rem;height:12.6248125rem;top:84.311000823975rem;left:3.6870661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 { display:block; }#hsJXXMJqDHaWbSzsJ5lPVRHRRmvMm9n1 > .row .container { width:20rem;height:113.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wDMTtOh4ythisV1lG1lyNlPcL6dfF9A6 { width:12.6875rem;height:12.6875rem;top:2.732204914093rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV7AI0oy466Ei74DykMoSOC0rWObL589 { width:13.6875rem;height:5.84635625rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSv0z5g44TpKMWIxEnAJnhJOmNLNT7sc { width:12.5rem;height:12.5rem;top:2.8591547012329rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWfh4ZCpPgbgR9co8PMSVNACD5uhGzTR { width:11.75rem;height:11.75rem;top:26.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqoAmhLTZaxTGdkuwNlX7sybserTRsck { width:11.75rem;height:11.75rem;top:62.6875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTRns1pxfWSo7ymNKSuSb02A7ItsncQG { width:11.875rem;height:11.875rem;top:26.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeAHmkR7Ek43w8nudPyQ6fHDVxWdLcIi { width:11.875rem;height:11.875rem;top:62.625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZpng1WzE3ZEpgPhsK4odf4c9BgUVtP { width:13.624125rem;height:19.48785rem;top:39.6875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlFnqkpm9ue3cGGTQyDXtlCywMZMw6yP { width:13.624125rem;height:3.897575rem;top:75.125rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KN0RxnPs6OxrgMG1PEBC94Ga8TDkt0Pl { width:13.624125rem;height:5.84635625rem;top:106.39541762696rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3MeZlnas2AzP5AGqnq9OMp7si45vkMI { width:11.749125rem;height:11.749125rem;top:93.397355126956rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erPMR2ZSx9kQZnxqO94TdibyGhK0JayU { width:11.875rem;height:11.875rem;top:93.333342552188rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQVNGcGdm266q5tIawksxBW88KIaNgTd { display:block; }#IQVNGcGdm266q5tIawksxBW88KIaNgTd > .row .container { width:20rem;height:24.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmuP5THKQLqJCyMuPWx9zo54HZ5iuM7k { width:12.625rem;height:12.625rem;top:2.732204914093rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #dH3knRDT8FXETOMw3HxhPPPGTS4csFmm { width:13.6875rem;height:5.84635625rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXcGuPtK8O0z97BaXzq0hWlWxOUk77AX { width:12.5rem;height:12.5rem;top:2.8591547012329rem;left:3.6241322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALxlOQJcTmd708vl8CFtnNua0EMyfTD { display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DvLhnFse2zo2aKcGKGTHlUt3A4ZGRx78 { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xe9V6qBZzIZ40r5HgkzQACNx3swn3Rnt { width:3.1875rem;height:3.1875rem;top:4.4052734375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C6DufEMirROUsuEXXzsKfKAqxSu4CCMO { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzSZzJc20OzKrLITvkiIePmBZni0yoz7 { display:block; }#qzSZzJc20OzKrLITvkiIePmBZni0yoz7 > .row .container { width:20rem;height:107.23525775146rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AGLhC8qcJ4TUaIT22vngAsfMOB01WwcC { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O { display:block; }#vr7DeeMregg9vl6GJaTaVsUXD4mRtV9O > .row .container { width:20rem;height:76.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3UDrVfUg1JVC4NmmVnkOvlsLOERQezX { width:8.9995625rem;height:2.12456875rem;top:6.2489151954651rem;left:5.4991322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvpVLu0AhW8Q5sISSTLXCafQGdKGWZn { width:10.1248125rem;height:1.93685rem;top:1.935763835907rem;left:4.9370661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #t08Z9tnXGH3WtJhPb1hg2d9TTLKtfTZ9 { width:8.3125rem;height:3.5rem;top:9.875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hto8n939zwfOW9p1xc99qvBXd3B6CHlQ { width:6.5625rem;height:5rem;top:14.625rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeCsub3V7oIBSBIDQkh2vtlfzpS9aqTe { width:12.374125rem;height:4.31206875rem;top:22.437054634094rem;left:3.8118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtI2dsZSHHEnWqBds1ANbWFK3z3z2ncx { width:11.9998125rem;height:4.31206875rem;top:30.935332298279rem;left:3.9995661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #kawXEEwSc7ylyH0F4TRD7DvPA8qeDuGq { width:8.6870625rem;height:8.6870625rem;top:36.628690719604rem;left:5.6553822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbpdhXSpmFqVihVsphvthmBWEzazuSxD { width:6.4375rem;height:7rem;top:45.247386743164rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyiaohUt6O5pqAzelQUqdvu81icvWFR { width:7.6875rem;height:3.5337526614406rem;top:53.496135131836rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l536NH3WCEWAGWBAgu0dCbLI2gveoeZV { width:5.75rem;height:5.75rem;top:58.279122631836rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziTk6chAXBN9m0HghAL3kMNCFvoLq5hS { width:7.0625rem;height:3.2827834274912rem;top:65.278833984375rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRfwpl8IsBhodCrmCFNintzLfrJcmxud { width:5.6875rem;height:5.6875rem;top:69.811171484375rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQ6pQQVU6HBmoSC3nMPXJryuwxl7bNLz { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqoEtwgsbxUTm0mirRAXvdf6emLT2dAI { width:3.1875rem;height:3.1875rem;top:3.19824375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS { display:block; }#JWtKq5MevMHgkrDTyN5SfTJcvPuwTTcS > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdSeg8QFkDyMDaW0noTKKXWqGANDllT2 { width:20rem;height:7.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpnGIf0DC4rQXQagU3TJHtK4H2CEbsSF { width:20rem;height:7.4375rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hI01gvHVKSQuNpEXG6RbdrcrWJyh8N4Z { width:20rem;height:4.62890625rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEIZEPUMNRZUsOS84T7Mi25rT0bREqT3 { width:20rem;height:1.2999125rem;top:7.0030384063719rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #itVZibIR0S3ULUMvX6DvO8TpFO8FzeMT { width:20rem;height:5.52083125rem;top:11.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3qEhCMQnHZ9ukdmSuyJNFd9gT9qL2vx { width:20rem;height:1.2999125rem;top:16.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 { display:block; }#SR6p7B0PXbGT0RMW7W2AwkAuVTm2EAN5 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MB3HzUfBDNkapQliXX3Qf8yD8xMl1wIC { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUp7mNFGFCuPpRO2lUrtJZezi4z6tUA { width:20rem;height:14.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saw3MTD2UOVpOR5T4srv8ocPKvyoMzix { width:18.6870625rem;height:5.85069375rem;top:0rem;left:0.65538197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLCfeOAuzeP3lV1RlXcWM29KqZi6GSte { width:18.6230625rem;height:1.2999125rem;top:6.3791236877444rem;left:0.68793410062787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpna7lHTXcDOpQ3n9qEZ2Dza73fs5tZU { width:17.874375rem;height:12.421875rem;top:10.625rem;left:1.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMQ3yfzT65ZX1SkpDWTcRFKsGen2wUW9 { width:18.3745625rem;height:1.2999125rem;top:23.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { width:3.1875rem;height:3.1875rem;top:2.146484375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { width:19.9980625rem;height:1.94921875rem;top:6.08203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T { display:block; }#K5LXnDLsVq7fiHq1lmWWXlJ9DMaWX81T > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AHyTdq9XsMoupHVSI5zCUsNfJpHUTMg3 { width:20rem;height:12.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoUCqqeWkdnMZlcpM0LWRlRnSvKuaOXV { width:17.5rem;height:9.5625rem;top:1.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVTtasMSrH9cpvFQQFkf4uAFe8ogHMGz { width:20rem;height:12.1875rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiiPw3cqiivqSGPlBkyNWa9T6fpRwrWX { width:17.5rem;height:9.5625rem;top:15.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPciWuG1M4vFC0aQTvc31qi7DnbagBOf { display:block; }#fPciWuG1M4vFC0aQTvc31qi7DnbagBOf > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwXtGZdWZpE6u6EQVPt5293G330QZJfX { display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7evh3yH0prdfecTrsd1n6Tq5qxVuOGa { width:20rem;height:1.94970625rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNdso1qqIIXMpSP1APrzcOmZGtFTTysp { width:2.125rem;height:2.125rem;top:3.3125rem;left:6.875rem;display:block; }
#eNdso1qqIIXMpSP1APrzcOmZGtFTTysp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { width:2.125rem;height:2.125rem;top:3.3125rem;left:10.125rem;display:block; }
#m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #hwaudXgp4Ngu0efFP1dgEnVSZz08ITer { width:2.125rem;height:2.125rem;top:3.3125rem;left:3.25rem;display:block; }
#hwaudXgp4Ngu0efFP1dgEnVSZz08ITer > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #zKWnrRTdOztFToq1gIDTQEtRVUTGkEsd { width:3.1875rem;height:3.1875rem;top:0rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU { width:2.875rem;height:2.875rem;top:2.9375rem;left:13.5rem;display:block; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ { background-color:#29d562;background-image:url("https://images.assets-landingi.com/gxhm1is3/WARSZTATY_EDYCJA_VIP_16_GRUDNIA_3_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.adaptive-delivery-prevent-bg, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyload, #e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ.lazyloading { background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { background-color: transparent; background-image: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row > .video-iframe-container { display: none; }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .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); }#e6TRwwAdXZdPR7O0UTg92sxFQEtiFVvZ > .row .container { width:20rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:20rem;height:8.7760625rem;top:4.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZpB8wLmCxX3HT6qUnTl1stV9EGuPSOh { width:19rem;height:4.5rem;top:26.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }@media only screen and (max-width: 763px) { #oaC2Q6lsmQlh7vPxUBLTa9B7NRTUd3hH { width:20rem;height:4.71136875rem;top:14.7109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo4y0XZI5xbte2CIOtBDoKc8EHFpTSTP { width:15.75rem;height:2.3556875rem;top:21.10546875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }