.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:transparent;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); }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f83a3a;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container { background-color: transparent; background-image: none; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container > .video-iframe-container { display: none; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row > .video-iframe-container { display: none; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .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); }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container { border-width: 0; border-radius: 0; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:block; }#xqkiyL81KsIEJv58O4QpOEDJXAMS0u3x { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.181640625rem;left:11.5rem;height:1.95rem;font-style:normal;display:block; }
#A96selIJHXsqX0AvghIBgTDtR2i9CbRd { z-index:15003;top:0.78125rem;left:44.875rem;background-color:#ffffff;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.25rem 1.25rem #ffffff ;box-sizing:border-box;color:#ff3c94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MRNt7SCIDWl40BrG2ykIqA79h1Gf3bFg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f83a3a;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; }#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 > .row .container { border-width: 0; border-radius: 0; }#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:75rem;position:relative;display:none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { 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; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:37.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { 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:6.7750000953675rem;left:32.875001907349rem;height:18.2rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#p38MUU5kCWFe12t5t9zb0niqHmroSf3e { color:#000000;display:block;width:33.375rem;position:absolute;font-family:"open sans condensed";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.51171875rem;left:36.281251907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { z-index:15007;top:28.125rem;left:37.031251907349rem;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; }
#ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX { position:relative;display:none; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX { border-width: 0; border-radius: 0; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .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; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { 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; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { border-width: 0; border-radius: 0; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:75rem;position:relative;display:none; }#Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { color:#252525;display:block;width:61.8125rem;position:absolute;font-family:"open sans condensed";font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:1.125rem;left:6.59375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { background-color: transparent; background-image: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { display: none; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .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); }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { border-width: 0; border-radius: 0; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { font-size:0.875rem;font-family:arial;height:26.4375rem;width:75rem;position:relative;display:block; }#UzuLe0Tn1eLa1Z7TKLOwELbVkZu3CBS6 { color:#75cfb8;display:block;width:48.75rem;position:absolute;font-family:merriweather;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:13.125rem;height:2.68125rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { color:#252525;display:block;width:48.625rem;position:absolute;font-family:"open sans condensed";font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.0625rem;left:13.1875rem;height:14.4rem;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; }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2' );";background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);background-size:initial !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; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:75rem;position:relative;display:block; }#MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:18.875rem;top:2rem;left:49.3375rem;overflow:hidden;display:block; }
#MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { position:absolute;display:block;z-index:15023;background-color:#75cfb8;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: none;height:12.5rem;width:12.5rem;top:1.25rem;left:56.875rem;display:block; }
#pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { position:absolute;display:block;z-index:15024;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: none;height:10.5rem;width:12.5rem;top:7rem;left:56.875rem;display:block; }
#vPzBr5PLDpSKWgyrk1ZGglgaXfuQG2cN { color:#75cfb8;display:block;width:49.1875rem;position:absolute;font-family:merriweather;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.3125rem;left:4.8125rem;height:3.0875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#lUWTOVM7RNzadlsKWMyJly6tOSChXePv { color:#252525;display:block;width:37.1875rem;position:absolute;font-family:"open sans condensed";font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:8.1750011444094rem;left:4.8125rem;height:13.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#aRP74eQF7LICrGGuNGm7N58vZfImswGy { color:#6b4679;display:block;width:46rem;position:absolute;font-family:merriweather;font-size:2.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2rem;left:9.4375rem;height:3.0625rem;font-style:italic;text-align:center;text-align-last:center;display:none; }
#htszuQULwx6mbuKxtybZdAMSi2FQGQwm { z-index:15009;top:23.187499642372rem;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; }
#CKSgxvPwz5lJeXqMIpDCIV2DMZgUW2ru { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp { 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; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container { background-color: transparent; background-image: none; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container > .video-iframe-container { display: none; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row > .video-iframe-container { display: none; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .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); }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container { border-width: 0; border-radius: 0; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:75rem;position:relative;display:block; }#CaUdZ4KMbwEh4Nf7LaBkW8euZgOear1Z { color:#75cfb8;display:block;width:60.1875rem;position:absolute;font-family:merriweather;font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.405468940735rem;height:1.86875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0.0625rem solid #e0ede2;border-left:0.0625rem solid #e0ede2;border-right:0.0625rem solid #e0ede2;border-bottom:0.0625rem solid #e0ede2; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .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; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.0625rem;font-family:"open sans condensed";height:auto;line-height:1.3;overflow:hidden; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans condensed";font-weight:300;font-style:normal;height:auto; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-trigger { width:0.9375rem;min-width:0.9375rem;height:0.9375rem;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_1b245a9def28606e7475504dacdaad1ef8f503b9.svg");background-size:contain !important; }#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-trigger.adaptive-delivery-prevent-bg, #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-trigger.lazyload, #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-trigger.lazyloading { background-image: none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC { box-sizing:content-box;height:auto;width:60.75rem;position:absolute;display:flex;flex-direction:column;gap:0.25rem;z-index:15005;background-color:#ffffff;background-image:none;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;top:6.5312501192094rem;left:6.2617177963256rem;border-top:0.0625rem solid #75cfb8;border-left:0.0625rem solid #75cfb8;border-right:0.0625rem solid #75cfb8;border-bottom:0.0625rem solid #75cfb8;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Uqt584ZCoN1Rx0Dq4DctCpAdosc7ks2Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #r3pFIk5NqqBTv0aSD0r39OgcoEKf4BLy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #GaLf4zWVcF7thQqOu4TdS9DCB0IFTNrz { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Z5HkSzeaA71l4pT1dltXzhJhSTDaoUk6 {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #QLhu4k0Zl3sH2McW0OQrtVTtcsvBzruv {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #fBynzQq1Jg3afPWr7v5a7lZDPVynoQOZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #OTaUzbENS7E7i1nuP230wLRds7sGN17c { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #azbOTHlNkkV1M4NK83METPDkTpCkfQhc { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #eAoAScdQDHxOlZc7sPtp3NHuvfk11n8l {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D34CfUKuVOEyLKmFOaPvgkbJTdyUHfH9 { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TNg4OMBPuyLny4Zut9tRUZ5nooOhBLPc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #I2UAUPBRyTSBAftnRJhG13iKEJRWMGLZ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #NqhcXDunWPBNeoERqHTIbJRgomS5moGz { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uEGlQvTD9sEBrl8UX0gSXEh57LZlnMQI {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #KPbE87GbuiRK124WwgK4ZEXPG7au4tLv { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PvT6BqgC557tzm4eFwP4OU6LqXmuiAuB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #u4Wi7g9X5zc7A81tUcd55aEgFRwNnTqa { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #z2i5xpgZ3VE1yvnAem5ZBOQZo0kTu6S3 { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Mwk8sIfTp5XxTSokqSH7eTAWFeDo9Oz3 {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uL9ZBwPXqz0446dGSJqIwFqwdK7UV8N4 { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #WZdx7SIsTWP4t0TR8df7O3A1TRRPsaif { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #VbPHfkUb0cSupTAFX0IXZyWmArQgCeie { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #l9Q15ac9fy9nCKVJofS0kpkA5iAQMePp { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PObML2GeLzKbq14f5an0o0Tc8DIE4CnG {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Sb27J0GLeVDOIGi12hNTJNWRZivwLbBr { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #E3em3TW5Zr7x2cGpJnaKsCpaDMnKq6NI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #S5mokVTNuB7TERqmvkNvFTBS9BTe4Nya { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #f6l87so5yrJ9QNQ2QB9rLPakUzaHn3zN { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N0B0nIQNKkVHep8anaS1WprTQE31PLMT {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uonTo9nPTyIZmrcRmhHqbSTqoNJWhVwd { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #ASpyPZe056pJGwf4LKtuos21Z48vVNKO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #SGzRcz65BKtXUT3ZKecy7ay0aur3K8qT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D5LHnV9IPTBUZDxH4LJBGRgpKklnRUO6 { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XDFGbSmuNR22GuxRUEsGTr6suJihz7iC {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #JGCSJPsV1V9ckCwTvDW747DdGqymIhWw { display:none; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Zc4JqwkfvyWrB3STN7K3sRIS4R9Cx7oZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N7D51i2KwRNf9PUrhqD51iooCi8Ksr1y { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TOpERwpoPMmxucTTBPiwSutt1kHJSEro { display:block;position:relative; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XTyrT6d6uTdCtTkz0mQ1GMv1A7wfhH75 {  }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #A1XLwdJMIOeOCpGwZho9OwOrbeIdxRC4 { display:none; }
#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#bbdfc8;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; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { background-color: transparent; background-image: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container > .video-iframe-container { display: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container { display: none; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .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); }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { border-width: 0; border-radius: 0; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:75rem;position:relative;display:block; }#Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { color:#000000;display:block;width:29.1875rem;position:absolute;font-family:"open sans condensed";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:1.556640625rem;left:22.90625rem;height:2.275rem;font-style:italic;display:block; }
#MUmr4emrHEGN78lpC7cUSQyJup9MVoAR { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:"open sans condensed";font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.19970703125rem;left:22.875rem;height:1.13720625rem;font-style:italic;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr { display:none; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqkiyL81KsIEJv58O4QpOEDJXAMS0u3x { width:28.8125rem;height:1.9375rem;top:1.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A96selIJHXsqX0AvghIBgTDtR2i9CbRd { top:0.75rem;left:31.25rem;width:13.5625rem;height:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRNt7SCIDWl40BrG2ykIqA79h1Gf3bFg { display:block; }
 }@media only screen and (max-width: 763px) { #HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 { display:none; }#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:32.125rem;height:8.375rem;top:7.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p38MUU5kCWFe12t5t9zb0niqHmroSf3e { width:34.5rem;height:1.9375rem;top:15.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { top:28.125rem;left:15.875rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block; }
 }@media only screen and (max-width: 763px) { #ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX { display:none; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { width:47.75rem;height:10.5rem;top:1.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzuLe0Tn1eLa1Z7TKLOwELbVkZu3CBS6 { width:47.75rem;height:2.625rem;top:2.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { width:47.75rem;height:14.375rem;top:8.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { top:2rem;left:28.875rem;width:18.875rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { top:1.25rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { top:7rem;left:35.25rem;width:12.5rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzBr5PLDpSKWgyrk1ZGglgaXfuQG2cN { width:47.75rem;height:3.0625rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUWTOVM7RNzadlsKWMyJly6tOSChXePv { width:37.1875rem;height:11.25rem;top:8.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRP74eQF7LICrGGuNGm7N58vZfImswGy { width:20rem;height:1.625rem;top:1.4375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #htszuQULwx6mbuKxtybZdAMSi2FQGQwm { top:23.125rem;left:7.9375rem;width:31.875rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKSgxvPwz5lJeXqMIpDCIV2DMZgUW2ru { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp { display:block; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaUdZ4KMbwEh4Nf7LaBkW8euZgOear1Z { width:47.75rem;height:1.8125rem;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC { display:flex;height:auto;width:45.25rem;top:6.375rem;left:0rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Uqt584ZCoN1Rx0Dq4DctCpAdosc7ks2Q {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #r3pFIk5NqqBTv0aSD0r39OgcoEKf4BLy {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #GaLf4zWVcF7thQqOu4TdS9DCB0IFTNrz {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Z5HkSzeaA71l4pT1dltXzhJhSTDaoUk6 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #QLhu4k0Zl3sH2McW0OQrtVTtcsvBzruv {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #fBynzQq1Jg3afPWr7v5a7lZDPVynoQOZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #OTaUzbENS7E7i1nuP230wLRds7sGN17c {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #azbOTHlNkkV1M4NK83METPDkTpCkfQhc {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #eAoAScdQDHxOlZc7sPtp3NHuvfk11n8l {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D34CfUKuVOEyLKmFOaPvgkbJTdyUHfH9 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TNg4OMBPuyLny4Zut9tRUZ5nooOhBLPc {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #I2UAUPBRyTSBAftnRJhG13iKEJRWMGLZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #NqhcXDunWPBNeoERqHTIbJRgomS5moGz {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uEGlQvTD9sEBrl8UX0gSXEh57LZlnMQI {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #KPbE87GbuiRK124WwgK4ZEXPG7au4tLv {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PvT6BqgC557tzm4eFwP4OU6LqXmuiAuB {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #u4Wi7g9X5zc7A81tUcd55aEgFRwNnTqa {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #z2i5xpgZ3VE1yvnAem5ZBOQZo0kTu6S3 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Mwk8sIfTp5XxTSokqSH7eTAWFeDo9Oz3 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uL9ZBwPXqz0446dGSJqIwFqwdK7UV8N4 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #WZdx7SIsTWP4t0TR8df7O3A1TRRPsaif {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #VbPHfkUb0cSupTAFX0IXZyWmArQgCeie {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #l9Q15ac9fy9nCKVJofS0kpkA5iAQMePp {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PObML2GeLzKbq14f5an0o0Tc8DIE4CnG {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Sb27J0GLeVDOIGi12hNTJNWRZivwLbBr {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #E3em3TW5Zr7x2cGpJnaKsCpaDMnKq6NI {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #S5mokVTNuB7TERqmvkNvFTBS9BTe4Nya {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #f6l87so5yrJ9QNQ2QB9rLPakUzaHn3zN {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N0B0nIQNKkVHep8anaS1WprTQE31PLMT {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uonTo9nPTyIZmrcRmhHqbSTqoNJWhVwd {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #ASpyPZe056pJGwf4LKtuos21Z48vVNKO {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #SGzRcz65BKtXUT3ZKecy7ay0aur3K8qT {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D5LHnV9IPTBUZDxH4LJBGRgpKklnRUO6 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XDFGbSmuNR22GuxRUEsGTr6suJihz7iC {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #JGCSJPsV1V9ckCwTvDW747DdGqymIhWw {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Zc4JqwkfvyWrB3STN7K3sRIS4R9Cx7oZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N7D51i2KwRNf9PUrhqD51iooCi8Ksr1y {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TOpERwpoPMmxucTTBPiwSutt1kHJSEro {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XTyrT6d6uTdCtTkz0mQ1GMv1A7wfhH75 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #A1XLwdJMIOeOCpGwZho9OwOrbeIdxRC4 {  }
 }@media only screen and (max-width: 763px) { #QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { display:block; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { width:29.1875rem;height:1.125rem;top:1.5rem;left:9.2812519073488rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUmr4emrHEGN78lpC7cUSQyJup9MVoAR { width:11.375rem;height:1.75rem;top:1.625rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3zv385YM/T_a_sekcji_LP_po_g.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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) { #uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#uikgbm0TyRvv2bP5xTTrv4aeXi8UaTfr > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xqkiyL81KsIEJv58O4QpOEDJXAMS0u3x { width:20rem;height:3.25rem;top:1rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A96selIJHXsqX0AvghIBgTDtR2i9CbRd { top:5.1181640625rem;left:3.75rem;width:12.5rem;height:2.4375rem;font-size:1.125rem;background-color:#ffffff;background-image:none;font-family:"open sans";color:#ff3c94;display:block; }
 }@media only screen and (max-width: 763px) { #MRNt7SCIDWl40BrG2ykIqA79h1Gf3bFg { display:block; }
 }@media only screen and (max-width: 763px) { #HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#HrF7sKoKpLioeHEO1m9F36miUzTCMoW2 > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:#ffffff;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 left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2OUfQEZCDc2byGazzJzB8I9TxJUTdvr { width:11.8125rem;height:8.125rem;top:5.25rem;left:8.1875003576281rem;text-align:center;text-align-last:center;font-size:1.25rem;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #p38MUU5kCWFe12t5t9zb0niqHmroSf3e { width:18.25rem;height:1.75rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JeFJ9Sh2FuTPDst30fagmcGq1fTTfPsc { top:15.3125rem;left:1.7187501192093rem;width:16.5625rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBnSahTD8TTIByZ6gOR0y757UABK26Q { display:block; }
 }@media only screen and (max-width: 763px) { #ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container { background-color: transparent; background-image: none; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container > .video-iframe-container { display: none; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row > .video-iframe-container { display: none; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .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); }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container { border-width: 0; border-radius: 0; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ifPTSbTd9gbxFA2uVmabzgRAQJpoS5XX > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 { display:none; }#uapgUzGTVf3ycEQ7C09gXDlySEfWWos5 > .row .container { width:20rem;height:13.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gx7vXW8JAot2LTEWpZRDo1y4QJzrFbLp { width:19.1875rem;height:9.45rem;top:0.90000057220456rem;left:0.40625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX { display:block; }#TOhcLkTqUrbKOncDcq03G53mn9Q3CkwX > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UzuLe0Tn1eLa1Z7TKLOwELbVkZu3CBS6 { width:18rem;height:3.4125rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blLtneLnhXpPkyR1ctCJGo9OiRT26GvC { width:18.6875rem;height:16.875rem;top:6.0968747138977rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MRGE0oUmFgga4EoGfDnPhmThLLfrTOpI { width:13.5625rem;height:13.5625rem;top:4.3750009536743rem;left:3.2187501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUBpaWnTTydkvl4IVatbFBSEgbToZ6WQ { width:6.1875rem;height:12.5rem;top:4.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWCD2TBWKGoaqRP9z9x2uHGWWoDGqTUI { width:14.25rem;height:3.5rem;top:15.125rem;left:3.1874998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPzBr5PLDpSKWgyrk1ZGglgaXfuQG2cN { width:20rem;height:0;top:1.18359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUWTOVM7RNzadlsKWMyJly6tOSChXePv { width:19.125rem;height:15.1875rem;top:19.687500476837rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRP74eQF7LICrGGuNGm7N58vZfImswGy { width:20rem;height:1.625rem;top:1.4960939288139rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15004;color:#75cfb8;display:block; }
 }@media only screen and (max-width: 763px) { #htszuQULwx6mbuKxtybZdAMSi2FQGQwm { top:37.218751907349rem;left:1.7187501192093rem;width:16.5625rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKSgxvPwz5lJeXqMIpDCIV2DMZgUW2ru { display:block; }
 }@media only screen and (max-width: 763px) { #Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp { display:block; }#Ww8mDrPQFMETk9u4KXHmIkdB8X6zXbnp > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaUdZ4KMbwEh4Nf7LaBkW8euZgOear1Z { width:18.8125rem;height:4.5rem;top:1.024227142334rem;left:0.59296876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-heading-text { font-size:1rem;height:auto; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-desc-text { font-size:0.9375rem;height:auto; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-trigger { height:0.9375rem;width:0.9375rem;min-width:0.9375rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC { display:flex;height:auto;width:18.8125rem;top:6.3749990463256rem;left:0rem;gap:0.25rem;padding-top:0.5625rem;padding-right:0.5625rem;padding-bottom:0.5625rem;padding-left:0.5625rem; }
#ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Uqt584ZCoN1Rx0Dq4DctCpAdosc7ks2Q {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #r3pFIk5NqqBTv0aSD0r39OgcoEKf4BLy {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #GaLf4zWVcF7thQqOu4TdS9DCB0IFTNrz {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Z5HkSzeaA71l4pT1dltXzhJhSTDaoUk6 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #QLhu4k0Zl3sH2McW0OQrtVTtcsvBzruv {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #fBynzQq1Jg3afPWr7v5a7lZDPVynoQOZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #OTaUzbENS7E7i1nuP230wLRds7sGN17c {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #azbOTHlNkkV1M4NK83METPDkTpCkfQhc {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #eAoAScdQDHxOlZc7sPtp3NHuvfk11n8l {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D34CfUKuVOEyLKmFOaPvgkbJTdyUHfH9 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TNg4OMBPuyLny4Zut9tRUZ5nooOhBLPc {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #I2UAUPBRyTSBAftnRJhG13iKEJRWMGLZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #NqhcXDunWPBNeoERqHTIbJRgomS5moGz {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uEGlQvTD9sEBrl8UX0gSXEh57LZlnMQI {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #KPbE87GbuiRK124WwgK4ZEXPG7au4tLv {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PvT6BqgC557tzm4eFwP4OU6LqXmuiAuB {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #u4Wi7g9X5zc7A81tUcd55aEgFRwNnTqa {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #z2i5xpgZ3VE1yvnAem5ZBOQZo0kTu6S3 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Mwk8sIfTp5XxTSokqSH7eTAWFeDo9Oz3 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uL9ZBwPXqz0446dGSJqIwFqwdK7UV8N4 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #WZdx7SIsTWP4t0TR8df7O3A1TRRPsaif {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #VbPHfkUb0cSupTAFX0IXZyWmArQgCeie {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #l9Q15ac9fy9nCKVJofS0kpkA5iAQMePp {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #PObML2GeLzKbq14f5an0o0Tc8DIE4CnG {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Sb27J0GLeVDOIGi12hNTJNWRZivwLbBr {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #E3em3TW5Zr7x2cGpJnaKsCpaDMnKq6NI {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #S5mokVTNuB7TERqmvkNvFTBS9BTe4Nya {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #f6l87so5yrJ9QNQ2QB9rLPakUzaHn3zN {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N0B0nIQNKkVHep8anaS1WprTQE31PLMT {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #uonTo9nPTyIZmrcRmhHqbSTqoNJWhVwd {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #ASpyPZe056pJGwf4LKtuos21Z48vVNKO {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #SGzRcz65BKtXUT3ZKecy7ay0aur3K8qT {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #D5LHnV9IPTBUZDxH4LJBGRgpKklnRUO6 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XDFGbSmuNR22GuxRUEsGTr6suJihz7iC {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #JGCSJPsV1V9ckCwTvDW747DdGqymIhWw {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #Zc4JqwkfvyWrB3STN7K3sRIS4R9Cx7oZ {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #N7D51i2KwRNf9PUrhqD51iooCi8Ksr1y {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #TOpERwpoPMmxucTTBPiwSutt1kHJSEro {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #XTyrT6d6uTdCtTkz0mQ1GMv1A7wfhH75 {  }
 }@media only screen and (max-width: 763px) { #ohWL80MyT0ZNgXdoiUhtgTwSRT4zKTPC #A1XLwdJMIOeOCpGwZho9OwOrbeIdxRC4 {  }
 }@media only screen and (max-width: 763px) { #QAutcluFAd7ur8b97ThGLTGS7MyZwCmG { display:block; }#QAutcluFAd7ur8b97ThGLTGS7MyZwCmG > .row .container { width:20rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud484zy8gATM2ovuoqDTTzOTqoLsl012 { width:11.375rem;height:0;top:8.13720703125rem;left:4.3125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MUmr4emrHEGN78lpC7cUSQyJup9MVoAR { width:11.375rem;height:1.7875rem;top:1.66796875rem;left:4.3124998807907rem;font-size:0.6875rem;z-index:15008;text-align:center;text-align-last:center;color:#000000;display:block; }
 }