.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp { position:relative;display:block; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp { background-color: transparent; background-image: none; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container > .video-iframe-container { display: none; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row > .video-iframe-container { display: none; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .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); }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp { border-width: 0; border-radius: 0; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container > .video-iframe-container {  }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#ZCvIsiBW2TNt6wS3hrRuvxx6xWShvXmH { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { position:relative;display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { background-color: transparent; background-image: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row > .video-iframe-container { display: none; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .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); }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { border-width: 0; border-radius: 0; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container > .video-iframe-container {  }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.0625rem;width:75rem;position:relative;display:block; }#ZEWaoJh9uni8aOISWV4wKuSENv031A9L { color:#2c3241;display:block;width:34.25rem;position:absolute;font-family:lato;font-size:2.75rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:5.9375rem;left:34.1875rem;height:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:33.1875rem;top:3.125rem;left:5.375rem;overflow:hidden;display:block; }
#TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.6875rem;left:42.5625rem;display:block; }
#xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wGLwqNkHItZkkwyXW7mL8TDcRxUnQWVe { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:9.375rem;top:0rem;left:65.62499809265rem;overflow:hidden;display:block; }
#ThWD7yZA55bc4viW1Km7hm5Vf9VXSdMb { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:31.125rem;left:45.062501907349rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/jXknYrVT/partner_tez_przyjaciel_banner1.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR.adaptive-delivery-prevent-bg, #IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR.lazyload, #IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR.lazyloading { background-image: none; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container { background-color: transparent; background-image: none; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container > .video-iframe-container { display: none; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row > .video-iframe-container { display: none; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .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); }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container { border-width: 0; border-radius: 0; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row > .video-iframe-container {  }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { color:#2c3241;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.5625rem;left:5rem;height:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DWN2mbVtorIFwOAfmr3uTBezSJU5m0G4 { position:absolute;display:block;z-index:100004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34rem;width:25.25rem;top:3.25rem;left:3rem;display:block; }
#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { position:relative;display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { background-color: transparent; background-image: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container > .video-iframe-container { display: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row > .video-iframe-container { display: none; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .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); }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { border-width: 0; border-radius: 0; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container > .video-iframe-container {  }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:39.3125rem;width:75rem;position:relative;display:block; }#GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { color:#2c3241;display:block;width:45.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:4.21875rem;left:14.96875rem;height:21.65625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMzCfKqUdVgTv3TkACF9mlLsZhSvdJ9U { color:#2c3241;display:block;width:50.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:27.625rem;left:12.46875rem;height:9.84375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { background-color: transparent; background-image: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container > .video-iframe-container { display: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container { display: none; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .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); }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { border-width: 0; border-radius: 0; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row > .video-iframe-container {  }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { font-size:0.875rem;font-family:arial;height:19.4375rem;width:75rem;position:relative;display:block; }#eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { color:#222f3d;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.5;letter-spacing:0;top:2.3125rem;left:14.9375rem;height:13.78125rem;text-align:center;text-align-last:center;display:block; }
#twalEOs5BsKOgQef3MQkMQQH1lELU5fV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { background-color: transparent; background-image: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container > .video-iframe-container { display: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container { display: none; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .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); }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { border-width: 0; border-radius: 0; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row > .video-iframe-container {  }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1lvA1sGx/partner_tez_przyjaciel_przyjacielska_wiez2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.adaptive-delivery-prevent-bg, #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.lazyload, #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL.lazyloading { background-image: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { background-color: transparent; background-image: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container > .video-iframe-container { display: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container { display: none; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .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); }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { border-width: 0; border-radius: 0; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row > .video-iframe-container {  }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:75rem;position:relative;display:block; }#Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { color:#2c3241;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:2.125rem;left:40.875001907349rem;height:49.875rem;text-align:left;text-align-last:left;display:block; }
#TTmcAVluHorw6hrqxEy77QSEt7zkplsx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { background-color: transparent; background-image: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container > .video-iframe-container { display: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container { display: none; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .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); }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { border-width: 0; border-radius: 0; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row > .video-iframe-container {  }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:75rem;position:relative;display:block; }#mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H5DxBkaqToBkssq8JqgcDna2XtPudLzb { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:36.375rem;width:75rem;top:5.8124938011169rem;left:0rem;overflow:hidden;display:block; }
#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { position:relative;display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { background-color: transparent; background-image: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container > .video-iframe-container { display: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row > .video-iframe-container { display: none; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .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); }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { border-width: 0; border-radius: 0; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container > .video-iframe-container {  }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41rem;width:75rem;position:relative;display:block; }#THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { color:#2c3241;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.5;letter-spacing:0;top:4.75rem;left:33.562501907349rem;height:28.5rem;text-align:left;text-align-last:left;display:block; }
#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { background-color: transparent; background-image: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container > .video-iframe-container { display: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container { display: none; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .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); }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { border-width: 0; border-radius: 0; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row > .video-iframe-container {  }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { font-size:0.875rem;font-family:arial;height:10.25rem;width:75rem;position:relative;display:block; }#qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:7.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;display:block; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container { background-color: transparent; background-image: none; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container > .video-iframe-container { display: none; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row > .video-iframe-container { display: none; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .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); }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container { border-width: 0; border-radius: 0; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row > .video-iframe-container {  }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#pL9FllGxfipg1gJyF7Z7C5WxoWUbKPsv { color:#2c3241;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100003;line-height:1.5;letter-spacing:0;top:34.75rem;left:14.375rem;height:8.90625rem;text-align:center;text-align-last:center;display:block; }
#veZDQWekBkcixuABbUTaNPNnk9CcIv5r { color:#2c3241;display:block;width:45.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:44.1875rem;left:14.96875rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#NupQ64w6dz6onHgHf1ZmIqWTIgpx30bP { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:51.1875rem;left:28.156251192093rem;display:block; }
#Nv8Hf3fJyB43srTirxFHnUx19slBV9ry { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:33.1875rem;top:2.5rem;left:26.311719894409rem;overflow:hidden;display:block; }
#hE9HJ9Lb2eVPPsFuAOwtqmBkGvE0HumS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:54.625rem;left:30.65625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Z9nkLOntALXbM80SuskSd3TETX405Pev { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { background-color: transparent; background-image: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container > .video-iframe-container { display: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container { display: none; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .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); }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { border-width: 0; border-radius: 0; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row > .video-iframe-container {  }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.71875rem;left:14.34375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs { position:relative;display:block; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs { background-color: transparent; background-image: none; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container > .video-iframe-container { display: none; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row > .video-iframe-container { display: none; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .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); }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs { border-width: 0; border-radius: 0; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container > .video-iframe-container {  }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.25rem;left:6.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:9.1875rem;left:5.09375rem;height:17.8125rem;text-align:center;text-align-last:center;display:block; }
#X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:3.25rem;left:44.3125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.6875rem;left:42.59375rem;height:12.46875rem;text-align:center;text-align-last:center;display:block; }
#UUz8TmruO4sQbqTRttJeRXLiFODkds2P { position:relative;display:block; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P { background-color: transparent; background-image: none; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container > .video-iframe-container { display: none; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row > .video-iframe-container { display: none; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .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); }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P { border-width: 0; border-radius: 0; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container > .video-iframe-container {  }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:35.375rem;width:75rem;position:relative;display:block; }#mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.25rem;left:6.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:9.125rem;left:5.09375rem;height:23.15625rem;text-align:center;text-align-last:center;display:block; }
#HadInQf11Kl4k84zTBTebcP69PBDD5Ht { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:3.25rem;left:44.3125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.125rem;left:42.593751907349rem;height:17.8125rem;text-align:center;text-align-last:center;display:block; }
#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU { position:relative;display:block; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU { background-color: transparent; background-image: none; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container > .video-iframe-container { display: none; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row > .video-iframe-container { display: none; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .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); }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU { border-width: 0; border-radius: 0; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container > .video-iframe-container {  }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100000;line-height:1.5;letter-spacing:0;top:3.25rem;left:6.8125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.5;letter-spacing:0;top:9.6875rem;left:5.09375rem;height:16.03125rem;text-align:center;text-align-last:center;display:block; }
#h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { color:#aa3030;display:block;width:23.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:100001;line-height:1.5;letter-spacing:0;top:3.25rem;left:44.3125rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XBMhlTbIDuD7hlagITULk5rvMtTIuGVm { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.5;letter-spacing:0;top:9.6875rem;left:42.59375rem;height:17.8125rem;text-align:center;text-align-last:center;display:block; }
#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { background-color: transparent; background-image: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container > .video-iframe-container { display: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container { display: none; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .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); }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { border-width: 0; border-radius: 0; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row > .video-iframe-container {  }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { font-size:0.875rem;font-family:arial;height:6.1875rem;width:75rem;position:relative;display:block; }#KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.875rem;left:14.34375rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { position:relative;display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { background-color: transparent; background-image: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container > .video-iframe-container { display: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row > .video-iframe-container { display: none; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .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); }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { border-width: 0; border-radius: 0; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container > .video-iframe-container {  }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:80.5625rem;width:75rem;position:relative;display:block; }#tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { color:#2c3241;display:block;width:27.3125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:4.1875rem;left:6.59375rem;height:69.43359375rem;text-align:left;text-align-last:left;display:block; }
#wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:3.875rem;left:3.40625rem;display:block; }
#TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:6.8125rem;left:3.40625rem;display:block; }
#H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:9.9375rem;left:3.40625rem;display:block; }
#FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:14.4375rem;left:3.40625rem;display:block; }
#G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:19rem;left:3.40625rem;display:block; }
#U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:23.375rem;left:3.40625rem;display:block; }
#wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:27.9375rem;left:3.40625rem;display:block; }
#skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:32.4375rem;left:3.40625rem;display:block; }
#s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:36.875rem;left:3.40625rem;display:block; }
#AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:39.875rem;left:3.40625rem;display:block; }
#kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:42.8125rem;left:3.40625rem;display:block; }
#Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:45.8125rem;left:3.40625rem;display:block; }
#mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:48.875rem;left:3.40625rem;display:block; }
#sbBxg7ZUy84lPJ7IawHI9SRHcp7gPbRl { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:53.3125rem;left:3.40625rem;display:block; }
#qwyw9ASKUcPfgRhftDVuBlMmuLpTAfhu { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100022;top:57.875rem;left:3.40625rem;display:block; }
#UrGWoqwFotg9RNvOJHzUkr1CzSpDeyCt { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:62.4375rem;left:3.40625rem;display:block; }
#p7KZAOG4ZveHsDJtxG6p2AXJ3bH15NBt { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:66.875rem;left:3.40625rem;display:block; }
#oiiC7KXGoRrDNxXkPVTeRoc16WT9VHGs { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100025;top:69.8125rem;left:3.40625rem;display:block; }
#S3ZncaUTi8Sklzm2ThmIA3DJVLauvIBE { box-sizing:content-box;color:#aa3030;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100026;top:73rem;left:3.40625rem;display:block; }
#hg4tafp3ONndC9hJUADRoR8Ua5IreKI7 { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:37.125rem;width:39.375rem;top:16.812510162592rem;left:35.624348878861rem;overflow:hidden;display:block; }
#RdEuvl3kmgwZbRV5VFTqIv0EKC7W24Gx { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0rem;left:28.75rem;display:none; }
#ALIwlReoWc7FqudBoKIqWTKeQLxHNsK4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vmigHJ5xIQ9FSr8h8a4sfRTvITzVbpbM { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100014;line-height:1.3;letter-spacing:0;top:31.125rem;left:45.062501907349rem;height:1.6rem;text-align:center;text-align-last:center;display:none; }
#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e5e5e5;background-image:none;position:relative;display:block; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container { background-color: transparent; background-image: none; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container > .video-iframe-container { display: none; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row > .video-iframe-container { display: none; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .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); }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container { border-width: 0; border-radius: 0; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row > .video-iframe-container {  }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container { font-size:0.875rem;font-family:arial;height:13.4375rem;width:75rem;position:relative;display:block; }#EQkEh8fzsrRTctT0d7g6BhnREpqEWv8b { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:5rem;left:28.750001192093rem;display:block; }
#UgEo88oxob8C9qygsAPkfkuQnb8SRr1K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#W3W2qcMUyMXSHhwfxF48AcPheP0GD6wh { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:8.4375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6WjhFJ7f/wiedza_przyjaciel_partner.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E.adaptive-delivery-prevent-bg, #NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E.lazyload, #NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E.lazyloading { background-image: none; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container { background-color: transparent; background-image: none; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container > .video-iframe-container { display: none; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row > .video-iframe-container { display: none; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .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); }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container { border-width: 0; border-radius: 0; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row > .video-iframe-container {  }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#Rx9fsuoxZLqwMe2GLTWUNSJuy57hFiHX { color:#2c3241;display:block;width:21.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:6.8125rem;left:45.625rem;height:11.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Z2vJVUzraRkGOkdeIitu1us3bTVp9Odl { position:absolute;display:block;z-index:100006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.5625rem;width:25.25rem;top:3.9375rem;left:43.625rem;display:block; }
#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { background-color: transparent; background-image: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container > .video-iframe-container { display: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container { display: none; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .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); }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { border-width: 0; border-radius: 0; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row > .video-iframe-container {  }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { color:#ffffff;display:block;width:46.3125rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:1.5625rem;left:14.34375rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { position:relative;display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { background-color: transparent; background-image: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container > .video-iframe-container { display: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row > .video-iframe-container { display: none; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .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); }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { border-width: 0; border-radius: 0; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container > .video-iframe-container {  }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { position:absolute;display:block;z-index:100000;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:2.40625rem;display:block; }
#k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7.6875rem;left:4.53125rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { box-sizing:content-box;color:#aa3030;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:9.59375rem;display:block; }
#WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:27.5rem;display:block; }
#SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7.5rem;left:29.53125rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J7hil5JS0thkfXEol98sXJNiBco1DzKQ { box-sizing:content-box;color:#aa3030;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:34.6875rem;display:block; }
#og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { position:absolute;display:block;z-index:100006;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:52.5rem;display:block; }
#PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:7.5rem;left:54.5625rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { box-sizing:content-box;color:#aa3030;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.1875rem;left:59.6875rem;display:block; }
#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { position:relative;display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { background-color: transparent; background-image: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container > .video-iframe-container { display: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row > .video-iframe-container { display: none; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .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); }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { border-width: 0; border-radius: 0; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container > .video-iframe-container {  }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:21rem;width:75rem;position:relative;display:block; }#atULid6iorePizVghac4p8P4WU3qTtSX { position:absolute;display:block;z-index:100000;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.25rem;left:2.40625rem;display:block; }
#MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.5;letter-spacing:0;top:7.6875rem;left:4.53125rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { box-sizing:content-box;color:#aa3030;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:1.125rem;left:9.59375rem;display:block; }
#TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { position:absolute;display:block;z-index:100003;background-color:#e5e5e5;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;height:10.75rem;width:20rem;top:4.3125rem;left:52.5rem;display:block; }
#pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { color:#2c3241;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:7.5rem;left:54.5625rem;height:7.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FEACpVB2pGICSacRI80MalAmaz2771IH { box-sizing:content-box;color:#aa3030;font-size:4.0625rem;font-weight:400;line-height:1;height:5.8125rem;width:5.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.1875rem;left:59.6875rem;display:block; }
#e1bCCK3RtZHvhwe1N8SUyTCp6Es14xmN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.875rem;width:16.9375rem;top:2.5625rem;left:31.8125rem;overflow:hidden;display:block; }
#BpV1o9cOgux10QhAxBovXRyaSc4mKiny { position:relative;display:block; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny { background-color: transparent; background-image: none; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container > .video-iframe-container { display: none; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row > .video-iframe-container { display: none; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .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); }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny { border-width: 0; border-radius: 0; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container > .video-iframe-container {  }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#abufI5VXUVgls3oU4fbWEKkGQK5kXWBd { position:absolute;display:block;z-index:100013;height:4.3125rem;width:20rem;top:0rem;left:27.500001907349rem;display:block; }
#RShxyxNeLGBuH78LNqGufEfp623xRd2I { position:relative;display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I { background-color: transparent; background-image: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container > .video-iframe-container { display: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row > .video-iframe-container { display: none; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .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); }#RShxyxNeLGBuH78LNqGufEfp623xRd2I { border-width: 0; border-radius: 0; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container > .video-iframe-container {  }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:8rem;width:75rem;position:relative;display:block; }#ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0rem;left:28.75rem;display:block; }
#tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sZTvGg1yaAQX7QhEq0lwy2riAiOIiUvA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:3.4375rem;left:31.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006d34;background-image:none;position:relative;display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { background-color: transparent; background-image: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container > .video-iframe-container { display: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container { display: none; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .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); }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { border-width: 0; border-radius: 0; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row > .video-iframe-container {  }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { font-size:0.875rem;font-family:arial;height:35.25rem;width:75rem;position:relative;display:block; }#DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.0625rem;width:34.375rem;top:6.09375rem;left:39.062501907349rem;overflow:hidden;display:block; }
#EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { color:#ffffff;display:block;width:25rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:3.25rem;left:6.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { color:#ffffff;display:block;width:24.9375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:11.0625rem;left:6.3125rem;height:16.03125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:28.625rem;left:10rem;display:block; }
#rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eaWfcR2l4vrdyPbiTGuTlp8lENwKQqCD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:32.0625rem;left:12.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { background-color: transparent; background-image: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container { display: none; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .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); }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { border-width: 0; border-radius: 0; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row > .video-iframe-container {  }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { font-size:0.875rem;font-family:arial;height:35.6875rem;width:75rem;position:relative;display:block; }#wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { color:#2c3241;display:block;width:75rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:2.51855625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31rem;width:21.125rem;top:4.7187623977661rem;left:8.4375rem;overflow:hidden;display:block; }
#rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { color:#2c3241;display:block;width:28.125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:12.3125rem;left:39.3125rem;height:13.78125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { background-color:#aa3030;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:27.8125rem;left:44.625rem;display:block; }
#LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qesERmpiorEGXhS3ovWMrzD09rDtPW63 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100018;line-height:1.3;letter-spacing:0;top:31.25rem;left:47.125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp { display:block; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCvIsiBW2TNt6wS3hrRuvxx6xWShvXmH { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:34.25rem;height:;top:5.9375rem;left:13.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { top:3.125rem;left:0rem;width:33.1875rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:17.5rem;height:3.4375rem;top:27.6875rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #wGLwqNkHItZkkwyXW7mL8TDcRxUnQWVe { top:0rem;left:38.375rem;width:9.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWD7yZA55bc4viW1Km7hm5Vf9VXSdMb { top:31.125rem;left:31.4375rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR { display:block; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { width:21.25rem;height:27.25rem;top:6.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWN2mbVtorIFwOAfmr3uTBezSJU5m0G4 { top:3.25rem;left:0rem;width:25.25rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { width:45.0625rem;height:21.3125rem;top:4.1875rem;left:1.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzCfKqUdVgTv3TkACF9mlLsZhSvdJ9U { width:47.75rem;height:7.75rem;top:27.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { top:2.3125rem;left:1.3125rem;width:45.0625rem;height:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twalEOs5BsKOgQef3MQkMQQH1lELU5fV { display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { width:46.3125rem;height:4.875rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { top:2.125rem;left:17rem;width:30.75rem;height:56rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmcAVluHorw6hrqxEy77QSEt7zkplsx { display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { width:46.3125rem;height:2.4375rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DxBkaqToBkssq8JqgcDna2XtPudLzb { top:5.75rem;left:0rem;width:47.75rem;height:23.15875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { top:4.75rem;left:0rem;width:32.375rem;height:31.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { width:46.3125rem;height:7.3125rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w { display:block; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL9FllGxfipg1gJyF7Z7C5WxoWUbKPsv { top:34.75rem;left:0.75rem;width:45.0625rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZDQWekBkcixuABbUTaNPNnk9CcIv5r { top:44.1875rem;left:1.34375rem;width:45.0625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NupQ64w6dz6onHgHf1ZmIqWTIgpx30bP { width:17.5rem;height:3.4375rem;top:51.1875rem;left:14.531251192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8Hf3fJyB43srTirxFHnUx19slBV9ry { display:block; }
 }@media only screen and (max-width: 763px) { #p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { top:2.5rem;left:12.686719894409rem;width:33.1875rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9HJ9Lb2eVPPsFuAOwtqmBkGvE0HumS { top:54.625rem;left:17.03125rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nkLOntALXbM80SuskSd3TETX405Pev { display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { width:46.3125rem;height:2.4375rem;top:1.6875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs { display:block; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { top:3.25rem;left:0rem;width:23.875rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { top:9.1875rem;left:0rem;width:27.3125rem;height:19.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { top:3.25rem;left:23.875rem;width:23.875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { top:9.6875rem;left:20.4375rem;width:27.3125rem;height:15.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz8TmruO4sQbqTRttJeRXLiFODkds2P { display:block; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { top:3.25rem;left:0rem;width:23.875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { top:9.125rem;left:0rem;width:27.3125rem;height:26.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadInQf11Kl4k84zTBTebcP69PBDD5Ht { top:3.25rem;left:23.875rem;width:23.875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { top:9.125rem;left:20.4375rem;width:27.3125rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU { display:block; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { top:3.25rem;left:0rem;width:23.875rem;height:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { top:9.6875rem;left:0rem;width:27.3125rem;height:17.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { top:3.25rem;left:23.875rem;width:23.875rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMhlTbIDuD7hlagITULk5rvMtTIuGVm { top:9.6875rem;left:20.4375rem;width:27.3125rem;height:21rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { width:46.3125rem;height:2.4375rem;top:1.875rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { top:4.1875rem;left:0rem;width:27.3125rem;height:72rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { top:3.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { top:6.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { top:9.9375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { top:14.4375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { top:19rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { top:23.375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { top:27.9375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { top:32.4375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { top:36.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { top:39.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { top:42.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { top:45.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { top:48.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBxg7ZUy84lPJ7IawHI9SRHcp7gPbRl { top:53.3125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwyw9ASKUcPfgRhftDVuBlMmuLpTAfhu { top:57.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrGWoqwFotg9RNvOJHzUkr1CzSpDeyCt { top:62.4375rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7KZAOG4ZveHsDJtxG6p2AXJ3bH15NBt { top:66.875rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiiC7KXGoRrDNxXkPVTeRoc16WT9VHGs { top:69.8125rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ZncaUTi8Sklzm2ThmIA3DJVLauvIBE { top:73rem;left:0rem;width:2.375rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4tafp3ONndC9hJUADRoR8Ua5IreKI7 { top:16.8125rem;left:0rem;width:39.375rem;height:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdEuvl3kmgwZbRV5VFTqIv0EKC7W24Gx { width:17.5rem;height:3.4375rem;top:0rem;left:15.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ALIwlReoWc7FqudBoKIqWTKeQLxHNsK4 { display:block; }
 }@media only screen and (max-width: 763px) { #vmigHJ5xIQ9FSr8h8a4sfRTvITzVbpbM { top:31.125rem;left:31.437501907349rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk { display:block; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQkEh8fzsrRTctT0d7g6BhnREpqEWv8b { width:17.5rem;height:3.4375rem;top:5rem;left:15.125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgEo88oxob8C9qygsAPkfkuQnb8SRr1K { display:block; }
 }@media only screen and (max-width: 763px) { #W3W2qcMUyMXSHhwfxF48AcPheP0GD6wh { top:8.4375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E { display:block; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx9fsuoxZLqwMe2GLTWUNSJuy57hFiHX { width:21.25rem;height:11.625rem;top:6.8125rem;left:25.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vJVUzraRkGOkdeIitu1us3bTVp9Odl { top:3.9375rem;left:22.5rem;width:25.25rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { width:46.3125rem;height:4.875rem;top:1.5625rem;left:0.71875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { top:4.25rem;left:0rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { top:7.6875rem;left:0rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { top:1.125rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { top:4.3125rem;left:11.75rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { top:7.5rem;left:15.8125rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7hil5JS0thkfXEol98sXJNiBco1DzKQ { top:1.1875rem;left:21rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { top:4.3125rem;left:27.625rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { top:7.5rem;left:31.6875rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { top:1.1875rem;left:36.875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atULid6iorePizVghac4p8P4WU3qTtSX { top:4.25rem;left:0rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { top:7.6875rem;left:0rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { top:1.125rem;left:5.03125rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { top:4.3125rem;left:27.625rem;width:20rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { top:7.5rem;left:31.6875rem;width:15.9375rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEACpVB2pGICSacRI80MalAmaz2771IH { top:1.1875rem;left:36.875rem;width:5.8125rem;height:5.8125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1bCCK3RtZHvhwe1N8SUyTCp6Es14xmN { top:2.5625rem;left:14.8125rem;width:16.9375rem;height:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpV1o9cOgux10QhAxBovXRyaSc4mKiny { display:block; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abufI5VXUVgls3oU4fbWEKkGQK5kXWBd { top:0rem;left:13.875001907349rem;width:20rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShxyxNeLGBuH78LNqGufEfp623xRd2I { display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { width:17.5rem;height:3.4375rem;top:0rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block; }
 }@media only screen and (max-width: 763px) { #sZTvGg1yaAQX7QhEq0lwy2riAiOIiUvA { top:3.4375rem;left:17.625rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { top:6.0625rem;left:13.375rem;width:34.375rem;height:23.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { top:3.25rem;left:0rem;width:25rem;height:6rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { width:24.9375rem;height:15.75rem;top:11.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { width:17.5rem;height:3.4375rem;top:28.625rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block; }
 }@media only screen and (max-width: 763px) { #eaWfcR2l4vrdyPbiTGuTlp8lENwKQqCD { top:32.0625rem;left:5.6875rem;width:12.5rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:47.75rem;height:;top:4.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:21.125rem;height:31rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:28.125rem;height:13.625rem;top:12.3125rem;left:19.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { width:17.5rem;height:3.4375rem;top:27.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block; }
 }@media only screen and (max-width: 763px) { #qesERmpiorEGXhS3ovWMrzD09rDtPW63 { top:31.25rem;left:33.5rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp { display:block; }#aQMIh1h2xAvk5GMwQS61kMZ9uzbB9kJp > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCvIsiBW2TNt6wS3hrRuvxx6xWShvXmH { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r { display:block; }#h9ym5hfPECgrOpmiXZBtpRokOrcT8R1r > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEWaoJh9uni8aOISWV4wKuSENv031A9L { width:20rem;height:11.375rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WW9E1lZfZ1Len9ypaN3tuAOR838VVJ6L { width:20rem;height:18.71875rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOGZUMfkLetSPNqqFSfZqZQr5pPiK5HM { width:17.5rem;height:3.4375rem;top:39.34375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOnWdKuPTgTfBBXtcoQTk907w577JGAv { display:block; }
 }@media only screen and (max-width: 763px) { #wGLwqNkHItZkkwyXW7mL8TDcRxUnQWVe { width:7.3125rem;height:2.75rem;top:0rem;left:6.3124998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThWD7yZA55bc4viW1Km7hm5Vf9VXSdMb { width:12.5rem;height:1.625rem;top:42.78125rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR { display:block; }#IgeEo33vREFTyQt7oAtqXRBlUUDqlgqR > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKllMP9PnTR0QI8AALEZVcmIZTnyx6XL { width:20rem;height:18rem;top:2.9375014305115rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWN2mbVtorIFwOAfmr3uTBezSJU5m0G4 { width:20rem;height:17.875rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 { display:block; }#N3CQ71FycT7PDyP80OvbqMc69X9VgWn9 > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOrNO3xupIlUIQX8lg4nwv5OOH5IMmo3 { width:20rem;height:25.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMzCfKqUdVgTv3TkACF9mlLsZhSvdJ9U { width:20rem;height:10.5rem;top:28rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 { display:block; }#eGtTlE6SpQ1uAcf1UyPOOX5wGRNpKU47 > .row .container { width:20rem;height:19.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXcvCeL5krzt9EoKpbNNKyv14iVxdDRH { width:20rem;height:18rem;top:0.62500154972075rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #twalEOs5BsKOgQef3MQkMQQH1lELU5fV { display:block; }#twalEOs5BsKOgQef3MQkMQQH1lELU5fV > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B3zkSzV8Kbr6tEEt6ZuPQuPgQXr356vJ { width:20rem;height:7.875rem;top:0.47421884536743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL { display:block; }#Sa6AlcL5Mrd9QhRT3rkaWC02X6KnguTL > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gf3K4e2rU8nhhzDOpT6zRJ7yX9TA5Pd9 { width:20rem;height:60rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTmcAVluHorw6hrqxEy77QSEt7zkplsx { display:block; }#TTmcAVluHorw6hrqxEy77QSEt7zkplsx > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mlNO5KhSlAh4FTsuOA3TCoxLWqZooESB { width:20rem;height:3.9375rem;top:1.1750001907349rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DxBkaqToBkssq8JqgcDna2XtPudLzb { width:20rem;height:9.6875rem;top:32.770182609558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI { display:block; }#UAXe5Fo7x4DqEIF22Ni9WTTVdKSv4lnI > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THoNkGS5HTerG8h7ebbETKUJr43Tyk2a { width:20rem;height:36rem;top:0.62421274185181rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RclNHheTVbChUnbaTcgH6cfaaXuzMWFP { display:block; }#RclNHheTVbChUnbaTcgH6cfaaXuzMWFP > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBQ3eUx4qDWyQar7IxbdTJdeukKTuRti { width:20rem;height:9.84375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w { display:block; }#yTJIcOfqgyorTeMl9IqFbmlavQUuaT2w > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pL9FllGxfipg1gJyF7Z7C5WxoWUbKPsv { width:20rem;height:15rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #veZDQWekBkcixuABbUTaNPNnk9CcIv5r { width:20rem;height:6rem;top:15.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NupQ64w6dz6onHgHf1ZmIqWTIgpx30bP { width:17.5rem;height:3.4375rem;top:45.615234375rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv8Hf3fJyB43srTirxFHnUx19slBV9ry { display:block; }
 }@media only screen and (max-width: 763px) { #p7Dl7BQTggMc5A6KX0K88fShZMnJQviD { width:20rem;height:18.71875rem;top:23.343752622604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE9HJ9Lb2eVPPsFuAOwtqmBkGvE0HumS { width:12.5rem;height:1.625rem;top:50.302734375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9nkLOntALXbM80SuskSd3TETX405Pev { display:block; }#Z9nkLOntALXbM80SuskSd3TETX405Pev > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLqD9MlrihqwCsxGJRTgyw2mACLCtF7P { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs { display:block; }#mIhcp2DaReEQkpd846vwTTWR4Tzb7xvs > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nmEu22ObMMQ4DFC3EwImEncsEQpMaqxv { width:20rem;height:4.5rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfDPsNSAooPNxg1azF1gP8GMmAmeAslw { width:20rem;height:18rem;top:5.7500009536743rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LBlIgzk7mJyJmTvg8gmtnulLUK4GtG { width:20rem;height:3rem;top:24.937500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkwLdMt893vgKgnTN2nQZGZtL95bOkwo { width:20rem;height:15rem;top:27.937500953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUz8TmruO4sQbqTRttJeRXLiFODkds2P { display:block; }#UUz8TmruO4sQbqTRttJeRXLiFODkds2P > .row .container { width:20rem;height:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mAdXgOpJohKDTzCK4zTTB8ggoSfuc74H { width:20rem;height:3rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsQKi2BgXQipWqkOsm283JdUIWW5bVtD { width:20rem;height:27rem;top:3.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HadInQf11Kl4k84zTBTebcP69PBDD5Ht { width:20rem;height:3rem;top:31.936719894409rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0fT0xcu5GfVkTdTgIXWskoMda4HxglD { width:20rem;height:19.5rem;top:34.936718940735rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU { display:block; }#rhDQCFXgMn4hhJ1Sy23UaHyFRc13sAwU > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTQ3EZd5wOUpgTAvSl85ruOT6IpBgs2O { width:20rem;height:4.5rem;top:0.56093597412109rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJapqAJ8Omac5gZpCZa0ZRy4AqThk31m { width:20rem;height:16.5rem;top:5.0593757629394rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4BkpLtqPXpCVN9JONasdazZA9bqBEnb { width:20rem;height:3rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBMhlTbIDuD7hlagITULk5rvMtTIuGVm { width:20rem;height:19.5rem;top:25.750000476837rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn { display:block; }#oWv7l0Qy7tuWi7TsMRPS6SWpBca2J9sn > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KI2rxHNtd7N2MwbyAZvr2V3y9u2cH3Jt { width:20rem;height:3.9375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQ0g8ViOr830DD8daHLXhmM2obyt6ACa { display:block; }#VQ0g8ViOr830DD8daHLXhmM2obyt6ACa > .row .container { width:20rem;height:106.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgLKUMkIiCf4BRrW8JLoBUA21NVrSTTn { width:17rem;height:75.38873125rem;top:2rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEhIfZsIZE7uJNPhUb8AgQHGyABEGp7x { width:2.375rem;height:2.375rem;top:1.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TliCaWk5pXHseCqdJXdAqxEprvkz66W6 { width:2.375rem;height:2.375rem;top:4.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0VuRTSlqVDvLTwaCDcKqc2iywm4TmbO { width:2.375rem;height:2.375rem;top:8.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvKHxTGrBOKFytTdbzQ5e5iWHWLpxZqf { width:2.375rem;height:2.375rem;top:12.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8ynb4wg3faCEmAmS98nMAqmHBXlDk7y { width:2.375rem;height:2.375rem;top:15.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kDSidI1cKfTktmh4NTEFxXTV3TNunh { width:2.375rem;height:2.375rem;top:19.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmVKoxSqXQwS5EqxJbNa0OBt8F9gHPrP { width:2.375rem;height:2.375rem;top:25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #skfwTNvBsuUgZ9ayLK0mN9p1V9M5lHh5 { width:2.375rem;height:2.375rem;top:28.937501132488rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9d1bgutRHnEVtEcSau3r39CZDrqP9xu { width:2.375rem;height:2.375rem;top:33.937501430511rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AwBz5m4Dz6ZtTSs4fBiXMQwToTfcqZn1 { width:2.375rem;height:2.375rem;top:37.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyJrNwczzN1gLL2UVvZ14KZTnCCIA2UR { width:2.375rem;height:2.375rem;top:40.562500953674rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld7zwNanPA5argmG1mNL1PaDSOD1s7pc { width:2.375rem;height:2.375rem;top:44.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtaVXNvqLnX10DR5PRHzgHd1dvFFac7E { width:2.375rem;height:2.375rem;top:48.499999284744rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbBxg7ZUy84lPJ7IawHI9SRHcp7gPbRl { width:2.375rem;height:2.375rem;top:53.562499523163rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwyw9ASKUcPfgRhftDVuBlMmuLpTAfhu { width:2.375rem;height:2.375rem;top:57.437499046326rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrGWoqwFotg9RNvOJHzUkr1CzSpDeyCt { width:2.375rem;height:2.375rem;top:61.374999046326rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7KZAOG4ZveHsDJtxG6p2AXJ3bH15NBt { width:2.375rem;height:2.375rem;top:66.5rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiiC7KXGoRrDNxXkPVTeRoc16WT9VHGs { width:2.375rem;height:2.375rem;top:70.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3ZncaUTi8Sklzm2ThmIA3DJVLauvIBE { width:2.375rem;height:2.375rem;top:73.0625038147rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg4tafp3ONndC9hJUADRoR8Ua5IreKI7 { width:20rem;height:18.85625rem;top:79.768752098081rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdEuvl3kmgwZbRV5VFTqIv0EKC7W24Gx { width:17.5rem;height:3.4375rem;top:98.562524795531rem;left:1.25rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #ALIwlReoWc7FqudBoKIqWTKeQLxHNsK4 { display:block; }
 }@media only screen and (max-width: 763px) { #vmigHJ5xIQ9FSr8h8a4sfRTvITzVbpbM { width:12.5rem;height:1.625rem;top:102.00000190735rem;left:3.7499998807907rem;font-size:1.25rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk { display:none; }#cTGFBzta6OJk4tal8vdgzJQNz2VH0zzk > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EQkEh8fzsrRTctT0d7g6BhnREpqEWv8b { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgEo88oxob8C9qygsAPkfkuQnb8SRr1K { display:block; }
 }@media only screen and (max-width: 763px) { #W3W2qcMUyMXSHhwfxF48AcPheP0GD6wh { width:12.5rem;height:0;top:4.6875rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E { display:block; }#NqOeTG5MXsv9RR0tpOIBfcOfvpSr3T6E > .row .container { width:20rem;height:16.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rx9fsuoxZLqwMe2GLTWUNSJuy57hFiHX { width:18.75rem;height:9rem;top:3.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2vJVUzraRkGOkdeIitu1us3bTVp9Odl { width:20rem;height:13.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU { display:block; }#ATk6wLhWu5PQ8IzZDGRpLHC1N5L3TFEU > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tx1XLgWrPTO32vHZfGsJSZICEDwR6Ef6 { width:20rem;height:7.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn { display:block; }#FGkOF1xTHSxW7TJRIpITvRAtm52Z9QMn > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PrHT5FnkSJgT7x3TgTZd5J3SvgW5XFwx { width:20rem;height:8.0625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k54bSTBEu73aBUcq2auZe5cZAdZgCeJF { width:15.9375rem;height:4.5rem;top:6.5625rem;left:2.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmLPiT0a3SnQgQSAToRu5VuSbNyLA8BM { width:5.8125rem;height:5.8125rem;top:0.75rem;left:7.09375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUa6NKcdBgLZ0QpUUwecHO8e0Ve9T9mw { width:20rem;height:8.75rem;top:15.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBnJ2NF395IEyptmwIF0tvT4uWIq8ngm { width:15.9375rem;height:4.5rem;top:18.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7hil5JS0thkfXEol98sXJNiBco1DzKQ { width:5.8125rem;height:5.8125rem;top:12.0625rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #og4NlqlcnI0KotR5vL5cfP6mFIrgALHz { width:20rem;height:9.5625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAU5ZO8BVOMEPx6GT3UHKcyTChEO6uKX { width:15.9375rem;height:6rem;top:30.5625rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0S8HHQS3VbAPy7sZbC3zOZdbmpdzKDc { width:5.8125rem;height:5.8125rem;top:24.125rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe { display:block; }#gH2TCyAhf9IRXi2l9B1iG4nJ8k4gcLXe > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #atULid6iorePizVghac4p8P4WU3qTtSX { width:20rem;height:9.875rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZynUrPZ1QRzoJtAMOUZEv01h2nq8kiB { width:15.9375rem;height:6rem;top:6.6875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BB92vEzD6CtvtCJtpOqcNRrB9TD6H1VM { width:5.8125rem;height:5.8125rem;top:0rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIxhy6iyavLr5vg9hu7ssuiKx1W48GzE { width:20rem;height:9.8125rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbH9qr3qKKxv2sheOOU1klynwK8Iftl7 { width:15.9375rem;height:6rem;top:19.5rem;left:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEACpVB2pGICSacRI80MalAmaz2771IH { width:5.8125rem;height:5.8125rem;top:13.125rem;left:7.125rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1bCCK3RtZHvhwe1N8SUyTCp6Es14xmN { width:16.9375rem;height:15.875rem;top:28rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpV1o9cOgux10QhAxBovXRyaSc4mKiny { display:block; }#BpV1o9cOgux10QhAxBovXRyaSc4mKiny > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #abufI5VXUVgls3oU4fbWEKkGQK5kXWBd { width:20rem;height:4.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RShxyxNeLGBuH78LNqGufEfp623xRd2I { display:block; }#RShxyxNeLGBuH78LNqGufEfp623xRd2I > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ElITWwDoNmiRwRxXuy1Ez8mLzRRmATpo { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA8wBPhkpLAKy4SSaNR8T3qwzJ8Il6Fy { display:block; }
 }@media only screen and (max-width: 763px) { #sZTvGg1yaAQX7QhEq0lwy2riAiOIiUvA { width:12.5rem;height:1.625rem;top:5.9375rem;left:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 { display:block; }#swNcU0g5TyBBoUy0MqIbOMugRQ1DvMB9 > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DicsTP0c5LUnq8IaavdK5mXXQ2w8GRF8 { width:20rem;height:13.418rem;top:3.4375000894069rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgotLyIb2XQdawMRnxefBruz2qXnw8Dl { width:20rem;height:1.96875rem;top:20.125001907349rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sApyVNqGv0atO9bUNLvgHUdLWpDTNvG2 { width:20rem;height:13.5rem;top:23.8125rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTwGH6fDR7g34Bn6a0EZ3nOUFXbnyEA { width:17.5rem;height:3.4375rem;top:39.686849594116rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rbGw0V2rCci6S3TEzb8odQM7QufZnAiP { display:block; }
 }@media only screen and (max-width: 763px) { #eaWfcR2l4vrdyPbiTGuTlp8lENwKQqCD { width:12.5rem;height:1.625rem;top:43.124219894409rem;left:3.7499998807907rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcxLJZo4UclnGSd0pucFxd092bJzh9Iq { display:block; }#dcxLJZo4UclnGSd0pucFxd092bJzh9Iq > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wvllS2BTnP7PyAIvQKASgtPV1USATJd8 { width:20rem;height:1.70605625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTurATm93ig2ksXZ7WBWz7sATKSJvnw { width:12rem;height:17.625rem;top:18.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #rto4nQPT1bOTTvN0rK9TRqV3mfqDwKqD { width:16.875rem;height:13.5rem;top:4.9375rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ro4XOs5V03XmGmdmdKD2QBc7DAh1xeOO { width:17.5rem;height:3.4375rem;top:39.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoyAUaD4bcFHK9LyDaChnvo1sw9H0Tft { display:block; }
 }@media only screen and (max-width: 763px) { #qesERmpiorEGXhS3ovWMrzD09rDtPW63 { width:12.5rem;height:1.625rem;top:44rem;left:3.75rem;font-size:1.25rem;display:block; }
 }