.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { position:relative;display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:0.8125rem;left:28.0625rem;display:none; }
#FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.8125rem;left:35.1875rem;display:none; }
#tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0.8125rem;left:43.75rem;display:none; }
#QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:0.8125rem;left:17.25rem;display:none; }
#pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ps8cRzATNmOlFKv31MWA1LsNAm7PRQyX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:18.75rem;display:none; }
#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -moz-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -ms-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -o-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );";background-image: linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-size:auto !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { background-color: transparent; background-image: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { display: none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .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); }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { background-color:#d14c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:0.96875rem;left:63.750000953675rem;display:block; }
#n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yCKXFgqVd94963U7PanFFaHcIHxbe76z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.1875rem;height:2.75rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.125rem;left:29.6875rem;display:block; }
#ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5625rem;height:2.75rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.125rem;left:40.5rem;display:block; }
#Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.75rem;height:2.75rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.125rem;left:47.625rem;display:block; }
#ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#fbfbfb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6rem;height:2.75rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.125rem;left:56.1875rem;display:block; }
#O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:11.3125rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -moz-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -ms-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -o-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );";background-image: linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container { background-color: transparent; background-image: none; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container > .video-iframe-container { display: none; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row > .video-iframe-container { display: none; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .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); }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container { border-width: 0; border-radius: 0; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#N43qTz4u170KyRyTp7ilVq8iAtppEFic { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#N43qTz4u170KyRyTp7ilVq8iAtppEFic > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA { position:relative;display:none; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA { border-width: 0; border-radius: 0; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -moz-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -ms-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-image: -o-linear-gradient(90deg, #000000, rgba(227,92,155,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99e35c9b' );";background-image: linear-gradient(90deg, #000000, rgba(227,92,155,0.6));background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;overflow:visible;position:relative;display:block; }#zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { z-index:15003;top:52.4375rem;left:21.3125rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:52.4375rem;left:38.8125rem;display:block; }
#b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { color:#ffe7b9;display:block;width:38.5625rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:5.687255859375rem;left:0rem;height:14.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#auOwdwmfSyDdke97VNWguvqwW9svXDCJ { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.5rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X0cxT6CT7WzMsBT1XeNEgPId8DpkHOAA { box-sizing:content-box;height:6rem;width:37.125rem;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.2);background-image:none;top:22.5rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#pHvhSbg9RImxqeJ7TGX2vEyb5nVEJtQG { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:24.25rem;left:1.75rem; }
#nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { color:#ffffff;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:20.624218940735rem;height:2.76171875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffe7b9;background-image:none;color:#d14c88;padding-top:0.605625rem;padding-right:0.524375rem;padding-bottom:0.605625rem;padding-left:0.524375rem;display:block;align-items:center;width:3.1475rem;min-width:3.1475rem;height:3.2525rem;position:relative;font-family:poppins;font-size:2.421875rem;font-weight:400;line-height:52.04px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-style:normal; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.37875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.198125rem;height:0.839375rem;position:relative;font-family:poppins;font-size:0.908125rem;font-weight:300;line-height:13.43px;text-align:center;text-align-last:center;text-transform:none;top:2%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:20.4375rem;height:5.625rem;padding-top:0.74125rem;padding-right:0.74rem;padding-bottom:0.74125rem;padding-left:0.74rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:33.625rem;left:0rem;z-index:15021; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HKms9TVgdreKcH5gPpdXLOUqXLHt9QQ5 { display:flex;position:relative;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #lpAvSFWMszXnW7Xtr26Zv5lozpgk2JM1 { width:auto; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #TrvDlXgfrsNmdyhRNOKSoENVQJi0GgI8 {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #JVpTlsfwThwDJAnktpFlfioTC78Fsz4O { display:flex;position:relative;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #QeewMdce3zmg20CZKR9FqH4IT5z8bOze {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #KDgOZnQic68CFdbKpPeHL2pvkHLrIIzU {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #l0a2pb1kbTBG7XD22KxnKBf7Ke2TmfDO { display:flex;position:relative;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HwRC85PecAfGT2HIs2McJW6QVt1BdrqH {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #eraSMg1kruEZTmB5wK222vk8ytE01Q7i {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #XkoVpZm69EX1vzH0cttXXPJKOqZy59vu { display:flex;position:relative;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #ux1sEQiAyPKDxzP7dqsRyF0UpzJabJcu {  }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #Lt5JUCtwIIJuxvXRDGT2NN0t3sxRds2t {  }
#TOxXLbFqXwvu3pO8EtqOKOZOmgoNMHxK { color:#fbfbfb;display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iIuXBw0rO980Qf4aIX3TdMZhIOVuiE21 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:24.375rem;left:17.5rem; }
#GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { z-index:15003;top:50.875rem;left:21.3125rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gRLTnQ80p5ZZx0lK28a8akqw6cKFQzSQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:39.6875rem;width:22rem;top:5.6867198944092rem;left:48.130714462868rem;display:block; }
#u6QuCWkNy70xOX9JExa8msZBmzFUG5Pk { color:#ffe7b9;display:block;width:38rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:49.5rem;left:18.5rem;height:1.54385625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { position:relative;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { color:#ffe7b9;display:block;width:51.1875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.1367177963257rem;left:11.905468940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container { background-color: transparent; background-image: none; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container > .video-iframe-container { display: none; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row > .video-iframe-container { display: none; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .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); }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container { border-width: 0; border-radius: 0; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#J7bdkXgyg9kAi8hePKt4vOrZkDPEhl9p { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.375rem;left:1.53125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Et2srXLUhSniWz1vfkFPZ55HT5gUfhlG { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.875rem;left:3.5625rem;overflow:hidden;display:block; }
#Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.6617193222044rem;left:2.96875rem;height:8.77343125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s0mRBAm5uFECnMG78CxN80wqpTbHT5Fm { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.53125rem;left:20.280468940735rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sTEpGNgwIrkLpl7H9erK93Au8DGwHnhK { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.53125rem;left:39.031250953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#gChELSVG5T9R1mXPl1O7lxV5LfpBPuip { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.53125rem;left:57.781250953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sOrH5v5QoTO55IFSwdRrsOS5SvqAL7LA { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:3.9679689407349rem;left:21.968749046326rem;overflow:hidden;display:block; }
#phLJnQXfkV0b0eBCGAX8SbZEfDViEHDF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:4.0625rem;top:3.8742189407349rem;left:41.000000953674rem;overflow:hidden;display:block; }
#I9TWae4CBkmX85DTI80ElZapbTBTXTgJ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:4.03125rem;left:59.781250953674rem;overflow:hidden;display:block; }
#LDXUeymol671mdmZ2vLr3AyXquTQZHnr { color:#fbfbfb;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.636719703674rem;left:21.967968940735rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#knF8fwo3V3nIIh2l9XkDA2VFaTDbxpJI { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:11.174220085144rem;left:40.468750953674rem;height:7.3111875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wWtkacbBxIUfokpw2y3F61a2EkStKE1P { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.636719703674rem;left:59.218750953674rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container { background-color: transparent; background-image: none; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container > .video-iframe-container { display: none; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row > .video-iframe-container { display: none; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .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); }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container { border-width: 0; border-radius: 0; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container { font-size:0.875rem;font-family:arial;height:30.4375rem;width:75rem;position:relative;display:block; }#J2sneNgKvfQP6TWiWCV7HX0AkgTCslVw { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.375rem;left:1.53125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#Ilnm9SuvNaglM2GtOTQErqmT2TeWiqGv { color:#fbfbfb;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:11.224218606949rem;left:3.40625rem;height:7.31119375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HLLVG4JDJ1UrTxVv5S1DJzG9SfgHD7FN { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.53125rem;left:20.280468940735rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nwxhxA4CTn5bAzATxnxvfUcg6hV8NaTc { box-sizing:content-box;height:17.4375rem;width:15.6875rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -moz-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -ms-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-image: -o-linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b27c0244', endColorstr='#b2e35c9b' );";background-image: linear-gradient(141deg, rgba(124,2,68,0.7), rgba(227,92,155,0.7));background-size:auto !important;top:2.53125rem;left:39.031250953674rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#t6iPEgPlOz3pTsbzEFMCbMAsy6AOsq7t { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.63671875rem;left:21.967968940735rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pIWvMgmqIEWJO7RRbf727PKU94iiL11Z { color:#fbfbfb;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.73593711853rem;left:40.468750953674rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Qln4VtrpGVdA3NyX56pFkT7v8CenNruD { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.25rem;left:3.40625rem;overflow:hidden;display:block; }
#Vgc0nwc2FTADnv1F5R5TnmFLKzZFIxbv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.2507810592651rem;left:21.967968940735rem;overflow:hidden;display:block; }
#vDyoBCUUh0ESlm9lI9TBOpdqBBWhn7Jh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:4.2500002384186rem;left:40.468750953674rem;overflow:hidden;display:block; }
#UyzuqdvQKbrqdGcw793nlJVhQuITnUcG { color:#fbfbfb;display:block;width:45.5625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:24.375001907349rem;left:14.749218940735rem;height:1.70593125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:27.374877929688rem;left:35.966796875rem; }
#w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.adaptive-delivery-prevent-bg, #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.lazyload, #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.lazyloading { background-image: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { background-color: transparent; background-image: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container > .video-iframe-container { display: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row > .video-iframe-container { display: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .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); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { border-width: 0; border-radius: 0; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { font-size:0.875rem;font-family:arial;height:64rem;width:75rem;position:relative;display:block; }#zocUFgHbRbT3O4gccTPARAfvQNiiMMUz { position:absolute;display:block;z-index:15000;background-color:rgba(251,251,251,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:20rem;top:20.686721801757rem;left:2.5rem;display:block; }
#ggafk58NuGXyQBK5F4yZZsTWIn4ohH70 { color:#ffe7b9;display:block;width:18.8125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:24.185165405274rem;left:3.0289058685302rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rccgDRW7qMaNkd8858MgELx1KS8FTL18 { color:#fbfbfb;display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:28.625rem;left:4.375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f8pvtSMONrLzm637LGB2PrTVB4pbBzOO { position:absolute;display:block;z-index:15004;background-color:rgba(251,251,251,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:20rem;top:20.75rem;left:52.5rem;display:block; }
#X1ShQJiBCMOECVmWeP4nHfbbVWAlNDsI { color:#fbfbfb;display:block;width:12.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:28.625rem;left:56.437500953674rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#snrRfETHgEu9b2Wa1RAf3hohLiWgCHJf { color:#ffe7b9;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9375rem;left:53.1875rem;height:2.1120375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LlxbNul5droAnz83VT0J9TufhBqkH4aI { position:absolute;display:block;z-index:15008;background-color:rgba(251,251,251,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.75rem;width:20rem;top:43.375rem;left:52.5rem;display:block; }
#O79chIAi5i3Ntf6h3ru3lpCEzBI8Q4Q4 { color:#fbfbfb;display:block;width:12.12425rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:51.25rem;left:56.4375rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#etC6XwFCybXEV3vTeWgICZ1NatoePl3M { color:#ffe7b9;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:46.875rem;left:54.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJtLQpLRxAroyiRVVnuA6XdbwOsPABp9 { position:absolute;display:block;z-index:15004;background-color:rgba(251,251,251,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:20rem;top:43.3125rem;left:27.500000953674rem;display:block; }
#Lhrb9JxVoH6eQlzyFW0aiVAevFz2qTzc { color:#fbfbfb;display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:51.5rem;left:31.500000953674rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p3qfetqxTQD8tBIdtPdEoJDQH3AWhOL4 { color:#ffe7b9;display:block;width:18.875rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:47.025009155274rem;left:28.062500953674rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dusHIS9HX6oX84lTDAZelEeOMgMVmGlL { color:#ffe7b9;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:47.025009155274rem;left:3.28125rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lTF5WvSPKPpsEKKnAbeylZus44e5trIo { position:absolute;display:block;z-index:15000;background-color:rgba(251,251,251,0.1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:20rem;top:43.3125rem;left:2.5rem;display:block; }
#FVmKT7HO09RUoZ7N0yVTW6vEUwGezLKB { color:#fbfbfb;display:block;width:10.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:51.5rem;left:7.1875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FWbWuDQMUNuI6pMkIy7Xm5zTTBTdW3Ux { color:#ffe7b9;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.8585948944092rem;left:0rem;height:6.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PVzztb2UwrZo61mhSi92XUhbs7x9spzQ { position:absolute;display:block;z-index:15007;background-color:#ffe7b9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:13.75rem;width:20rem;top:20.75rem;left:27.5rem;display:block; }
#nkPwzBQNAu9c8VTTE6FSpkaVTytcQmBR { color:#000000;display:block;width:17rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:27.76015663147rem;left:29.000000953674rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h68JDCgoKxk0ORvstg6qL9o2A56ZAbAO { color:#d14c88;display:block;width:15.4375rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:23.52499961853rem;left:29.781250953674rem;height:3.574225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IeWTDNhWMWBV4g5B6hEFOLJ6TZ3SkXv2 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.6875rem;left:9.374218940735rem;overflow:hidden;display:block; }
#p1rGge20lUfdpBB8Xmp2LtQ4W0KUBc5e { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.6875rem;left:59.375rem;overflow:hidden;display:block; }
#z565GfNAC58nFdpQxHwQOxPTsb4BiqrT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:39.3125rem;left:59.375rem;overflow:hidden;display:block; }
#TwfN0aLHw0LZy3cFw1pr7Rd4QF4xnIyq { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:39.421096801757rem;left:9.3101568222044rem;overflow:hidden;display:block; }
#GWqsTn1xnQDasBGnKhMH62Ds6BtkEyKD { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:39.420318603516rem;left:34.375000953674rem;overflow:hidden;display:block; }
#Tu6fwt03kPAZClofZKl6PHKD0CXK3DOu { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:16.60781288147rem;left:34.375000953674rem;overflow:hidden;display:block; }
#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { background-color: transparent; background-image: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container > .video-iframe-container { display: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container { display: none; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .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); }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { border-width: 0; border-radius: 0; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#goZ3TgB7RpZKqMxgtPBgqKq9eFg5zwzJ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.75rem;width:20rem;top:11.03125rem;left:27.500000953674rem;overflow:hidden;display:block; }
#UEaV8GJF0oWWkKDLGQBnxS26Vymnubcu { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:4.625rem;left:48.862500190735rem;overflow:hidden;display:block; }
#K1Z0WVn1I5iMPam08eJ5iv9HzmHmdCqT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:11.3125rem;top:8.34375rem;left:14.669531822204rem;overflow:hidden;display:block; }
#zNHy8LW2OirrVnlfm99cp9DVg9iWJWqg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:8.9375rem;top:18.4375rem;left:50.362500190735rem;overflow:hidden;display:block; }
#z2Urcz1ke3dx78nTZOybZTxsmiOh1ADU { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:13.5625rem;top:27.75rem;left:12.468749046326rem;overflow:hidden;display:block; }
#PiRyPryIiIrobuIk5mEHIxDXTLlpETcx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:12.4375rem;top:21.175001144409rem;left:62.562500953675rem;overflow:hidden;display:block; }
#ibVm73RaBDv0lPTiw3uWkQFDV3DVC4eV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:32.6875rem;left:48.862500190735rem;overflow:hidden;display:block; }
#iMUU03UZvmUARSURlpo6d5cJXO30DgyS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:8.9375rem;top:7.8125rem;left:62.112504005432rem;overflow:hidden;display:block; }
#gbzliTmAXxtabATL4cfZDgkOM7LkkRws { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:13.6875rem;left:1.1624994277954rem;overflow:hidden;display:block; }
#WrAlokXG1tW9iTEMPiIDJmCGVOF0XvLX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5625rem;width:10.9375rem;top:29.8375rem;left:-0.003501125927837rem;overflow:hidden;display:block; }
#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { background-color: transparent; background-image: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container > .video-iframe-container { display: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row > .video-iframe-container { display: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .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); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { border-width: 0; border-radius: 0; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:75rem;position:relative;display:block; }#xUqhA5MOgXNNDdiwGOXNh5ewR1XgFHyP { z-index:15004;top:29.5625rem;left:0rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ts9K0qEOmUCKTkB3f0QDTlxfnwyXINiE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kK9kWJDFQVy68e6TpfpEmASmrIcXTd5R { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.875rem;width:35.0625rem;top:2.03125rem;left:39.937500953674rem;overflow:hidden;display:block; }
#pHAAKgRLiIDE1aMA0tV4hL4AHH7RzaIl { color:#000000;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.6875rem;left:0rem;height:12.0989875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#unHdwVIgwLcOgF6704iv9lTLskpKRtf7 { color:#000000;display:block;width:36.125rem;position:absolute;font-family:poppins;font-size:2.75rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:14.75rem;left:0rem;height:12.1rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { position:relative;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:10.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { color:#ffe7b9;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9843673706055rem;left:22.436718940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { position:relative;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qxWmv6oOTdZaL5OE674sk6qoywo6sy9n { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d07c0852-b2f9-4f28-82de-8d7bf604a2f4/17.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.125rem;left:7.875rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#qxWmv6oOTdZaL5OE674sk6qoywo6sy9n.adaptive-delivery-prevent-bg, #qxWmv6oOTdZaL5OE674sk6qoywo6sy9n.lazyload, #qxWmv6oOTdZaL5OE674sk6qoywo6sy9n.lazyloading { background-image: none; }
#FtkzMFbhoS6XaQ5FGPEKtTiVUqLS8dBa { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:15.25rem;left:6.4375rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qPLgoTmSQDTKPBCnbz626TAEVXXBNErJ { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:19.75rem;left:7.5rem;display:block; }
#wGhhOdrLtxTUUPCJwN0qmnighesgsEdv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:15.25rem;left:31.5rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HTthzZlZDUDiV0BEdmJ6T5drfztZl2tt { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:19.75rem;left:32.5625rem;display:block; }
#btEBXmabpnTNGiTf75cz9IZmHw1UvMzh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/349c279b-e91d-4a2d-8c85-dd0f49afb2a1/dyplhigAgataBoska.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.125rem;left:32.9375rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU.adaptive-delivery-prevent-bg, #STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU.lazyload, #STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU.lazyloading { background-image: none; }
#bh7bacAlS1kuMzSgm1FHiMiFJkooGV2d { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:15.25rem;left:53.750000953674rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyvSqadSmuRGSq7h87OAydcOb1et3505 { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0241875rem;height:2.14921875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:19.75rem;left:57.488282203674rem;display:block; }
#E4tt40nl5cxFD6u6zvfp1s7PxpXdgJzk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/69bd0cb5-5e2e-4cf7-b234-daa1100af979/MagdalenaDubinskaRejent.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.125rem;left:57.875rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ.adaptive-delivery-prevent-bg, #eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ.lazyload, #eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ.lazyloading { background-image: none; }
#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L { position:relative;display:block; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L { background-color: transparent; background-image: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container > .video-iframe-container { display: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row > .video-iframe-container { display: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .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); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L { border-width: 0; border-radius: 0; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7dab6d0-7c86-48c2-86b6-66a1a7001f95/TURYAKATARZYNAZDJCIE11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.8125rem;left:7.8749990463256rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc.adaptive-delivery-prevent-bg, #OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc.lazyload, #OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc.lazyloading { background-image: none; }
#F2lXHxDSuSTtiW72gNwpzvfGcCxG0oNt { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:13.9375rem;left:6.4374990463256rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h3K5ihe6UhQa3aVTGM2T4VOCLs0Rln6T { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.4375rem;left:7.4999990463256rem;display:block; }
#lQwpv0XZivfJN8b12SkMhEJeI887y57g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JkHgN3wFFNpZAJzbpNDQUqtySheAz4mg { color:#ffffff;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:13.9375rem;left:31.500000953674rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lEhVOnyKgkZcKrypZCW3K28CXlU1Irew { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:18.4375rem;left:32.562500953674rem;display:block; }
#AlvpR5EbBZUGCWEzhBioLVxqwa867tMG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0cf8033-88cd-4f94-ad22-d3bf50d7bb0e/PaweKowalczyk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.8125rem;left:32.937500953674rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM.adaptive-delivery-prevent-bg, #xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM.lazyload, #xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM.lazyloading { background-image: none; }
#M3fUWSTDVfRVtUOxA5fCEVGnC7b01EDk { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:13.9375rem;left:53.186635017395rem;height:2.924475rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MJUWLNvB5ZZilKcDeJmcEhTFiDnJX98H { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:18.4375rem;left:57.499997138977rem;display:block; }
#E1I8pM5aeMQR9qXTRfLHOA7XThKFCMmp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5dac353f-5ddd-458b-845f-5aaa58ecbe18/BabczyskaStaszewska.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.8125rem;left:57.874997138977rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz.adaptive-delivery-prevent-bg, #rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz.lazyload, #rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz.lazyloading { background-image: none; }
#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 { position:relative;display:block; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 { background-color: transparent; background-image: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container > .video-iframe-container { display: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row > .video-iframe-container { display: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .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); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 { border-width: 0; border-radius: 0; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:0.875rem;font-family:arial;height:24.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM { box-sizing:content-box;height:9rem;width:9rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6ba163f-8313-4f0f-81ca-44500e4e081a/Wykadowcy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.8125rem;left:7.8749990463256rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM.adaptive-delivery-prevent-bg, #KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM.lazyload, #KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM.lazyloading { background-image: none; }
#UQZtcLOLHhmTPkXifT02AvoaLuVwHIiT { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:13.812500715256rem;left:3.96875rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oouhR7XdbHqr2rtMxET95s6HREfuHlWC { background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0243125rem;height:2.14930625rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:18.4375rem;left:7.4999990463256rem;display:block; }
#iFMMmFZ6TecegQoTJPlJVLp4eIHxZ08W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.adaptive-delivery-prevent-bg, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyload, #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd.lazyloading { background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { border-width: 0; border-radius: 0; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { font-size:0.875rem;font-family:arial;height:163.375rem;width:75rem;position:relative;display:block; }#aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { color:#ffe7b9;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.8609557151794rem;left:22.436718940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.2);background-image:none;top:11.90546874702rem;left:1.2492179870606rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15073;background-color:#ffffff;background-image:none;top:11.90546874702rem;left:0rem;display:block; }
#ovH22LTetabH568g8L7EL5lbvtTW82BA { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:13.765626430511rem;left:6.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:15.8125rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WkAzD0W3WbvTpQTH4efd4mylCM4MWwcT { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15002;background-color:#940061;background-image:none;top:30.9375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15074;background-color:#ffffff;background-image:none;top:30.9375rem;left:0rem;display:block; }
#tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:32.375rem;left:3.75rem; }
#hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:32.6875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { color:#ffffff;display:block;width:46.75rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:35.1875rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:40.5rem;left:61.875rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d07c0852-b2f9-4f28-82de-8d7bf604a2f4/17.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:32.375rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.adaptive-delivery-prevent-bg, #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.lazyload, #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5.lazyloading { background-image: none; }
#lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { color:#ffffff;display:block;width:56.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:40.4375rem;left:3.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.2);background-image:none;top:81.75rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;top:81.75rem;left:0rem;display:block; }
#J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:83.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:85.6875rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:83.3125rem;left:3.75rem; }
#Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { box-sizing:content-box;height:15.625rem;width:0.0625rem;position:absolute;display:block;z-index:15082;background-color:#ffffff;background-image:none;top:46.9375rem;left:0rem;display:block; }
#I9kaW1btsD2TByNeJTgtvXxSvew0FBW6 { box-sizing:content-box;height:15.625rem;width:73.75rem;position:absolute;display:block;z-index:14998;background-color:#940061;background-image:none;top:46.9375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15083;opacity:1;top:48.4375rem;left:3.75rem; }
#cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;top:48.765630722046rem;left:6.4913187026975rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { color:#ffffff;display:block;width:51.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:51.25rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { color:#ffffff;display:block;width:51.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:56.5rem;left:3.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/349c279b-e91d-4a2d-8c85-dd0f49afb2a1/dyplhigAgataBoska.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.625rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.adaptive-delivery-prevent-bg, #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.lazyload, #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ.lazyloading { background-image: none; }
#LXBs4W8McDnMNTrzFX7mZuUounKmB22d { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:57.6875rem;left:61.875rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15090;background-color:#ffffff;background-image:none;top:65.375rem;left:0rem;display:block; }
#wgKefT8mxvkcSpomm2ari4LmOUoBhGia { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15008;background-color:#940061;background-image:none;top:65.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { color:#ffffff;display:block;width:56.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:73.936706542969rem;left:3.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { color:#ffffff;display:block;width:55.37475rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:69.374389648438rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15091;opacity:1;top:66.9375rem;left:3.75rem; }
#vl6mRnwheWibkrktXRhPyM2JwTbExVCm { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:67.25rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:75rem;left:61.875rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b7dab6d0-7c86-48c2-86b6-66a1a7001f95/TURYAKATARZYNAZDJCIE11.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:67.0625rem;left:63.8125rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.adaptive-delivery-prevent-bg, #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.lazyload, #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM.lazyloading { background-image: none; }
#J3oZK1FOAZNusRwApqMTqiuwkG55DClh { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:92.5rem;left:0rem;display:block; }
#DNG3TMVUSXSKM0BWJVhdTGqSQxWo3o7e { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:#940061;background-image:none;top:92.5rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:94.1875rem;left:3.75rem; }
#hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:94.5rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { color:#ffffff;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:97rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { color:#ffffff;display:block;width:54.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:99.9375rem;left:3.7482633590698rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { color:#ffffff;display:block;width:10.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:102.01737403869rem;left:61.874997138977rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d0cf8033-88cd-4f94-ad22-d3bf50d7bb0e/PaweKowalczyk.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:94.186632156375rem;left:63.826390266419rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.adaptive-delivery-prevent-bg, #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.lazyload, #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R.lazyloading { background-image: none; }
#TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;top:108.8125rem;left:0rem;display:block; }
#eT4qFoyL9zB5BNHlIbpFaaZIMr1HTaLR { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:#940061;background-image:none;top:108.8125rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#mwZNQ3JJ0VSwuCzuzLsLzXxs74m90Zi9 { color:#ffffff;display:block;width:57.375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:113.4375rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UUKr2cnzZC0MILbMfJMNUy0MIkvZ1C6I { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15099;opacity:1;top:110.5rem;left:3.75rem; }
#T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:110.8125rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#ye5XJdG8kEZS3Lp1PoMH6zae2Rt0Q4Xz { color:#ffffff;display:block;width:16.375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15087;line-height:1.3;letter-spacing:0;top:118.375rem;left:3.75rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QUf4TyPrgcHNoKXGZx6OibfwxOTbsCff { color:#ffffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:117.50000953674rem;left:61.812497138977rem;height:3.41210625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c4e29298-5678-4c60-8a92-d15e60d23f9d/Wykadowcy2.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:109.87501335144rem;left:63.826390266419rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz.adaptive-delivery-prevent-bg, #lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz.lazyload, #lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz.lazyloading { background-image: none; }
#bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:#ffffff;background-image:none;top:124.9375rem;left:0rem;display:block; }
#omQEzCPqGy9Iq5mFqBl2omgFOiIvMP4I { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15024;background-color:#940061;background-image:none;top:124.9375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#piaABe1itHA2b70febEpZtzs53JQ1TSQ { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:129.4375rem;left:3.75rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qGGx9oUFmZbCUwVzWkFtGNLZtcbdWU2q { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15107;opacity:1;top:126.5625rem;left:3.75rem; }
#p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15093;line-height:1.3;letter-spacing:0;top:126.875rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#bk93oQhH6WAilAHHWLVXWUKIe7OK48wO { color:#ffffff;display:block;width:50.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:134.375rem;left:3.75rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EmoAPwEqfkVPCFALFDxam0443l3KewNP { color:#ffffff;display:block;width:11rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15088;line-height:1.3;letter-spacing:0;top:134.45662307739rem;left:61.812497138977rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F62Azu7itxyur4h5CSs1ffGJczS9q0A1 { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3a7cff71-056a-4174-a2f4-b752b1e8fbfb/4.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:126.56252479553rem;left:63.826390266419rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#F62Azu7itxyur4h5CSs1ffGJczS9q0A1.adaptive-delivery-prevent-bg, #F62Azu7itxyur4h5CSs1ffGJczS9q0A1.lazyload, #F62Azu7itxyur4h5CSs1ffGJczS9q0A1.lazyloading { background-image: none; }
#SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(255,255,255,0.2);background-image:none;top:21.375rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:25.25rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:22.875rem;left:3.75rem; }
#g7thxqGXeNWrc51JoaTbPMiZiEL6clww { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:23.1875rem;left:6.4375rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { box-sizing:content-box;height:7.5rem;width:0.0625rem;position:absolute;display:block;z-index:15078;background-color:#ffffff;background-image:none;top:21.375rem;left:0rem;display:block; }
#ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15109;opacity:1;top:13.437500238419rem;left:3.7482633590698rem; }
#dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.2);background-image:none;top:140.75rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#wqzguPIFzvO02qJTslg0VgZfEAAPIigC { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:142.625rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:144.6875rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15016;background-color:rgba(255,255,255,0.2);background-image:none;top:150.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#QASaABJHRvlLKPhtqBocCIykTrGcTx8p { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15090;opacity:1;top:152.125rem;left:3.75rem;display:none; }
#nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:152.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:154.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#v5onCIIrOXIucR9KNsHvlJt0lQOmunii { box-sizing:content-box;height:7.5rem;width:73.75rem;position:absolute;display:block;z-index:15021;background-color:rgba(255,255,255,0.2);background-image:none;top:160.5625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { color:#ffffff;display:block;width:19.3125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:164.5rem;left:3.75rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#NfIv31FyTmdEu54VrLswmWQyvbbzUdta { color:#ffffff;display:block;width:6.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15080;line-height:1.3;letter-spacing:0;top:162.4375rem;left:6.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:142.10850715637rem;left:3.7482633590698rem;display:none; }
#QImNRTiTTIQTy8b66znDimd21Di6FZSI { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15111;opacity:1;top:162.04685783386rem;left:3.7482633590698rem;display:none; }
#Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:157.3125rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15113;background-color:#ffffff;background-image:none;top:141.0625rem;left:0rem;display:block; }
#tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { box-sizing:content-box;height:13.4375rem;width:73.75rem;position:absolute;display:block;z-index:15031;background-color:#940061;background-image:none;top:141.0625rem;left:1.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:700;z-index:15101;line-height:1.3;letter-spacing:0;top:145.75rem;left:3.75rem;height:2.03125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:142.6875rem;left:3.75rem; }
#zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { color:#ffffff;display:block;width:49rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15102;line-height:1.3;letter-spacing:0;top:148.76250076294rem;left:3.75rem;height:3.65625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T4OmevSop8hl273e9F38UfnsFSSNm2BS { color:#ffffff;display:block;width:13.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15095;line-height:1.3;letter-spacing:0;top:150.90625rem;left:60.718750953674rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { box-sizing:content-box;height:6.75rem;width:6.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15038;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f6ba163f-8313-4f0f-81ca-44500e4e081a/Wykadowcy1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:142.91250038147rem;left:63.837502479556rem;border-top:0.125rem solid #ffe7b9;border-left:0.125rem solid #ffe7b9;border-right:0.125rem solid #ffe7b9;border-bottom:0.125rem solid #ffe7b9;display:block; }#Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.adaptive-delivery-prevent-bg, #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.lazyload, #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D.lazyloading { background-image: none; }
#HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { box-sizing:content-box;height:13.4375rem;width:0.0625rem;position:absolute;display:block;z-index:15106;background-color:#ffffff;background-image:none;top:124.9375rem;left:0rem;display:none; }
#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container { background-color: transparent; background-image: none; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container > .video-iframe-container { display: none; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row > .video-iframe-container { display: none; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .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); }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container { border-width: 0; border-radius: 0; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { color:#7c0244;display:block;width:30.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.9234457015991rem;left:22.436718940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { background-color: transparent; background-image: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container > .video-iframe-container { display: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { display: none; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .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); }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { border-width: 0; border-radius: 0; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { box-sizing:content-box;height:18.1875rem;width:34.5rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,246,225,0.52);background-image:none;top:6.25rem;left:1.5rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { color:#ffffff;display:block;width:7rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15114;line-height:1.3;letter-spacing:0;top:14.0625rem;left:15.25rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { color:#000000;display:block;width:19rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:16.875rem;left:9.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { box-sizing:content-box;height:2rem;width:13.0625rem;position:absolute;display:block;z-index:15011;background-color:#7c0244;background-image:none;top:13.6875rem;left:12.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:10.5rem;left:11.405468940735rem;height:2.2753875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { color:#000000;display:block;width:14.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;top:21.625rem;left:11.375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:11.066284179688rem;left:40.5615234375rem;height:5.84895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PI57aOQqpHvFSc5L47lICKrq7SekDtnO { box-sizing:content-box;height:7rem;width:7rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/121861e9-bd92-4f4a-8004-c20ab9452b93/WykadowcySesjanaukowa.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.125rem;left:15.150000572204rem;border-top:0.125rem solid #7c0244;border-left:0.125rem solid #7c0244;border-right:0.125rem solid #7c0244;border-bottom:0.125rem solid #7c0244;display:block; }#PI57aOQqpHvFSc5L47lICKrq7SekDtnO.adaptive-delivery-prevent-bg, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyload, #PI57aOQqpHvFSc5L47lICKrq7SekDtnO.lazyloading { background-image: none; }
#B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { color:#000000;display:block;width:31.3745rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:6.25rem;left:40.5615234375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#gM7nbcWK2W4euWmm5Jw7E71WmTK7Tam5 { color:#7c0244;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:18.628540039062rem;left:40.5615234375rem;height:2.5183125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { color:#000000;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:14.1875rem;left:40.75rem;height:5.85rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#940061;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container { background-color: transparent; background-image: none; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container > .video-iframe-container { display: none; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row > .video-iframe-container { display: none; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .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); }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container { border-width: 0; border-radius: 0; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#mhoqTTl7alILeH52RUOzyslHUD1NibXw { box-sizing:content-box;height:33.5625rem;width:61.125rem;position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;top:5.46875rem;left:6.9375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#GCKxofC1qAVPT3ct7Nb62fy8xQzMnpED { color:#ffe7b9;display:block;width:53.625rem;position:absolute;font-family:poppins;font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.25rem;left:10.1875rem;height:4.2249625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J1ihXEQbqTc0KpUIr3VHS3XpR2mzcKbE { color:#ffffff;display:block;width:28.5608125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:22.625rem;left:10.1875rem;height:6.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TIPry15nAvaUz9cLmlpmSt2cvKnsQFop { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.999625rem;width:33.999625rem;top:5.999755859375rem;left:38.748168945312rem;overflow:hidden;display:block; }
#Ap787DtmkGJVDO12JC0JoVQPsTiI0dMW { color:#ffe7b9;display:block;width:28.5608125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:13.0625rem;left:10.1875rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KOU4x0B5v5yxOWDgI2iD5szWNWSgS4Bw { box-sizing:content-box;height:5.99975625rem;width:17.437125rem;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.2);background-image:none;top:31rem;left:10.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;display:block; }
#TnTyWzeNrx3hOQRvrKB3gfDgbRV5pZbQ { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:32.625rem;left:15.5625rem;height:2.761725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AK7RAlcCUk8ZSzB5Akv0NfgTIEB76354 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:32.75rem;left:11.8125rem; }
#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container { background-color: transparent; background-image: none; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container > .video-iframe-container { display: none; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row > .video-iframe-container { display: none; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .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); }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container { border-width: 0; border-radius: 0; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;position:relative;display:block; }#oKOR7kWpgpI9qtv6V7tLZ2kmvpW0ZKIz { color:#ffe7b9;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.625rem;left:13.749218940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row .container { border-width: 0; border-radius: 0; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row .container { font-size:0.875rem;font-family:arial;height:39.6875rem;width:75rem;position:relative;display:none; }#zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:14.9375rem;left:36.937500953674rem;height:13.2625rem;text-align:left;text-align-last:left;display:block; }#zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv li:before{  }
#fQNaaqMFtOOuozQPKx0KUxtWThC4vat6 { color:#000000;display:block;width:15.24925rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:12.25rem;left:36.937500953674rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mfptPC94bbcnSNEf59UEgVLuOORk5gbl { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:20.106250762939rem;left:18.874218940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v5r5t5Tm8wMhAyfggItcL0XGMZEmWyO6 { color:#000000;display:block;width:17.6241875rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:6.3125rem;left:15.249999046326rem;height:2.71875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HF3rSVzu79kui7inmg2Lz5UFmB641S7L { box-sizing:content-box;height:0.06171875rem;width:43.75rem;position:absolute;display:block;z-index:15042;background-color:#000000;background-image:none;top:9.625rem;left:15.249218940735rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v47dt5OiOWpt2srdFmpsDpeATDrP60PT { position:absolute;display:block;z-index:15034;background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #7c0244;border-left:0.0625rem dashed #7c0244;border-right:0.0625rem dashed #7c0244;border-bottom:0.0625rem dashed #7c0244;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.4375rem;width:56.625rem;top:3.0625rem;left:9.186718940735rem;display:block; }
#UL1WI2PwQKMPoINT5LSJE0aecmEO8Jir { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#zLvCzdgAAWJg59izri7t6aTDOItO19nK { color:#000000;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:13.71249961853rem;left:15.249218940735rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tO4fKyZ9mlpvifGBPTw4XUHVSQMOiiZ2 { color:#727272;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:25.5625rem;left:15.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#n4gIewWC8QKTvN97yiNfy01A4ypU5REs { z-index:15043;top:24.500000476837rem;left:15.249218940735rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#i0x5MP8tTcnRmobn0rIibhCzMHdB978H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P21FXQeWs0GwJ9pWk9tqHkw3cng1JUJs { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.875rem;left:38.8125rem;display:none; }
#L5AC2RLOeOK1ZVgKGnCX5H4qrCmqTwqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJWsP3cRmZE5ZFWyB96v8N0KWLRFQBry { color:#4f4f4f;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:11.762500762939rem;left:15.249218940735rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:23.5625rem;left:36.937500953674rem;height:;text-align:left;text-align-last:left;display:none; }#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR li:before{  }
#T7TK0D1CqHx2sQPSyWa53RJozJwFMf9D { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:20.106251239777rem;left:15.249218940735rem;height:2.925rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Pl1iyJC1dT892icKWFaOPqS8NntZxszq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:20.44375038147rem;left:15.249218940735rem; }
#X3dXKt8eibM34wxZITQs4rDysAdMGkZ1 { color:#000000;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:6.5343747138975rem;left:20.687499046326rem;height:2.275rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container { background-color: transparent; background-image: none; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container > .video-iframe-container { display: none; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row > .video-iframe-container { display: none; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .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); }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container { border-width: 0; border-radius: 0; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#MfhknBa60zBL5MPy9ThlFOl0fegnTxen { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32rem;width:21.1875rem;top:9.5000004768369rem;left:26.938282966614rem;overflow:hidden;display:block; }
#HHPDepwsMmMPIdWbxHT8oqAkBlm3BTzi { position:absolute;display:block;z-index:15035;background-color:#ffe7b9;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #7c0244;border-left:0.0625rem dashed #7c0244;border-right:0.0625rem dashed #7c0244;border-bottom:0.0625rem dashed #7c0244;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.25rem;width:22.25rem;top:4.5429697036743rem;left:7.762499809265rem;display:block; }
#Tm8c41QJO6LJ2u7KhGXbeegiZO8g7ABp { position:absolute;display:block;z-index:15036;background-color:#940061;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffe7b9;border-left:0.0625rem dashed #ffe7b9;border-right:0.0625rem dashed #ffe7b9;border-bottom:0.0625rem dashed #ffe7b9;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:46.25rem;width:21.875rem;top:4.54296875rem;left:45.262501716614rem;display:block; }
#dtn07pFhNdxaQRlyhFqwCelZcXh0xuGq { color:#000000;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:9.9375rem;left:10.3125rem;height:2.71928125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qgZSMtNKXMaN5Dl4ecTP15MvnNqnTSFA { color:#ffffff;display:block;width:15rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:9.9375rem;left:47.25rem;height:2.71928125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGNstpgHk0yVT9i78ikzdn1IpwAihlGs { box-sizing:content-box;height:0.0609375rem;width:6.25rem;position:absolute;display:block;z-index:15044;background-color:#000000;background-image:none;top:13.375rem;left:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tPOBnpQUT1fzfB3URaIzhI2TnieuAfRU { box-sizing:content-box;height:0.0609375rem;width:6.25rem;position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;top:13.4375rem;left:47.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T1cPzD2CZG2EUnRJqiC0mDMOk0CKy1Tv { color:#000000;display:block;width:12rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:23.8125rem;left:10.3125rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LwmzASgum3OE7SXMPmePh1HMuvchxFIA { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:26.25rem;left:10.25rem;height:;text-align:left;text-align-last:left;display:block; }#LwmzASgum3OE7SXMPmePh1HMuvchxFIA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LwmzASgum3OE7SXMPmePh1HMuvchxFIA li:before{  }
#IIEwkiBFHH7kHxOh2pGnXkgqfdPTFJ6J { color:#4f4f4f;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:15.125rem;left:10.3125rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZC2zhmdtDamDLixhFv72FTrgOGraRbVl { color:#d14c88;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:17rem;left:10.3125rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OqzlemplwoT7RcRRb4ZE6XNIkrEeEmR6 { z-index:15044;top:41.125rem;left:10.25rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xokI17c3wRTxnq8MFqn7q8GF029KTmbF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yib6nRFhO97gZI4mcbgIV3vMRQ3uWhR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:46rem;left:10.25rem; }
#kqTf4znZBgqOOctSXMUyl4l8rMkgRdkU { color:#000000;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:45.9375rem;left:13.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqxL8Lr88TkoVXRfTD25O34cStpqiOU5 { color:#000000;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:15.1875rem;left:47.25rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c1E7ulTgFWQM2dkGkDmU9AUssMek07CV { color:#ffe7b9;display:block;width:15.99925rem;position:absolute;font-family:poppins;font-size:4.375rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:17.0625rem;left:47.25rem;height:5.6875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OJZmKoPVx5AstC7E3LTkUg3QMqtVUoyV { color:#ffffff;display:block;width:11.9995rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:23.812255859375rem;left:47.249755859375rem;height:1.4624rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG { color:#ffffff;display:block;width:17.062375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:26.25rem;left:47.249755859375rem;height:11.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG li:before{  }
#CpyRBGISXLUltg4soR5ebN1MRmJJ6thI { z-index:15045;top:41.125rem;left:47.25rem;background-color:#ffe7b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#DAbEeTgSiXLfe5rGNOoxQs3KxUpoZVL1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m4cDsV41BAd49b5CNbtc4yq1db9veTps { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15065;opacity:1;top:45.9375rem;left:47.25rem; }
#wo5DEwmBAX3p80WLUCRa4b34x4Qe0xt0 { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:45.875rem;left:50.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xys0r05U1WuTMUUhnilZhHEFL21IphER { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.0625rem;left:10.3125rem;overflow:hidden;display:block; }
#RepvlteV9XPe15o2pvlqADAcsUNcBPqz { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:7.125rem;left:47.25rem;overflow:hidden;display:block; }
#CtguHDhNycwXIe32m1WqG1FXiy7gvmrS { color:#ffffff;display:block;width:13.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:45.875rem;left:50.1875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm.adaptive-delivery-prevent-bg, #iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm.lazyload, #iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm.lazyloading { background-image: none; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm > .row .container { border-width: 0; border-radius: 0; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:none; }#D6vfhBIR6hO4zQ6EWB7BJdeTLTTe8UcC { box-sizing:content-box;height:29.625rem;width:64.0625rem;position:absolute;display:block;z-index:15003;background-color:#940061;background-image:none;top:4.5000004768372rem;left:5.46875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#HFKr4MkslinCqLwTHt7cM4yGmq9qb0Nh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.25rem;width:31.25rem;top:3.6875004768372rem;left:43.750000953674rem;overflow:hidden;display:block; }
#TITOsUvvlUnMMBmPuP2UOxUw2dlTvLPz { color:#ffe7b9;display:block;width:35.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.25rem;left:9.375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#m6ruSFTXKMLBlNA2mhCbUAuP4BpUe54g { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:13.25rem;left:9.375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OKxecqK1U3IFUaFq0e33lGxJH6tBv2na { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:21.375rem;left:13.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IVwFVQTswpzCVt4wad2katfrAQfH88fr { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:2.9375rem;top:21.5rem;left:9.375rem;overflow:hidden;display:block; }
#d4uaPKP6dqamdPV7uDcXErPtfw43TbTn { z-index:15044;top:26.625rem;left:9.375rem;background-color:#ffe7b9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#H4pnDz56osGn1DB9W3L6ngAvGTzLwBqr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JJ2Dq7mwiIQC5UAbt2ziD50PdChtP6ha { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:21.375rem;left:13.625rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { background-color: transparent; background-image: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container > .video-iframe-container { display: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container { display: none; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .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); }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { border-width: 0; border-radius: 0; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#qZHZmOdh87SgWiB8cPRN0qZVyIdus4M9 { color:#7c0244;display:block;width:59.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:7.79296875rem;left:7.967968940735rem;height:2.19993125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T16Uh8lWJ2lTww0sWEA3h6CQBdslLgTl { color:#000000;display:block;width:55.375rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:11.496879577637rem;left:10.185936927796rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RFd2oLWhqtxFi2CvQaclZE75fBP0TI4D { color:#7c0244;display:block;width:42rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.35546875rem;left:16.499218940735rem;height:3.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffe7b9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container { background-color: transparent; background-image: none; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container > .video-iframe-container { display: none; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row > .video-iframe-container { display: none; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .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); }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container { border-width: 0; border-radius: 0; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;position:relative;display:block; }#Ow0CDMeSSOrAyFH50T5SDc5D3XAVrbQs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.375rem;left:5.625rem;overflow:hidden;display:block; }
#z2oWUfJ61GLuykFGZQHPx4xOO05TNcUL { color:#7c0244;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:12.75rem;left:3.875rem;height:2.8869625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESzFER9PFXMseFmsVhtiOigZfiOTNoi1 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.375rem;left:24.375000953674rem;overflow:hidden;display:block; }
#DX21zFtKUqKkPgmKttA913aXT0FExGXo { color:#7c0244;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.1;letter-spacing:0;top:12.75rem;left:22.625000953674rem;height:2.8869625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GLqdX0aZouxSxnF0eFrOO9X5S1ToWVNA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.375rem;left:43.125000953674rem;overflow:hidden;display:block; }
#H3FQ49Zyol9N8pr9UcFpBt5Zrb2c2faM { color:#7c0244;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:12.75rem;left:41.375000953674rem;height:2.8869625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsXea7uXDTt7PVlWQE06xo4VtfJ5XvPp { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:7.5rem;top:3.375rem;left:61.875000953674rem;overflow:hidden;display:block; }
#BxPCQ3fHETzulz0c7WLOUsGDSBiBXa1i { color:#7c0244;display:block;width:11rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:15006;line-height:1.1;letter-spacing:0;top:12.75rem;left:60.124997138977rem;height:2.8869625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container { background-color: transparent; background-image: none; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container > .video-iframe-container { display: none; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row > .video-iframe-container { display: none; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .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); }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container { border-width: 0; border-radius: 0; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#k9F76kJ4xMg0yCRoaSFh7A97ZqaUt28Z { color:#d14c88;display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.546875rem;left:9.749218940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OJbq96WmAdxpriGsE7TB5OR6os4DC0OZ { color:#000000;display:block;width:43.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:9.110902786255rem;left:15.624218940735rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container { background-color: transparent; background-image: none; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container > .video-iframe-container { display: none; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row > .video-iframe-container { display: none; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .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); }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container { border-width: 0; border-radius: 0; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#iPETbr0yDSE6htGcTsX6iTI4eGZ2XkmD { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:3.5rem;left:6.875rem;overflow:hidden;display:block; }
#sOyTBUTmfxmXdbovIWyXEs5EX4KoURdr { color:#000000;display:block;width:12.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:12.375rem;left:3rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NbpXW8rpMEPWUO9sXWF8gQeRATgBnGbV { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;top:9.9375rem;left:5.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTAGHkm7ZolqenOFq8P2TIWFRnTI5aay { position:absolute;display:block;z-index:15062;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:3.4999990463257rem;left:25.625000953674rem;overflow:hidden;display:block; }
#yT0642ROyKgx4oTQph8Tu1k4XJF5U9Fm { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:9.9875011444094rem;left:24.125000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kn38VvvIFB0OJkv2woFnFilJh6X6AKMI { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:12.375rem;left:20.592968940735rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#clQ7o5x4rdvQp8cqZHZdCdb1h5cOx1uz { position:absolute;display:block;z-index:15063;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:3.5rem;left:44.375000953674rem;overflow:hidden;display:block; }
#tqapyEOUvIPORIUlSmf82IOwhh9CybMi { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:9.9875011444094rem;left:42.875000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtoTIRyOwilbwL3X3Vv7XtyCLZ0ZS3kr { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:12.375rem;left:39.343750953674rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SrTfD7yPQnJxx7tUiM3Ldd4cIRadIBdK { position:absolute;display:block;z-index:15064;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:3.5rem;left:63.125000953675rem;overflow:hidden;display:block; }
#oZl2IitCVKrSg3qHnZX06arMzzmqilCH { color:#000000;display:block;width:8rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:9.9875011444094rem;left:61.625000953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nc75c23Ve0Rf9tOxoON5HI2xFQBx1CX4 { color:#000000;display:block;width:15.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:12.375rem;left:58.093750953674rem;height:1.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FyutDJeKck3UXA0H453iyUpBCA568iBx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7c0244;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FyutDJeKck3UXA0H453iyUpBCA568iBx.adaptive-delivery-prevent-bg, #FyutDJeKck3UXA0H453iyUpBCA568iBx.lazyload, #FyutDJeKck3UXA0H453iyUpBCA568iBx.lazyloading { background-image: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { background-color: transparent; background-image: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container > .video-iframe-container { display: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row > .video-iframe-container { display: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .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); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { border-width: 0; border-radius: 0; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { font-size:0.875rem;font-family:arial;height:91.8125rem;width:75rem;position:relative;display:block; }#fgXaTApXCyRvp28oJk7Dy1ka0whZmdxL { position:absolute;display:block;z-index:15001;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:15.5rem;left:11.9375rem;overflow:hidden;display:block; }
#AIik6TRq3AVAlTv5zuyuodh2ZkHByOE8 { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #f7d494;border-left:0.0625rem dashed #f7d494;border-right:0.0625rem dashed #f7d494;border-bottom:0.0625rem dashed #f7d494;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:15rem;left:11.4375rem;display:block; }
#tF8pTUG8AualLpViQGPbdMK3JON3wRpU { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:31.376563072204rem;left:9.4859380722044rem;height:9.59765rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#fV5kJFQ5lhLXBWRZsRpRQcq9q9Qko3By { position:absolute;display:block;z-index:14999;background-color:#fbfbfb;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:18.75rem;top:13.1875rem;left:7.6249990463256rem;display:block; }
#bvQJsX4oG1o7Ooezur8fEXRT1LkOKl4G { position:absolute;display:block;z-index:15006;background-color:#fbfbfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:18.75rem;top:13.1875rem;left:28.25rem;display:block; }
#MX12nDCHUxnPHGm4ncO75GEL2mdZe34C { color:#000000;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:30.576563835144rem;left:30.031250953674rem;height:11.197275rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#x6EOeW4fUg8HAsVDaEwMfH9BPixVEtGZ { position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #f7d494;border-left:0.0625rem dashed #f7d494;border-right:0.0625rem dashed #f7d494;border-bottom:0.0625rem dashed #f7d494;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:15rem;left:32.0625rem;display:block; }
#vU7tqVWk4l3l68lonkmvRWA6wiZrMeTr { position:absolute;display:block;z-index:15008;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:15.5rem;left:32.5625rem;overflow:hidden;display:block; }
#OJPJdDSrTlEh8nhEefz4DJtR42TtUlP7 { position:absolute;display:block;z-index:15013;background-color:#fbfbfb;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:34.6875rem;width:18.75rem;top:13.1875rem;left:48.625rem;display:block; }
#HxCVK4KankqFum9c0BoGDXvQsPriZU6I { color:#000000;display:block;width:15.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:30.576563835144rem;left:50.437500953674rem;height:11.19725rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iwTWgzecTbSQmb0Iar4wKcEcFV1bwLBm { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #f7d494;border-left:0.0625rem dashed #f7d494;border-right:0.0625rem dashed #f7d494;border-bottom:0.0625rem dashed #f7d494;border-top-left-radius:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: none;height:11.375rem;width:11.375rem;top:15rem;left:52.4375rem;display:block; }
#W2Rc8sMZJny2ZokEEnL2o4xik4LWOiVg { position:absolute;display:block;z-index:15015;border-top:0.0625rem solid #f7d494;border-left:0.0625rem solid #f7d494;border-right:0.0625rem solid #f7d494;border-bottom:0.0625rem solid #f7d494;border-top-left-radius:8.375rem;border-top-right-radius:8.375rem;border-bottom-left-radius:8.375rem;border-bottom-right-radius:8.375rem;box-shadow: none;height:10.3125rem;width:10.3125rem;top:15.5rem;left:52.9375rem;overflow:hidden;display:block; }
#znxpRGBeTfEaAhLBOdXGsDH95NEV8yP2 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:11.1875rem;left:7.625rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#bxB3arDfgW6JFffDtXbl6x406gAc7V50 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15019;line-height:1.6;letter-spacing:0;top:11.3125rem;left:28.25rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#FOwGPxUMXIfNJ9uTuzB8UkxM6vsUcHl7 { color:#000000;display:block;width:6.875rem;position:absolute;font-family:ubuntu;font-size:8.75rem;font-weight:400;z-index:15020;line-height:1.6;letter-spacing:0;top:11.3125rem;left:48.625rem;height:14rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#key1ErBsph9oPmREqULFNo2SxKdKlkdH { color:#000000;display:block;width:11.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.6;letter-spacing:0;top:27.687500953674rem;left:11.423438072204rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4swzIhkKNrvL1OpMdx8D3RX7Q753h8s { color:#ffe7b9;display:block;width:36.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:19.811718940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qp5ClxbJHVF3oSmwt4AiF5WKTuepktlp { color:#000000;display:block;width:15.749125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15025;line-height:1.6;letter-spacing:0;top:27.687500953674rem;left:29.625782966614rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tTHkS7lCEdiPEmWAgnIBHeeT9AGz6F4b { color:#000000;display:block;width:15.749125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15026;line-height:1.6;letter-spacing:0;top:27.687500953674rem;left:50.125782966614rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RzpL47QPEHGPO2qiakzQZqR9iUd6DngT { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.5625rem;top:43.025002479553rem;left:10.360938072204rem;overflow:hidden;display:block; }
#vtVqludnblKlWQNTvuAqGkdnRnDvbBTH { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.5625rem;top:43.025002479553rem;left:30.718750953674rem;overflow:hidden;display:block; }
#mvxTGx5TbcW1IRKILXe3oApTF9LnFi2R { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:13.5625rem;top:43.025002479553rem;left:51.218750953674rem;overflow:hidden;display:block; }
#ah5ce8CLX8PHcPFqzKVUJGxuwrWOLEfe { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:52.9375rem;left:17.499218940735rem;display:block; }
#HA2UvuNMW57dFxTNaosuXi92F1wBd15T { color:#fbfbfb;display:block;width:41.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:78.868749618531rem;left:16.780468940735rem;height:3.4118625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khnCTUqgfvksJzwILM85KGzHXa1OrlES { z-index:15005;top:84.125rem;left:27.156250953674rem;background-color:#d14c88;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.6875rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OAEZeeT2lNnNDOustbT1URa1TEd3zJ8k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.6), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.6), #000000);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { background-color: transparent; background-image: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .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); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { border-width: 0; border-radius: 0; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { font-size:0.875rem;font-family:arial;height:56.4375rem;width:75rem;position:relative;display:block; }#Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { color:#fbfbfb;display:block;width:18.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:11.25rem;left:9.4375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#My2kXqex2dho5hkddkpphRtg7An1IFAu { color:#fbfbfb;display:block;width:13.625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.136718273163rem;left:9.436718940735rem;height:2.5989625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:11.5625rem;left:6.0625rem; }
#H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { color:#ffe7b9;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5437504053116rem;left:6.0625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { z-index:15023;top:12.424218773842rem;left:30.9375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ffe7b9;border-left:0.0625rem solid #ffe7b9;border-right:0.0625rem solid #ffe7b9;border-bottom:0.0625rem solid #ffe7b9;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffe7b9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.275rem;height:3.65rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQqHKbkIsxd6batPk7C5DmygeF4BA6It { box-sizing:content-box;height:31.1875rem;width:63rem;position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe857ff3-45d3-4abb-b652-b8f9b83c92cd/20201102.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:21.303161621094rem;left:6.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }#bQqHKbkIsxd6batPk7C5DmygeF4BA6It.adaptive-delivery-prevent-bg, #bQqHKbkIsxd6batPk7C5DmygeF4BA6It.lazyload, #bQqHKbkIsxd6batPk7C5DmygeF4BA6It.lazyloading { background-image: none; }
#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { background-color: transparent; background-image: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { display: none; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .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); }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { border-width: 0; border-radius: 0; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { font-size:0.875rem;font-family:arial;height:38rem;width:75rem;position:relative;display:block; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.375rem;font-family:poppins;font-style:normal;height:auto;color:#000000; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:poppins;font-weight:300;font-style:normal; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger { width:1.875rem;min-width:1.875rem;height:1.875rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_315909dc118a567be382ac46e051f6f0.svg");background-size:contain !important; }#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.adaptive-delivery-prevent-bg, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyload, #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-trigger.lazyloading { background-image: none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { box-sizing:content-box;height:auto;width:72.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15016;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:12.435191065073rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #vhNpx9qJEVM7iD8Gc9pTPt3pOTKoo327 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #S2qXVbTiWLxnIo0vlA9uEzLfycKaXEDb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #STwhOp8HFhVR4VzMbT3HtThNO2nqtTrI { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #Ofa6ALMl64m1bWgG3a2BNcPCGnncEJ7q {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #mn1lmO4Lai7askhDGdGTgQCuIkPE7PGa { display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo { display:none; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd { display:block;position:relative; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv { display:none; }
#UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { color:#ffe7b9;display:block;width:74.9375rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.7487564086914rem;left:0.062320709228516rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { background-color: transparent; background-image: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { display: none; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .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); }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { border-width: 0; border-radius: 0; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:75rem;position:relative;display:block; }#ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.875rem;left:6.3125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:13.75rem;top:20.374973297119rem;left:39.437500953674rem;overflow:hidden;display:block; }
#rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:12.5rem;top:11.999973297119rem;left:23.242188453674rem;overflow:hidden;display:block; }
#Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:8.3125rem;top:10.874105453491rem;left:41.562500953674rem;overflow:hidden;display:block; }
#qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.75rem;top:26.15625rem;left:6.3125rem;overflow:hidden;display:block; }
#RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { color:#000000;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:48.75rem;left:6.3125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:13rem;top:48.375rem;left:29.9375rem;overflow:hidden;display:block; }
#QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { color:#000000;display:block;width:33.125rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:57.125rem;left:6.3125rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NytyIlXBdADDKohJ2mA859GpfLbCzbgt { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06163125rem;width:9.749125rem;top:21.341987609863rem;left:24.616318702698rem;overflow:hidden;display:block; }
#RZDOq05bhIum8i4My4mXtz3htmzRXvtI { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:10.375rem;top:30.90625rem;left:24.187500953674rem;overflow:hidden;display:block; }
#ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:9.3125rem;top:13.749105453491rem;left:56.999135017395rem;overflow:hidden;display:block; }
#HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:12.625rem;top:21.780355453491rem;left:55.342885017395rem;overflow:hidden;display:block; }
#PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:12.75rem;top:13.493103027344rem;left:7.2708330154419rem;overflow:hidden;display:block; }
#zetVZ7DrqesXP83SVoJaFXoIecXJShTi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:15.0625rem;top:57.8125rem;left:36.5rem;overflow:hidden;display:block; }
#LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:13.125rem;top:30.78125rem;left:39.750000953674rem;overflow:hidden;display:block; }
#vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10.1875rem;top:30.143749237061rem;left:56.560936927796rem;overflow:hidden;display:block; }
#iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:15.0625rem;top:37.28125rem;left:4.65625rem;overflow:hidden;display:block; }
#U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.187375rem;width:12.87475rem;top:20.277709960938rem;left:7.2064208984375rem;overflow:hidden;display:block; }
#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { border-top:0;border-left:0rem solid #c1a866;border-right:0rem solid #c1a866;border-bottom:0.0625rem solid #fbfbfb;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { background-color: transparent; background-image: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { display: none; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .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); }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { border-width: 0; border-radius: 0; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { font-size:0.875rem;font-family:arial;height:26.2625rem;width:75rem;position:relative;display:block; }#A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:32.9375rem;height:6.49740625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:15.9375rem;left:6.75rem;height:6.49740625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TkvJrptBPOksowv6Ag9b383rRuOqCOBI { color:#ffe7b9;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.4375rem;left:6.5625rem;height:4.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.8125rem;left:6.75rem; }
#mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.8125rem;left:32.9375rem; }
#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #fbfbfb;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { background-color: transparent; background-image: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { display: none; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .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); }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { border-width: 0; border-radius: 0; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { font-size:0.875rem;font-family:arial;height:17.95rem;width:75rem;position:relative;display:block; }#RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.625rem;left:45.1875rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.625rem;left:47.875rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#CDWStopL82076volTRL8s1HJLk4hTHuc { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.625rem;left:50.5625rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { color:#ffe7b9;display:block;width:7.93675rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.875rem;left:17.8125rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:7.5rem;height:1.375rem;text-decoration:none;z-index:15022;text-align:left;text-align-last:left;top:6.375rem;left:18.0625rem;display:block; }
#wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:8rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:8.375rem;left:18rem;display:block; }
#EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:3.9375rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:10.375rem;left:18.0625rem;display:block; }
#iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:5.125rem;height:1.375rem;text-decoration:none;z-index:15024;text-align:left;text-align-last:left;top:6.375rem;left:28.4375rem;display:block; }
#inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:6.3125rem;height:1.375rem;text-decoration:none;z-index:15025;text-align:left;text-align-last:left;top:8.375rem;left:28.4375rem;display:block; }
#CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1rem;font-weight:300;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:10.5615rem;height:1.374025rem;text-decoration:none;z-index:15026;text-align:left;text-align-last:left;top:10.4375rem;left:28.4375rem;display:block; }
#Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { color:#ffffff;display:block;width:29.8125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:4.8125rem;left:45.1875rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:9.0625rem;top:3.1875057220459rem;left:3.7795133590698rem;overflow:hidden;display:block; }
#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { background-color: transparent; background-image: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { display: none; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .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); }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { border-width: 0; border-radius: 0; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { color:#ffffff;display:block;width:6.0617875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:2.7796630859375rem;left:60.808769226074rem;height:1.31303125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74946875rem;width:7.874625rem;top:2.0614318847656rem;left:66.813743591306rem;overflow:hidden;display:block; }
#QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { color:#ffffff;display:block;width:32rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:2.236328125rem;left:1.2482242584229rem;height:2.2753875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { position:relative;display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { border-width: 0; border-radius: 0; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:relative;display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { border-width: 0; border-radius: 0; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9rem;height:3.65rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:50.875rem;left:38.8125rem;display:none; }
#ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { display:none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { width:6.5625rem;height:2.6875rem;top:0.8125rem;left:14.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block; }
 }@media only screen and (max-width: 763px) { #mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { width:7.6875rem;height:2.6875rem;top:0.8125rem;left:21.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block; }
 }@media only screen and (max-width: 763px) { #c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { width:5.9375rem;height:2.6875rem;top:0.8125rem;left:30.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block; }
 }@media only screen and (max-width: 763px) { #LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { width:10.125rem;height:2.6875rem;top:0.8125rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block; }
 }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ps8cRzATNmOlFKv31MWA1LsNAm7PRQyX { width:18.75rem;height:7.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:11.25rem;height:3rem;top:0.9375rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:1.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:1.125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:1.125rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:1.125rem;left:41.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { width:3.125rem;height:3.125rem;display:none; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:11.3125rem;height:4.0625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8tWTkGaXculsdIvREc1B8XazHwWrs8 { display:block; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N43qTz4u170KyRyTp7ilVq8iAtppEFic { width:3.125rem;height:3.125rem;display:none; }
#N43qTz4u170KyRyTp7ilVq8iAtppEFic > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA { display:none; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { top:52.4375rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block; }
 }@media only screen and (max-width: 763px) { #uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { width:14.75rem;height:3.5rem;top:52.4375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { width:38.5625rem;height:14.4375rem;top:5.625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #auOwdwmfSyDdke97VNWguvqwW9svXDCJ { width:10.375rem;height:2.75rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0cxT6CT7WzMsBT1XeNEgPId8DpkHOAA { width:37.125rem;height:6rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvhSbg9RImxqeJ7TGX2vEyb5nVEJtQG { width:2.5rem;height:2.5rem;top:24.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { width:15.4375rem;height:2.75rem;top:24.125rem;left:6.999218940735rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D { width:18rem;height:5.0625rem;display:flex;top:44.9375rem;left:0rem;z-index:15021; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HKms9TVgdreKcH5gPpdXLOUqXLHt9QQ5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #lpAvSFWMszXnW7Xtr26Zv5lozpgk2JM1 {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #TrvDlXgfrsNmdyhRNOKSoENVQJi0GgI8 {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #JVpTlsfwThwDJAnktpFlfioTC78Fsz4O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #QeewMdce3zmg20CZKR9FqH4IT5z8bOze {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #KDgOZnQic68CFdbKpPeHL2pvkHLrIIzU {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #l0a2pb1kbTBG7XD22KxnKBf7Ke2TmfDO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HwRC85PecAfGT2HIs2McJW6QVt1BdrqH {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #eraSMg1kruEZTmB5wK222vk8ytE01Q7i {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #XkoVpZm69EX1vzH0cttXXPJKOqZy59vu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #ux1sEQiAyPKDxzP7dqsRyF0UpzJabJcu {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #Lt5JUCtwIIJuxvXRDGT2NN0t3sxRds2t {  }
 }@media only screen and (max-width: 763px) { #TOxXLbFqXwvu3pO8EtqOKOZOmgoNMHxK { width:15.875rem;height:1.75rem;top:31.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iIuXBw0rO980Qf4aIX3TdMZhIOVuiE21 { width:2.1875rem;height:2.1875rem;top:24.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:50.875rem;left:7.6875rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #gRLTnQ80p5ZZx0lK28a8akqw6cKFQzSQ { width:22rem;height:39.6875rem;top:5.625rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6QuCWkNy70xOX9JExa8msZBmzFUG5Pk { width:38rem;height:1.5rem;top:49.5rem;left:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:47.75rem;height:4.0625rem;top:5.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw { display:block; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7bdkXgyg9kAi8hePKt4vOrZkDPEhl9p { width:15.6875rem;height:17.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et2srXLUhSniWz1vfkFPZ55HT5gUfhlG { width:4.0625rem;height:4.0625rem;top:3.875rem;left:0.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { width:12.8125rem;height:8.75rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0mRBAm5uFECnMG78CxN80wqpTbHT5Fm { width:15.6875rem;height:17.4375rem;top:2.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEpGNgwIrkLpl7H9erK93Au8DGwHnhK { width:15.6875rem;height:17.4375rem;top:2.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChELSVG5T9R1mXPl1O7lxV5LfpBPuip { width:15.6875rem;height:17.4375rem;top:2.5rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOrH5v5QoTO55IFSwdRrsOS5SvqAL7LA { width:3.875rem;height:3.875rem;top:3.9375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #phLJnQXfkV0b0eBCGAX8SbZEfDViEHDF { width:4.0625rem;height:4.0625rem;top:3.8125rem;left:23.968750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TWae4CBkmX85DTI80ElZapbTBTXTgJ { width:3.5rem;height:3.5rem;top:4rem;left:35.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDXUeymol671mdmZ2vLr3AyXquTQZHnr { width:10.625rem;height:5.8125rem;top:12.625rem;left:11.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #knF8fwo3V3nIIh2l9XkDA2VFaTDbxpJI { width:12.8125rem;height:7.3125rem;top:11.125rem;left:23rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWtkacbBxIUfokpw2y3F61a2EkStKE1P { width:12.8125rem;height:5.8125rem;top:12.625rem;left:34.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k { display:block; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2sneNgKvfQP6TWiWCV7HX0AkgTCslVw { width:15.6875rem;height:17.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilnm9SuvNaglM2GtOTQErqmT2TeWiqGv { width:11.9375rem;height:7.3125rem;top:11.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLLVG4JDJ1UrTxVv5S1DJzG9SfgHD7FN { width:15.6875rem;height:17.4375rem;top:2.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwxhxA4CTn5bAzATxnxvfUcg6hV8NaTc { width:15.6875rem;height:17.4375rem;top:2.5rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6iPEgPlOz3pTsbzEFMCbMAsy6AOsq7t { width:12.8125rem;height:5.8125rem;top:12.625rem;left:11.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIWvMgmqIEWJO7RRbf727PKU94iiL11Z { width:12.8125rem;height:5.8125rem;top:12.6875rem;left:23rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qln4VtrpGVdA3NyX56pFkT7v8CenNruD { width:3.75rem;height:3.75rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgc0nwc2FTADnv1F5R5TnmFLKzZFIxbv { width:3.75rem;height:3.75rem;top:4.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDyoBCUUh0ESlm9lI9TBOpdqBBWhn7Jh { width:3.75rem;height:3.75rem;top:4.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyzuqdvQKbrqdGcw793nlJVhQuITnUcG { width:45.5rem;height:1.6875rem;top:24.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go { width:2.8125rem;height:2.8125rem;top:27.3125rem;left:21.0625rem;display:block; }
#w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr { display:block; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zocUFgHbRbT3O4gccTPARAfvQNiiMMUz { width:20rem;height:13.75rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggafk58NuGXyQBK5F4yZZsTWIn4ohH70 { width:18.8125rem;height:3.5625rem;top:24.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rccgDRW7qMaNkd8858MgELx1KS8FTL18 { width:16.25rem;height:3.9375rem;top:28.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8pvtSMONrLzm637LGB2PrTVB4pbBzOO { width:20rem;height:13.75rem;top:20.75rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ShQJiBCMOECVmWeP4nHfbbVWAlNDsI { width:12.125rem;height:3.9375rem;top:28.625rem;left:33.625000953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snrRfETHgEu9b2Wa1RAf3hohLiWgCHJf { width:18.625rem;height:2.0625rem;top:24.9375rem;left:29rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxbNul5droAnz83VT0J9TufhBqkH4aI { width:20rem;height:13.75rem;top:43.375rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O79chIAi5i3Ntf6h3ru3lpCEzBI8Q4Q4 { width:12.0625rem;height:3.9375rem;top:51.25rem;left:33.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #etC6XwFCybXEV3vTeWgICZ1NatoePl3M { width:16.5625rem;height:3.5625rem;top:46.875rem;left:31.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJtLQpLRxAroyiRVVnuA6XdbwOsPABp9 { width:20rem;height:13.75rem;top:43.3125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lhrb9JxVoH6eQlzyFW0aiVAevFz2qTzc { width:12rem;height:3.9375rem;top:51.5rem;left:17.812500953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3qfetqxTQD8tBIdtPdEoJDQH3AWhOL4 { width:18.875rem;height:3.5625rem;top:47rem;left:12.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dusHIS9HX6oX84lTDAZelEeOMgMVmGlL { width:18.4375rem;height:3.5625rem;top:47rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTF5WvSPKPpsEKKnAbeylZus44e5trIo { width:20rem;height:13.75rem;top:43.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmKT7HO09RUoZ7N0yVTW6vEUwGezLKB { width:10.625rem;height:3.9375rem;top:51.5rem;left:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWbWuDQMUNuI6pMkIy7Xm5zTTBTdW3Ux { width:47.75rem;height:6.1875rem;top:4.8125rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVzztb2UwrZo61mhSi92XUhbs7x9spzQ { width:20rem;height:13.75rem;top:20.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkPwzBQNAu9c8VTTE6FSpkaVTytcQmBR { width:17rem;height:5.25rem;top:27.75rem;left:14.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68JDCgoKxk0ORvstg6qL9o2A56ZAbAO { width:15.4375rem;height:3.5625rem;top:23.5rem;left:16.093750953674rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeWTDNhWMWBV4g5B6hEFOLJ6TZ3SkXv2 { width:6.25rem;height:6.25rem;top:16.6875rem;left:4.8117189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rGge20lUfdpBB8Xmp2LtQ4W0KUBc5e { width:6.25rem;height:6.25rem;top:16.6875rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z565GfNAC58nFdpQxHwQOxPTsb4BiqrT { width:6.25rem;height:6.25rem;top:39.3125rem;left:36.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfN0aLHw0LZy3cFw1pr7Rd4QF4xnIyq { width:6.25rem;height:6.25rem;top:39.375rem;left:4.7476568222046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqsTn1xnQDasBGnKhMH62Ds6BtkEyKD { width:6.25rem;height:6.25rem;top:39.375rem;left:20.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6fwt03kPAZClofZKl6PHKD0CXK3DOu { width:6.25rem;height:6.25rem;top:16.5625rem;left:20.687500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goZ3TgB7RpZKqMxgtPBgqKq9eFg5zwzJ { width:20rem;height:26.75rem;top:11rem;left:13.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEaV8GJF0oWWkKDLGQBnxS26Vymnubcu { width:11.9375rem;height:11.9375rem;top:4.625rem;left:35.237500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Z0WVn1I5iMPam08eJ5iv9HzmHmdCqT { width:11.3125rem;height:15.125rem;top:8.3125rem;left:1.0445318222046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNHy8LW2OirrVnlfm99cp9DVg9iWJWqg { width:8.9375rem;height:11.9375rem;top:18.4375rem;left:36.737500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Urcz1ke3dx78nTZOybZTxsmiOh1ADU { width:13.5625rem;height:13.5625rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRyPryIiIrobuIk5mEHIxDXTLlpETcx { width:12.4375rem;height:15.5625rem;top:21.125rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVm73RaBDv0lPTiw3uWkQFDV3DVC4eV { width:11.9375rem;height:11.9375rem;top:32.6875rem;left:35.237500190735rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMUU03UZvmUARSURlpo6d5cJXO30DgyS { width:8.9375rem;height:11.9375rem;top:7.8125rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbzliTmAXxtabATL4cfZDgkOM7LkkRws { width:11.9375rem;height:11.9375rem;top:13.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAlokXG1tW9iTEMPiIDJmCGVOF0XvLX { width:10.9375rem;height:14.5625rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 { display:block; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUqhA5MOgXNNDdiwGOXNh5ewR1XgFHyP { top:29.5625rem;left:0rem;width:20.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9K0qEOmUCKTkB3f0QDTlxfnwyXINiE { display:block; }
 }@media only screen and (max-width: 763px) { #kK9kWJDFQVy68e6TpfpEmASmrIcXTd5R { width:35.0625rem;height:43.875rem;top:2rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHAAKgRLiIDE1aMA0tV4hL4AHH7RzaIl { width:36.125rem;height:12.0625rem;top:14.6875rem;left:0rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #unHdwVIgwLcOgF6704iv9lTLskpKRtf7 { width:20rem;height:7.6875rem;top:3rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:30.125rem;height:4.0625rem;top:4.9375rem;left:8.811718940735rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxWmv6oOTdZaL5OE674sk6qoywo6sy9n { width:9rem;height:9rem;top:4.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtkzMFbhoS6XaQ5FGPEKtTiVUqLS8dBa { width:12.0625rem;height:2.875rem;top:15.25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLgoTmSQDTKPBCnbz626TAEVXXBNErJ { width:10rem;height:2.125rem;top:19.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGhhOdrLtxTUUPCJwN0qmnighesgsEdv { display:block; }
 }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:12.0625rem;height:2.875rem;top:15.25rem;left:17.812500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTthzZlZDUDiV0BEdmJ6T5drfztZl2tt { width:10rem;height:2.125rem;top:19.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #btEBXmabpnTNGiTf75cz9IZmHw1UvMzh { display:block; }
 }@media only screen and (max-width: 763px) { #STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU { width:9rem;height:9rem;top:4.125rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7bacAlS1kuMzSgm1FHiMiFJkooGV2d { width:17.5rem;height:2.875rem;top:15.25rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvSqadSmuRGSq7h87OAydcOb1et3505 { width:10rem;height:2.125rem;top:19.75rem;left:34.675782203674rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4tt40nl5cxFD6u6zvfp1s7PxpXdgJzk { display:block; }
 }@media only screen and (max-width: 763px) { #eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ { width:9rem;height:9rem;top:4.125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L { display:block; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc { width:9rem;height:9rem;top:2.8125rem;left:3.3124990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lXHxDSuSTtiW72gNwpzvfGcCxG0oNt { width:12.0625rem;height:2.875rem;top:13.9375rem;left:1.8749990463257rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K5ihe6UhQa3aVTGM2T4VOCLs0Rln6T { width:10rem;height:2.125rem;top:18.4375rem;left:2.9374990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQwpv0XZivfJN8b12SkMhEJeI887y57g { display:block; }
 }@media only screen and (max-width: 763px) { #JkHgN3wFFNpZAJzbpNDQUqtySheAz4mg { width:12.0625rem;height:2.875rem;top:13.9375rem;left:17.812500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEhVOnyKgkZcKrypZCW3K28CXlU1Irew { width:10rem;height:2.125rem;top:18.4375rem;left:18.875000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvpR5EbBZUGCWEzhBioLVxqwa867tMG { display:block; }
 }@media only screen and (max-width: 763px) { #xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM { width:9rem;height:9rem;top:2.8125rem;left:19.250000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3fUWSTDVfRVtUOxA5fCEVGnC7b01EDk { width:18.625rem;height:2.875rem;top:13.9375rem;left:29rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUWLNvB5ZZilKcDeJmcEhTFiDnJX98H { width:10rem;height:2.125rem;top:18.4375rem;left:34.687497138977rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1I8pM5aeMQR9qXTRfLHOA7XThKFCMmp { display:block; }
 }@media only screen and (max-width: 763px) { #rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz { width:9rem;height:9rem;top:2.8125rem;left:35.062497138977rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 { display:block; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM { width:9rem;height:9rem;top:2.8125rem;left:3.3124990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQZtcLOLHhmTPkXifT02AvoaLuVwHIiT { width:17.0625rem;height:2.875rem;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouhR7XdbHqr2rtMxET95s6HREfuHlWC { width:10rem;height:2.125rem;top:18.4375rem;left:2.9374990463257rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFMMmFZ6TecegQoTJPlJVLp4eIHxZ08W { display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:30.125rem;height:4.0625rem;top:3.8125rem;left:8.811718940735rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:47.75rem;height:7.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { width:0.0625rem;height:7.5rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovH22LTetabH568g8L7EL5lbvtTW82BA { width:6.125rem;height:1.1875rem;top:13.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:19.3125rem;height:2rem;top:15.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAzD0W3WbvTpQTH4efd4mylCM4MWwcT { width:47.75rem;height:13.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { width:0.0625rem;height:13.4375rem;top:30.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { width:1.875rem;height:1.875rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.1875rem;top:32.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:46.75rem;height:4.0625rem;top:35.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:10.875rem;height:2.25rem;top:40.5rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { width:6.75rem;height:6.75rem;top:32.375rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:47.75rem;height:2.4375rem;top:40.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { width:47.75rem;height:7.5rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { width:0.0625rem;height:7.5rem;top:81.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.1875rem;top:83.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { width:19.3125rem;height:2rem;top:85.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { width:1.875rem;height:1.875rem;top:83.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { width:0.0625rem;height:15.625rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kaW1btsD2TByNeJTgtvXxSvew0FBW6 { width:47.75rem;height:15.625rem;top:46.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { width:1.875rem;height:1.875rem;top:48.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.1875rem;top:48.75rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { width:47.75rem;height:4.0625rem;top:51.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { width:47.75rem;height:4.875rem;top:56.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { width:6.75rem;height:6.75rem;top:49.625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBs4W8McDnMNTrzFX7mZuUounKmB22d { width:10.875rem;height:2.25rem;top:57.6875rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { width:0.0625rem;height:13.4375rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgKefT8mxvkcSpomm2ari4LmOUoBhGia { width:47.75rem;height:13.4375rem;top:65.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:47.75rem;height:3.6875rem;top:73.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:47.75rem;height:4.0625rem;top:69.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { width:1.875rem;height:1.875rem;top:66.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.1875rem;top:67.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.875rem;height:2.25rem;top:75rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { width:6.75rem;height:6.75rem;top:67.0625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3oZK1FOAZNusRwApqMTqiuwkG55DClh { width:0.0625rem;height:13.4375rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNG3TMVUSXSKM0BWJVhdTGqSQxWo3o7e { width:47.75rem;height:13.4375rem;top:92.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { width:1.875rem;height:1.875rem;top:94.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.1875rem;top:94.5rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { width:45rem;height:2rem;top:97rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { width:47.75rem;height:4.875rem;top:99.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { width:10.875rem;height:2.25rem;top:102rem;left:36.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { width:6.75rem;height:6.75rem;top:94.125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { width:0.0625rem;height:13.4375rem;top:108.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4qFoyL9zB5BNHlIbpFaaZIMr1HTaLR { width:47.75rem;height:13.4375rem;top:108.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZNQ3JJ0VSwuCzuzLsLzXxs74m90Zi9 { width:47.75rem;height:4.0625rem;top:113.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKr2cnzZC0MILbMfJMNUy0MIkvZ1C6I { width:1.875rem;height:1.875rem;top:110.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.1875rem;top:110.8125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye5XJdG8kEZS3Lp1PoMH6zae2Rt0Q4Xz { width:16.375rem;height:1.1875rem;top:118.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUf4TyPrgcHNoKXGZx6OibfwxOTbsCff { width:11rem;height:3.375rem;top:117.5rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz { width:6.75rem;height:6.75rem;top:109.875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omQEzCPqGy9Iq5mFqBl2omgFOiIvMP4I { width:47.75rem;height:13.4375rem;top:124.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #piaABe1itHA2b70febEpZtzs53JQ1TSQ { width:47.75rem;height:4.0625rem;top:129.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGGx9oUFmZbCUwVzWkFtGNLZtcbdWU2q { width:1.875rem;height:1.875rem;top:126.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.1875rem;top:126.875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk93oQhH6WAilAHHWLVXWUKIe7OK48wO { width:47.75rem;height:2.4375rem;top:134.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoAPwEqfkVPCFALFDxam0443l3KewNP { width:11rem;height:2.25rem;top:134.4375rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F62Azu7itxyur4h5CSs1ffGJczS9q0A1 { width:6.75rem;height:6.75rem;top:126.5625rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:47.75rem;height:7.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:19.3125rem;height:2rem;top:25.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { width:1.875rem;height:1.875rem;top:22.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7thxqGXeNWrc51JoaTbPMiZiEL6clww { width:6.125rem;height:1.1875rem;top:23.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { width:0.0625rem;height:7.5rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { width:1.875rem;height:1.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:47.75rem;height:7.5rem;top:140.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.1875rem;top:142.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:19.3125rem;height:2rem;top:144.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:47.75rem;height:7.5rem;top:150.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { width:1.875rem;height:1.875rem;top:152.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.1875rem;top:152.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:19.3125rem;height:2rem;top:154.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:47.75rem;height:7.5rem;top:160.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:19.3125rem;height:2rem;top:164.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.1875rem;top:162.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { width:2.25rem;height:2.25rem;top:142.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { width:2rem;height:2rem;top:162rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { width:22.9375rem;height:2rem;top:157.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { width:0.0625rem;height:13.4375rem;top:141.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:47.75rem;height:13.4375rem;top:141.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:47.75rem;height:2rem;top:145.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { width:1.875rem;height:1.875rem;top:142.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:47.75rem;height:3.6875rem;top:148.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmevSop8hl273e9F38UfnsFSSNm2BS { width:13.1875rem;height:2.25rem;top:150.875rem;left:34.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { width:6.75rem;height:6.75rem;top:142.875rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:13.4375rem;top:124.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ { display:block; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:30.125rem;height:4.0625rem;top:3.875rem;left:8.811718940735rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:34.5rem;height:18.1875rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.25rem;top:14.0625rem;left:8.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:19rem;height:3.25rem;top:16.875rem;left:2.4374990463257rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:13.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.25rem;top:10.5rem;left:4.5929689407349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:14.6875rem;height:1.125rem;top:21.625rem;left:4.5624990463257rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:30.3125rem;height:5.8125rem;top:11.0625rem;left:17.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:2.125rem;left:8.3375005722044rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:31.3125rem;height:3.1875rem;top:6.25rem;left:16.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:7.75rem;top:31.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gM7nbcWK2W4euWmm5Jw7E71WmTK7Tam5 { width:30.3125rem;height:2.5rem;top:18.625rem;left:17.4375rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.375rem;height:1.25rem;top:40.9375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve { display:block; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhoqTTl7alILeH52RUOzyslHUD1NibXw { width:47.75rem;height:33.5625rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKxofC1qAVPT3ct7Nb62fy8xQzMnpED { width:47.75rem;height:4.1875rem;top:7.25rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1ihXEQbqTc0KpUIr3VHS3XpR2mzcKbE { width:28.5rem;height:6.4375rem;top:22.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIPry15nAvaUz9cLmlpmSt2cvKnsQFop { width:33.9375rem;height:33.9375rem;top:5.9375rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap787DtmkGJVDO12JC0JoVQPsTiI0dMW { width:28.5rem;height:8.0625rem;top:13.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOU4x0B5v5yxOWDgI2iD5szWNWSgS4Bw { width:17.375rem;height:5.9375rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTyWzeNrx3hOQRvrKB3gfDgbRV5pZbQ { width:10.3125rem;height:2.75rem;top:32.625rem;left:1.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK7RAlcCUk8ZSzB5Akv0NfgTIEB76354 { width:2.5rem;height:2.5rem;top:32.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W { display:block; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKOR7kWpgpI9qtv6V7tLZ2kmvpW0ZKIz { width:47.5rem;height:4.0625rem;top:3.625rem;left:0.12421894073486rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI { display:none; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv { top:14.875rem;left:13.3125rem;width:18.4375rem;height:;font-size:0.8125rem;display:none; }#zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv li:before{  }
 }@media only screen and (max-width: 763px) { #fQNaaqMFtOOuozQPKx0KUxtWThC4vat6 { top:12.25rem;left:16.5625rem;width:15.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfptPC94bbcnSNEf59UEgVLuOORk5gbl { top:20.0625rem;left:0rem;width:16.0625rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5r5t5Tm8wMhAyfggItcL0XGMZEmWyO6 { top:6.3125rem;left:0rem;width:17.5625rem;height:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF3rSVzu79kui7inmg2Lz5UFmB641S7L { width:43.75rem;height:0;top:9.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v47dt5OiOWpt2srdFmpsDpeATDrP60PT { top:3.0625rem;left:0rem;width:47.625rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL1WI2PwQKMPoINT5LSJE0aecmEO8Jir { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zLvCzdgAAWJg59izri7t6aTDOItO19nK { top:13.6875rem;left:0rem;width:15.9375rem;height:5.6875rem;font-size:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tO4fKyZ9mlpvifGBPTw4XUHVSQMOiiZ2 { top:10.25rem;left:0rem;width:14.375rem;height:4.625rem;font-size:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4gIewWC8QKTvN97yiNfy01A4ypU5REs { top:24.5rem;left:1rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0x5MP8tTcnRmobn0rIibhCzMHdB978H { display:block; }
 }@media only screen and (max-width: 763px) { #P21FXQeWs0GwJ9pWk9tqHkw3cng1JUJs { width:14.75rem;height:3.5rem;top:50.875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5AC2RLOeOK1ZVgKGnCX5H4qrCmqTwqq { display:block; }
 }@media only screen and (max-width: 763px) { #LJWsP3cRmZE5ZFWyB96v8N0KWLRFQBry { top:11.75rem;left:0rem;width:15.9375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR { top:25.5625rem;left:0rem;width:10.9375rem;height:;font-size:0.8125rem;display:none; }#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR li:before{  }
 }@media only screen and (max-width: 763px) { #T7TK0D1CqHx2sQPSyWa53RJozJwFMf9D { top:20.125rem;left:1.3621826171875rem;width:12.25rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl1iyJC1dT892icKWFaOPqS8NntZxszq { width:2.25rem;height:2.25rem;top:20.4375rem;left:10.686718940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3dXKt8eibM34wxZITQs4rDysAdMGkZ1 { width:29.375rem;height:2.25rem;top:6.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxubZlGbqREMQPATwyKfxmG9rWSGNsOK { display:block; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfhknBa60zBL5MPy9ThlFOl0fegnTxen { width:21.1875rem;height:32rem;top:9.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHPDepwsMmMPIdWbxHT8oqAkBlm3BTzi { top:4.5rem;left:0.94999980926512rem;width:22.25rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8c41QJO6LJ2u7KhGXbeegiZO8g7ABp { top:4.5rem;left:24.825001716614rem;width:21.875rem;height:46.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtn07pFhNdxaQRlyhFqwCelZcXh0xuGq { top:9.9375rem;left:3.5rem;width:15rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgZSMtNKXMaN5Dl4ecTP15MvnNqnTSFA { top:9.9375rem;left:26.8125rem;width:15rem;height:2.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNstpgHk0yVT9i78ikzdn1IpwAihlGs { width:6.25rem;height:0;top:13.375rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPOBnpQUT1fzfB3URaIzhI2TnieuAfRU { width:6.25rem;height:0;top:13.4375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1cPzD2CZG2EUnRJqiC0mDMOk0CKy1Tv { top:23.8125rem;left:3.5rem;width:12rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmzASgum3OE7SXMPmePh1HMuvchxFIA { top:26.25rem;left:3.4371337890625rem;width:16.875rem;height:;font-size:0.9375rem;display:block; }#LwmzASgum3OE7SXMPmePh1HMuvchxFIA li:before{  }
 }@media only screen and (max-width: 763px) { #IIEwkiBFHH7kHxOh2pGnXkgqfdPTFJ6J { top:15.125rem;left:3.5rem;width:15.9375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2zhmdtDamDLixhFv72FTrgOGraRbVl { top:16.9375rem;left:3.5rem;width:15.9375rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqzlemplwoT7RcRRb4ZE6XNIkrEeEmR6 { top:41.125rem;left:3.4375rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokI17c3wRTxnq8MFqn7q8GF029KTmbF { display:block; }
 }@media only screen and (max-width: 763px) { #yib6nRFhO97gZI4mcbgIV3vMRQ3uWhR3 { width:2.25rem;height:2.25rem;top:46rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqTf4znZBgqOOctSXMUyl4l8rMkgRdkU { top:45.9375rem;left:6.3750009536744rem;width:13.125rem;height:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqxL8Lr88TkoVXRfTD25O34cStpqiOU5 { top:15.1875rem;left:26.8125rem;width:15.9375rem;height:2.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1E7ulTgFWQM2dkGkDmU9AUssMek07CV { top:17rem;left:26.812255859375rem;width:15.9375rem;height:5.625rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJZmKoPVx5AstC7E3LTkUg3QMqtVUoyV { top:23.75rem;left:26.812255859375rem;width:11.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG { top:26.25rem;left:26.812255859375rem;width:17rem;height:11.875rem;font-size:0.9375rem;display:block; }#ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG li:before{  }
 }@media only screen and (max-width: 763px) { #CpyRBGISXLUltg4soR5ebN1MRmJJ6thI { top:41.125rem;left:26.8125rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbEeTgSiXLfe5rGNOoxQs3KxUpoZVL1 { display:block; }
 }@media only screen and (max-width: 763px) { #m4cDsV41BAd49b5CNbtc4yq1db9veTps { width:2.25rem;height:2.25rem;top:45.9375rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wo5DEwmBAX3p80WLUCRa4b34x4Qe0xt0 { top:45.875rem;left:29.750004768372rem;width:13.125rem;height:2.4375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xys0r05U1WuTMUUhnilZhHEFL21IphER { width:2.1875rem;height:2.1875rem;top:7.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RepvlteV9XPe15o2pvlqADAcsUNcBPqz { width:2.1875rem;height:2.1875rem;top:7.125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtguHDhNycwXIe32m1WqG1FXiy7gvmrS { top:96rem;left:0rem;width:6.9375rem;height:3.625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm { display:none; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D6vfhBIR6hO4zQ6EWB7BJdeTLTTe8UcC { width:47.75rem;height:29.625rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKr4MkslinCqLwTHt7cM4yGmq9qb0Nh { width:31.25rem;height:31.25rem;top:3.6875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TITOsUvvlUnMMBmPuP2UOxUw2dlTvLPz { width:35.4375rem;height:3.25rem;top:8.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6ruSFTXKMLBlNA2mhCbUAuP4BpUe54g { width:30.3125rem;height:6.5rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKxecqK1U3IFUaFq0e33lGxJH6tBv2na { width:21.75rem;height:3.25rem;top:21.375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVwFVQTswpzCVt4wad2katfrAQfH88fr { width:2.9375rem;height:2.9375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4uaPKP6dqamdPV7uDcXErPtfw43TbTn { top:26.625rem;left:0rem;width:16.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4pnDz56osGn1DB9W3L6ngAvGTzLwBqr { display:block; }
 }@media only screen and (max-width: 763px) { #JJ2Dq7mwiIQC5UAbt2ziD50PdChtP6ha { width:10.0625rem;height:5.1875rem;top:18.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { display:block; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHZmOdh87SgWiB8cPRN0qZVyIdus4M9 { width:47.75rem;height:2.1875rem;top:7.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16Uh8lWJ2lTww0sWEA3h6CQBdslLgTl { width:47.75rem;height:4.625rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFd2oLWhqtxFi2CvQaclZE75fBP0TI4D { width:42rem;height:3.4375rem;top:4.3125rem;left:2.8742189407349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw { display:block; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow0CDMeSSOrAyFH50T5SDc5D3XAVrbQs { width:7.5rem;height:7.5rem;top:3.375rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2oWUfJ61GLuykFGZQHPx4xOO05TNcUL { width:10.9375rem;height:2.875rem;top:12.6875rem;left:0.46826171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzFER9PFXMseFmsVhtiOigZfiOTNoi1 { width:7.5rem;height:7.5rem;top:3.375rem;left:14.156250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX21zFtKUqKkPgmKttA913aXT0FExGXo { width:10.9375rem;height:2.875rem;top:12.6875rem;left:12.40576171875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqdX0aZouxSxnF0eFrOO9X5S1ToWVNA { width:7.5rem;height:7.5rem;top:3.375rem;left:26.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3FQ49Zyol9N8pr9UcFpBt5Zrb2c2faM { width:11rem;height:2.875rem;top:12.75rem;left:24.343750953674rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXea7uXDTt7PVlWQE06xo4VtfJ5XvPp { width:7.5rem;height:7.5rem;top:3.375rem;left:38.031250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPCQ3fHETzulz0c7WLOUsGDSBiBXa1i { width:11rem;height:2.875rem;top:12.75rem;left:36.281247138977rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT { display:block; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9F76kJ4xMg0yCRoaSFh7A97ZqaUt28Z { width:47.75rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbq96WmAdxpriGsE7TB5OR6os4DC0OZ { width:43.75rem;height:3.25rem;top:9.0625rem;left:1.9992189407349rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk { display:block; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPETbr0yDSE6htGcTsX6iTI4eGZ2XkmD { width:5rem;height:5rem;top:3.5rem;left:3.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyTBUTmfxmXdbovIWyXEs5EX4KoURdr { width:12.8125rem;height:1.25rem;top:12.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpXW8rpMEPWUO9sXWF8gQeRATgBnGbV { width:7.9375rem;height:2.375rem;top:9.875rem;left:1.968505859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAGHkm7ZolqenOFq8P2TIWFRnTI5aay { width:5rem;height:5rem;top:3.4375rem;left:15.406250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0642ROyKgx4oTQph8Tu1k4XJF5U9Fm { width:8rem;height:2.4375rem;top:9.9375rem;left:13.906250953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn38VvvIFB0OJkv2woFnFilJh6X6AKMI { width:15.0625rem;height:1.25rem;top:12.375rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clQ7o5x4rdvQp8cqZHZdCdb1h5cOx1uz { width:5rem;height:5rem;top:3.5rem;left:27.343750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqapyEOUvIPORIUlSmf82IOwhh9CybMi { width:8rem;height:2.4375rem;top:9.9375rem;left:25.843750953674rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtoTIRyOwilbwL3X3Vv7XtyCLZ0ZS3kr { width:15.0625rem;height:1.25rem;top:12.375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrTfD7yPQnJxx7tUiM3Ldd4cIRadIBdK { width:5rem;height:5rem;top:3.5rem;left:39.281250953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZl2IitCVKrSg3qHnZX06arMzzmqilCH { width:7.9375rem;height:2.375rem;top:9.9375rem;left:37.781005859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc75c23Ve0Rf9tOxoON5HI2xFQBx1CX4 { width:15.0625rem;height:1.25rem;top:12.375rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyutDJeKck3UXA0H453iyUpBCA568iBx { display:block; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgXaTApXCyRvp28oJk7Dy1ka0whZmdxL { width:10.3125rem;height:10.3125rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIik6TRq3AVAlTv5zuyuodh2ZkHByOE8 { width:11.375rem;height:11.375rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8pTUG8AualLpViQGPbdMK3JON3wRpU { width:15.3125rem;height:9.5625rem;top:31.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV5kJFQ5lhLXBWRZsRpRQcq9q9Qko3By { width:18.75rem;height:34.6875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQJsX4oG1o7Ooezur8fEXRT1LkOKl4G { width:18.75rem;height:34.6875rem;top:13.1875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX12nDCHUxnPHGm4ncO75GEL2mdZe34C { width:14.9375rem;height:11.1875rem;top:30.5625rem;left:16.406250953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6EOeW4fUg8HAsVDaEwMfH9BPixVEtGZ { width:11.375rem;height:11.375rem;top:15rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7tqVWk4l3l68lonkmvRWA6wiZrMeTr { width:10.3125rem;height:10.3125rem;top:15.5rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJPJdDSrTlEh8nhEefz4DJtR42TtUlP7 { width:18.75rem;height:34.6875rem;top:13.1875rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxCVK4KankqFum9c0BoGDXvQsPriZU6I { width:15.125rem;height:11.1875rem;top:30.5625rem;left:32.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwTWgzecTbSQmb0Iar4wKcEcFV1bwLBm { width:11.375rem;height:11.375rem;top:15rem;left:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Rc8sMZJny2ZokEEnL2o4xik4LWOiVg { width:10.3125rem;height:10.3125rem;top:15.5rem;left:37.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #znxpRGBeTfEaAhLBOdXGsDH95NEV8yP2 { width:6.875rem;height:14rem;top:11.1875rem;left:0rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxB3arDfgW6JFffDtXbl6x406gAc7V50 { width:6.875rem;height:14rem;top:11.3125rem;left:14.625rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwGPxUMXIfNJ9uTuzB8UkxM6vsUcHl7 { width:6.875rem;height:14rem;top:11.3125rem;left:35rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #key1ErBsph9oPmREqULFNo2SxKdKlkdH { width:11.4375rem;height:1.5625rem;top:27.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4swzIhkKNrvL1OpMdx8D3RX7Q753h8s { width:36.25rem;height:4.0625rem;top:5.0625rem;left:6.1867189407349rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5ClxbJHVF3oSmwt4AiF5WKTuepktlp { width:15.6875rem;height:1.5625rem;top:27.6875rem;left:16.000782966614rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTHkS7lCEdiPEmWAgnIBHeeT9AGz6F4b { width:15.6875rem;height:1.5625rem;top:27.6875rem;left:32.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzpL47QPEHGPO2qiakzQZqR9iUd6DngT { width:13.5625rem;height:2.3125rem;top:43rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtVqludnblKlWQNTvuAqGkdnRnDvbBTH { width:13.5625rem;height:2.3125rem;top:43rem;left:17.093750953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvxTGx5TbcW1IRKILXe3oApTF9LnFi2R { width:13.5625rem;height:2.3125rem;top:43rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5ce8CLX8PHcPFqzKVUJGxuwrWOLEfe { width:40rem;height:22.5rem;top:52.9375rem;left:3.8742189407349rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2UvuNMW57dFxTNaosuXi92F1wBd15T { width:41.375rem;height:3.375rem;top:78.8125rem;left:3.1550045013427rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #khnCTUqgfvksJzwILM85KGzHXa1OrlES { top:84.125rem;left:13.531250953674rem;width:20.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAEZeeT2lNnNDOustbT1URa1TEd3zJ8k { display:block; }
 }@media only screen and (max-width: 763px) { #dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:18.5625rem;height:3.25rem;top:11.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:13.625rem;height:2.5625rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { width:2.8125rem;height:2.8125rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:47.5rem;height:4.0625rem;top:4.5rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:12.375rem;left:17.3125rem;width:14.25rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #bQqHKbkIsxd6batPk7C5DmygeF4BA6It { width:47.75rem;height:31.1875rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:39.124875rem;top:25.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vhNpx9qJEVM7iD8Gc9pTPt3pOTKoo327 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #S2qXVbTiWLxnIo0vlA9uEzLfycKaXEDb {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #STwhOp8HFhVR4VzMbT3HtThNO2nqtTrI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Ofa6ALMl64m1bWgG3a2BNcPCGnncEJ7q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mn1lmO4Lai7askhDGdGTgQCuIkPE7PGa {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:47.75rem;height:4.0625rem;top:4.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:17.875rem;height:4.0625rem;top:4.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { width:13.75rem;height:6.0625rem;top:20.3125rem;left:25.812500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { width:12.5rem;height:6.0625rem;top:11.9375rem;left:9.6171884536744rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { width:8.3125rem;height:8.3125rem;top:10.8125rem;left:27.937500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { width:11.75rem;height:11.75rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:33.125rem;height:4.0625rem;top:48.75rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:13rem;height:4.875rem;top:48.375rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:33.125rem;height:4.0625rem;top:57.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NytyIlXBdADDKohJ2mA859GpfLbCzbgt { width:9.6875rem;height:3.0422784336415rem;top:21.3125rem;left:10.991318702697rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDOq05bhIum8i4My4mXtz3htmzRXvtI { width:10.375rem;height:2.25rem;top:30.875rem;left:10.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { width:9.3125rem;height:2.5625rem;top:13.6875rem;left:38.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { width:12.625rem;height:3.25rem;top:21.75rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { width:12.75rem;height:2.875rem;top:13.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:57.8125rem;left:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { width:13.125rem;height:2.5rem;top:30.75rem;left:26.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { width:10.1875rem;height:3.0625rem;top:30.125rem;left:37.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { width:15.0625rem;height:5.125rem;top:37.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { width:12.8125rem;height:5.1622938066759rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:19.375rem;height:6.5rem;top:15.9375rem;left:19.312500953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:19.375rem;height:6.5rem;top:15.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:47.5rem;height:4.0625rem;top:2.4375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { width:5rem;height:5rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { width:5rem;height:5rem;top:9.8125rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:29.8125rem;height:6rem;top:4.8125rem;left:17.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { width:1.5625rem;height:1.5625rem;top:11.625rem;left:31.5625rem;display:block; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { width:1.5625rem;height:1.5625rem;top:11.625rem;left:34.25rem;display:block; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { width:1.5625rem;height:1.5625rem;top:11.625rem;left:36.9375rem;display:block; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.875rem;height:1.5rem;top:3.875rem;left:4.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:7.5rem;height:1.375rem;top:6.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8rem;height:1.375rem;top:8.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:3.9375rem;height:1.375rem;top:10.375rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:5.125rem;height:1.375rem;top:6.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:6.3125rem;height:1.375rem;top:8.375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.5rem;height:1.3125rem;top:10.4375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.5rem;top:33.75rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:9.0625rem;height:9.25rem;top:3.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:6rem;height:0.9375rem;top:2.75rem;left:41.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.8125rem;height:2.7280805981108rem;top:2rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:32rem;height:1.62435rem;top:2.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { display:none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { width:14.75rem;height:3.5rem;top:50.875rem;left:25.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/a54469a2-86cc-45ef-a4df-c12a26d895a8/bluewhitewaterwave.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #000000, #e35c9b);background-image: -moz-linear-gradient(90deg, #000000, #e35c9b);background-image: -ms-linear-gradient(90deg, #000000, #e35c9b);background-image: -o-linear-gradient(90deg, #000000, #e35c9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e35c9b' );";background-image: linear-gradient(90deg, #000000, #e35c9b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { background-color: transparent; background-image: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { display: none; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .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); }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { border-width: 0; border-radius: 0; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KpqSiUXAO30nwhWvwIU77KUunP8pCVo8 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNonf1boHwFiGnOFf2JuTptQrSaVdfHU { width:6.5625rem;height:2.74946875rem;top:8.1875rem;left:6.6875rem;z-index:15025;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcU0rIm4gtEMQyc9hs5kNv6rIToLuOlc { display:block; }
 }@media only screen and (max-width: 763px) { #mQXgDCofZku2xxa1Q5ZkbOiPxPzwblqS { width:7.7485625rem;height:2.74946875rem;top:10.9375rem;left:6.125rem;z-index:15024;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL8n2VEM8aTg8vkIWNtKLLUbioDKZpZo { display:block; }
 }@media only screen and (max-width: 763px) { #c9lspbzb7Qcy3rkONZUzTDkAVp2ydIcN { width:5.99875625rem;height:2.74946875rem;top:13.6875rem;left:7rem;z-index:15023;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGO5zuOZh25nNluWQTf67CgWgQ1x4gzz { display:block; }
 }@media only screen and (max-width: 763px) { #LF2GE7oDnKGBRMyCbBdJEbrRJCB8oAEH { width:10.1864375rem;height:2.74946875rem;top:5.5rem;left:4.9375rem;z-index:15026;font-size:1rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwQvNWyLeaTUmobH5vulwVdyP7ks8m2r { display:block; }
 }@media only screen and (max-width: 763px) { #Lm9SW1EmsUFsf5zpX0Q5Vgq1FhskHHc9 { display:flex;top:1.3117188215256rem;left:17.812501132488rem;width:2.1875rem;height:2.1875rem;z-index:15020; }
 }@media only screen and (max-width: 763px) { #ps8cRzATNmOlFKv31MWA1LsNAm7PRQyX { top:0.59288215637207rem;left:0rem;width:9.875rem;height:3.625rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { position:relative;z-index:auto;display:none; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt { border-width: 0; border-radius: 0; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oyc1tpRIX7AXMrHXS8w0RenOHy7LDQEt > .row .container { width:20rem;height:32.8125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zmcWHea4ZTQ679vygGf1GC5tHu4AJdFI { width:12.5rem;height:3.75rem;top:22.56093788147rem;left:3.7500001788139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8uIfTQ5TuzQmO2reHy7QqnQFgKMDhQl { display:block; }
 }@media only screen and (max-width: 763px) { #yCKXFgqVd94963U7PanFFaHcIHxbe76z { width:10.1875rem;height:2.75rem;top:7.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWdVW4OgW94vghRy8xdloK4s6DyptTht { display:block; }
 }@media only screen and (max-width: 763px) { #LCJXNALvnLlniNSEshH88xa8wTJ4WGCZ { width:6.5625rem;height:2.75rem;top:10.9375rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bcv4OFgmfwJyIeQwltwPewRTGTBfccBg { display:block; }
 }@media only screen and (max-width: 763px) { #AhQLEa0Stiwdoifv2QWJHsTPZFBPPn8V { width:7.75rem;height:2.75rem;top:14.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERFkA8Xg7eKlOsbg3ufZPDOUGWdm5xgi { display:block; }
 }@media only screen and (max-width: 763px) { #kZRbd5nmTUrdWkR88NeR2zmugQOO02fJ { width:6rem;height:2.75rem;top:17.6875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5ibXaKOygDE4qqXmln6oXCRTIHLERn7 { display:block; }
 }@media only screen and (max-width: 763px) { #R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ { display:flex;top:1.528764128685rem;left:17.811611711979rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
#R56oD5xl9fP703xwi4ELo6FTDtwLCIIQ > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #TZ9dZ6xbZtI45lowtqAxLo6mFnP9n2T8 { width:11.3125rem;height:4.0625rem;top:27.56093788147rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rl8tWTkGaXculsdIvREc1B8XazHwWrs8 { position:relative;z-index:auto;display:none; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 { border-width: 0; border-radius: 0; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rl8tWTkGaXculsdIvREc1B8XazHwWrs8 > .row .container { width:20rem;height:4.6875rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N43qTz4u170KyRyTp7ilVq8iAtppEFic { display:flex;top:1.528764128685rem;left:17.811611711979rem;width:2.1875rem;height:2.1875rem;z-index:15012; }
#N43qTz4u170KyRyTp7ilVq8iAtppEFic > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container { background-color: transparent; background-image: none; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container > .video-iframe-container { display: none; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row > .video-iframe-container { display: none; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .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); }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container { border-width: 0; border-radius: 0; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rIRv7Qrbyv59Q87CgT0WrZg62i32OQzA > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(95deg, #000000, #e35c9b);background-image: -moz-linear-gradient(95deg, #000000, #e35c9b);background-image: -ms-linear-gradient(95deg, #000000, #e35c9b);background-image: -o-linear-gradient(95deg, #000000, #e35c9b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e35c9b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e35c9b' );";background-image: linear-gradient(95deg, #000000, #e35c9b);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:74.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZPxFcxCSZZ2PvVpmCs4G5cqiA567L4b { top:30.812322288752rem;left:3.1241121888161rem;width:13.75rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #icw6TCJML0uIBPi6gmJddPDfUaRcVI8K { display:block; }
 }@media only screen and (max-width: 763px) { #uXQd0pTybZRAJ4IAFqh3PGzSQDQCCGI5 { width:12.95rem;height:2.95rem;top:64.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2HDeqFalrUnq8XZwopdkGT48nAcMomR { display:block; }
 }@media only screen and (max-width: 763px) { #XTUdxBp2XshTFKDQsNxOW5spB4TDU9gf { display:flex;top:1rem;left:16.375001132488rem;width:2.1875rem;height:2.1875rem;z-index:15019;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUwIGTU0FGA8mAtuVqUdoLSn4VWZEirT { width:19.875rem;height:7.01293125rem;top:2.5718750953674rem;left:0rem;font-size:2.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #auOwdwmfSyDdke97VNWguvqwW9svXDCJ { width:5.9375rem;height:3.41308125rem;top:12.625rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #X0cxT6CT7WzMsBT1XeNEgPId8DpkHOAA { width:20rem;height:6.125rem;top:11.268750190735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHvhSbg9RImxqeJ7TGX2vEyb5nVEJtQG { display:flex;width:1.875rem;height:1.875rem;top:13.375rem;left:0.6875rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #nNrUTE1sniVhrkt0MPHaTBnuemck3Bsq { width:7.5rem;height:3.4130875rem;top:12.625rem;left:11.875000178814rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-number { padding-top:0.42rem;padding-right:0.365rem;padding-bottom:0.42rem;padding-left:0.365rem;width:2.190625rem;min-width:2.190625rem;height:2.258125rem;font-size:1.68125rem;line-height:36.13px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.92125rem;height:0.8925rem;font-size:0.63125rem;line-height:14.28px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D { width:14.6875rem;height:4rem;display:flex;top:52.4375rem;left:2rem;z-index:15021;padding-top:0.6725rem;padding-right:0.66625rem;padding-bottom:0.6725rem;padding-left:0.66625rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HKms9TVgdreKcH5gPpdXLOUqXLHt9QQ5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #lpAvSFWMszXnW7Xtr26Zv5lozpgk2JM1 {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #TrvDlXgfrsNmdyhRNOKSoENVQJi0GgI8 {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #JVpTlsfwThwDJAnktpFlfioTC78Fsz4O { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #QeewMdce3zmg20CZKR9FqH4IT5z8bOze {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #KDgOZnQic68CFdbKpPeHL2pvkHLrIIzU {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #l0a2pb1kbTBG7XD22KxnKBf7Ke2TmfDO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #HwRC85PecAfGT2HIs2McJW6QVt1BdrqH {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #eraSMg1kruEZTmB5wK222vk8ytE01Q7i {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #XkoVpZm69EX1vzH0cttXXPJKOqZy59vu { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #ux1sEQiAyPKDxzP7dqsRyF0UpzJabJcu {  }
 }@media only screen and (max-width: 763px) { #VeNSw0OQcBuR1022lM1Q7E4hNQBONz8D #Lt5JUCtwIIJuxvXRDGT2NN0t3sxRds2t {  }
 }@media only screen and (max-width: 763px) { #TOxXLbFqXwvu3pO8EtqOKOZOmgoNMHxK { width:13.25rem;height:1.4624rem;top:51rem;left:3.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iIuXBw0rO980Qf4aIX3TdMZhIOVuiE21 { display:flex;width:1.75rem;height:1.75rem;top:13.456253051757rem;left:9.5000001788137rem;font-size:1.1875rem; }
 }@media only screen and (max-width: 763px) { #GmuUUwcCAgBEDFZLGWK6814QIsh4oTua { top:59.3125rem;left:7.9499999880794rem;width:13.75rem;height:3.75rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fXL0rLZ2JTdJ6zWnz09G33XzEPKRuQ20 { display:block; }
 }@media only screen and (max-width: 763px) { #gRLTnQ80p5ZZx0lK28a8akqw6cKFQzSQ { height:28.5625rem;width:15.875rem;top:19.874218940735rem;left:2.0624999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6QuCWkNy70xOX9JExa8msZBmzFUG5Pk { width:16.625rem;height:2.76278125rem;top:59.9375rem;left:1.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { background-color: transparent; background-image: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { display: none; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .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); }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { border-width: 0; border-radius: 0; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#elXcMiMFb7kyvO1PTLb9iT99pM7hhvn9 > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #di82fsENnUxfHZEJqQWOSAhWTnqkQEMr { width:20rem;height:4.39985625rem;top:3.2375001907349rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw { display:block; }#Kr88OiB4Z2OR3htdXGQt8I3g00k0AJyw > .row .container { width:20rem;height:82.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J7bdkXgyg9kAi8hePKt4vOrZkDPEhl9p { width:15.6875rem;height:17.4375rem;top:1.625rem;left:2.1562499403954rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et2srXLUhSniWz1vfkFPZ55HT5gUfhlG { width:4.0625rem;height:4.0625rem;top:3.0625081062317rem;left:3.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgt8RF5qzKcPLvuT9q5WvRy1WITprWc4 { width:12.875rem;height:8.77075625rem;top:8.8359375rem;left:3.5625001788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s0mRBAm5uFECnMG78CxN80wqpTbHT5Fm { width:15.6875rem;height:17.4375rem;top:22.1875rem;left:2.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTEpGNgwIrkLpl7H9erK93Au8DGwHnhK { width:15.6875rem;height:17.4375rem;top:42.625rem;left:2.1562499403954rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gChELSVG5T9R1mXPl1O7lxV5LfpBPuip { width:15.6875rem;height:17.4375rem;top:63.312501430512rem;left:2.1562499403954rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOrH5v5QoTO55IFSwdRrsOS5SvqAL7LA { width:3.875rem;height:3.875rem;top:24.1875rem;left:3.9062501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #phLJnQXfkV0b0eBCGAX8SbZEfDViEHDF { width:4.0625rem;height:4.0625rem;top:44.250001907349rem;left:3.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9TWae4CBkmX85DTI80ElZapbTBTXTgJ { width:3.75rem;height:3.75rem;top:64.84375190735rem;left:3.5625001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDXUeymol671mdmZ2vLr3AyXquTQZHnr { width:10.625rem;height:5.84716875rem;top:32.1875rem;left:3.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #knF8fwo3V3nIIh2l9XkDA2VFaTDbxpJI { width:12.8125rem;height:7.3089375rem;top:50.892970561981rem;left:3.5937501788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wWtkacbBxIUfokpw2y3F61a2EkStKE1P { width:12.8125rem;height:5.84716875rem;top:73.29297065735rem;left:3.5937501788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k { display:block; }#H30kwwdQIthl9V9Evopy1lUQ8bQmhJ8k > .row .container { width:20rem;height:73.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2sneNgKvfQP6TWiWCV7HX0AkgTCslVw { width:15.6875rem;height:17.4375rem;top:2.0484237670899rem;left:2.1562499403954rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ilnm9SuvNaglM2GtOTQErqmT2TeWiqGv { width:12.6875rem;height:7.3089625rem;top:10.3984375rem;left:3.6562501788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HLLVG4JDJ1UrTxVv5S1DJzG9SfgHD7FN { width:15.6875rem;height:17.4375rem;top:22.512499809265rem;left:2.1562499403954rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwxhxA4CTn5bAzATxnxvfUcg6hV8NaTc { width:15.6875rem;height:17.4375rem;top:42.9375rem;left:2.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6iPEgPlOz3pTsbzEFMCbMAsy6AOsq7t { width:12.8125rem;height:5.84716875rem;top:32.367969989777rem;left:3.5937501788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pIWvMgmqIEWJO7RRbf727PKU94iiL11Z { width:12.8125rem;height:5.84716875rem;top:52.575002670288rem;left:3.5937501788139rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Qln4VtrpGVdA3NyX56pFkT7v8CenNruD { width:3.75rem;height:3.75rem;top:3.6250004768372rem;left:3.8125001788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vgc0nwc2FTADnv1F5R5TnmFLKzZFIxbv { width:3.75rem;height:3.75rem;top:24.250000953674rem;left:3.6562501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDyoBCUUh0ESlm9lI9TBOpdqBBWhn7Jh { width:3.75rem;height:3.75rem;top:44.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyzuqdvQKbrqdGcw793nlJVhQuITnUcG { width:16.5rem;height:4.385375rem;top:64rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go { display:flex;width:2.8125rem;height:2.8125rem;top:70.311889648438rem;left:8.59375rem; }
#w54y8eizXF2FW3CpDKH0Tr8ofEfgT3go > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr { background-color:#7c0244;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:block; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.adaptive-delivery-prevent-bg, #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.lazyload, #hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr.lazyloading { background-image: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { background-color: transparent; background-image: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container > .video-iframe-container { display: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row > .video-iframe-container { display: none; }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .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); }#hpX4LSTcqIE3WrXd5Wq3FSCiMTu8vhbr > .row .container { width:20rem;height:149.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zocUFgHbRbT3O4gccTPARAfvQNiiMMUz { width:17.5rem;height:15.625rem;top:130.4375rem;left:1.1875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #ggafk58NuGXyQBK5F4yZZsTWIn4ohH70 { width:20rem;height:3.574225rem;top:43.375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rccgDRW7qMaNkd8858MgELx1KS8FTL18 { width:14.0625rem;height:5.249025rem;top:47.9375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f8pvtSMONrLzm637LGB2PrTVB4pbBzOO { width:17.5rem;height:15.625rem;top:107.0625rem;left:1.1875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #X1ShQJiBCMOECVmWeP4nHfbbVWAlNDsI { width:11.9993125rem;height:3.93676875rem;top:70.6875rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snrRfETHgEu9b2Wa1RAf3hohLiWgCHJf { width:18.75rem;height:2.1120375rem;top:67.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LlxbNul5droAnz83VT0J9TufhBqkH4aI { width:17.5rem;height:15.625rem;top:61.75rem;left:1.1875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #O79chIAi5i3Ntf6h3ru3lpCEzBI8Q4Q4 { width:11.937125rem;height:3.93676875rem;top:94.5rem;left:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #etC6XwFCybXEV3vTeWgICZ1NatoePl3M { width:18.75rem;height:3.57421875rem;top:89.4375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kJtLQpLRxAroyiRVVnuA6XdbwOsPABp9 { width:17.5rem;height:15.625rem;top:84.625rem;left:1.1875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #Lhrb9JxVoH6eQlzyFW0aiVAevFz2qTzc { width:13.3744375rem;height:3.93676875rem;top:139.375rem;left:3.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p3qfetqxTQD8tBIdtPdEoJDQH3AWhOL4 { width:14.875rem;height:3.57421875rem;top:134.4375rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dusHIS9HX6oX84lTDAZelEeOMgMVmGlL { width:18.75rem;height:3.574225rem;top:112.3125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lTF5WvSPKPpsEKKnAbeylZus44e5trIo { width:17.5625rem;height:16.0625rem;top:39.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVmKT7HO09RUoZ7N0yVTW6vEUwGezLKB { width:16.25rem;height:2.625rem;top:117.3125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FWbWuDQMUNuI6pMkIy7Xm5zTTBTdW3Ux { width:20rem;height:7.4243125rem;top:3.4234380722046rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PVzztb2UwrZo61mhSi92XUhbs7x9spzQ { width:17.5rem;height:15.625rem;top:16.625rem;left:1.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #nkPwzBQNAu9c8VTTE6FSpkaVTytcQmBR { width:15rem;height:6.56125rem;top:24.5rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h68JDCgoKxk0ORvstg6qL9o2A56ZAbAO { width:14.3125rem;height:3.574225rem;top:20.1875rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeWTDNhWMWBV4g5B6hEFOLJ6TZ3SkXv2 { width:6.25rem;height:6.25rem;top:35.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1rGge20lUfdpBB8Xmp2LtQ4W0KUBc5e { width:6.25rem;height:6.25rem;top:58.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z565GfNAC58nFdpQxHwQOxPTsb4BiqrT { width:6.25rem;height:6.25rem;top:80.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwfN0aLHw0LZy3cFw1pr7Rd4QF4xnIyq { width:6.25rem;height:6.25rem;top:103.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWqsTn1xnQDasBGnKhMH62Ds6BtkEyKD { width:6.25rem;height:6.25rem;top:126.0625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu6fwt03kPAZClofZKl6PHKD0CXK3DOu { width:6.25rem;height:6.25rem;top:13.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC { display:block; }#WTTa4TN3Be2TZu99vdvlZqZwvKvltTfC > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goZ3TgB7RpZKqMxgtPBgqKq9eFg5zwzJ { width:14.4375rem;height:19.375rem;top:33.875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEaV8GJF0oWWkKDLGQBnxS26Vymnubcu { width:9.75rem;height:9.75rem;top:54.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1Z0WVn1I5iMPam08eJ5iv9HzmHmdCqT { width:8.5rem;height:11.4375rem;top:17.8125rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNHy8LW2OirrVnlfm99cp9DVg9iWJWqg { width:8.9375rem;height:11.9375rem;top:66.1875rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2Urcz1ke3dx78nTZOybZTxsmiOh1ADU { width:9.125rem;height:9.125rem;top:71.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiRyPryIiIrobuIk5mEHIxDXTLlpETcx { width:10.75rem;height:13.5rem;top:2.3125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibVm73RaBDv0lPTiw3uWkQFDV3DVC4eV { width:8.625rem;height:8.625rem;top:80.3125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMUU03UZvmUARSURlpo6d5cJXO30DgyS { width:9.125rem;height:12.1875rem;top:58rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbzliTmAXxtabATL4cfZDgkOM7LkkRws { width:10.25rem;height:10.25rem;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrAlokXG1tW9iTEMPiIDJmCGVOF0XvLX { width:6.9375rem;height:9.25rem;top:11.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 { background-color:#ffe7b9;background-image:none;display:block; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { background-color: transparent; background-image: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container > .video-iframe-container { display: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row > .video-iframe-container { display: none; }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .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); }#ZOhIQIb12MR6dPr59dPzI8iHP1z6q643 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xUqhA5MOgXNNDdiwGOXNh5ewR1XgFHyP { top:41.187500476837rem;left:1.1250000596046rem;width:17.75rem;height:2.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts9K0qEOmUCKTkB3f0QDTlxfnwyXINiE { display:block; }
 }@media only screen and (max-width: 763px) { #kK9kWJDFQVy68e6TpfpEmASmrIcXTd5R { width:20rem;height:25.0265625rem;top:13.387500286102rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHAAKgRLiIDE1aMA0tV4hL4AHH7RzaIl { width:20rem;height:0;top:24.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #unHdwVIgwLcOgF6704iv9lTLskpKRtf7 { width:20rem;height:7.69775rem;top:3.0375003814698rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;z-index:15005;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { background-color: transparent; background-image: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { display: none; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .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); }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { border-width: 0; border-radius: 0; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ozZUhVVZUayPhsX6tpoGc6BkutTuG1QR > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #InlhwgWUiyUb3mzrARWSE7c5qRoJwSop { width:20rem;height:2.6001rem;top:1.8124990463257rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRIBFtccn64snINDOQBhNLWM6AZXKRc4 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { background-color: transparent; background-image: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { display: none; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .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); }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { border-width: 0; border-radius: 0; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eRIBFtccn64snINDOQBhNLWM6AZXKRc4 > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxWmv6oOTdZaL5OE674sk6qoywo6sy9n { width:8.125rem;height:8.125rem;top:3.5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtkzMFbhoS6XaQ5FGPEKtTiVUqLS8dBa { width:12.0625rem;height:2.598875rem;top:13.3125rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPLgoTmSQDTKPBCnbz626TAEVXXBNErJ { width:10rem;height:2.125rem;top:17.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGhhOdrLtxTUUPCJwN0qmnighesgsEdv { display:block; }
 }@media only screen and (max-width: 763px) { #TwSVtbtFpezu7qE7WNOL4VT3CwTQ5C6H { width:12.0625rem;height:2.598875rem;top:33rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTthzZlZDUDiV0BEdmJ6T5drfztZl2tt { width:10rem;height:2.125rem;top:36.875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #btEBXmabpnTNGiTf75cz9IZmHw1UvMzh { display:block; }
 }@media only screen and (max-width: 763px) { #STpC4f3FmBwX4NTWDG7wfKPZrszLAsQU { width:9rem;height:9rem;top:22.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh7bacAlS1kuMzSgm1FHiMiFJkooGV2d { width:15.4375rem;height:2.598875rem;top:52.828907012939rem;left:2.2812499403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyvSqadSmuRGSq7h87OAydcOb1et3505 { width:10rem;height:2.125rem;top:56.678811748047rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4tt40nl5cxFD6u6zvfp1s7PxpXdgJzk { display:block; }
 }@media only screen and (max-width: 763px) { #eqnifS3Th6PlWTs9TOdRGPhbcT12MqDJ { width:9rem;height:9rem;top:42.357632998047rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container { background-color: transparent; background-image: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container > .video-iframe-container { display: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row > .video-iframe-container { display: none; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .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); }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container { border-width: 0; border-radius: 0; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VrxmlFOuDrW0pgAJouCbfVRchVVWiB9L > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OX8uA8C3q0OMiMBx25D2VPsMwumBTwmc { width:8.125rem;height:8.125rem;top:1.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2lXHxDSuSTtiW72gNwpzvfGcCxG0oNt { width:12.0625rem;height:2.598875rem;top:10.875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3K5ihe6UhQa3aVTGM2T4VOCLs0Rln6T { width:10rem;height:2.125rem;top:14.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQwpv0XZivfJN8b12SkMhEJeI887y57g { display:block; }
 }@media only screen and (max-width: 763px) { #JkHgN3wFFNpZAJzbpNDQUqtySheAz4mg { width:12.0625rem;height:2.598875rem;top:30.4375rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEhVOnyKgkZcKrypZCW3K28CXlU1Irew { width:10rem;height:2.125rem;top:34.3125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlvpR5EbBZUGCWEzhBioLVxqwa867tMG { display:block; }
 }@media only screen and (max-width: 763px) { #xMHPc1TsZK2c8qqX6MozoOiOWVyq3ZNM { width:9rem;height:9rem;top:20rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3fUWSTDVfRVtUOxA5fCEVGnC7b01EDk { width:18.625rem;height:2.598875rem;top:50.3125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJUWLNvB5ZZilKcDeJmcEhTFiDnJX98H { width:10rem;height:2.125rem;top:54.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1I8pM5aeMQR9qXTRfLHOA7XThKFCMmp { display:block; }
 }@media only screen and (max-width: 763px) { #rkxrnPEDKITJ82mQnfEtwyPszvE4Q3gz { width:9rem;height:9rem;top:39.875rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container { background-color: transparent; background-image: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container > .video-iframe-container { display: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row > .video-iframe-container { display: none; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .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); }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container { border-width: 0; border-radius: 0; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P3vDTvC2CTAiswP3C2IvzprDunQnr7t5 > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KdJuvQ2tdhJ0ClvH9D2Lx8qPaIqOEoGM { width:8.125rem;height:8.125rem;top:1.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQZtcLOLHhmTPkXifT02AvoaLuVwHIiT { width:14.875rem;height:2.598875rem;top:10.875000953674rem;left:2.5624999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oouhR7XdbHqr2rtMxET95s6HREfuHlWC { width:10rem;height:2.125rem;top:14.6875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFMMmFZ6TecegQoTJPlJVLp4eIHxZ08W { display:block; }
 }@media only screen and (max-width: 763px) { #EtEXAyoKzanc1gW3vpWypFaStiBZaJzd { background-color:#7c0244;background-image:none;display:block; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { background-color: transparent; background-image: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row > .video-iframe-container { display: none; }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .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); }#EtEXAyoKzanc1gW3vpWypFaStiBZaJzd > .row .container { width:20rem;height:337.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aWRtwSCDHIkPcsBuOXbJJSIEM85QWEft { width:20rem;height:2.6001rem;top:2.1859331130981rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvIGTJzTTHlnA3WiCBFdX1DWATeXJcTe { width:19.0625rem;height:7.5rem;top:7.7367186546325rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPZlmSXLu3uMqzLVrP4iSEULzbl9Doe9 { width:0.0625rem;height:7.5rem;top:7.7367219924925rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovH22LTetabH568g8L7EL5lbvtTW82BA { width:6.125rem;height:1.21875rem;top:9.5rem;left:4.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVmiAuXzpc9woEE9VdxvgsDNEMpS62NH { width:15.3125rem;height:2.03125rem;top:11.875rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkAzD0W3WbvTpQTH4efd4mylCM4MWwcT { width:19.0625rem;height:37.6875rem;top:26.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlXuGPeXOlPRzIRaknnhQO45iZtP84K { width:0.0625rem;height:37.6875rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOSRZ2cJ2SqyuO23DNeL6RDCz4kV1GyE { display:flex;width:1.875rem;height:1.875rem;top:27.875rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #hmX8tNArQ1m60kcBFoDs81CN4g5GL1q5 { width:6.125rem;height:1.21875rem;top:28.1875rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lqmhmVJTOvuzSR5bEEvXtFB6Tx00qKaq { width:14.6875rem;height:6.17431875rem;top:30.6875rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn5qyd787CkpnQR8hEqWbKafIhUFDKZr { width:7.5625rem;height:2.2753875rem;top:59.9375rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaRovbUwT1ZsCZOvUHxV6VvroxHo06b5 { width:7rem;height:7rem;top:51.375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lZsCyNQVT9k9mdzTKIzLSDsX2wknlMPn { width:16.375rem;height:9.746125rem;top:38.437486648559rem;left:2.28125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yu7pPbA9K8Ri49BPGJ9kSs5mHVTlCO0C { width:19.0625rem;height:7.5rem;top:157.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrkbGZ9WT9vKrP52eWMbQaAxxyR3wohp { width:0.0625rem;height:7.5rem;top:157.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7Vxt9cwm0bGyIP4BaSfTKCK7scIgJcH { width:6.125rem;height:1.21875rem;top:148.4375rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gqbGP9BmnadeVCDdc9zUnPSpw9EXQK3T { width:14.3125rem;height:2.03125rem;top:161.5625rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vhxrc4Zb7iRsJB3Ft339Tu588mPvDLMu { display:flex;width:1.875rem;height:1.875rem;top:159.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #Qf43if85i2m6f7NMvokVw3fFJdQC3Hxh { width:0.0625rem;height:43.875rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9kaW1btsD2TByNeJTgtvXxSvew0FBW6 { width:19.0625rem;height:43.875rem;top:66.75rem;left:0.9375rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #Ay8uulGTDaePEhtmAm6bzunbaVuvniWn { display:flex;width:1.875rem;height:1.875rem;top:68.375rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #cBBoZZMZJEsTC6J8FhhAhDl1RcS12PuS { width:6.125rem;height:1.21875rem;top:68.703140258787rem;left:4.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDAvR42U7q8D2Nw05a4VXbdaFQN1s5Pv { width:15.3125rem;height:7.717875rem;top:71.6875rem;left:2.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih5NGerLH8ZwGTUUR7mk4eaaIOAFrNld { width:16.375rem;height:14.619125rem;top:81.0625rem;left:2.3125rem;font-size:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #TXvwvoRNMeeXLfEdFedqpEEk1qfQzgVQ { width:6.75rem;height:6.75rem;top:98.00000190735rem;left:6.9826388359069rem;display:block; }
 }@media only screen and (max-width: 763px) { #LXBs4W8McDnMNTrzFX7mZuUounKmB22d { width:10.875rem;height:2.2753875rem;top:106.31250190735rem;left:5.03125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TVl4RMTA6rgAE93K7ob7qiHObArZDOfH { width:0.0625rem;height:42.25rem;top:113.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgKefT8mxvkcSpomm2ari4LmOUoBhGia { width:19.0625rem;height:42.25rem;top:113.06251525879rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBc0J0bppBq1HMipZhHn83gS3rFTMB4n { width:16.0625rem;height:12.182625rem;top:128.31250190735rem;left:2.2812499403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZVH53Lw4g1gAZEZJ9nS6RKDlkc9M3Us { width:15.3125rem;height:9.2615rem;top:117.8125rem;left:2.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFygyadWmPoJEHcz2RX38TNoe2XAdP2M { display:flex;width:1.875rem;height:1.875rem;top:114.8125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #vl6mRnwheWibkrktXRhPyM2JwTbExVCm { width:6.125rem;height:1.21875rem;top:115.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k2yOXgJ83LHWqXLNzNwm1f0lyD5wS3GS { width:10.875rem;height:2.2753875rem;top:151.0625rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFBunWLm7dQ9RRdAhiRLrZsq29ABuOVM { width:6.75rem;height:6.75rem;top:142.5625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3oZK1FOAZNusRwApqMTqiuwkG55DClh { width:0.0625rem;height:44.125rem;top:167.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNG3TMVUSXSKM0BWJVhdTGqSQxWo3o7e { width:19.0625rem;height:44.125rem;top:167.3125rem;left:0.9375rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #K3tXFs1TxV66h6b9xZ7SJXCW2eQE5db7 { display:flex;width:1.875rem;height:1.875rem;top:169.3125rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #hdzoZxdCfQEcdEtiExPMB98G5gbPunSI { width:6.125rem;height:1.21875rem;top:158.5625rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpCGf1gcrSFRZSMAwn82y97pxhDU63Fz { width:15.125rem;height:3.0877125rem;top:172.5rem;left:2.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9OPnA97WlIIrBozG45hlUH5ogQyt8d0 { width:15.6875rem;height:19.4921875rem;top:176.6875rem;left:2.5rem;font-size:0.9375rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #umCkTtTtSd9NgI6hnyQfpETfDXvQ6sdB { width:10.875rem;height:2.2753875rem;top:206.9375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ok0XhtEcRuqyVAEmql2qWBJUx4lR7S1R { width:6.75rem;height:6.75rem;top:198.3125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrAULOIMJ7s2cRcfpITk3cxP2N8VnKun { width:0.0625rem;height:35.0625rem;top:214.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT4qFoyL9zB5BNHlIbpFaaZIMr1HTaLR { width:19.0625rem;height:35.0625rem;top:214.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwZNQ3JJ0VSwuCzuzLsLzXxs74m90Zi9 { width:16.4375rem;height:9.2615rem;top:219.25rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUKr2cnzZC0MILbMfJMNUy0MIkvZ1C6I { display:flex;width:1.875rem;height:1.875rem;top:216rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #T87knFTtnECgAl2vLQv6oz6BCrMCNJTE { width:6.125rem;height:1.21875rem;top:205.25rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ye5XJdG8kEZS3Lp1PoMH6zae2Rt0Q4Xz { width:16.375rem;height:1.21875rem;top:229.8125rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUf4TyPrgcHNoKXGZx6OibfwxOTbsCff { width:11rem;height:3.41308125rem;top:243.8125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMsGmrR4TvTd1iWdgXcfOIHXz3IqHOzz { width:6.75rem;height:6.75rem;top:235.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOK4eQ0oQsdd5RgtDzE65T6ovmvk9hQW { width:0.0625rem;height:37.75rem;top:251.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #omQEzCPqGy9Iq5mFqBl2omgFOiIvMP4I { width:19.0625rem;height:37.75rem;top:251.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #piaABe1itHA2b70febEpZtzs53JQ1TSQ { width:14.25rem;height:7.717875rem;top:256.8125rem;left:2.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGGx9oUFmZbCUwVzWkFtGNLZtcbdWU2q { display:flex;width:1.875rem;height:1.875rem;top:253.5625rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #p0ftiHQS0h2iCMP8i4BJ9aUKcXkCf20M { width:6.125rem;height:1.21875rem;top:242.8125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bk93oQhH6WAilAHHWLVXWUKIe7OK48wO { width:16.375rem;height:8.5278125rem;top:266.25rem;left:2.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EmoAPwEqfkVPCFALFDxam0443l3KewNP { width:11rem;height:2.2753875rem;top:285.125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F62Azu7itxyur4h5CSs1ffGJczS9q0A1 { width:6.75rem;height:6.75rem;top:277.0625rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRSUhVTWT7EVJtqnSzoeCPpDJJRyrGJ7 { width:19.0625rem;height:7.5rem;top:16.687500953674rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zo6mwFlTzJS2DwIpLZi7ikpvvVtNU8Kv { width:9.5625rem;height:2.03125rem;top:20.811633110046rem;left:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpAX4UEtvEzzuW7V9Hym34w9gusRSGIu { display:flex;width:1.875rem;height:1.875rem;top:18.211806297302rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #g7thxqGXeNWrc51JoaTbPMiZiEL6clww { width:6.125rem;height:1.21875rem;top:18.539931297302rem;left:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsIBsCxQhsEUHX5iLAcdoXFs0GHqDmWP { width:0.0625rem;height:7.5rem;top:16.687524795533rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATaB9UR5hXo3tQ1VcQaCWbFBTWTK2ogJ { display:flex;width:1.875rem;height:1.875rem;top:9.1718235015869rem;left:2.25rem; }
 }@media only screen and (max-width: 763px) { #dwQIFca4hEVDDqk0VlAMyUkeavilhQCb { width:19.0625rem;height:7.5rem;top:280.9375rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wqzguPIFzvO02qJTslg0VgZfEAAPIigC { width:6.125rem;height:1.21875rem;top:282.875rem;left:4.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TL4qkrsW9c7aEclGFq86E9NuJwavdss8 { width:6.25rem;height:2.03125rem;top:285rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TDoeEDJufBVPBNHBAKmf3utXKlnXD42Z { width:19.0625rem;height:7.5rem;top:290.5625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QASaABJHRvlLKPhtqBocCIykTrGcTx8p { display:flex;width:1.875rem;height:1.875rem;top:291.8125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nrFLcqd8GG80vg2M2FEbWfTnBS6JaU0l { width:6.125rem;height:1.21875rem;top:292.125rem;left:5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CDpyklHkr7PBhA7zqTMTfvUPfNSeBbAw { width:14.25rem;height:2.03125rem;top:294.5625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5onCIIrOXIucR9KNsHvlJt0lQOmunii { width:19.0625rem;height:7.5rem;top:300rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFxaRT815qyZQ1wHEvlueLBrpPp76Ohv { width:11.125rem;height:2.03125rem;top:304.0625rem;left:2.3125rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfIv31FyTmdEu54VrLswmWQyvbbzUdta { width:6.125rem;height:1.21875rem;top:301.5rem;left:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RE8TsQZlBG4pstkmxguh2gRD3wwWz80T { display:flex;width:2.25rem;height:2.25rem;top:282.375rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QImNRTiTTIQTy8b66znDimd21Di6FZSI { display:flex;width:2rem;height:2rem;top:301.125rem;left:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qn728Z0XszOe0u8yA74IbF40zoxc9U8t { width:20rem;height:1.54385625rem;top:332.93751907349rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8zeTSl5BH6IcsibMDd8NohhFUpOBUIm { width:0.0625rem;height:13.4375rem;top:294.98126907349rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tyKOCZpO6pTfnE3SHLW3hkRubp1dpPtp { width:19.0625rem;height:37.75rem;top:292.18751907349rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJniytQGl80qqN0AUXyJNctUxgp3ocA7 { width:16.1875rem;height:3.0877125rem;top:297.79376792907rem;left:2.2187499403954rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTpoTMJ3QD9U7GP2LNvECGuv44NPTWRJ { display:flex;width:1.875rem;height:1.875rem;top:294.35626792907rem;left:2.3124999403954rem; }
 }@media only screen and (max-width: 763px) { #zVF9mVDgAuosoQnM5cOpeybAAARisZg8 { width:16.25rem;height:13.400875rem;top:302.11876869202rem;left:2.1874999403954rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4OmevSop8hl273e9F38UfnsFSSNm2BS { width:13.1875rem;height:2.2753875rem;top:325.51251792907rem;left:3.4062501788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tx3pKmT5J60E9oR3P2c8pzfZ1l93r18D { width:6.75rem;height:6.75rem;top:317.08126831055rem;left:6.5250002741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #HNx2WA1hSJ3h0rBScwMHXWo0NshiX3bP { width:0.0625rem;height:37.75rem;top:292.18756484986rem;left:0rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ { display:block; }#qL11oVMPxUqlCtf6sRwHqT2vcLmcKTIJ > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tmir7uTBxTcZlxG3p4dxu5MIO220fSf2 { width:20rem;height:2.6001rem;top:2.8250002861023rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg { display:block; }#BMgLPWKFTMv9T2Q6DFhgZoAnAU5Ee2rg > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KHOvOnyTJTwIp4KqNJZ7IgPJGh2uxXl6 { width:20rem;height:18.1875rem;top:5.1125001907349rem;left:0rem;z-index:14968;display:block; }
 }@media only screen and (max-width: 763px) { #UIre4sakZ0eB4Uxmlaeqi8bBoe0Al7Ur { width:7rem;height:1.21875rem;top:12.878126144409rem;left:6.5000001788137rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5bA7H6PTnkz0O88QgTfrCoiwDpdTXFv { width:15.9375rem;height:2.9235875rem;top:15.5rem;left:2.0312499403954rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #t1WzKAe2pqtpl4CdHQsH3onJt9HolHaB { width:13.0625rem;height:2rem;top:12.487501144409rem;left:3.4687501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRwgPPJTp3vzX2R80oAmGtbuGu4IGHSc { width:14.6875rem;height:2.2753875rem;top:9.3000011444094rem;left:2.6562499403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2tL9hqeDqckQi9mEIHrT08RJy5NZeXO { width:11.3125rem;height:1.13769375rem;top:20.487501144409rem;left:4.3437501788139rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJH3K3GJ42mrUuUIPqO4WF5nQr1pJEwP { width:17.4375rem;height:0;top:31.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PI57aOQqpHvFSc5L47lICKrq7SekDtnO { width:7rem;height:7rem;top:0.85000038146975rem;left:6.4000002741812rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0dw7P2XlLlUs9N5K0xR47ddI0T3rz4h { width:17.625rem;height:4.385375rem;top:25.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHc3ZWsbFeKbamRZJ6uPpSA910bodW0V { width:17.4375rem;height:7.796625rem;top:31.5rem;left:0rem;font-size:1rem;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #gM7nbcWK2W4euWmm5Jw7E71WmTK7Tam5 { width:20rem;height:auto;top:18.625rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x8h2GfuIMXvcobwH86im0xxwZooB9Vnv { width:17.437125rem;height:5.20019375rem;top:41.328735351562rem;left:0rem;font-size:2rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve { display:block; }#J5E2np2aTuu7PpaFZR2ELPAxNx6t42ve > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mhoqTTl7alILeH52RUOzyslHUD1NibXw { width:20rem;height:41.8125rem;top:2.6873779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCKxofC1qAVPT3ct7Nb62fy8xQzMnpED { width:15.99975rem;height:5.5249rem;top:4.1204833984375rem;left:1.5625rem;font-size:2.125rem;z-index:15046;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J1ihXEQbqTc0KpUIr3VHS3XpR2mzcKbE { width:16.437375rem;height:6.4971875rem;top:10.993041992188rem;left:1.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #TIPry15nAvaUz9cLmlpmSt2cvKnsQFop { width:19.43725rem;height:19.43725rem;top:33.4375rem;left:0.28076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap787DtmkGJVDO12JC0JoVQPsTiI0dMW { width:16.875rem;height:9.0960625rem;top:19.12353515625rem;left:1.5625rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #KOU4x0B5v5yxOWDgI2iD5szWNWSgS4Bw { width:17.375rem;height:5.9375rem;top:29.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnTyWzeNrx3hOQRvrKB3gfDgbRV5pZbQ { width:10.3125rem;height:3.0871625rem;top:30.8125rem;left:6.6875rem;font-size:1.1875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AK7RAlcCUk8ZSzB5Akv0NfgTIEB76354 { display:flex;width:2.5rem;height:2.5rem;top:30.9375rem;left:2.9375rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W { display:block; }#JJZyRy6zf5ERWNxl8vqJNTDDPcAPh13W > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oKOR7kWpgpI9qtv6V7tLZ2kmvpW0ZKIz { width:20rem;height:4.87426875rem;top:2.172324180603rem;left:0rem;font-size:1.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row .container { border-width: 0; border-radius: 0; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uoms6r4KmRb94ygWHf9Vf0VOdl2aAWpI > .row .container { width:20rem;height:57.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv { width:10.8125rem;height:0;top:18.429687118157rem;left:2.5624999403954rem;font-size:0.8125rem;display:none; }#zTPfwbOFgiS3CGGZhtFropzJGi0OtvTv li:before{  }
 }@media only screen and (max-width: 763px) { #fQNaaqMFtOOuozQPKx0KUxtWThC4vat6 { width:14.375rem;height:1.3rem;top:23.75rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfptPC94bbcnSNEf59UEgVLuOORk5gbl { width:7.5625rem;height:0;top:51.125001907349rem;left:1.5617188811302rem;font-size:0.9375rem;color:#ffe7b9;display:none; }
 }@media only screen and (max-width: 763px) { #v5r5t5Tm8wMhAyfggItcL0XGMZEmWyO6 { width:4.9375rem;height:2.4375rem;top:4.6242184638977rem;left:2.7499999403954rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HF3rSVzu79kui7inmg2Lz5UFmB641S7L { width:20rem;height:0.0625rem;top:9.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #v47dt5OiOWpt2srdFmpsDpeATDrP60PT { width:18.6875rem;height:44.375rem;top:3rem;left:0.68750005960463rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #UL1WI2PwQKMPoINT5LSJE0aecmEO8Jir { top:11.6875rem;left:2.7499999403954rem;width:12.5rem;height:0.05859375rem;z-index:15045;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #zLvCzdgAAWJg59izri7t6aTDOItO19nK { width:16rem;height:0;top:52.414086914063rem;left:2rem;font-size:2rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #tO4fKyZ9mlpvifGBPTw4XUHVSQMOiiZ2 { width:14.43675rem;height:4.63125rem;top:14.9375rem;left:2.8125rem;font-size:3.5625rem;z-index:15040;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #n4gIewWC8QKTvN97yiNfy01A4ypU5REs { top:24.5rem;left:2.5625rem;width:14.875rem;height:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #i0x5MP8tTcnRmobn0rIibhCzMHdB978H { display:block; }
 }@media only screen and (max-width: 763px) { #P21FXQeWs0GwJ9pWk9tqHkw3cng1JUJs { width:13.15rem;height:3.15rem;top:46.5rem;left:1.5625rem;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d14c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #L5AC2RLOeOK1ZVgKGnCX5H4qrCmqTwqq { display:block; }
 }@media only screen and (max-width: 763px) { #LJWsP3cRmZE5ZFWyB96v8N0KWLRFQBry { width:12.5rem;height:2.19238125rem;top:12.75rem;left:2.8125rem;font-size:1.6875rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR { width:10.9375rem;height:;top:25.624389648438rem;left:2.8125rem;font-size:0.8125rem;z-index:15041;display:block; }#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wx0zFvlFQ7HTUkyEvpFayoORovoT4gUR li:before{  }
 }@media only screen and (max-width: 763px) { #T7TK0D1CqHx2sQPSyWa53RJozJwFMf9D { width:12.3125rem;height:2.2753875rem;top:20.1611328125rem;left:5.9246826171875rem;font-size:0.875rem;color:#000000;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #Pl1iyJC1dT892icKWFaOPqS8NntZxszq { display:flex;width:2.25rem;height:2.25rem;top:20.174220085144rem;left:2.8124999403954rem; }
 }@media only screen and (max-width: 763px) { #X3dXKt8eibM34wxZITQs4rDysAdMGkZ1 { width:15.4375rem;height:3.41308125rem;top:7.3734741210938rem;left:2.7499999403954rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxubZlGbqREMQPATwyKfxmG9rWSGNsOK { display:block; }#RxubZlGbqREMQPATwyKfxmG9rWSGNsOK > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MfhknBa60zBL5MPy9ThlFOl0fegnTxen { width:15.1875rem;height:23.5rem;top:95.587036132812rem;left:7.53662109375rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #HHPDepwsMmMPIdWbxHT8oqAkBlm3BTzi { width:19.9375rem;height:46.4375rem;top:3.94921875rem;left:0rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Tm8c41QJO6LJ2u7KhGXbeegiZO8g7ABp { width:20.0625rem;height:51.125rem;top:53.312377929688rem;left:0rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dtn07pFhNdxaQRlyhFqwCelZcXh0xuGq { width:15rem;height:2.8125rem;top:9rem;left:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgZSMtNKXMaN5Dl4ecTP15MvnNqnTSFA { width:15rem;height:2.8125rem;top:58.25rem;left:2rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGNstpgHk0yVT9i78ikzdn1IpwAihlGs { width:6.25rem;height:0.0625rem;top:13rem;left:2.0624999403954rem;z-index:15068;background-color:#000000;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tPOBnpQUT1fzfB3URaIzhI2TnieuAfRU { width:6.25rem;height:0.0625rem;top:62.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1cPzD2CZG2EUnRJqiC0mDMOk0CKy1Tv { width:12rem;height:1.2994375rem;top:23.3125rem;left:2.0624999403954rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwmzASgum3OE7SXMPmePh1HMuvchxFIA { width:16.9375rem;height:14.057625rem;top:25.75rem;left:2.0624999403954rem;font-size:0.9375rem;display:block; }#LwmzASgum3OE7SXMPmePh1HMuvchxFIA li:before{  }
 }@media only screen and (max-width: 763px) { #IIEwkiBFHH7kHxOh2pGnXkgqfdPTFJ6J { width:15.9375rem;height:2.1937125rem;top:14.668750762939rem;left:2.0312499403954rem;font-size:1.6875rem;color:#373737;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2zhmdtDamDLixhFv72FTrgOGraRbVl { width:15.9375rem;height:5.6875rem;top:16.25rem;left:2.0312499403954rem;font-size:4.375rem;color:#d14c88;display:block; }
 }@media only screen and (max-width: 763px) { #OqzlemplwoT7RcRRb4ZE6XNIkrEeEmR6 { top:40.375rem;left:2.0624999403954rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokI17c3wRTxnq8MFqn7q8GF029KTmbF { display:block; }
 }@media only screen and (max-width: 763px) { #yib6nRFhO97gZI4mcbgIV3vMRQ3uWhR3 { display:flex;width:2.25rem;height:2.25rem;top:45.84375rem;left:2.0624999403954rem; }
 }@media only screen and (max-width: 763px) { #kqTf4znZBgqOOctSXMUyl4l8rMkgRdkU { width:13.125rem;height:2.436525rem;top:45.75rem;left:5.4375rem;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yqxL8Lr88TkoVXRfTD25O34cStpqiOU5 { width:15.9375rem;height:2.1937125rem;top:63.5rem;left:2rem;font-size:1.6875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #c1E7ulTgFWQM2dkGkDmU9AUssMek07CV { width:15.9375rem;height:5.68725625rem;top:65.1875rem;left:2rem;font-size:4.375rem;color:#ffe7b9;display:block; }
 }@media only screen and (max-width: 763px) { #OJZmKoPVx5AstC7E3LTkUg3QMqtVUoyV { width:12rem;height:1.2994375rem;top:73.5rem;left:2.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG { width:16.4375rem;height:14.338375rem;top:75.625rem;left:2.3125rem;font-size:0.9375rem;display:block; }#ZQDIVtk8DPGS9ImZmWMIilEbykdsBHXG li:before{  }
 }@media only screen and (max-width: 763px) { #CpyRBGISXLUltg4soR5ebN1MRmJJ6thI { top:91.8125rem;left:2.0625rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbEeTgSiXLfe5rGNOoxQs3KxUpoZVL1 { display:block; }
 }@media only screen and (max-width: 763px) { #m4cDsV41BAd49b5CNbtc4yq1db9veTps { display:flex;width:2.25rem;height:2.25rem;top:96.75rem;left:2.0625rem; }
 }@media only screen and (max-width: 763px) { #wo5DEwmBAX3p80WLUCRa4b34x4Qe0xt0 { width:7rem;height:0;top:92rem;left:5.1250001788139rem;font-size:0.9375rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #xys0r05U1WuTMUUhnilZhHEFL21IphER { width:2.1875rem;height:2.1875rem;top:6.1875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RepvlteV9XPe15o2pvlqADAcsUNcBPqz { width:2.1875rem;height:2.1875rem;top:55.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtguHDhNycwXIe32m1WqG1FXiy7gvmrS { width:7rem;height:3.6547875rem;top:96.0625rem;left:5.25rem;font-size:0.9375rem;color:#ffffff;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm { display:none; }#iqb8THQs4Ku9ZyGHC5fKNVlTwcCd95mm > .row .container { width:20rem;height:52.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D6vfhBIR6hO4zQ6EWB7BJdeTLTTe8UcC { width:20rem;height:41.6875rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFKr4MkslinCqLwTHt7cM4yGmq9qb0Nh { width:20rem;height:20rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TITOsUvvlUnMMBmPuP2UOxUw2dlTvLPz { width:16.1875rem;height:4.87305rem;top:4.6843872070312rem;left:1.2804688811302rem;font-size:1.875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #m6ruSFTXKMLBlNA2mhCbUAuP4BpUe54g { width:17.875rem;height:6.494125rem;top:10.935943603516rem;left:1.1867187619209rem;font-size:1rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #OKxecqK1U3IFUaFq0e33lGxJH6tBv2na { width:14.3125rem;height:0;top:17.749999642372rem;left:2.8437499403954rem;font-size:1rem;z-index:15020;display:none; }
 }@media only screen and (max-width: 763px) { #IVwFVQTswpzCVt4wad2katfrAQfH88fr { width:2.375rem;height:2.375rem;top:20.837501168251rem;left:1.2804688811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4uaPKP6dqamdPV7uDcXErPtfw43TbTn { top:26.862501144409rem;left:1.2804688811302rem;width:13.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4pnDz56osGn1DB9W3L6ngAvGTzLwBqr { display:block; }
 }@media only screen and (max-width: 763px) { #JJ2Dq7mwiIQC5UAbt2ziD50PdChtP6ha { width:10.0625rem;height:5.19530625rem;top:19.425000786781rem;left:4.9687501788139rem;font-size:1rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { display:block; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 { border-width: 0; border-radius: 0; }#X96EJAnoRC0VnxNr8qhxpTxSbIVhxQ70 > .row .container { width:20rem;height:20.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZHZmOdh87SgWiB8cPRN0qZVyIdus4M9 { width:19.625rem;height:3.0249rem;top:7.7492198944094rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T16Uh8lWJ2lTww0sWEA3h6CQBdslLgTl { width:19.125rem;height:7.963875rem;top:11.935938000679rem;left:0.43750005960464rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFd2oLWhqtxFi2CvQaclZE75fBP0TI4D { width:20rem;height:4.12475625rem;top:3rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw { display:block; }#AcvGQqyUVrqC2NQcOMtoqlJiMgNvi2uw > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow0CDMeSSOrAyFH50T5SDc5D3XAVrbQs { width:5rem;height:5rem;top:2.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2oWUfJ61GLuykFGZQHPx4xOO05TNcUL { width:11rem;height:2.8869625rem;top:9.375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESzFER9PFXMseFmsVhtiOigZfiOTNoi1 { width:5rem;height:5rem;top:15.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX21zFtKUqKkPgmKttA913aXT0FExGXo { width:11rem;height:2.8869625rem;top:21.25rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLqdX0aZouxSxnF0eFrOO9X5S1ToWVNA { width:5rem;height:5rem;top:26.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3FQ49Zyol9N8pr9UcFpBt5Zrb2c2faM { width:11rem;height:2.8869625rem;top:33.0625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsXea7uXDTt7PVlWQE06xo4VtfJ5XvPp { width:5rem;height:5rem;top:38.812500953674rem;left:7.5000001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxPCQ3fHETzulz0c7WLOUsGDSBiBXa1i { width:11rem;height:2.8869625rem;top:45.5rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT { display:block; }#T7EmorTzs6vdICUVaTBGZvBeD5ZFQwxT > .row .container { width:20rem;height:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9F76kJ4xMg0yCRoaSFh7A97ZqaUt28Z { width:20rem;height:5.20019375rem;top:2.5625rem;left:0rem;font-size:2rem;z-index:15046;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OJbq96WmAdxpriGsE7TB5OR6os4DC0OZ { width:17.5625rem;height:3.4130875rem;top:8.75rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk { display:block; }#yPfyBsm3BfvpLH55Ufa6MtfuTciNC2Dk > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iPETbr0yDSE6htGcTsX6iTI4eGZ2XkmD { width:5rem;height:5rem;top:1.8125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOyTBUTmfxmXdbovIWyXEs5EX4KoURdr { width:12.8125rem;height:1.2994375rem;top:10.5rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbpXW8rpMEPWUO9sXWF8gQeRATgBnGbV { width:8rem;height:2.4375rem;top:8.0625rem;left:6.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTAGHkm7ZolqenOFq8P2TIWFRnTI5aay { width:5rem;height:5rem;top:14.875rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT0642ROyKgx4oTQph8Tu1k4XJF5U9Fm { width:8rem;height:2.4375rem;top:21.375rem;left:6.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn38VvvIFB0OJkv2woFnFilJh6X6AKMI { width:15.0625rem;height:1.2994375rem;top:23.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clQ7o5x4rdvQp8cqZHZdCdb1h5cOx1uz { width:5rem;height:5rem;top:28.625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqapyEOUvIPORIUlSmf82IOwhh9CybMi { width:8rem;height:2.4375rem;top:35.375rem;left:6.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtoTIRyOwilbwL3X3Vv7XtyCLZ0ZS3kr { width:15.0625rem;height:1.2994375rem;top:37.75rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrTfD7yPQnJxx7tUiM3Ldd4cIRadIBdK { width:5rem;height:5rem;top:42.75rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZl2IitCVKrSg3qHnZX06arMzzmqilCH { width:8rem;height:2.4375rem;top:49.0625rem;left:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nc75c23Ve0Rf9tOxoON5HI2xFQBx1CX4 { width:15.0625rem;height:1.2994375rem;top:51.5rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyutDJeKck3UXA0H453iyUpBCA568iBx { background-color:#7c0244;background-image:url("https://images.assets-landingi.com/uc/b6ffef2e-ada5-467f-88a2-12b3a78c8e38/Projektbeznazwy4.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FyutDJeKck3UXA0H453iyUpBCA568iBx.adaptive-delivery-prevent-bg, #FyutDJeKck3UXA0H453iyUpBCA568iBx.lazyload, #FyutDJeKck3UXA0H453iyUpBCA568iBx.lazyloading { background-image: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { background-color: transparent; background-image: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container > .video-iframe-container { display: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row > .video-iframe-container { display: none; }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .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); }#FyutDJeKck3UXA0H453iyUpBCA568iBx > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fgXaTApXCyRvp28oJk7Dy1ka0whZmdxL { width:10.3125rem;height:10.3125rem;top:13.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIik6TRq3AVAlTv5zuyuodh2ZkHByOE8 { width:11.375rem;height:11.375rem;top:12.875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF8pTUG8AualLpViQGPbdMK3JON3wRpU { width:15.125rem;height:9.594725rem;top:28.292188644409rem;left:2.4374999403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fV5kJFQ5lhLXBWRZsRpRQcq9q9Qko3By { width:17.5rem;height:34.375rem;top:9.635986328125rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQJsX4oG1o7Ooezur8fEXRT1LkOKl4G { width:17.5rem;height:36.5rem;top:46.560938358307rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX12nDCHUxnPHGm4ncO75GEL2mdZe34C { width:15.0625rem;height:11.19385625rem;top:65.634376525881rem;left:2.4687499403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6EOeW4fUg8HAsVDaEwMfH9BPixVEtGZ { width:11.375rem;height:11.375rem;top:49.749645233154rem;left:4.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vU7tqVWk4l3l68lonkmvRWA6wiZrMeTr { width:10.3125rem;height:10.3125rem;top:50.249465942382rem;left:4.5623221993446rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJPJdDSrTlEh8nhEefz4DJtR42TtUlP7 { width:17.5rem;height:36.6875rem;top:85.635160923006rem;left:1.2499999403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxCVK4KankqFum9c0BoGDXvQsPriZU6I { width:15.0625rem;height:11.193875rem;top:104.82265758514rem;left:2.4687499403954rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iwTWgzecTbSQmb0Iar4wKcEcFV1bwLBm { width:11.375rem;height:11.375rem;top:88.874290466306rem;left:4.3110795617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2Rc8sMZJny2ZokEEnL2o4xik4LWOiVg { width:10.3125rem;height:10.3125rem;top:89.311967849731rem;left:4.7496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #znxpRGBeTfEaAhLBOdXGsDH95NEV8yP2 { width:2.3109rem;height:12rem;top:9.6368961334231rem;left:1.5633878111839rem;text-align:center;text-align-last:center;font-size:7.5rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #bxB3arDfgW6JFffDtXbl6x406gAc7V50 { width:3.06196875rem;height:12rem;top:46.822620391846rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOwGPxUMXIfNJ9uTuzB8UkxM6vsUcHl7 { width:2.87464375rem;height:12rem;top:86.0724439621rem;left:1.2500000596046rem;text-align:center;text-align-last:center;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #key1ErBsph9oPmREqULFNo2SxKdKlkdH { width:12.625rem;height:1.59911875rem;top:25.51015663147rem;left:3.6875001788139rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #s4swzIhkKNrvL1OpMdx8D3RX7Q753h8s { width:20rem;height:4.39985625rem;top:2.5734376907349rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Qp5ClxbJHVF3oSmwt4AiF5WKTuepktlp { width:13.1875rem;height:1.59911875rem;top:62.634376525881rem;left:3.4062501788139rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #tTHkS7lCEdiPEmWAgnIBHeeT9AGz6F4b { width:13.375rem;height:1.59911875rem;top:101.94765758514rem;left:3.3125001788139rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #RzpL47QPEHGPO2qiakzQZqR9iUd6DngT { width:13.5625rem;height:2.3125rem;top:39.485157489777rem;left:3.2187501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtVqludnblKlWQNTvuAqGkdnRnDvbBTH { width:13.5625rem;height:2.3125rem;top:78.321876525881rem;left:3.2187501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvxTGx5TbcW1IRKILXe3oApTF9LnFi2R { width:13.5625rem;height:2.3125rem;top:117.88437652588rem;left:3.2187501788139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah5ce8CLX8PHcPFqzKVUJGxuwrWOLEfe { height:11.25rem;width:20rem;top:125.63437795639rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA2UvuNMW57dFxTNaosuXi92F1wBd15T { width:20rem;height:4.144175rem;top:139.07187843323rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #khnCTUqgfvksJzwILM85KGzHXa1OrlES { top:145.6718788147rem;left:1.6249999403954rem;width:16.75rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAEZeeT2lNnNDOustbT1URa1TEd3zJ8k { display:block; }
 }@media only screen and (max-width: 763px) { #dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d { background-color:#000000;background-image:none;display:block; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { background-color: transparent; background-image: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row > .video-iframe-container { display: none; }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .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); }#dv9KEFn8TkmlFXcynKr3OO01HK4ERI7d > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx0IeCFXKa6XhMqiTwXFuD1wyCTTfub8 { width:16.625rem;height:2.9235875rem;top:10.824219226837rem;left:1.6874999403954rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #My2kXqex2dho5hkddkpphRtg7An1IFAu { width:13.5625rem;height:2.598875rem;top:14.588282108307rem;left:3.2187501788139rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y90oWPTbyBGNs0Tqtw4LvliXET4JN2lb { display:flex;width:2.8125rem;height:2.8125rem;top:6.8238639831544rem;left:8.6874995827675rem; }
 }@media only screen and (max-width: 763px) { #H6MTTliiz7T0vVO5ZoPIuCzli7dmOsHp { width:20rem;height:2.6001rem;top:2.0740404129028rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CNN60a7Q2CrCe5TGIvPpE9tMe1NB7vD2 { top:18.823437690735rem;left:4.0812498927116rem;width:11.8375rem;height:2.4625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PMTAFthacF1mwqi2gn94UwZIpXTadbVk { display:block; }
 }@media only screen and (max-width: 763px) { #bQqHKbkIsxd6batPk7C5DmygeF4BA6It { width:20rem;height:12.5625rem;top:23.546081542969rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz { display:block; }#VletxTUqTeSSDvEQv0AMvxo6z6T2Kcvz > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.1;overflow:hidden; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K .accordion-desc-text { line-height:1.3;overflow:hidden;height:auto; }
#nEoklRmWSD9My25L2skMTdre0PnBDx7K { display:flex;height:auto;width:17.5rem;top:10.585919380188rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #pofRCmXUKWGWg2BTAo0pRrZJLrrQQuKT {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #MlFv2Xu9mr1tBckFXNokhnTanv5G2CO5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #XfWm32lAIBLPhT6T9BXJJUl2MLfRc5T5 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nqnFT6hLcN3ALRy71Dum9Xq2XMrGKMUK {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #xwMQlC24GZZaxSrTHgq6iz2TsihUlCsN {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vhNpx9qJEVM7iD8Gc9pTPt3pOTKoo327 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #S2qXVbTiWLxnIo0vlA9uEzLfycKaXEDb {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #STwhOp8HFhVR4VzMbT3HtThNO2nqtTrI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Ofa6ALMl64m1bWgG3a2BNcPCGnncEJ7q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mn1lmO4Lai7askhDGdGTgQCuIkPE7PGa {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JT3KQNk3N4IHWxVxtsBqtSLmihnvfHhp {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #TfN9Um0wFe6S62baVHKSJK4vbcoBSD0O {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #BQbJe6QZ04GpOCtxobaAM57Tdh14tNsh {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #vypTSsC7a2TiiJ742Q9IT2WHSxcHowM9 {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #Kf8L0ZQxXFoJNPB05EWCHG9o6l3CIeKo {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #a5IPazoXHC61Sf5QyN0BrsGioCxux9IQ {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #JbcfnuEyzgFoQPp5xpPLR0SR38wbzENI {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #GpAnTWCEHpuSCv1mzrfS5zFBytntGGUd {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #mfReeWuC5NXvsqIFkk7tKd4WwDVSTX2q {  }
 }@media only screen and (max-width: 763px) { #nEoklRmWSD9My25L2skMTdre0PnBDx7K #nfQtf2WLnJMEFZqI3M1m1F6dwXy0zGmv {  }
 }@media only screen and (max-width: 763px) { #UTdS0FTFD8aVPRoERTZ7F92Lpb6yFMmd { width:20rem;height:5.20019375rem;top:2.5812501907349rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd { display:block; }#VWX4GludN4n2PwZO5Flv6J4M8nxT6ASd > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ttDuNcycv3Uq0giRbDEBhwMoS0TITc20 { width:20rem;height:2.6001rem;top:1.82421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UrHiAzFQK1bFhbXa0G9TyXbJrWue6oUA { width:8.8125rem;height:3.9375rem;top:10.187499761581rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvCXD9K0bhnGBBzKeQNVsk1zTeVLoTAi { width:8.75rem;height:4.25rem;top:5.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl4S5GFkHOmMhBtnMK1os13m9kxoidg3 { width:5.5rem;height:5.5rem;top:18.368055105209rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qcxHJrkMiqargLy0HKIDwdXoMTyhps8Z { width:6.875rem;height:6.875rem;top:17.680555105209rem;left:10.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcsgfwuIBV8pEb1oLlvbc6nFQEnRyVpO { width:20rem;height:2.6001rem;top:42.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bOcFhenwpe9TEAgIOzBygF07n6IXAUkX { width:11rem;height:4.0625rem;top:46rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QwbzQDn3Xv5RERgrMMRue5gVkmfRPpHT { width:20rem;height:2.6001rem;top:53rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NytyIlXBdADDKohJ2mA859GpfLbCzbgt { width:6.5rem;height:2rem;top:11.31093788147rem;left:1.9250001311302rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZDOq05bhIum8i4My4mXtz3htmzRXvtI { width:6rem;height:1.3125rem;top:16.249999761581rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrIm79daLlcKp7m2eikiTgrD3XsUo28w { width:6.75rem;height:1.8125rem;top:15.805555105209rem;left:10.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEF7i2zFKy9STrh80S9Jt0dkupRviv2r { width:8.1875rem;height:2.0625rem;top:25.186631917954rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhXg5SKtlf2fIL2ubu9caL6BpHW6cf1P { width:8rem;height:1.75rem;top:7.1874997615813rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zetVZ7DrqesXP83SVoJaFXoIecXJShTi { width:15.0625rem;height:2.75rem;top:56.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTJ9A0JtdU0kWTIhL3Oa3xDvLS1Xkw2d { width:8.125rem;height:1.5rem;top:30.873438644223rem;left:1.4367188811302rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsoFZQqgwJRC7KRJXlMHMh2h429FDTLw { width:6.8125rem;height:2rem;top:30.623438644223rem;left:10.875000178814rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAbN1f4CTsEE3JoFnnUUc2hdaWuRJKZu { width:10.8125rem;height:3.625rem;top:34.812500476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6kNBv7UE6aimhTsQDi2b9lAhmXpo6Kd { width:8.8125rem;height:3.5rem;top:34.875001907349rem;left:9.8750001788137rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn { display:block; }#ETc7sCsnVzJFXw2KIkcP89FHxbIFQthn > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A0RC53ZCmsr8QiTm0nrfxoslXUUw6AIr { width:20rem;height:6.9976875rem;top:29.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #y0IVwGG4Tw6WULIi8KH4bnkhQ0nVxh8I { width:20rem;height:6.9976875rem;top:12.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TkvJrptBPOksowv6Ag9b383rRuOqCOBI { width:20rem;height:2.6001rem;top:1.761221408844rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iqSaEfNqffpH58AVMLfH2lUrVO61AXI5 { display:flex;width:5rem;height:5rem;top:6.68359375rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #mJbTG4tDJSvL6NnQp7eeBH4Zk9Leq4aR { display:flex;width:5rem;height:5rem;top:22.466796875rem;left:7.5rem; }
 }@media only screen and (max-width: 763px) { #eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT { display:block; }#eFBRi74tJQJNLsxXiinFGq1XGQKtmIDT > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RZI1QLMn03y49hLqJex7wHnsm6aFtQF7 { width:17rem;height:0;top:33.5625rem;left:1.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA { display:flex;width:1.875rem;height:1.875rem;top:41.5rem;left:6rem;font-size:1.3125rem; }
#hPJBDt5l2fIqx9nwOGJaNVEt81bwcmJA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #x8T367xJTFLpuvvzJmenVQGpIsw6MtIN { display:flex;width:1.875rem;height:1.875rem;top:41.5rem;left:9.0625rem;font-size:1.3125rem; }
#x8T367xJTFLpuvvzJmenVQGpIsw6MtIN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #CDWStopL82076volTRL8s1HJLk4hTHuc { display:flex;width:1.875rem;height:1.875rem;top:41.5rem;left:12.125rem;font-size:1.3125rem; }
#CDWStopL82076volTRL8s1HJLk4hTHuc > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VEy9uKecL9HzUyQ1iJ1IX4UkOu0WbgM1 { width:7.8720625rem;height:1.59375rem;top:12rem;left:6.0625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WSyq0ghGbk9G0zPmKtdV7nk2DzW3H4M6 { width:8.125rem;height:1.875rem;top:14.875rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsOrm68fkPu8spWO3TgxWf8Sf8mfu6nC { display:block; }
 }@media only screen and (max-width: 763px) { #M8pMg7RlWHllzlriX4B3ykXd4Q5FLzXK { width:8.125rem;height:1.875rem;top:21.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDDc3vBTlkGIbuA4UMIiAKpbbTTtWFsT { display:block; }
 }@media only screen and (max-width: 763px) { #TTyklgBCwuIRHTSGaaPdl5rH6O1SpOzF { width:8.125rem;height:1.875rem;top:27.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTlwTmSsyi1am6Nb4MqzGK66qokM7JXn { display:block; }
 }@media only screen and (max-width: 763px) { #lBo7gHShR6Tp8w12WVICZoeKfz6rVbcw { width:8.125rem;height:1.875rem;top:18rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inGwk3Pnhm6Mcqf33I73bwqMQEn2lT0u { display:block; }
 }@media only screen and (max-width: 763px) { #oKPDtkur1RrmkEQSgyt59KLxNQTi5pJX { width:8.125rem;height:1.875rem;top:24.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwP8GXRTGTF4w2K8TxC65OyPgRd0I7DI { display:block; }
 }@media only screen and (max-width: 763px) { #q89xvic4iabvf53KBCmgfIZGCL8Tnl7c { width:10.4375rem;height:1.875rem;top:30.5rem;left:4.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0kwJ818R71Tp32laNvM9GC5dFJ016NL { display:block; }
 }@media only screen and (max-width: 763px) { #KoDCSiveqXHImZ7rPso15Tx3p7Xb7BaB { width:17rem;height:6.49719375rem;top:33.750000953674rem;left:1.4992188811302rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.6;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #m9D6uCHqOnXvS26Fi6rMcGexv0EaiL9W { width:8.25rem;height:8.4375rem;top:1.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc { display:block; }#xZoZ6LXyZhJfByRc2a9k7ImwATAm27fc > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oCkULuTZSw54xRXJpTnv8VPtJg7UTa2Z { width:4.8117875rem;height:0.9375rem;top:2.5rem;left:4.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPM7XOgM48s2kIxH7MOBuR8tXmfnps1x { width:7.874625rem;height:2.74946875rem;top:1.625rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkGFqkGa5Vd3uQZw02dX1AV1IK9aXC1G { width:14.8748125rem;height:2.43713125rem;top:5.3125rem;left:2.5625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { display:block; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv { background-color: transparent; background-image: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row > .video-iframe-container { display: none; }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .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); }#zFW571XVyuVInsQVPva2Z1Z8EshT4Fuv > .row .container { width:20rem;height:4.6875rem;background-color:#000000;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA { background-color: transparent; background-image: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row > .video-iframe-container { display: none; }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .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); }#GOR7VvTU2PuyKzIu92qIdMT8oAnZxwlA > .row .container { width:20rem;height:4.6875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SxkL6d3XzaOSMPhqrlECwdsFTFpUJkR3 { width:13.15rem;height:3.15rem;top:0.76796722412112rem;left:3.4249998927116rem;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d14c88;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZhWGIqct4GfnMfpUiGeOKVdChEDJvC9P { display:block; }
 }