.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); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog { 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; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog.adaptive-delivery-prevent-bg, #usNBZgLqiNfkP8u91nbKVlv746Dibtog.lazyload, #usNBZgLqiNfkP8u91nbKVlv746Dibtog.lazyloading { background-image: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { background-color: transparent; background-image: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.24); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container > .video-iframe-container { display: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .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); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row > .video-iframe-container { display: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .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); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { border-width: 0; border-radius: 0; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row > .video-iframe-container {  }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#GJ5xdq6yC6Sx2G8tAnMzw5TbaE4uFXPq { color:#ffffff;display:block;width:23.0620625rem;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:8.8075094223025rem;left:29.310981750488rem;height:9.261075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QmsmG6gRB3k6zUHXCByc76g8EQQGE3X6 { 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; }
#zfprPLTsJrm1SbQOAbI4qShSxtgO7OHO { 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; }
#swh1aCsXcT7s2TIk5rzlVugtTg5EFJi5 { 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; }
#SeUm8m6JXowkpMmT9PdkiOdwqaBdk0MW { 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:8.125rem;text-align:center;text-align-last:center;display:block; }
#BokXyqUdpu9TNu4MwrC019TTALUpwPyU { 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; }
#ocNd3shSl5IEvpStanUBs8VRFdEHWBs6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LqnlWb5tLStmvIQRxdEXan1Ad5UUrigB { 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; }
#vWiX7xkohIbGUHEBit6MM5TZBrqsyDBT { 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:26.40625rem;display:block; }
#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { background-color: transparent; background-image: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container > .video-iframe-container { display: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container { display: none; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .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); }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { border-width: 0; border-radius: 0; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row > .video-iframe-container {  }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container { background-color: transparent; background-image: none; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container > .video-iframe-container { display: none; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row > .video-iframe-container { display: none; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .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); }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container { border-width: 0; border-radius: 0; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row > .video-iframe-container {  }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#CNxU14htB13ShD2HJ34OM8HnxM0IttQ7 { 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; }
#kZKaGkkTm4VV9Zx1ocPEVgZ2cuVbnrnR { 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; }
#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container { background-color: transparent; background-image: none; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container > .video-iframe-container { display: none; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row > .video-iframe-container { display: none; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .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); }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container { border-width: 0; border-radius: 0; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row > .video-iframe-container {  }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container { background-color: transparent; background-image: none; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container > .video-iframe-container { display: none; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row > .video-iframe-container { display: none; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .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); }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container { border-width: 0; border-radius: 0; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row > .video-iframe-container {  }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container { font-size:0.875rem;font-family:arial;height:13.625rem;width:60rem;position:relative;display:block; }#QTHLTlo1dmdHKcFnDMgT4lB6OzkWp7k0 { 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:7.71484375rem;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; }
#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container { background-color: transparent; background-image: none; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container > .video-iframe-container { display: none; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row > .video-iframe-container { display: none; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .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); }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container { border-width: 0; border-radius: 0; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row > .video-iframe-container {  }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#m7l1nuSduK3MXZHTnpF3ioWTbHvzIvMJ { 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.7805990427733rem;left:1.5299472808838rem;overflow:hidden;display:block; }
#fhcZIwivSUHzGEE3pCvrCNLzawRApMyn { 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; }
#FiTup6u4nC8qr4KtzSKaMhhnaLIC2y5O { 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; }
#UyeC7a02Q98L2IDZUubDv6OTNETGTHlQ { 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.8125rem;width:11.8125rem;top:1.8125014305115rem;left:46.562501907349rem;overflow:hidden;display:block; }
#lHcWhvT950UNdCCAO6kTwiJ5i6Vqbwz0 { 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:7.71484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hsXnl1GUO0qVpugCUr2EoltnZifxaims { 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; }
#MoDhxKRw940Vi1gkx3KruxdUHmnl2wTs { 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; }
#mHgcSy2O0q7TP6XZpFXDlH10Xw648gqH { 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:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxXWDJcafPAFPGuhN4kJ2KcJFzqEG8VF { position:absolute;display:block;z-index:100009;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.8120625rem;width:11.8120625rem;top:1.8413628935814rem;left:1.5928802490234rem;display:block; }
#ezGc8Q0Xxg0AvUkVav20PUmKIZgA6iPX { 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:16.593967437744rem;display:block; }
#NJhCKkyws2rM29UBsS2pSOJzTq9VV39d { 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:31.593967437744rem;display:block; }
#CXqL7VFfJZSaHE49kJet8kn9tPgihiy0 { 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:46.593967437744rem;display:block; }
#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container { background-color: transparent; background-image: none; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container > .video-iframe-container { display: none; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row > .video-iframe-container { display: none; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .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); }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container { border-width: 0; border-radius: 0; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row > .video-iframe-container {  }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;position:relative;display:block; }#qooqZorqeRS02ErrdeIG008vMqmaLur5 { 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.6875rem;width:11.6875rem;top:1.78125rem;left:1.53125rem;overflow:hidden;display:block; }
#tHsQAJT6Xir56ncmXVpvLdWAuUuGeswl { 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; }
#fmkCUJfM5vwQDttgkgqEZTQDHXZCr0Xd { 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.4375rem;left:15.6875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddLROFprFua17qbiTRaurZitB008eMTT { 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.9375rem;width:11.9375rem;top:1.9375rem;left:16.5625rem;overflow:hidden;display:block; }
#fy3zVgVXaDPH8Qlk7ClvZXGgoUhTGTa2 { 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.375rem;left:30.6875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlpAglwS1Pl84Mtp8XwINT2BIWbKEXRE { 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.875rem;left:31.5625rem;overflow:hidden;display:block; }
#Ui9WlUkvbkWi1xBkZ1WzkL0wR2r3TThM { 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.7491321563721rem;left:1.5928802490234rem;display:block; }
#BD3gXGIXQ4t90kgCakldnr3ZPiWSpyya { 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:2.1310758590698rem;left:16.593967437744rem;display:block; }
#f3IZ3XXOZX4fzWpXg7wKcJ678F3R4WWa { 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.9986982345581rem;left:31.593967437744rem;display:block; }
#dO5IklhZ5unBs9H6mASQ2PuDzOw2EW84 { color:#000000;display:block;width:13.6875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:16.25rem;left:45.6875rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cQfHeLHnFkmcZkpaNq7Ku9Wx2Sz4J9RR { position:absolute;display:block;z-index:100047;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.75rem;left:46.5625rem;overflow:hidden;display:block; }
#tNyPXaNyddmtpFoi9Vc0usDuB8i4ZIIw { 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.875rem;left:46.5625rem;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; }
#MexTZN1Esd8feBFarKE06MJG94OF4qyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row .container { background-color: transparent; background-image: none; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row .container > .video-iframe-container { display: none; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row > .video-iframe-container { display: none; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .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); }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row .container { border-width: 0; border-radius: 0; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row > .video-iframe-container {  }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .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; }
#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container { background-color: transparent; background-image: none; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container > .video-iframe-container { display: none; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row > .video-iframe-container { display: none; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .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); }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container { border-width: 0; border-radius: 0; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row > .video-iframe-container {  }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#QqIsENPLJqFcL2FsceBz8JCz1uWt8bdI { 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; }
#TszvOTvKslzyEOJPWVCWLX6r1f86PnHF { 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; }
#c6ebQHzA9ABBznXNwT6ZTIAuyzLuMrSW { 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; }
#GoaIMnA9vWivr16RkT8JxQHQsTzLuy5X { 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; }
#cKH3cZnHNtr2zK7ZfZNTgh7dhWD7Fxff { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.75rem;top:1.15625rem;left:43.4375rem;overflow:hidden;display:block; }
#fcXDm4VOhTJzvgRctTeedd0dB7n8u5g3 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:12.375rem;top:8.90625rem;left:2.46875rem;overflow:hidden;display:block; }
#CsTgPeqnzgZUJ7Lzp4EkgMESEeb0BfCd { 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:9.28125rem;left:16.5625rem;overflow:hidden;display:block; }
#OVMde9nvxOzKfxVifFpR2VtN68ehXx3b { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:12.3125rem;top:10.248481750488rem;left:30.380859375rem;overflow:hidden;display:block; }
#alE2q7VOQzU7QVGu5QhwT8wPZaLv2EDZ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:8.25rem;top:10.248481750488rem;left:44.256729125976rem;overflow:hidden;display:block; }
#DEbpkWhUgwCgTTPrbv1omHwpb1nJPtdx { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.311875rem;width:5.81163125rem;top:15.037977933884rem;left:3.4331588745117rem;overflow:hidden;display:block; }
#dykNsIKhppB5dVo004I2QlThoTQKyAmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container { background-color: transparent; background-image: none; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container > .video-iframe-container { display: none; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row > .video-iframe-container { display: none; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .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); }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container { border-width: 0; border-radius: 0; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row > .video-iframe-container {  }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:60rem;position:relative;display:block; }#gQgEVy75f97N3V60cJQUEnM6Vcg0i1nv { 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; }
#dQZZV52K15ZXmgm4Q8AoxLTaQ2fPWahH { 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; }
#MllgRfIzccxJHq5qrmyisvHbloGSkJGw { 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; }
#im6mwpM4ZGUPJyfEEEIwWfQu6aFnfoGM { 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; }
#HncruJ4Iqh4VxG74XmxRW37Js4mmcfst { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.75rem;width:7.75rem;top:1.15625rem;left:43.4375rem;overflow:hidden;display:block; }
#MT45Dg5xmZhsvnBVlGq6rOlEg8nV4Fs4 { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.0625rem;width:12.375rem;top:8.90625rem;left:2.46875rem;overflow:hidden;display:block; }
#Geyp96A5KCFiVfzKUmuT667vOya1O8lu { 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:9.28125rem;left:16.5625rem;overflow:hidden;display:block; }
#wr4wfFulwS8fIKhn2s9QKkta3dArUp9X { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:12.3125rem;top:10.248481750488rem;left:30.380859375rem;overflow:hidden;display:block; }
#bRKoPscfFIw4SiOOTvru0IuhfgAdzHW3 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.0625rem;width:8.25rem;top:10.248481750488rem;left:44.256729125976rem;overflow:hidden;display:block; }
#v5M2392i1UzhOiGTmr0bozNWDonf2Ls6 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.311875rem;width:5.81163125rem;top:15.037977933884rem;left:3.4331588745117rem;overflow:hidden;display:block; }
#FDIE9X3UWSm1CyxVoiLoNksRZnk5uTVK { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.75rem;width:5.75rem;top:15.037977695465rem;left:11.880424499512rem;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; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container { background-color: transparent; background-image: none; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container > .video-iframe-container { display: none; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row > .video-iframe-container { display: none; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .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); }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container { border-width: 0; border-radius: 0; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row > .video-iframe-container {  }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#g0q2Vfkfg00miRJgwbisPNC9MFGpmblu { 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; }
#HI0sHrdppnPKPlmTTwnePVi9NwnOH8K7 { 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; }
#Uxc8GoBGKdANEF8fTcqyrrNDPNlsZzHb { 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:3.0859375rem;display:block; }
#WLWGvas2o7uayeUgwFqRyZI1CIhf1Ts3 { 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; }
#r8mKDvGbNbdtMMrLuIgeDztne5mPlQR3 { 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; }
#eyzrnUd4MX4KXmqJ7Zq5DRgOTa3Sdyi4 { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:10.1953125rem;left:31.625rem;height:1.2999125rem;display:block; }
#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { background-color: transparent; background-image: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container > .video-iframe-container { display: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container { display: none; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .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); }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { border-width: 0; border-radius: 0; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row > .video-iframe-container {  }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { 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:7rem;width:29.375rem;top:0rem;left:0rem;display:block; }
#l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { 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:6.875rem;width:29.375rem;top:0rem;left:30.625rem;display:block; }
#rwPrKTmyuT8vPnbdFxfBdBwI2LQc2g7J { 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; }
#AB411GAQ1ZLzheSL4An8gTOwfdy06wXB { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.8984375rem;left:0.75rem;height:1.2999125rem;display:block; }
#l79fFVD6gWmtKOTHWprhCrBlhO2KiMLT { 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; }
#Tp5tdmEosgedPgOBK924OQ6nwgztotR1 { color:#d95585;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:5.1953125rem;left:31.625rem;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; }
#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%; }#IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100002;top:1.625rem;left:43.1875rem; }
#IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e > 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:center 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:23.6875rem;width:60rem;position:relative;display:block; }#MONMt8BbMloZXMophIx6KJbt8zLkTk5o { color:#ffffff;display:block;width:21.5rem;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:15.125rem;left:3.9375rem;height:2.3556875rem;font-style:normal;display:block; }
#rfKombpxsLQTpzT42aOFa2B9b6IaBy4Q { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12rem;left:3.9375rem;height:2.3556875rem;font-style:normal;display:block; }
#mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { color:#ffffff;display:block;width:56.0625rem;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:4.25rem;left:3.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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.10546875rem;left:32.875rem;display:block; }
#Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usNBZgLqiNfkP8u91nbKVlv746Dibtog { display:block; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ5xdq6yC6Sx2G8tAnMzw5TbaE4uFXPq { width:12.5rem;height:0;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmsmG6gRB3k6zUHXCByc76g8EQQGE3X6 { width:26.6875rem;height:7.75rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfprPLTsJrm1SbQOAbI4qShSxtgO7OHO { width:24.1875rem;height:0;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swh1aCsXcT7s2TIk5rzlVugtTg5EFJi5 { width:16.75rem;height:1.4375rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SeUm8m6JXowkpMmT9PdkiOdwqaBdk0MW { top:18.5625rem;left:22.75rem;width:25rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BokXyqUdpu9TNu4MwrC019TTALUpwPyU { width:23.3125rem;height:4.5rem;top:25.375rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNd3shSl5IEvpStanUBs8VRFdEHWBs6 { display:block; }
 }@media only screen and (max-width: 763px) { #LqnlWb5tLStmvIQRxdEXan1Ad5UUrigB { width:33rem;height:2.875rem;top:32.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWiX7xkohIbGUHEBit6MM5TZBrqsyDBT { top:35.6875rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes { display:block; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNxU14htB13ShD2HJ34OM8HnxM0IttQ7 { width:47.75rem;height:;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZKaGkkTm4VV9Zx1ocPEVgZ2cuVbnrnR { width:3.25rem;height:3.25rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V { display:block; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S26QL7E8ovUcaZNGRFMmo83gmdq07xCt { display:block; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTHLTlo1dmdHKcFnDMgT4lB6OzkWp7k0 { 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) { #eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk { display:block; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7l1nuSduK3MXZHTnpF3ioWTbHvzIvMJ { top:1.75rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhcZIwivSUHzGEE3pCvrCNLzawRApMyn { top:1.75rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiTup6u4nC8qr4KtzSKaMhhnaLIC2y5O { top:1.75rem;left:23.875rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyeC7a02Q98L2IDZUubDv6OTNETGTHlQ { top:1.8125rem;left:35.843751907349rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcWhvT950UNdCCAO6kTwiJ5i6Vqbwz0 { top:16.25rem;left:0rem;width:13.6875rem;height:6.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsXnl1GUO0qVpugCUr2EoltnZifxaims { 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) { #MoDhxKRw940Vi1gkx3KruxdUHmnl2wTs { top:16.25rem;left:22.125rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHgcSy2O0q7TP6XZpFXDlH10Xw648gqH { top:16.25rem;left:34.0625rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXWDJcafPAFPGuhN4kJ2KcJFzqEG8VF { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGc8Q0Xxg0AvUkVav20PUmKIZgA6iPX { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJhCKkyws2rM29UBsS2pSOJzTq9VV39d { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqL7VFfJZSaHE49kJet8kn9tPgihiy0 { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS { display:block; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qooqZorqeRS02ErrdeIG008vMqmaLur5 { top:1.75rem;left:0rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsQAJT6Xir56ncmXVpvLdWAuUuGeswl { top:16.25rem;left:0rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkCUJfM5vwQDttgkgqEZTQDHXZCr0Xd { top:16.4375rem;left:10.1875rem;width:13.6875rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddLROFprFua17qbiTRaurZitB008eMTT { top:1.9375rem;left:11.9375rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy3zVgVXaDPH8Qlk7ClvZXGgoUhTGTa2 { top:16.375rem;left:22.125rem;width:13.6875rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpAglwS1Pl84Mtp8XwINT2BIWbKEXRE { top:1.875rem;left:23.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9WlUkvbkWi1xBkZ1WzkL0wR2r3TThM { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD3gXGIXQ4t90kgCakldnr3ZPiWSpyya { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3IZ3XXOZX4fzWpXg7wKcJ678F3R4WWa { width:4.375rem;height:4.375rem;top:0rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO5IklhZ5unBs9H6mASQ2PuDzOw2EW84 { top:16.25rem;left:34.125rem;width:13.625rem;height:4.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfHeLHnFkmcZkpaNq7Ku9Wx2Sz4J9RR { top:1.75rem;left:35.84375rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNyPXaNyddmtpFoi9Vc0usDuB8i4ZIIw { 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) { #MexTZN1Esd8feBFarKE06MJG94OF4qyV { display:block; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .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) { #oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w { display:block; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqIsENPLJqFcL2FsceBz8JCz1uWt8bdI { top:2.3125rem;left:8.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszvOTvKslzyEOJPWVCWLX6r1f86PnHF { top:2.6875rem;left:0rem;width:12.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ebQHzA9ABBznXNwT6ZTIAuyzLuMrSW { top:2.3125rem;left:20.8125rem;width:8.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoaIMnA9vWivr16RkT8JxQHQsTzLuy5X { top:1.875rem;left:29.9375rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKH3cZnHNtr2zK7ZfZNTgh7dhWD7Fxff { top:1.125rem;left:37.3125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcXDm4VOhTJzvgRctTeedd0dB7n8u5g3 { top:8.875rem;left:0rem;width:12.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTgPeqnzgZUJ7Lzp4EkgMESEeb0BfCd { top:9.25rem;left:10.4375rem;width:12.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMde9nvxOzKfxVifFpR2VtN68ehXx3b { top:10.1875rem;left:24.255859375rem;width:12.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alE2q7VOQzU7QVGu5QhwT8wPZaLv2EDZ { top:10.1875rem;left:38.131729125976rem;width:8.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbpkWhUgwCgTTPrbv1omHwpb1nJPtdx { top:15rem;left:0rem;width:5.75rem;height:6.2449387596641rem;display:block; }
 }@media only screen and (max-width: 763px) { #dykNsIKhppB5dVo004I2QlThoTQKyAmi { display:block; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQgEVy75f97N3V60cJQUEnM6Vcg0i1nv { top:2.3125rem;left:8.59375rem;width:11rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQZZV52K15ZXmgm4Q8AoxLTaQ2fPWahH { top:2.6875rem;left:0rem;width:12.0625rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllgRfIzccxJHq5qrmyisvHbloGSkJGw { top:2.3125rem;left:20.8125rem;width:8.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6mwpM4ZGUPJyfEEEIwWfQu6aFnfoGM { top:1.875rem;left:29.9375rem;width:6.5625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HncruJ4Iqh4VxG74XmxRW37Js4mmcfst { top:1.125rem;left:37.3125rem;width:7.75rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT45Dg5xmZhsvnBVlGq6rOlEg8nV4Fs4 { top:8.875rem;left:0rem;width:12.375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geyp96A5KCFiVfzKUmuT667vOya1O8lu { top:9.25rem;left:10.4375rem;width:12.375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wfFulwS8fIKhn2s9QKkta3dArUp9X { top:10.1875rem;left:24.255859375rem;width:12.3125rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRKoPscfFIw4SiOOTvru0IuhfgAdzHW3 { top:10.1875rem;left:38.131729125976rem;width:8.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M2392i1UzhOiGTmr0bozNWDonf2Ls6 { top:15rem;left:0rem;width:5.75rem;height:6.2449387596641rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIE9X3UWSm1CyxVoiLoNksRZnk5uTVK { top:15rem;left:5.7554244995117rem;width:5.75rem;height:5.75rem;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) { #ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF { display:block; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0q2Vfkfg00miRJgwbisPNC9MFGpmblu { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0sHrdppnPKPlmTTwnePVi9NwnOH8K7 { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxc8GoBGKdANEF8fTcqyrrNDPNlsZzHb { top:0.9375rem;left:0rem;width:26.6875rem;height:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWGvas2o7uayeUgwFqRyZI1CIhf1Ts3 { top:5.5625rem;left:0rem;width:26.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8mKDvGbNbdtMMrLuIgeDztne5mPlQR3 { top:0.9375rem;left:21rem;width:26.75rem;height:8.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyzrnUd4MX4KXmqJ7Zq5DRgOTa3Sdyi4 { top:10.1875rem;left:21rem;width:26.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { display:block; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { width:47.75rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { width:23.125rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { width:23.125rem;height:15rem;top:0rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPrKTmyuT8vPnbdFxfBdBwI2LQc2g7J { top:0.8125rem;left:0rem;width:26.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB411GAQ1ZLzheSL4An8gTOwfdy06wXB { top:3.875rem;left:0rem;width:26.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79fFVD6gWmtKOTHWprhCrBlhO2KiMLT { top:0.8125rem;left:21rem;width:26.75rem;height:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5tdmEosgedPgOBK924OQ6nwgztotR1 { top:5.1875rem;left:21rem;width:26.75rem;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) { #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) { #IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e { width:3.5625rem;height:3.5625rem;top:1.625rem;left:37.0625rem;display:block; }
#IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e > 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) { #MONMt8BbMloZXMophIx6KJbt8zLkTk5o { width:8rem;height:1.4375rem;top:22.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfKombpxsLQTpzT42aOFa2B9b6IaBy4Q { width:16.75rem;height:0;top:22.25rem;left:0rem;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.0625rem;left:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #usNBZgLqiNfkP8u91nbKVlv746Dibtog { 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; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog.adaptive-delivery-prevent-bg, #usNBZgLqiNfkP8u91nbKVlv746Dibtog.lazyload, #usNBZgLqiNfkP8u91nbKVlv746Dibtog.lazyloading { background-image: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { background-color: transparent; background-image: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container > .video-iframe-container { display: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row > .video-iframe-container { display: none; }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .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); }#usNBZgLqiNfkP8u91nbKVlv746Dibtog > .row .container { width:20rem;height:91.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJ5xdq6yC6Sx2G8tAnMzw5TbaE4uFXPq { width:12.5rem;height:12.34809375rem;top:7.7832036018369rem;left:2.8743491768837rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QmsmG6gRB3k6zUHXCByc76g8EQQGE3X6 { 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) { #zfprPLTsJrm1SbQOAbI4qShSxtgO7OHO { 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) { #swh1aCsXcT7s2TIk5rzlVugtTg5EFJi5 { 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) { #SeUm8m6JXowkpMmT9PdkiOdwqaBdk0MW { 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) { #BokXyqUdpu9TNu4MwrC019TTALUpwPyU { width:18.9995625rem;height:4.49978125rem;top:30.136720657349rem;left:0.50021702051162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocNd3shSl5IEvpStanUBs8VRFdEHWBs6 { display:block; }
 }@media only screen and (max-width: 763px) { #LqnlWb5tLStmvIQRxdEXan1Ad5UUrigB { width:20rem;height:1.9487875rem;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) { #vWiX7xkohIbGUHEBit6MM5TZBrqsyDBT { width:20rem;height:46.71875rem;top:42.049697875976rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHE0TtI29mDCRPnoSHgGzN7axs0J43wM { display:block; }#QHE0TtI29mDCRPnoSHgGzN7axs0J43wM > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes { display:block; }#xkNz0c2XlxFFfTHDGGTyKU5aVAwe2xes > .row .container { width:20rem;height:7.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNxU14htB13ShD2HJ34OM8HnxM0IttQ7 { 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) { #kZKaGkkTm4VV9Zx1ocPEVgZ2cuVbnrnR { width:3.25rem;height:3.25rem;top:3.8984375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V { display:block; }#nnvdGzhk7cWLRXTvGDDf8EXIVEDQqJ6V > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S26QL7E8ovUcaZNGRFMmo83gmdq07xCt { display:block; }#S26QL7E8ovUcaZNGRFMmo83gmdq07xCt > .row .container { width:20rem;height:22.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTHLTlo1dmdHKcFnDMgT4lB6OzkWp7k0 { 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:5.5rem;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:1.94921875rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk { display:block; }#eViuExhFGl2yvXcwZTTyH9ZkgaSls7sk > .row .container { width:20rem;height:104.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m7l1nuSduK3MXZHTnpF3ioWTbHvzIvMJ { width:12.7495625rem;height:12.7495625rem;top:2.0486116409302rem;left:3.1553819775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhcZIwivSUHzGEE3pCvrCNLzawRApMyn { width:12.7485rem;height:12.7485rem;top:30.054254531861rem;left:3.6252170205116rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiTup6u4nC8qr4KtzSKaMhhnaLIC2y5O { width:12.75rem;height:12.75rem;top:57.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyeC7a02Q98L2IDZUubDv6OTNETGTHlQ { width:12.625rem;height:12.625rem;top:84.3125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHcWhvT950UNdCCAO6kTwiJ5i6Vqbwz0 { 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) { #hsXnl1GUO0qVpugCUr2EoltnZifxaims { 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) { #MoDhxKRw940Vi1gkx3KruxdUHmnl2wTs { width:13.6875rem;height:7.79514375rem;top:73.1875rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHgcSy2O0q7TP6XZpFXDlH10Xw648gqH { width:13.6875rem;height:5.84635625rem;top:98.5rem;left:3.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxXWDJcafPAFPGuhN4kJ2KcJFzqEG8VF { width:12.375rem;height:12.375rem;top:2.236328125rem;left:3.4993491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezGc8Q0Xxg0AvUkVav20PUmKIZgA6iPX { width:12.686625rem;height:12.686625rem;top:30.087891578674rem;left:3.6555991768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJhCKkyws2rM29UBsS2pSOJzTq9VV39d { width:12.4370625rem;height:12.4370625rem;top:57.904732704162rem;left:3.7803822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXqL7VFfJZSaHE49kJet8kn9tPgihiy0 { width:12.561875rem;height:12.561875rem;top:84.342449188231rem;left:3.7185330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS { display:block; }#BM0W9BxTdDNayO1EDVvPGUnzP6f5rLPS > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qooqZorqeRS02ErrdeIG008vMqmaLur5 { width:12.5625rem;height:12.5625rem;top:2.361328125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHsQAJT6Xir56ncmXVpvLdWAuUuGeswl { width:13.6875rem;height:3.897575rem;top:17.0859375rem;left:3.15625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fmkCUJfM5vwQDttgkgqEZTQDHXZCr0Xd { width:13.6875rem;height:5.84635625rem;top:36.484375rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddLROFprFua17qbiTRaurZitB008eMTT { width:12.4375rem;height:12.4375rem;top:22.515625rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy3zVgVXaDPH8Qlk7ClvZXGgoUhTGTa2 { width:13.6875rem;height:5.84635625rem;top:57.83203125rem;left:3.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlpAglwS1Pl84Mtp8XwINT2BIWbKEXRE { width:11.9375rem;height:11.875rem;top:44.14453125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ui9WlUkvbkWi1xBkZ1WzkL0wR2r3TThM { width:12.4370625rem;height:12.4370625rem;top:2.4533424377441rem;left:3.7803822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #BD3gXGIXQ4t90kgCakldnr3ZPiWSpyya { width:12.4370625rem;height:12.4370625rem;top:22.514106392861rem;left:3.7803822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3IZ3XXOZX4fzWpXg7wKcJ678F3R4WWa { width:11.75rem;height:11.75rem;top:44.205739974976rem;left:4.1243491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #dO5IklhZ5unBs9H6mASQ2PuDzOw2EW84 { width:13.624125rem;height:7.7951375rem;top:77.364372253419rem;left:3.1879342198372rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQfHeLHnFkmcZkpaNq7Ku9Wx2Sz4J9RR { width:11.875rem;height:11.875rem;top:64.865444594994rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNyPXaNyddmtpFoi9Vc0usDuB8i4ZIIw { width:11.75rem;height:11.75rem;top:64.928402758787rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IALxlOQJcTmd708vl8CFtnNua0EMyfTD { display:block; }#IALxlOQJcTmd708vl8CFtnNua0EMyfTD > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT { display:block; }#aRbPT9zULScgcZMmHE3l5rqsFPLz3UvT > .row .container { width:20rem;height:6.1875rem;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:2.8125rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGusq1ucR6TOUunXFvX2ia24Z9qpxHai { display:block; }#iGusq1ucR6TOUunXFvX2ia24Z9qpxHai > .row .container { width:20rem;height:3.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) { #MexTZN1Esd8feBFarKE06MJG94OF4qyV { display:block; }#MexTZN1Esd8feBFarKE06MJG94OF4qyV > .row .container { width:20rem;height:116.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs { display:block; }#Xe0T1Gfg7VMFcFaJnWGsKg9zra0T1xNs > .row .container { width:20rem;height:3.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gkF4AbuZWr582AdgWTzOBbpEnTaBDeyl { width:3.1875rem;height:3.1875rem;top:0rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 { display:block; }#QDfGqIIW1oukczJ25tZQOkXJbOrSEHh5 > .row .container { width:20rem;height:2.375rem;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) { #oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w { display:block; }#oT2G6LcP56E5TTqrH3JME8QiJ5O80y5w > .row .container { width:20rem;height:54.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QqIsENPLJqFcL2FsceBz8JCz1uWt8bdI { width:6.6875rem;height:1.6875rem;top:4.1875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TszvOTvKslzyEOJPWVCWLX6r1f86PnHF { width:5.9375rem;height:1.25rem;top:1.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6ebQHzA9ABBznXNwT6ZTIAuyzLuMrSW { width:8.3125rem;height:3.5rem;top:7.375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoaIMnA9vWivr16RkT8JxQHQsTzLuy5X { width:6.5625rem;height:5rem;top:11.875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cKH3cZnHNtr2zK7ZfZNTgh7dhWD7Fxff { width:7.75rem;height:7.75rem;top:18.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcXDm4VOhTJzvgRctTeedd0dB7n8u5g3 { width:12.375rem;height:5.0625rem;top:27rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsTgPeqnzgZUJ7Lzp4EkgMESEeb0BfCd { width:12.375rem;height:4.3125rem;top:33.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVMde9nvxOzKfxVifFpR2VtN68ehXx3b { width:12.3125rem;height:2.3741674048336rem;top:38.873683740234rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alE2q7VOQzU7QVGu5QhwT8wPZaLv2EDZ { width:8.25rem;height:3.0621383440532rem;top:42.497814990234rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEbpkWhUgwCgTTPrbv1omHwpb1nJPtdx { width:5.75rem;height:6.2449387596641rem;top:46.809883740234rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dykNsIKhppB5dVo004I2QlThoTQKyAmi { display:block; }#dykNsIKhppB5dVo004I2QlThoTQKyAmi > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQgEVy75f97N3V60cJQUEnM6Vcg0i1nv { width:6.6875rem;height:1.6875rem;top:4.1875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQZZV52K15ZXmgm4Q8AoxLTaQ2fPWahH { width:5.9375rem;height:1.25rem;top:1.25rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MllgRfIzccxJHq5qrmyisvHbloGSkJGw { width:8.3125rem;height:3.5rem;top:7.375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #im6mwpM4ZGUPJyfEEEIwWfQu6aFnfoGM { width:6.5625rem;height:5rem;top:11.875rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HncruJ4Iqh4VxG74XmxRW37Js4mmcfst { width:7.75rem;height:7.75rem;top:18.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MT45Dg5xmZhsvnBVlGq6rOlEg8nV4Fs4 { width:12.375rem;height:5.0625rem;top:27rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Geyp96A5KCFiVfzKUmuT667vOya1O8lu { width:12.375rem;height:4.3125rem;top:33.3125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr4wfFulwS8fIKhn2s9QKkta3dArUp9X { width:12.3125rem;height:2.3741674048336rem;top:38.873683740234rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRKoPscfFIw4SiOOTvru0IuhfgAdzHW3 { width:8.25rem;height:3.0621383440532rem;top:42.497814990234rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5M2392i1UzhOiGTmr0bozNWDonf2Ls6 { width:5.75rem;height:6.2449387596641rem;top:46.809883740234rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIE9X3UWSm1CyxVoiLoNksRZnk5uTVK { width:5.75rem;height:5.75rem;top:54.247383740234rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO { display:block; }#TDumTIIxpTrTtGCSQvaDGii4I8v8XIuO > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK { display:block; }#ncSIhl20bMyUMqLo80lCOkeLQL8GV2OK > .row .container { width:20rem;height:5.625rem;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:2.15625rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq { display:block; }#FAWSqeP1q33aAAVxvFUvW7N5XhTQTbkq > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF { display:block; }#ABXo8XBBVlGNa3ydQQ0omxttmhZLxXEF > .row .container { width:20rem;height:26rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g0q2Vfkfg00miRJgwbisPNC9MFGpmblu { width:20rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HI0sHrdppnPKPlmTTwnePVi9NwnOH8K7 { width:20rem;height:14.375rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uxc8GoBGKdANEF8fTcqyrrNDPNlsZzHb { width:18.6870625rem;height:5.85069375rem;top:0rem;left:0.65538197755812rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWGvas2o7uayeUgwFqRyZI1CIhf1Ts3 { width:18.6230625rem;height:1.2999125rem;top:6.3791236877444rem;left:0.68793410062787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8mKDvGbNbdtMMrLuIgeDztne5mPlQR3 { 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) { #eyzrnUd4MX4KXmqJ7Zq5DRgOTa3Sdyi4 { width:18.3745625rem;height:1.2999125rem;top:23.3125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct { display:block; }#KTuX2EbtC1tAsX8p2kQe9UEFwgBHtwct > .row .container { width:20rem;height:20.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttXfPAbAVDTu6ETSbvMbK6AMud6fGJb9 { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5eGf5AWb5bDsW6CUpC8sdAk3twfW9h3 { width:20rem;height:7.9375rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwPrKTmyuT8vPnbdFxfBdBwI2LQc2g7J { width:20rem;height:4.62890625rem;top:2.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB411GAQ1ZLzheSL4An8gTOwfdy06wXB { width:20rem;height:1.298825rem;top:7.5703125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l79fFVD6gWmtKOTHWprhCrBlhO2KiMLT { width:20rem;height:5.5234375rem;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp5tdmEosgedPgOBK924OQ6nwgztotR1 { width:20rem;height:1.298825rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyXVIml7osHiVgmmkaSJezw4QIEmdw3K { display:block; }#UyXVIml7osHiVgmmkaSJezw4QIEmdw3K > .row .container { width:20rem;height:0.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd { display:block; }#qhPTDCWJXDvAd6ZprhPHqSRmJtNIMRwd > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GDl9lLlKuA0f63Afk73J9ZLWTHInSWBd { width:3.1875rem;height:3.1875rem;top:0.896484375rem;left:8.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAWpoiZqEEeo6EBCwmJ3TCM9xfGw27GT { width:19.9980625rem;height:1.94921875rem;top:4.70703125rem;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.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MwXtGZdWZpE6u6EQVPt5293G330QZJfX { display:block; }#MwXtGZdWZpE6u6EQVPt5293G330QZJfX > .row .container { width:20rem;height:6.375rem;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) { #m6ZuTGOHGeTuNUdyfCz14Bk7dZElV6bA { width:2.125rem;height:2.125rem;top:3.3125rem;left:6.1875rem;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.625rem;height:2.625rem;top:3.0625rem;left:9.25rem;display:block; }
#bcFzvoK6r1NXoB9t2J6nLo6VMwrvIDnU > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e { width:2.4375rem;height:2.4375rem;top:3.15625rem;left:12.75rem;display:block; }
#IfEpwrDTlv1zH2urOrvJ8koqiv5yT35e > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt { display:block; }#gyRW3n2HRFLHnz2Kvyn7klKEHt8yGqCt > .row .container { width:20rem;height:2.4375rem;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:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MONMt8BbMloZXMophIx6KJbt8zLkTk5o { width:20rem;height:2.35546875rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rfKombpxsLQTpzT42aOFa2B9b6IaBy4Q { width:16.75rem;height:4.7109375rem;top:13.58203125rem;left:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mHTFkUfWNCqr4qu0TuZKB7l1cMWJ1pbH { width:20rem;height:8.7715rem;top:0.875rem;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:23.2109375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hsizx7Xfq46c0qHKRBuwdv6XbNyvgfAy { display:block; }
 }