.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde233;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;z-index:auto;display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { border-width: 0; border-radius: 0; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { color:#000000;display:block;width:19.5621875rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:1.5rem;left:19.9375rem;height:4.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.44375rem;padding-right:0.380625rem;padding-bottom:0.44375rem;padding-left:0.380625rem;display:block;align-items:center;width:2.28625rem;min-width:2.28625rem;height:2.385625rem;position:relative;font-family:"open sans";font-size:1.775rem;font-weight:700;line-height:38.17px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.276875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.0475rem;height:0.9425rem;position:relative;font-family:"open sans condensed";font-size:0.665rem;font-weight:700;line-height:15.08px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:14.2496875rem;height:4.31206875rem;padding-top:0.03625rem;padding-right:0.035625rem;padding-bottom:0.03625rem;padding-left:0.035625rem;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:0.5rem;left:40.6875rem;z-index:15004; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh { width:auto; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde233;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; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { border-width: 0; border-radius: 0; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;position:relative;display:none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb07ca0f-d816-4a74-ab5a-560fe32b60c8/wydarzenie_bezpatnywebinar_Jakpoprawisenniemowlakawpierwszychmiesicachycia.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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;position:relative;z-index:auto;display:none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.adaptive-delivery-prevent-bg, #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.lazyload, #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.lazyloading { background-image: none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container { border-width: 0; border-radius: 0; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container { width:75rem;height:50.25rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#vi84HnX8ufZQpXCGv2o2ktviDk6yQqPw { color:#000000;display:block;width:35.125rem;position:absolute;font-family:"open sans condensed";font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1875rem;left:35.687500953674rem;height:7.55625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X7Ukv5139OdgqRATpsyxSzzAG9U2ITdx { color:#75cfb8;display:block;width:40.1875rem;position:absolute;font-family:merriweather;font-size:3.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:14.89999961853rem;left:32.937500953674rem;height:18.2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nVNTLgBQ3XZZTJsAWvw2ntTwUtabB53p { z-index:15007;top:41.499999236316rem;left:37.312500953674rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CLUIF5xboyPUITVKzeC38yEzZtT898dT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tudxJgE8MAtN30DEpCKqfil8ga4SlCEb { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans condensed";font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:35.312499046326rem;left:40.750000953674rem;height:4.5375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb07ca0f-d816-4a74-ab5a-560fe32b60c8/wydarzenie_bezpatnywebinar_Jakpoprawisenniemowlakawpierwszychmiesicachycia.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;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;position:relative;z-index:auto;display:block; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4.adaptive-delivery-prevent-bg, #vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4.lazyload, #vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4.lazyloading { background-image: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { background-color: transparent; background-image: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container > .video-iframe-container { display: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row > .video-iframe-container { display: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .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); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { border-width: 0; border-radius: 0; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { width:75rem;height:50.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#QtNLlITagDCfCOMJDaWlkquGoCae9TfH { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:"open sans condensed";font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.75rem;left:30.5625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xMw00PuoOEfs1X6yGqu28LRvFsS1x3Jy { color:#000000;display:block;width:34.875rem;position:absolute;font-family:"open sans condensed";font-size:2.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:8.93701171875rem;left:35.34375rem;height:2.68115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HpMcVSPQ3MA6GkNF7yOUUVW6KdS4Om4H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:31.5185546875rem;left:59.1123046875rem; }
#ZhflIL58a2A0aXV7O1TeNeTRiEdfgQuX { color:#000000;display:block;width:5.3125rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:30.9375rem;left:63.1123046875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fh8dH6TQshPswuWoZl6drH1wI1mlFFh5 { z-index:15007;top:37.5rem;left:36.84375rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#x3qTkzMz0b5QB1DtnfPgVNHz74csk31W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVtFhhxcGBQ5lCKZOl313JbNxN2xoepU { z-index:15008;top:3.5624942779541rem;left:21.5625rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#DiSiqc2xR1v7nfCMo93WGP1vzUX26uQr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aTwBg4AtfIE4XdlsK5GZcE7erUkWgvrT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.5185546875rem;left:35.6123046875rem; }
#pU2uzswiSTTUcupRsgo5kOSTRsT4Dtz2 { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:30.9375rem;left:39.25rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAyzxuJNDvPISlVvKolDRn5IHWRdCVtR { color:#000000;display:block;width:14.75rem;position:absolute;font-family:"open sans condensed";font-size:2.0625rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:35.3125rem;left:43.25rem;height:4.5375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Ff5OgQfxX1ai27rzu0IGgNvBFpJv5nwL { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.66);top:13.8125rem;left:36.25rem;height:14.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BilIBN5k0ltQIFTwTuhGuCMymZ0bFqgB { color:#03989e;display:block;width:42.75rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:45.84375rem;left:31.40625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WrzT49JUIWkiGRVSoFzLeXG1cbukiQEc { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.75rem;left:36.25rem;height:14.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RALNiRMwT3DFmBCg1vXwXxNHBHCyQ8T6 { color:#03989e;display:block;width:42.75rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:45.84375rem;left:31.40625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NPXe6bZmlRL0XNUJtWdceO8Duul4vQMz { color:#03989e;display:block;width:42.75rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:45.84375rem;left:31.40625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i2oRqxJRHofRMaiLih9tbEAHh7p8uSq4 { color:#03989e;display:block;width:42.75rem;position:absolute;font-family:"open sans condensed";font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:45.84375rem;left:31.40625rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KyJv9IPFGgBTLUpP2x8uQLUKOMoNc1tg { color:#000000;display:block;width:33.0625rem;position:absolute;font-family:"open sans";font-size:3.3125rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:14.75rem;left:36.25rem;height:14.574225rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FD4T5uDk8DoaZHSIRakfgcHLTsg2dhJr { box-sizing:content-box;height:0.25rem;width:22.8125rem;position:absolute;display:block;z-index:15000;background-color:#cd1818;background-image:none;top:28.07421875rem;left:41.375rem;display:block; }
#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb { position:relative;display:block; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb { background-color: transparent; background-image: none; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row .container > .video-iframe-container { display: none; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row > .video-iframe-container { display: none; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .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); }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb { border-width: 0; border-radius: 0; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .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; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .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:57.8125rem;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; }#ZkuftyB6tgezvh8Xd8ABVfmyhrg7gk3T { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:9.498046875rem;left:1.55908203125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRtFrqkzIoHkTVOI47fotFbSCKTUsxdh { color:#000000;display:block;width:40.125rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:300;z-index:15007;line-height:1;letter-spacing:0;top:30.82470703125rem;left:9.24658203125rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCsqp6xXuw6r77g6eqMyJHd1F0nXlEmM { 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:34.75rem;width:19.4375rem;top:1.41259765625rem;left:53.7177734375rem;overflow:hidden;display:block; }
#QQaI5JKA1trINqquGW8d9v2neMLEiRpg { color:#000000;display:block;width:68rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:300;z-index:15055;line-height:1.4;letter-spacing:0;top:3.0615234375rem;left:3.5rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PXVVClnSFHqUI2HFTlZDzpnt53PtvrHJ { box-sizing:content-box;height:12.375rem;width:68.3125rem;position:absolute;display:block;z-index:15001;background-color:#fde233;background-image:none;top:34.7490234375rem;left:3.34375rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.12) ;display:block; }
#fvWTW1at8Gp7DqqxDKv7Pz7WAtp2ItH8 { color:#000000;display:block;width:48.875rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:15.875rem;left:6.02783203125rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU { color:#252525;display:block;width:31.75rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:22.1630859375rem;left:14.05908203125rem;height:6.9238125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU li:before{  }
#BFwwTBTKQyNfwb69EWncQyDKSyhzRJRT { color:#252525;display:block;width:63.5rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:36.03759765625rem;left:5.75rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zXyNfcqaiDHP8U4TT7zPAIFlTZEUMoGo { color:#252525;display:block;width:63.5rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:43.83642578125rem;left:5.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QT7IfSgzH16NJ4iAcTZIRJfe8PzZHfUW { color:#252525;display:block;width:63.5rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:41.0390625rem;left:5.75rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RCzbcpICDZo64h6CEX65yFNBNZii8Rr3 { z-index:15008;top:49.5rem;left:21.5625rem;background-color:#ff41a0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:5.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aUay736P002ZmMRVZTaSdDZo38LMrKtQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CP2CwientZ2yQMJDwzFFQGGIlHCVvHER { color:#252525;display:block;width:63.5rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:36.03759765625rem;left:5.75rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container { background-color: transparent; background-image: none; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container > .video-iframe-container { display: none; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row > .video-iframe-container { display: none; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .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); }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container { border-width: 0; border-radius: 0; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container { font-size:0.875rem;font-family:arial;height:12.3125rem;width:75rem;position:relative;display:block; }#sLIddnDsuv5a2TuGLn0ooulEHfwm4oQi { color:#000000;display:block;width:50.3125rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.7812509536743rem;left:12.342968940735rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fde233;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; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { border-width: 0; border-radius: 0; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:75rem;position:relative;display:none; }#x0wVZRwFOGEn5AvvgVmbamVStfCDguen { color:#000000;display:block;width:42.9375rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.78125rem;left:16.03125rem;height:3.28125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.774375rem;padding-right:0.671875rem;padding-bottom:0.774375rem;padding-left:0.671875rem;display:block;align-items:center;width:4.03125rem;min-width:4.03125rem;height:4.161875rem;position:relative;font-family:"open sans";font-size:3.096875rem;font-weight:700;line-height:66.59px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.48375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.37375rem;height:1.644375rem;position:relative;font-family:"open sans condensed";font-size:1.16125rem;font-weight:700;line-height:26.31px;text-align:center;text-align-last:center;text-transform:none;top:-20%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:25.5rem;height:7.83875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;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:4.2242183685303rem;left:24.687501907349rem;z-index:15003; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW { width:auto; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top 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; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.adaptive-delivery-prevent-bg, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyload, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyloading { background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { background-color: transparent; background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .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); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { border-width: 0; border-radius: 0; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { font-size:0.875rem;font-family:arial;height:7.125rem;width:75rem;position:relative;display:block; }#e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { color:#03989e;display:block;width:75rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:2.46875rem;left:0rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { position:relative;display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { background-color: transparent; background-image: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container > .video-iframe-container { display: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row > .video-iframe-container { display: none; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .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); }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { border-width: 0; border-radius: 0; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .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; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .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:20.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:block; }#tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:14.11093711853rem;left:4.03125rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625rem;display:block; }
#diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.11093711853rem;left:44.031251907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { position:relative;display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { background-color: transparent; background-image: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container > .video-iframe-container { display: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row > .video-iframe-container { display: none; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .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); }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { border-width: 0; border-radius: 0; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .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; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .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:20.4375rem;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; }#Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { color:#000000;display:block;width:26.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:12.97500038147rem;left:4.03125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625rem;display:block; }
#yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { color:#000000;display:block;width:27.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:12.974999427796rem;left:43.781251907349rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { position:absolute;display:block;z-index:15059;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:9.125rem;width:32.5rem;top:1.875rem;left:1.25rem;display:block; }
#qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:7.1875rem;top:2.25rem;left:3.0625rem;overflow:hidden;display:block; }
#Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { color:#000000;display:block;width:5.5rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.4375rem;left:3.9375rem;height:1.38125rem;text-align:center;text-align-last:center;display:block; }
#DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:bitter;font-size:1.0625rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:3.0328140258789rem;left:12.25rem;height:6.9043125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { box-sizing:content-box;height:10.375rem;width:33.75rem;position:absolute;display:block;z-index:15053;background-color:#03989e;background-image:none;top:1.25rem;left:0.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:0rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { position:relative;display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { background-color: transparent; background-image: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container > .video-iframe-container { display: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row > .video-iframe-container { display: none; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .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); }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { border-width: 0; border-radius: 0; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .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; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .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:20.4375rem;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; }#qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { position:absolute;display:block;z-index:15004;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:0.625rem;display:block; }
#z18PdWLVT7tgxk0BdR783582o4JAJOL3 { color:#000000;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:13.44687461853rem;left:2.40625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { position:absolute;display:block;z-index:15008;background-color:#f7f7f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.09) ;height:17.875rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;display:block; }
#VwVM3fToQvl0xUH0R4zEElplb623oRQz { color:#000000;display:block;width:29.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15051;line-height:1.3;letter-spacing:0;top:14.137500762939rem;left:42.937501907349rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GgMB59ZKidxgPxVH591c67OFQ6criEpf { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:0.625rem;overflow:hidden;display:block; }
#vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.375rem;width:33.75rem;top:1.25rem;left:40.625001907349rem;overflow:hidden;display:block; }
#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { 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; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { background-color: transparent; background-image: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container > .video-iframe-container { display: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container { display: none; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .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); }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { border-width: 0; border-radius: 0; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:75rem;position:relative;display:block; }#NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:3.3750004768372rem;left:21.8125rem;display:block; }
#A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { background-color: transparent; background-image: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container > .video-iframe-container { display: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container { display: none; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .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); }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { border-width: 0; border-radius: 0; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { font-size:0.875rem;font-family:arial;height:38.625rem;width:75rem;position:relative;display:block; }#QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { 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:33.5625rem;width:18.8125rem;top:1.8765602111816rem;left:0rem;overflow:hidden;display:block; }
#somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { 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; }
#LTBa4RIvqWPcSnxdEL7iADqN7e6HER1U { color:#000000;display:block;width:40.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:13.0185546875rem;left:27.5rem;height:5.5244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:2.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:25.875rem;left:32.875000953674rem;display:block; }
#eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { color:#03989e;display:block;width:48.5625rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.109375rem;left:24.281250953674rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { 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.125rem;width:11.375rem;top:1.375rem;left:40.000001907349rem;overflow:hidden;display:block; }
#fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { position:absolute;display:block;z-index:14997;background-color:rgba(255,255,255,0.5);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.12) ;height:23.625rem;width:50.5625rem;top:12.59375rem;left:23.281250953674rem;display:block; }
#Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { box-sizing:content-box;height:6.375rem;width:50.5625rem;position:absolute;display:block;z-index:15000;background-color:#fde233;background-image:none;top:12.59375rem;left:23.28125rem;box-shadow: 0.75rem 0.8125rem 1.25rem rgba(0,0,0,0.12) ;display:block; }
#P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { color:#03989e;display:block;width:48.5625rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:5.17333984375rem;left:26.4375rem;height:5.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TCTlSzLHbyFbGaqOlFd85q93857mwtfS { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.29833984375rem;left:29.8125rem;height:4.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { color:#000000;display:block;width:36.3125rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:15.29833984375rem;left:29.8125rem;height:4.04980625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#mbchJyshaK1nt2pqOG2MU2Un7sWniZZb { color:#000000;display:block;width:44.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:14.931640625rem;left:26.1875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Rk7icT3lSgCDZfcrnt5bMauO1eBatmLy { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:20.5947265625rem;left:24.6875rem;height:6.82325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#BXZUOwAKThdzq1uLHCz7KQokVOlUbWa6 { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:20.5947265625rem;left:24.6875rem;height:6.82325rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { 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:28.0625rem;width:15.6875rem;top:10.5625rem;left:9.0492181777956rem;overflow:hidden;display:block; }
#nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { color:#cd1818;display:block;width:41rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:33.313282012939rem;left:28.031250953674rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { color:#03989e;display:block;width:38.6875rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:20.26220703125rem;left:28.625rem;height:4.2246125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { 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:15039;opacity:1;top:32.313282012939rem;left:25.474999427796rem; }
#lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { 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:15040;opacity:1;top:32.313282012939rem;left:68.474999427794rem; }
#WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { color:#cd1818;display:block;width:50.5625rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:36.425001144409rem;left:23.250000953674rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { 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:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { border-width: 0; border-radius: 0; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:75rem;position:relative;display:none; }#vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { color:#000000;display:block;width:47.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.3101568222046rem;left:7.5rem;height:9.9rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:5.625rem;left:10.0625rem;height:26.625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
#gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { color:#000000;display:block;width:40.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.125rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { color:#000000;display:block;width:39.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.4375rem;left:9.375rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { color:#000000;display:block;width:39.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:21.125rem;left:26rem;height:4.75rem;text-align:center;text-align-last:center;display:none; }
#VLociOU1mWBgQkxoTDifc0gIJChZ72xP { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { color:#000000;display:block;width:42.4375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:29rem;left:7.5rem;height:3.5625rem;text-align:center;text-align-last:center;display:none; }
#T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { box-sizing:content-box;color:#13b3c3;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:block;z-index:15035;top:2.4375rem;left:56.1875rem;display:none; }
#G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"dancing script";font-size:2.5rem;font-weight:700;z-index:15028;line-height:1.2;letter-spacing:0;top:3.1875002384186rem;left:16.0625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { 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:7.5rem;width:12.5rem;top:3.6867189407349rem;left:8.625rem;overflow:hidden;display:block; }
#schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { position:absolute;display:block;z-index:15039;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:12.5rem;top:4.3117189407349rem;left:24.125rem;overflow:hidden;display:block; }
#goroxZooA56UTTLWJTggDtHiCetA1azR { position:absolute;display:block;z-index:15040;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:12.5rem;top:4.3117189407349rem;left:41.125rem;overflow:hidden;display:block; }
#xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { 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:7.5rem;width:12.5rem;top:14.499218940735rem;left:9.625rem;overflow:hidden;display:block; }
#w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { 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:7.5rem;width:12.5rem;top:14.499218940735rem;left:25.5625rem;overflow:hidden;display:block; }
#a9bQor2pUtcrM51TscZFzfSMko8r9fgn { 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:7.5rem;width:12.5rem;top:15.249218940735rem;left:41.9375rem;overflow:hidden;display:block; }
#WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { 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:7.5rem;width:12.5rem;top:25.436718940735rem;left:10.3125rem;overflow:hidden;display:block; }
#VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { 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:7.5rem;width:12.5rem;top:25.436719894409rem;left:25.5625rem;overflow:hidden;display:block; }
#fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { 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:7.5rem;width:12.5rem;top:25.436719894409rem;left:41.9375rem;overflow:hidden;display:block; }
#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { 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; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { background-color: transparent; background-image: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .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); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { border-width: 0; border-radius: 0; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { color:#03989e;display:block;width:45.3125rem;position:absolute;font-family:"open sans condensed";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:2.75rem;left:14.84375rem;height:2.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.380462646484rem;left:6.0624990463257rem;height:17.1230625rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
#ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.75rem 0.5rem 2.0625rem rgba(0,0,0,0.08) ;height:25rem;width:67.5rem;top:9.0000002384187rem;left:3.75rem;display:block; }
#MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { 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:31.8125rem;width:17.875rem;top:3.4375123977661rem;left:54.625000953674rem;overflow:hidden;display:block; }
#HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { color:#000000;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:5.5625rem;left:0rem;height:1.5625rem;text-align:center;text-align-last:center;display:block; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .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:rgba(255,255,255,0.46);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.9375rem 1rem 2.0625rem rgba(0,0,0,0.08) ; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .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; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:1.0625rem;font-family:"open sans condensed";height:auto;text-align:center;text-align-last:center;font-style:italic;line-height:1.2;overflow:hidden; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"open sans";font-weight:300;font-style:normal;height:auto;line-height:1.4;overflow:hidden; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger { width:1.4375rem;min-width:1.4375rem;height:1.4375rem;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_5d12c2e0ce2a607d97bcfd88ef7830f0ed8becd0.svg");background-size:contain !important; }#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.adaptive-delivery-prevent-bg, #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.lazyload, #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-trigger.lazyloading { background-image: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { box-sizing:content-box;height:auto;width:47.25rem;position:absolute;display:flex;flex-direction:column;gap:0.5625rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;top:27.505462646484rem;left:6.2187490463257rem;box-shadow: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG { display:block;position:relative; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
#nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { color:#000000;display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.4;letter-spacing:0;top:10.38125038147rem;left:20.4375rem;height:17.125rem;font-style:normal;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { background-color: transparent; background-image: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container > .video-iframe-container { display: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container { display: none; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .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); }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { border-width: 0; border-radius: 0; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { color:#000000;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:15.4375rem;left:12.5rem;height:2.1123rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { 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:4.875rem;width:6rem;top:10.125rem;left:34.5rem;overflow:hidden;display:block; }
#qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { background-color:#ff3c94;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.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.1875rem 0.1875rem 0.375rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans condensed";font-size:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.375rem;height:5.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.2867183685302rem;left:21.8125rem;display:block; }
#KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN { position:relative;display:none; }#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN { border-width: 0; border-radius: 0; }#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN > .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; }#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN > .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; }#wI7qJSWpZ2T07RHu5TbdvtoX7yG6AUC4 { position:absolute;display:block;z-index:15038;height:11.4375rem;width:20.4375rem;top:3.65625rem;left:1.8125rem;display:block; }
#FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { position:absolute;display:block;z-index:15037;height:14.8125rem;width:26.4375rem;top:1.9679698944092rem;left:23.625001907349rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { width:19.5rem;height:2.3125rem;top:1.5rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { display:flex;width:18rem;height:5.0625rem;top:4.4375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
 }@media only screen and (max-width: 763px) { #F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { display:none; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq { display:none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vi84HnX8ufZQpXCGv2o2ktviDk6yQqPw { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Ukv5139OdgqRATpsyxSzzAG9U2ITdx { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #nVNTLgBQ3XZZTJsAWvw2ntTwUtabB53p { top:41.4375rem;left:15.875rem;width:31.875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLUIF5xboyPUITVKzeC38yEzZtT898dT { display:block; }
 }@media only screen and (max-width: 763px) { #tudxJgE8MAtN30DEpCKqfil8ga4SlCEb { width:14.75rem;height:4.5rem;top:35.25rem;left:27.125000953674rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 { display:block; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtNLlITagDCfCOMJDaWlkquGoCae9TfH { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMw00PuoOEfs1X6yGqu28LRvFsS1x3Jy { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpMcVSPQ3MA6GkNF7yOUUVW6KdS4Om4H { width:3.375rem;height:3.375rem;top:31.5rem;left:44.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhflIL58a2A0aXV7O1TeNeTRiEdfgQuX { width:5.3125rem;height:4.125rem;top:30.9375rem;left:42.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh8dH6TQshPswuWoZl6drH1wI1mlFFh5 { top:37.5rem;left:15.875rem;width:31.875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3qTkzMz0b5QB1DtnfPgVNHz74csk31W { display:block; }
 }@media only screen and (max-width: 763px) { #aVtFhhxcGBQ5lCKZOl313JbNxN2xoepU { top:3.5rem;left:7.9375rem;width:31.875rem;height:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DiSiqc2xR1v7nfCMo93WGP1vzUX26uQr { display:block; }
 }@media only screen and (max-width: 763px) { #aTwBg4AtfIE4XdlsK5GZcE7erUkWgvrT { width:3.375rem;height:3.375rem;top:31.5rem;left:21.9873046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pU2uzswiSTTUcupRsgo5kOSTRsT4Dtz2 { width:17.0625rem;height:4.125rem;top:30.9375rem;left:25.625rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAyzxuJNDvPISlVvKolDRn5IHWRdCVtR { width:14.3125rem;height:2.8125rem;top:11.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ff5OgQfxX1ai27rzu0IGgNvBFpJv5nwL { top:13.8125rem;left:14.6875rem;width:33.0625rem;height:14.5625rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BilIBN5k0ltQIFTwTuhGuCMymZ0bFqgB { top:45.8125rem;left:5rem;width:42.75rem;height:1.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrzT49JUIWkiGRVSoFzLeXG1cbukiQEc { top:5.125rem;left:0rem;width:20rem;height:5.125rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RALNiRMwT3DFmBCg1vXwXxNHBHCyQ8T6 { top:23.0625rem;left:0rem;width:15.8125rem;height:1.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPXe6bZmlRL0XNUJtWdceO8Duul4vQMz { top:28.5625rem;left:0rem;width:15.8125rem;height:2.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2oRqxJRHofRMaiLih9tbEAHh7p8uSq4 { top:23.0625rem;left:0rem;width:15.8125rem;height:1.125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KyJv9IPFGgBTLUpP2x8uQLUKOMoNc1tg { top:14.4375rem;left:0rem;width:20rem;height:1.6875rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FD4T5uDk8DoaZHSIRakfgcHLTsg2dhJr { width:22.8125rem;height:0.25rem;top:28.0625rem;left:24.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb { display:block; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkuftyB6tgezvh8Xd8ABVfmyhrg7gk3T { width:47.75rem;height:4.1875rem;top:9.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRtFrqkzIoHkTVOI47fotFbSCKTUsxdh { top:30.8125rem;left:0rem;width:40.125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCsqp6xXuw6r77g6eqMyJHd1F0nXlEmM { width:19.4375rem;height:34.75rem;top:1.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQaI5JKA1trINqquGW8d9v2neMLEiRpg { width:47.75rem;height:2.625rem;top:3rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXVVClnSFHqUI2HFTlZDzpnt53PtvrHJ { width:47.75rem;height:12.375rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvWTW1at8Gp7DqqxDKv7Pz7WAtp2ItH8 { width:47.75rem;height:4.1875rem;top:15.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU { width:31.75rem;height:6.875rem;top:22.125rem;left:0.43408203125rem;font-size:1.0625rem;display:block; }#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU li:before{  }
 }@media only screen and (max-width: 763px) { #BFwwTBTKQyNfwb69EWncQyDKSyhzRJRT { width:47.75rem;height:4.1875rem;top:36rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXyNfcqaiDHP8U4TT7zPAIFlTZEUMoGo { width:47.75rem;height:2.0625rem;top:43.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT7IfSgzH16NJ4iAcTZIRJfe8PzZHfUW { width:47.75rem;height:2.0625rem;top:41rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzbcpICDZo64h6CEX65yFNBNZii8Rr3 { top:49.5rem;left:7.9375rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUay736P002ZmMRVZTaSdDZo38LMrKtQ { display:block; }
 }@media only screen and (max-width: 763px) { #CP2CwientZ2yQMJDwzFFQGGIlHCVvHER { width:19.375rem;height:7.25rem;top:31.5625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg { display:block; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLIddnDsuv5a2TuGLn0ooulEHfwm4oQi { top:2.75rem;left:0rem;width:47.75rem;height:6.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { display:none; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0wVZRwFOGEn5AvvgVmbamVStfCDguen { width:42.9375rem;height:3.25rem;top:1.75rem;left:2.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { display:flex;width:18rem;height:5.0625rem;top:4.4375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
 }@media only screen and (max-width: 763px) { #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { display:block; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { top:2.4375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { width:26.9375rem;height:2.75rem;top:14.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { width:26.9375rem;height:2.75rem;top:14.0625rem;left:20.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { width:26.9375rem;height:4.125rem;top:12.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { width:27.4375rem;height:4.125rem;top:12.9375rem;left:20.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { width:32.5rem;height:9.125rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { width:7.1875rem;height:7.1875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { width:5.5rem;height:1.375rem;top:9.4375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { width:19.9375rem;height:6.875rem;top:3rem;left:3.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { top:1.25rem;left:0rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z18PdWLVT7tgxk0BdR783582o4JAJOL3 { width:30.1875rem;height:4.125rem;top:13.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { top:1.25rem;left:14rem;width:33.75rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwVM3fToQvl0xUH0R4zEElplb623oRQz { width:29.125rem;height:2.75rem;top:14.125rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgMB59ZKidxgPxVH591c67OFQ6criEpf { width:33.75rem;height:10.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { width:33.75rem;height:10.375rem;top:1.25rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { display:block; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { width:31.375rem;height:5.5625rem;top:3.375rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block; }
 }@media only screen and (max-width: 763px) { #RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { display:block; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { width:18.8125rem;height:33.5625rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTBa4RIvqWPcSnxdEL7iADqN7e6HER1U { width:40.9375rem;height:5.5rem;top:13rem;left:6.8125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { width:31.375rem;height:5.5625rem;top:25.875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block; }
 }@media only screen and (max-width: 763px) { #BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { top:5.0625rem;left:0rem;width:47.75rem;height:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { width:11.375rem;height:3.125rem;top:1.375rem;left:26.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { top:12.5625rem;left:0rem;width:47.75rem;height:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { width:47.75rem;height:6.375rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { top:3.375rem;left:0rem;width:10.1875rem;height:5.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCTlSzLHbyFbGaqOlFd85q93857mwtfS { top:15.25rem;left:11.4375rem;width:36.3125rem;height:4rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { top:19.625rem;left:0rem;width:17.3125rem;height:2.75rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbchJyshaK1nt2pqOG2MU2Un7sWniZZb { top:16.5625rem;left:0rem;width:13.6875rem;height:2.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rk7icT3lSgCDZfcrnt5bMauO1eBatmLy { width:13.5rem;height:3.4375rem;top:18.125rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXZUOwAKThdzq1uLHCz7KQokVOlUbWa6 { width:18.75rem;height:3.875rem;top:23.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { width:15.6875rem;height:28.0625rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { top:33.3125rem;left:6.75rem;width:41rem;height:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { width:38.6875rem;height:4.1875rem;top:20.25rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { width:3.125rem;height:3.125rem;top:32.3125rem;left:11.849999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { width:3.125rem;height:3.125rem;top:32.3125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { top:34.75rem;left:0rem;width:18.375rem;height:1.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { display:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { top:5.25rem;left:0rem;width:19.625rem;height:16.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { top:5.625rem;left:0rem;width:20rem;height:;font-size:0.875rem;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { width:20rem;height:5.9375rem;top:7.6875rem;left:10.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { width:20rem;height:7.125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { width:39.6875rem;height:4.75rem;top:21.125rem;left:8.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VLociOU1mWBgQkxoTDifc0gIJChZ72xP { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { width:20rem;height:7.125rem;top:29rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { width:2.5rem;height:2.5rem;top:2.4375rem;left:42.5625rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { top:3.1875rem;left:2.4375rem;width:20rem;height:5.625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { width:12.5rem;height:7.5rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { width:12.5rem;height:7.5rem;top:4.25rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #goroxZooA56UTTLWJTggDtHiCetA1azR { width:12.5rem;height:7.5rem;top:4.25rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { width:12.5rem;height:7.5rem;top:14.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { width:12.5rem;height:7.5rem;top:14.4375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bQor2pUtcrM51TscZFzfSMko8r9fgn { width:12.5rem;height:7.5rem;top:15.1875rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { width:12.5rem;height:7.5rem;top:25.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { width:12.5rem;height:7.5rem;top:25.375rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { width:12.5rem;height:7.5rem;top:25.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { display:block; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { top:2.75rem;left:1.21875rem;width:45.3125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { top:10.375rem;left:0rem;width:47.75rem;height:17.125rem;font-size:1.0625rem;display:none; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
 }@media only screen and (max-width: 763px) { #ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { top:9rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { top:3.4375rem;left:29.875rem;width:17.875rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { top:5.5625rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { display:flex;height:auto;width:43.5rem;top:8.6875rem;left:0.875rem; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
 }@media only screen and (max-width: 763px) { #nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { top:18.5625rem;left:0rem;width:19.125rem;height:31.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { display:block; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:47.75rem;height:2.0625rem;top:15.4375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:6rem;height:4.875rem;top:10.125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { width:31.375rem;height:5.5625rem;top:3.25rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block; }
 }@media only screen and (max-width: 763px) { #kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN { display:none; }#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wI7qJSWpZ2T07RHu5TbdvtoX7yG6AUC4 { width:20.4375rem;height:11.4375rem;top:3.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { width:26.4375rem;height:14.8125rem;top:1.9375rem;left:10.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #sCVNFqE2qTqs21gbTTtqn145u2UQlm0S { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#sCVNFqE2qTqs21gbTTtqn145u2UQlm0S > .row .container { width:20rem;height:3.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FI3IhcKisOXCl1lm3Lrbdv1im9JcaqEp { width:7.3746875rem;height:2.0996125rem;top:0.79318583011625rem;left:1.7838542461395rem;font-size:0.875rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-number { padding-top:0.268125rem;padding-right:0.228125rem;padding-bottom:0.268125rem;padding-left:0.228125rem;width:1.36875rem;min-width:1.36875rem;height:1.43875rem;font-size:1.070625rem;line-height:23.02px;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; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.166875rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.825625rem;height:0.568125rem;font-size:0.40125rem;line-height:9.09px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#NDa5sGiVlKKcmCaragdFgIG2wChDGTWD { display:flex;width:9.1873125rem;height:2.5rem;top:0.59353303909302rem;left:9.1585292816163rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #Th6u03FymLvhheRy70fgHvQxJph1tZEv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #gKlZTPH5vN2bUclFGtd4uGTLXDTOirOh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #n5TFTkvbLRbm6EdKVo0KPRozmuOSTsPh {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #mwQd4CVZyL1oZCev7nAkiGJOKcp3BX5V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #yHWiav6Mm7anZvBtLgtmtWo3QtAahgh5 {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #XQdePoLgCI5B4GvuB5ZDSeuPnsWC0vFQ {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #vMrxFZpxqtuugI81t9AqMnpVcdBTr5Q1 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #DfyfQ9Wwxmfa7qCF8eyx3bCav8QCH80U {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #SR1TkqBvJqbQyRFrZyeuTqEWEytmt75A {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #KkJaZmyVfnu2kzGEMZn6ttv0NGu4zxdn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #PJ7aZlcxQ1F5wnqH3xDwS8CeSLhkhkTl {  }
 }@media only screen and (max-width: 763px) { #NDa5sGiVlKKcmCaragdFgIG2wChDGTWD #kuSg5k8ZOH9NNCDob4mimr029OJyHmPQ {  }
 }@media only screen and (max-width: 763px) { #F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT { display:none; }#F9Oa0dveCxndGIfIDW8dF0S8smoX3NPT > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq { background-color:#f2f2f2;background-image:url("https://images.assets-landingi.com/uc/bb07ca0f-d816-4a74-ab5a-560fe32b60c8/wydarzenie_bezpatnywebinar_Jakpoprawisenniemowlakawpierwszychmiesicachycia.crop_2880x1380_0,88.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.adaptive-delivery-prevent-bg, #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.lazyload, #mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq.lazyloading { background-image: none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container { background-color: transparent; background-image: none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container > .video-iframe-container { display: none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row > .video-iframe-container { display: none; }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .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); }#mn26qNbQGxx7JLqAJwIFaEQOiFo5KXVq > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vi84HnX8ufZQpXCGv2o2ktviDk6yQqPw { width:9.5625rem;height:8.7744375rem;top:1.1435546875rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Ukv5139OdgqRATpsyxSzzAG9U2ITdx { width:20rem;height:0;top:15.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:none; }
 }@media only screen and (max-width: 763px) { #nVNTLgBQ3XZZTJsAWvw2ntTwUtabB53p { top:26.38515663147rem;left:1.7187501192093rem;width:16.5625rem;height:2.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CLUIF5xboyPUITVKzeC38yEzZtT898dT { display:block; }
 }@media only screen and (max-width: 763px) { #tudxJgE8MAtN30DEpCKqfil8ga4SlCEb { width:16.0625rem;height:0;top:21.625rem;left:2.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 { background-color:#f2f2f2;background-image:none;position:relative;z-index:auto;display:block; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { background-color: transparent; background-image: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container > .video-iframe-container { display: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row > .video-iframe-container { display: none; }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .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); }#vor0e4xD18WsCpV8q2iNxDLxeyTwgXN4 > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QtNLlITagDCfCOMJDaWlkquGoCae9TfH { width:9.3125rem;height:0;top:0.8125rem;left:9.8125003576281rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMw00PuoOEfs1X6yGqu28LRvFsS1x3Jy { width:17.625rem;height:1.48730625rem;top:1.3125rem;left:1.1865234375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HpMcVSPQ3MA6GkNF7yOUUVW6KdS4Om4H { display:flex;width:1.875rem;height:1.875rem;top:17.0625rem;left:5.875rem; }
 }@media only screen and (max-width: 763px) { #ZhflIL58a2A0aXV7O1TeNeTRiEdfgQuX { width:6.75rem;height:1.23730625rem;top:17.375rem;left:7.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh8dH6TQshPswuWoZl6drH1wI1mlFFh5 { top:26.38515663147rem;left:1.7187501192093rem;width:16.5625rem;height:2.875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3qTkzMz0b5QB1DtnfPgVNHz74csk31W { display:block; }
 }@media only screen and (max-width: 763px) { #aVtFhhxcGBQ5lCKZOl313JbNxN2xoepU { top:19.75rem;left:1.71875rem;width:16.5625rem;height:4.0625rem;font-size:1.3125rem;z-index:15010;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DiSiqc2xR1v7nfCMo93WGP1vzUX26uQr { display:block; }
 }@media only screen and (max-width: 763px) { #aTwBg4AtfIE4XdlsK5GZcE7erUkWgvrT { display:flex;width:2rem;height:2rem;top:14rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #pU2uzswiSTTUcupRsgo5kOSTRsT4Dtz2 { width:16.0625rem;height:0;top:21.625rem;left:2.875rem;font-size:1.1875rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #QAyzxuJNDvPISlVvKolDRn5IHWRdCVtR { width:15.375rem;height:1.3496125rem;top:14.3125rem;left:3.75rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Ff5OgQfxX1ai27rzu0IGgNvBFpJv5nwL { width:20rem;height:0;top:3.76416015625rem;left:0rem;font-size:1.375rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #BilIBN5k0ltQIFTwTuhGuCMymZ0bFqgB { width:15.8125rem;height:0;top:28.4853515625rem;left:2.09375rem;font-size:0.9375rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #WrzT49JUIWkiGRVSoFzLeXG1cbukiQEc { width:20rem;height:6.0747rem;top:3.76416015625rem;left:0rem;font-size:1.6875rem;line-height:1.2;z-index:15009;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.45);display:block; }
 }@media only screen and (max-width: 763px) { #RALNiRMwT3DFmBCg1vXwXxNHBHCyQ8T6 { width:2.625rem;height:1.6499rem;top:25.97265625rem;left:0.9375rem;font-size:1.375rem;line-height:1.2;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #NPXe6bZmlRL0XNUJtWdceO8Duul4vQMz { width:14.875rem;height:2.25rem;top:25.67236328125rem;left:2.5625rem;font-size:0.9375rem;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #i2oRqxJRHofRMaiLih9tbEAHh7p8uSq4 { width:2.625rem;height:1.6499rem;top:25.97216796875rem;left:16.4375rem;font-size:1.375rem;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #KyJv9IPFGgBTLUpP2x8uQLUKOMoNc1tg { width:20rem;height:1.58105625rem;top:10.4873046875rem;left:0rem;font-size:1.4375rem;line-height:1.1;z-index:15010;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.45);display:block; }
 }@media only screen and (max-width: 763px) { #FD4T5uDk8DoaZHSIRakfgcHLTsg2dhJr { top:12.130859375rem;left:4.6875rem;width:10.625rem;height:0.25rem;z-index:15011;background-color:#cd1818;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb { display:block; }#LAMUtZUyVqDBA5OvCD2svztkiFQrwmlb > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkuftyB6tgezvh8Xd8ABVfmyhrg7gk3T { width:20rem;height:5.0996125rem;top:7.00439453125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uRtFrqkzIoHkTVOI47fotFbSCKTUsxdh { width:10.5rem;height:1.375rem;top:28.8125rem;left:1.46875rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kCsqp6xXuw6r77g6eqMyJHd1F0nXlEmM { width:8.5625rem;height:15.375rem;top:15.4462890625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQaI5JKA1trINqquGW8d9v2neMLEiRpg { width:17.0625rem;height:4.2744125rem;top:1.1875rem;left:1.46875rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PXVVClnSFHqUI2HFTlZDzpnt53PtvrHJ { top:30.8125rem;left:0rem;width:20rem;height:19.875rem;z-index:14999;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fvWTW1at8Gp7DqqxDKv7Pz7WAtp2ItH8 { width:19.375rem;height:3.82470625rem;top:13.29150390625rem;left:0.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU { width:11.5625rem;height:10.166rem;top:17.783203125rem;left:0.46875rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#BVOeVfOLFzMeKtqcBmaAbnBK1kkZalEU li:before{  }
 }@media only screen and (max-width: 763px) { #BFwwTBTKQyNfwb69EWncQyDKSyhzRJRT { width:20rem;height:0;top:34.811719894409rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #zXyNfcqaiDHP8U4TT7zPAIFlTZEUMoGo { width:19.375rem;height:2.69921875rem;top:41.0087890625rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #QT7IfSgzH16NJ4iAcTZIRJfe8PzZHfUW { width:20rem;height:1.57470625rem;top:38.8095703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCzbcpICDZo64h6CEX65yFNBNZii8Rr3 { top:44.98193359375rem;left:0rem;width:20rem;height:4.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUay736P002ZmMRVZTaSdDZo38LMrKtQ { display:block; }
 }@media only screen and (max-width: 763px) { #CP2CwientZ2yQMJDwzFFQGGIlHCVvHER { width:19.375rem;height:6.74805rem;top:31.4365234375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.2;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg { display:block; }#xHHZx8tG4ZHVB9CFTJ6NEF8TIsZuK9xg > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLIddnDsuv5a2TuGLn0ooulEHfwm4oQi { width:20rem;height:6.7480625rem;top:2.125rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 { display:none; }#kasK7hIyT3Me4xWMDuzG4GglaIhT4l80 > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #x0wVZRwFOGEn5AvvgVmbamVStfCDguen { width:17rem;height:1.57470625rem;top:0.51171875rem;left:1.5rem;font-size:1.3125rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF .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; }
#TBx4BseD1e4dCSAn78SLO6txLmrX7RsF { display:flex;width:18rem;height:5.0625rem;top:2.0234375rem;left:1rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #a7eLaF1qcRmLc4GF8Uq3kPa19RCqL0bP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #RXhsLFi5vkVpc0Kvf2QqsvC4ygd2zONW {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #Cc3C1KVMR5ap280uxWBTDauRdfy333Xv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #P98BXyok5ugt87vKTyuqt5RXa8TJF24q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gdCxVq8gepwtPEvQKJsODRZPpbpdZ2az {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #PvT9UAfiDueo9OUCD1smrgCZFbwhTHRr {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #fyieUlE5JyJIUPEPJVFHUl2NEgVOekwZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #I38vLv11fEcy7BCBJ1iQb3iF4Itk6TKx {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #s9vG7XFzlf1pyZMlUBf6ksUCfqkTmfnn {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #gx18wKH3RmMts9pKWFfPkHG49xZB6veU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #VC84adcgCR19HzPR0QOSAi0MukpbSaUv {  }
 }@media only screen and (max-width: 763px) { #TBx4BseD1e4dCSAn78SLO6txLmrX7RsF #STJD0Ia11l4QFkaUrmDk0ChuHE4fe7zk {  }
 }@media only screen and (max-width: 763px) { #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31cc8feb-7f41-4ba0-b5e9-7e3f4d4006ab/BACKGROUND.svg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.adaptive-delivery-prevent-bg, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyload, #utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn.lazyloading { background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { background-color: transparent; background-image: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row > .video-iframe-container { display: none; }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .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); }#utga8ILTL9XpI7ITtUXpLWoq6rDL3Uzn > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5Icmt1Kmt0BhdQn39rT0bGCbQ7h7x1T { width:20rem;height:1.5125rem;top:1.2429695129394rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL { display:block; }#TtrSJaosvP9h3VQbaw9cD3nUoUeckOHL > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tM3m1dfm8oWmJNchN2UZEvCIJVUq9UT0 { width:20rem;height:8.5rem;top:5rem;left:0rem;background-color:#fde233;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) { #vci4TZ4LgJ4MgixdTUPmmOBaKz9tEJvn { width:18rem;height:3.375rem;top:8.75rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WV0lVb70sJ4AiEyZO1QywOiWSQeDNBCk { top:1.25rem;left:0rem;width:20rem;height:6.125rem;z-index:15054;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rgrh3drRkl02cP4NpWnN38edTBmKU7H1 { width:20rem;height:9.375rem;top:16.98046875rem;left:0rem;background-color:#f3f3f3;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) { #diOiUAixgdkOWmXuQT2wUsRaBGOxvImG { width:17.9375rem;height:2.25rem;top:23.062503814698rem;left:1.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HHlfW2ddhuHofyFdqoMfC34a3a8a4JLA { width:19.5625rem;height:6rem;top:15.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbdKwaTIswgucUxFMwwftDrMiI8x3nvB { display:block; }#WbdKwaTIswgucUxFMwwftDrMiI8x3nvB > .row .container { width:20rem;height:33.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiw7Ut2R0K80Vv2xoqK543RgPqeC4etZ { width:20rem;height:11.4375rem;top:5.6242141723633rem;left:0rem;background-color:#fde233;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) { #Odx8frMVD5T6WT5RKTAfyhAmuhGQefTw { width:16.9375rem;height:4.5rem;top:11.25rem;left:1.5312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MaPCFlNCeuiePup5vJ2KzpGzQJtE2QsS { width:20rem;height:13rem;top:20.671875rem;left:0rem;background-color:#f3f3f3;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) { #yKWb5CnK3vv5fs63WtV3wfTJsQwE4biO { width:16.9375rem;height:5.625rem;top:26.484375rem;left:1.5312501192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NAK8HGf7wsH3Z8OLHZJ9mZkT78pKuQ4e { width:19.6875rem;height:6rem;top:18.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uv6bIwkpLRGg7nUvUFlbkv5kzkT0vTQg { width:19.375rem;height:7.4375rem;top:2.4249954223633rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qw7HnrQhUuoneISwT6fNU3rEFS1qRwym { width:5.625rem;height:5.625rem;top:2.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di2w9hG4lr98hBXUHqJrmC78zcml1fXk { width:4.0625rem;height:1.0563125rem;top:8.5rem;left:1.3437501192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbXRK9SnA6nXGx1XMe6hubMLbPeJ7o6m { width:12.5625rem;height:6.3369375rem;top:2.9625015258789rem;left:6.4250000715256rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBEuURtnlDUZGk3ebauc5gsHxupU9l8g { width:20rem;height:8.0625rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3kPT3TCQndirh45EldvRbzeiqAkXeH0 { display:block; }#g3kPT3TCQndirh45EldvRbzeiqAkXeH0 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcKwkDAgFHXeV8rqgrkbVXNWETQlQpQ { width:20rem;height:10.1875rem;top:5.3742141723633rem;left:0rem;background-color:#fde233;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) { #z18PdWLVT7tgxk0BdR783582o4JAJOL3 { width:18.1875rem;height:4.5rem;top:9.4375rem;left:0.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #t6N2SkbR3qxcGBx0q9HeicLoGeB0zcG8 { width:20rem;height:8.1875rem;top:21.1875rem;left:0rem;background-color:#f3f3f3;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) { #VwVM3fToQvl0xUH0R4zEElplb623oRQz { width:18rem;height:3.375rem;top:25rem;left:1rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GgMB59ZKidxgPxVH591c67OFQ6criEpf { width:20rem;height:6.125rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQFvmyzLdnFyX5sWxHMtkpNNvHypn2Wd { width:20rem;height:6.0625rem;top:17.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb { display:block; }#Hs117eTGw6cdzE4saDI9m3IJTKW2Jlrb > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBgqWpPo4BQXgs1N5HcoTpWDGTxdLHfi { width:20rem;height:3.75rem;top:2.1875rem;left:0rem;font-size:1.3125rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #A8pKaZzgahv2uznUS2UvuDd2s0Eequ8C { display:block; }
 }@media only screen and (max-width: 763px) { #RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J { display:block; }#RKJvvDMVgrxwmnUXOfXSOz0c4vKyIp0J > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QocPFdp4X9TRvlxumvaJk6IDzKtaCS28 { width:9.8125rem;height:17.9375rem;top:0rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #somuN5ECDWqq5WoLvIEvdroWTQ6ROihE { display:flex;top:0.5rem;left:18.274999976158rem;width:1.25rem;height:1.25rem;z-index:15017;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTBa4RIvqWPcSnxdEL7iADqN7e6HER1U { width:16.75rem;height:0;top:27.4853515625rem;left:1.625rem;font-size:0.9375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #uBoth2GKkhLe7iyHSX75cLsBc5Ny29lt { width:20rem;height:4.0625rem;top:28.43505859375rem;left:0rem;font-size:1.3125rem;z-index:15039;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #eVc6wOu2iWHUkKi8y2gw1Fuc5TQDFwdq { display:block; }
 }@media only screen and (max-width: 763px) { #BaSkNoPK7UVvgSXbvkEZbLUlTcRr2Exo { width:11rem;height:0;top:2.5609376430511rem;left:9rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #TlaxMpEaiilmdROzm7sxTJ4hykmPoA4r { width:9.6875rem;height:2.5625rem;top:2.3500003814698rem;left:9.7367187142375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #fxICuE2kOrTOxudWOiib2TyPbmOI5dXA { width:20rem;height:20rem;top:16.75rem;left:0rem;z-index:15013;background-color:#ffffff;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) { #Fw9e2Sm1F303qgHRZfZ3NOLSfiybKESh { top:16.125rem;left:0.031250059604645rem;width:20rem;height:6.125rem;z-index:15034;background-color:#fde233;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P2Cta8pvUx88kAJZq7gyl1dfqqFM0zR4 { width:8rem;height:8.09765625rem;top:5.6125001907349rem;left:10.830468714237rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #TCTlSzLHbyFbGaqOlFd85q93857mwtfS { width:14.375rem;height:0;top:19.08447265625rem;left:2.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.3;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #BfgUt1NPtGcdrvFaHtqTDnnZeoXWswRq { width:17.3125rem;height:0;top:20.59375rem;left:1.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15007;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #mbchJyshaK1nt2pqOG2MU2Un7sWniZZb { width:20rem;height:1.19970625rem;top:16.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15042;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Rk7icT3lSgCDZfcrnt5bMauO1eBatmLy { width:15.25rem;height:3.44921875rem;top:18.42578125rem;left:2.375rem;font-size:1.4375rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";z-index:15035;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #BXZUOwAKThdzq1uLHCz7KQokVOlUbWa6 { width:19.4375rem;height:3.8994125rem;top:23.5361328125rem;left:0.28125rem;font-size:1rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.3;font-family:"open sans";z-index:15036;color:#03989e;display:block; }
 }@media only screen and (max-width: 763px) { #ZPBZFxBcVbWWx9WXZiKJQgwOdzTvymtq { width:7.4375rem;height:13.625rem;top:4.8625001907349rem;left:3.9250002503395rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nTGw4IKPXBvwgtdr96LcCxiF7NrZy4GE { width:18.375rem;height:0;top:34.147655487061rem;left:0.81171876192094rem;font-size:0.875rem;line-height:1.1;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #fCVOiHiTLwIuuM0phzLaHVtuFXViJg7V { width:20rem;height:0;top:42.547657012939rem;left:0rem;font-size:1.625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center;line-height:1.2;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #vbXuJWEeQzs1EwqTLc855dinvUx2zVzr { display:flex;width:2.1875rem;height:2.1875rem;top:33.6865234375rem;left:0rem;opacity:1;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #lxtTeqGGZ9J0v4TZZwllK12vkCFBeFA1 { display:flex;width:2.1875rem;height:2.1875rem;top:33.685546875rem;left:17.8125rem;font-size:1.5rem; }
 }@media only screen and (max-width: 763px) { #WHebQbAlOm4f4IWS7C2bEga3SN7UvJCX { width:16.875rem;height:1.7871125rem;top:33.93505859375rem;left:1.5625rem;font-size:0.8125rem;line-height:1.1;z-index:15044;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH { display:none; }#yKKFMCt2K18Lwlu03FTiiIImtCdwlWKH > .row .container { width:20rem;height:80rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vbWPPKxafT0WVqnP3GDSpHQWKk1DnfAR { width:19.625rem;height:0;top:2.8875122070312rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #VUXrA3uVtQQQ7hlviJCUXqNIT155B97s { width:20rem;height:0;top:4.1140623092651rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.4;z-index:15016;display:none; }#VUXrA3uVtQQQ7hlviJCUXqNIT155B97s li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/Non4cIW8/t_a_sekcji_LP_Parent_7_.png); }
 }@media only screen and (max-width: 763px) { #gTpb0oOfga0fy9iuMeKxz5duanO4yKn1 { width:1.875rem;height:1.875rem;top:8.923828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #fQVUKOoHVgfEG4tkKquUW5GMDD0aPBJc { width:20rem;height:0;top:10.798828125rem;left:0rem;font-size:0.9375rem;z-index:15017;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xheb4nngkC2Trczow9SvJg7FWZu0Iw5D { width:1.875rem;height:1.875rem;top:16.736328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15037;display:none; }
 }@media only screen and (max-width: 763px) { #ekHScnSM6TX2BVO7zBw7y4SvH8Pnct4u { width:20rem;height:0;top:17.625rem;left:0rem;font-size:0.9375rem;z-index:15018;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V0wEiTmFSrNVA3O0Rr963TdNnTKrtayo { width:1.875rem;height:1.875rem;top:26.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15038;display:none; }
 }@media only screen and (max-width: 763px) { #cuzpx6pTCIsRzsTQ2wcqNaa67yOD8sg7 { width:20rem;height:0;top:27.923828125rem;left:0rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VLociOU1mWBgQkxoTDifc0gIJChZ72xP { width:1.875rem;height:1.875rem;top:37.423828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15039;display:none; }
 }@media only screen and (max-width: 763px) { #fHxPCfxcJolnrz4iqR3uGSrQ0XuUGVyO { width:20rem;height:0;top:39.9375rem;left:0rem;font-size:0.9375rem;z-index:15019;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T3BPnPQTcU3ar87uo0u1OqtU0Til8EQ4 { width:1.875rem;height:1.875rem;top:49.111328125rem;left:9.0625rem;font-size:1.3125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #pKmctnywkWmhDhSs1uFfaCO8a8X1xodZ { width:1.875rem;height:1.875rem;top:57.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15041;display:none; }
 }@media only screen and (max-width: 763px) { #DAWkkzOveiZWmOSJTHWRAh4uZoTE7Bgd { width:1.875rem;height:1.875rem;top:70.298828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15042;display:none; }
 }@media only screen and (max-width: 763px) { #c0CIq9uBXh8FXnUt3m0fWqxCp3xl4E6y { width:1.875rem;height:1.875rem;top:82.048828125rem;left:9.0625rem;font-size:1.3125rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #G7ngu8tSbJwi2NAAP5G22T8PPRqu9oHo { width:20rem;height:0;top:1.3250007629394rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15029;display:none; }
 }@media only screen and (max-width: 763px) { #ZaRA0Fd8cw5O5TcH9b7bfIlEzEJp20ag { width:12.5rem;height:7.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #schUaFJymBcZhfz7WZ49Vc9M0xJ4dwAx { width:12.5rem;height:7.5rem;top:10rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #goroxZooA56UTTLWJTggDtHiCetA1azR { width:12.5rem;height:7.5rem;top:18.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLOuxJhFkMC77uQCQJo1KsEihgu14h7T { width:12.5rem;height:7.5rem;top:27.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1WXs6kPzMLbvWs8u7LForVA9BrB9yOD { width:12.5rem;height:7.5rem;top:36.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9bQor2pUtcrM51TscZFzfSMko8r9fgn { width:12.5rem;height:7.5rem;top:45rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEnpQQzMTd4fwFZmXll3dUTiyKJXsI8w { width:12.5rem;height:7.5rem;top:53.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyKe9p6nsCTEXk9yXGEKThnhh354aCJR { width:12.5rem;height:7.5rem;top:62.5rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGry2yaAdo7MiqdfbWhaPP92MCXSn1wl { width:12.5rem;height:7.5rem;top:71.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF { background-color:#ffffff;background-image:none;display:block; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { background-color: transparent; background-image: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row > .video-iframe-container { display: none; }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .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); }#IGBI0h0EyWw5FKJfPAheLGbaMnoAafbF > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a5tXsByGu4GA9VbFCqMHgXGutCGJmSDW { width:20rem;height:3.0244125rem;top:1.25rem;left:0rem;font-size:1.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 { width:18.625rem;height:0;top:18.837500095367rem;left:0.65625rem;font-size:1rem;line-height:1.3;display:none; }#hUbCfcRQw6EOcw3SmOmWNKQMs0KmO7h6 li:before{  }
 }@media only screen and (max-width: 763px) { #ngR6Jv4gGHlc66KQcFb4nDl6B3KIGAfb { width:20rem;height:34.5rem;top:20.124969482422rem;left:0rem;background-color:#f3f3f3;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) { #MOgyPgToBkTPqlvJniqtnqAPm4KtUwe1 { width:14.4375rem;height:25.6875rem;top:5.7874755859375rem;left:2.8937500715256rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #HikvwpZ7hTF6vatL9T1viXmCJLuFPxEg { width:20rem;height:1.35rem;top:4.8992195129394rem;left:0rem;font-size:1.125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-heading-text { text-align:center;text-align-last:center;font-size:0.9375rem;height:auto; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-desc-text { text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 { display:flex;height:auto;width:18.125rem;top:48.800018310547rem;left:0rem;box-shadow: none; }
#bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mUT2ZvQzFNuWHLQNgafuzRGTTuilRqrx {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #mmUNEr50WmCcHyZhlxMqPg5ToBWRLhax {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #zbKND4esUF4ii1Bapx0cmJn1dDFGOfKG {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #fvVKEX0k9VOZKv1aDS7DokGLQTGF70WN {  }
 }@media only screen and (max-width: 763px) { #bh1cTWOoMIKLWdvGqO8T0oUff61R75a5 #Tm8NTT0VBfpVTvRfgm5JB51VSW2yazhP {  }
 }@media only screen and (max-width: 763px) { #nQRzXZ6HJ4cvW9BkAzikwN5I5ho60Bzm { width:19.25rem;height:28.03125rem;top:20.874218940735rem;left:0.375rem;font-size:0.9375rem;line-height:1.3;z-index:15010;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL { display:block; }#zTbOs0VQkKaC8ARP4VKCb2zw6WwZrsvL > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ryLwX7FQh44oKU0wTlusV1JqHhodt6Jo { width:20rem;height:2.68066875rem;top:10.999267578125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lar75V6r6GWpR2z83hp46XEgLTdKJGDy { width:3.375rem;height:2.75rem;top:6.936767578125rem;left:8.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #qU2kZ5M3QkSsdWtsFSdMuHbqbzocX0Af { width:20rem;height:4.0625rem;top:1.8662109375rem;left:0rem;font-size:1.25rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #KfVz7W6H6VIaty00fhPMMw4SUn7lTv83 { display:block; }
 }@media only screen and (max-width: 763px) { #kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN { display:none; }#kLVCNOkaFCGbAxtBfH5IPMUtXBuCMxQN > .row .container { width:20rem;height:31.2373046875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wI7qJSWpZ2T07RHu5TbdvtoX7yG6AUC4 { width:8.6875rem;height:4.9375rem;top:7.4375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FepcEZWNrizX99q5QhCpr7H8IBUo8NTr { width:20rem;height:21.75rem;top:9.4874854087831rem;left:0rem;display:block; }
 }