.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;
}
:root { --color-primary-0:251,251,250;--color-primary-1:241,242,240;--color-primary-2:227,229,224;--color-primary-3:114,115,112;--color-primary-4:34,34,34;--color-secondary-0:219,225,229;--color-secondary-1:137,154,168;--color-secondary-2:18,52,80;--color-secondary-3:9,26,40;--color-secondary-4:3,8,12;--color-tertiary-0:255,255,255;--color-tertiary-1:248,228,201;--color-tertiary-2:233,165,74;--color-tertiary-3:117,83,37;--color-tertiary-4:23,16,7;--headlines-font-family:"Anton";--paragraphs-font-family:"Lato"; }@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:rgba(var(--color-secondary-3),1);background-image:none;position:relative;display:block; }
#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .row > .video-iframe-container { display: none; }#Fh2fnZqQHcV3cdMRrUnARfhnWnvpd2Lq > .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); }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffed00;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; }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf > .row .container { border-width: 0; border-radius: 0; }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#xeu7Pxs4ngtK9zxE27aGSAw0GTpRBIQx { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.75rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:56.625rem;display:block; }
#i8xi6fSDdMWwZt1TIDBmlq5Eh1mT7Nvx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bFw2s1ypZUMJqXTB7L26OqnxFVXi4yke { color:rgba(var(--color-secondary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.181640625rem;left:1.875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .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; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;color:#000000;padding-top:0.375625rem;padding-right:0.34125rem;padding-bottom:0.375625rem;padding-left:0.34125rem;display:block;align-items:center;width:2.045625rem;min-width:2.045625rem;height:2.019375rem;position:relative;font-family:arial;font-size:1.503125rem;font-weight:700;line-height:32.31px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .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.235rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.726875rem;height:0.798125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.56375rem;font-weight:700;line-height:12.77px;text-align:center;text-align-last:center;text-transform:none;top:-17%;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:14.9375rem;height:3.80375rem;padding-top:0.046875rem;padding-right:0.04875rem;padding-bottom:0.046875rem;padding-left:0.04875rem;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:0rem;left:24.6875rem;z-index:15009; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #uaOhDQmBEriIWXdfcabqGv9EKqybw3Mg { display:flex;position:relative;top:0rem;left:0rem; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Mp9gVTASkJEgl6HHQVlpMLv31ns9QV3X { width:auto; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #bGWNTWrt4D2icTTUJtTit3NX4nCb3fmE {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #a23XSPSA3oUkDek14ZJDk2yoHuIJttsM { display:flex;position:relative;top:0rem;left:0rem; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #BifU1k5Q8P5d1F53zsII06RbTacTaQpQ {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #DlT6k6xS6iPneLZSvuW70pJ43o6kEV36 {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #A1DmNgwVIwQ7ABB2o6a3TrIGJBuuvxCT { display:flex;position:relative;top:0rem;left:0rem; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #yc2o6iH4CORUfISXtUNDkemIFi8vmsKl {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Jk4pohNwpe9mme7LzhiLkyRelTNqdWLn {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #xFsd4REQXbJNKD4nrgN9M5L3dJm43VOO { display:flex;position:relative;top:0rem;left:0rem; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #QOf6wTgs7mZxFmEByheHsosqlf7c7GpH {  }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #udQBJa3nbU2PNG5F5lhF1eZsIRAPQ1EN {  }
#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA > .row .container { border-width: 0; border-radius: 0; }#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ee092c8-a487-4b5e-8d30-060306f02b8e/tolp_ICharytatywnaKonferencjaOnlineFundacjaNarodowyInstytutSnu.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.adaptive-delivery-prevent-bg, #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.lazyload, #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.lazyloading { background-image: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { background-color: transparent; background-image: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container > .video-iframe-container { display: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container { display: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .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); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { border-width: 0; border-radius: 0; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#fzCQdK1MHVTIbPA8shGSBLAinsZHLgCL { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#VrUZBCBaetKQaguJTvw6fWSX6UoFf0Iw { color:rgba(var(--color-tertiary-4),1);display:block;width:32.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.5rem;left:21.46875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#WUkDdoGw06tbMmzDR11ut1cCZRSke4QF { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.4931640625rem;left:13.96875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z4EJw3U78tDvncA3JzmTNJidt1FyNZcn { box-sizing:content-box;height:0.1875rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.28125rem;left:28.125rem;display:block; }
#b31LGbZICznnSdfmqpxg7bIiu7OpcAKH { color:rgba(var(--color-tertiary-4),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.3125rem;left:27.03125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#a4G0QIglboeUKvz98H3f2dqMl4LzTFxr { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:15.875rem;top:1rem;left:29.5625rem;overflow:hidden;display:block; }
#rFso2ZiGJT8RqlgLInFSqWCXgeiEbZ1I { color:#cd1818;display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:9.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CnCzc0rQu1wApwSfAXCWhtURUG4sIyGm { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21rem;left:8.90625rem;height:;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; }
#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a { position:relative;display:none; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a { border-width: 0; border-radius: 0; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .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; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#urBTKvIuNGtANQEeHbMycGCShM8N8aNp { color:rgba(var(--color-tertiary-4),1);display:block;width:57.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:21rem;left:8.90625rem;height:;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; }
#ieKuX0mC3BrDlJTW4qKrWr2cxWiNSsJ3 { color:#cd1818;display:block;width:55.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.3125rem;left:9.59375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 { 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; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { background-color: transparent; background-image: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container > .video-iframe-container { display: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container { display: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .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); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { border-width: 0; border-radius: 0; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { font-size:0.875rem;font-family:arial;height:23.6875rem;width:75rem;position:relative;display:block; }#RMbSzXIQLoH0c42B3p3i9X7lVmn04JGR { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#karXaxdDtntPqBTswRuw111rVZ7CCWCg { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.25rem;left:22.40625rem;display:block; }
#wutT5lrVLOuWhwlfZ5uSAomTl7qMCc2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uk4dE17QNnsVuo1oxa0z3pkVfLNfSUta { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.05908203125rem;left:7.6875rem;height:6.5rem;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; }
#pq847WF8M6MeELEfwDVTFemOuuE9lpCT { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:2.87158203125rem;left:7.6875rem;height:;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; }
#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/G_lwAp0TF38/unsplash/erica-steeves-G_lwAp0TF38-photo-1567473030492-533b30c5494c.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.adaptive-delivery-prevent-bg, #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.lazyload, #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.lazyloading { background-image: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { background-color: transparent; background-image: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container > .video-iframe-container { display: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row > .video-iframe-container { display: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .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); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { border-width: 0; border-radius: 0; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#IB3akSTUULXaLCckuHL3SQ4kxrC7qZE7 { background-color:rgba(var(--color-tertiary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;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.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.875rem;height:4.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:19.1875rem;left:39.53125rem;display:block; }
#vmdCUtJMxsqvxotmw817rTJxttbudDGr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BvISIKMtVR4LWZ2brzEICFfDXpVJ7VWc { color:rgba(var(--color-tertiary-4),1);display:block;width:47.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:2.9931640625rem;left:27.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZkpLxJW0mMvOFHTDut9So7TJaCnrQ47 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.93408203125rem;left:33.375rem;height:4.875rem;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; }
#fqPCaSGWihFxoeFEtG4M2hQge175y30p { 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; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row .container { border-width: 0; border-radius: 0; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row .container { font-size:0.875rem;font-family:arial;height:25.8125rem;width:75rem;position:relative;display:none; }#iAO7mkWcQr7m2fqZVRgzpqPvFvuBWr9x { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#OiAkAf7eaCnoWhAHXVUioaSgNXA8elbT { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.562501907349rem;left:20.780468940735rem;display:block; }
#TTbVPTVZ2f7z8Lu4UJfs41xIchfLEXTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bt4IedKnCTqaobJfDd6BHx3oOWbIMsKW { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:6.0625rem;height:7.3125rem;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; }
#qetymBiAvpIiTwbmCraO46OdeoESsA3o { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.871877670288rem;left:6.749218940735rem;height:;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; }
#pH766vbumXGtkrnOoA2FHRkhQzToz192 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/Jqhwp4mcuUM/unsplash/kelly-sikkema-Jqhwp4mcuUM-photo-1596034640116-a68045d257fe.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pH766vbumXGtkrnOoA2FHRkhQzToz192.adaptive-delivery-prevent-bg, #pH766vbumXGtkrnOoA2FHRkhQzToz192.lazyload, #pH766vbumXGtkrnOoA2FHRkhQzToz192.lazyloading { background-image: none; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row .container { border-width: 0; border-radius: 0; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:none; }#i3zs1f2QKOgM44rPg0csf6FaA7esSE55 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:3.125rem;left:8.21875rem;height:8.125rem;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; }
#kANTXlmZbi4pds8iAAexAKTkkxNA5q8f { color:rgba(var(--color-tertiary-4),1);display:block;width:60.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.1875rem;left:0rem;height:1.625rem;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; }
#mR7t7hW9K1mdgrh6zPX6313B49LSSGRz { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top: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.9375rem;width:25.6875rem;top:25.1875rem;left:17.25rem;overflow:hidden;display:block; }
#VPTVneu0UulOgqIL8ENPDfIRyPIDUnL0 { color:rgba(var(--color-tertiary-4),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:17.75rem;left:6.780468940735rem;height:4.875rem;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; }
#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ee092c8-a487-4b5e-8d30-060306f02b8e/tolp_ICharytatywnaKonferencjaOnlineFundacjaNarodowyInstytutSnu.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.adaptive-delivery-prevent-bg, #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.lazyload, #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.lazyloading { background-image: none; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row .container { border-width: 0; border-radius: 0; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:none; }#zToP7tW8BeaD53TaZLMiLJxV5AHTghDw { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#FDGQFRouz5slehmC6JGTV6hJHJp1t4Jm { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:5.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.4375rem;left:3.5625rem;display:block; }
#hrtQ5EZJzcXhAem8v7aNXulSkMb5SskW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUEhScCrAAETEnrnzGTprZHSOVStZGsq { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:5.6875rem;left:3.5625rem;height:3.25rem;display:block; }
#Re5vevWPbXs7836Sek7KJtv0GsPr65x4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.5625rem;height:11.375rem;font-style:normal;display:block; }
#zqPKPoigqwVZzn1opVC7ZcrS4v8rE386 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5rem;left:0rem;display:block; }
#WJQPvT0wQhoSPFK2kRxcBHzRVG0TL0Ms { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.5625rem;left:0rem;display:block; }
#mDfhr96TgJvg32SlufMWvQf9s7IpX2N8 { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.5625rem;height:2.03125rem;display:block; }
#P4q0KzL7x4LgT88RsaTh4dTmTWBaO1zb { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:36.4375rem;top:25.1875rem;left:3.5625rem;overflow:hidden;display:block; }
#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/Jqhwp4mcuUM/unsplash/kelly-sikkema-Jqhwp4mcuUM-photo-1596034640116-a68045d257fe.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.adaptive-delivery-prevent-bg, #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.lazyload, #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.lazyloading { background-image: none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { border-width: 0; border-radius: 0; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:none; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE { 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; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row .container { border-width: 0; border-radius: 0; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row .container { font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:none; }#dPiLqTKpgcNH6rbym1Wi3hy1HX77w46T { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#Aa3pTu9DgZMKgXSvhwzyQo4FFrO92iEp { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:5.625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:39.68408203125rem;left:20.78125rem;display:block; }
#t6wxiqQpJUSKqd3Ti2gyf020z9FAExe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T39SqUI4ueNfpo7xMbxUnFwgHXUbqAbT { color:rgba(var(--color-primary-2),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:2.7;letter-spacing:0;top:46.028129577637rem;left:38.25rem;height:0;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ns5mMm9yZXlWIFXqlGUQQufvGBTDKkrD { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:9.9375rem;left:8.75rem; }
#ev7C7EaTToecoxSWSAStsk2R1d11MUfb { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:9.9375rem;left:61.25rem; }
#HImh5vWLoPppxXQ4mZIhCEuvk6NOfzGi { color:rgba(var(--color-tertiary-4),1);display:block;width:62.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:3.060546875rem;left:6.0625rem;height:;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; }
#gHIWVOTC0vcL3ohGvtqErkKIe2i38F8i { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:9.9375rem;left:35.3125rem; }
#EVKiwGtvlgmAvccC9VTm8u19zKPXoO1z { color:rgba(var(--color-tertiary-4),1);display:block;width:21.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:15.625rem;left:26.84375rem;height:;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; }
#JAZoA6FtzhJQfUPUdpfMemD3zgVuSBbD { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.625rem;left:1.28125rem;height:4.875rem;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; }
#T9wRGG01JXGSMOnTH3LsdoCrSeSGP4rE { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:15.625rem;left:55.156250953674rem;height:3.25rem;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; }
#gUBB78taShekU6ipIPWfK1Vzc40FH9Tt { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:25.75rem;left:8.75rem; }
#FUObsakE79M873HVR78BUwiCwNICmN9B { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:31.4375rem;left:2.375rem;height:4.875rem;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; }
#Ta85rxER4AJClwysVXKaJgZfWATrUZ3l { color:rgba(var(--color-tertiary-4),1);display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.436719894409rem;left:53.875000953674rem;height:;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; }
#cyLxbtyRfMs6hGG4O5T2AyenCMPcu8AW { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.6875rem;left:61.25rem; }
#LGspVv0D0wFMTvTMnnqP7MVuC37QtsdT { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:25.8125rem;left:35.3125rem; }
#M3nTQ2qtMiZ2KemESC3rN4Z1c6eWl4Op { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:31.4375rem;left:28.59375rem;height:;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; }
#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm > .row .container { border-width: 0; border-radius: 0; }#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:none; }#hhJoIblCRnP0QePR8eJcUBF6rdPbiVuR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:2.0625rem;left:7.5rem;height:4.0625rem;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; }
#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx > .row .container { border-width: 0; border-radius: 0; }#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;position:relative;display:none; }#Vs3QidOhy5DcQMFVOPh9bwI4naSzvprX { color:#e9a54a;display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.0500001907349rem;left:5.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#HC1QanAAU6oVfUaCf9n2pwT53Nv6xiB5 { color:#000000;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.3742127418518rem;left:30.250000953674rem;height:2.6rem;font-style:normal;text-align:left;text-align-last:left;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; }
#XX0Skn03vRTuJhVCuiMwWsLHLxuvRHaN { color:#e9a54a;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5625rem;left:5.8125rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#W2eTUMbOJDgALSUwnOBNriz892Q1RMSc { color:#000000;display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:6.5rem;left:40.875rem;height:3.4121125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#zxbW3cghh2NM3vR5OfcELfcliHT5AwmL { color:#e9a54a;display:block;width:7.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:13.5rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Q7BuRF2yzX6S6fb4kJmupVuwILEAk21g { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:13.5rem;left:10.0625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav { color:rgba(var(--color-tertiary-4),1);display:block;width:58.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:22.1875rem;left:12.75rem;height:16.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav li:not(:first-child){ padding-top:0.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav li:before{  }
#d5Stkk2qP8ybMv1TWxGGDED57ScB78bn { color:#e9a54a;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:16.375rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#hbHeCg3Ir8D0LJoQ7L9bii62Lo60i76l { color:#e9a54a;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:19.25rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#VHK8OeHM8W344WDX4BRyXRcsiEDsQXxL { color:#e9a54a;display:block;width:10.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.1875rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ctECuxNIivKkKiAllPBXU6sheTdTe2dc { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.375rem;left:10.125rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#FgVTLc3zZypb5HNgTGHEMxK2cEyTdlak { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.25rem;left:10.218749046326rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#fhwc6PZfoPsCvSxTbrNmn3IAwEc6X7cZ { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:12.625rem;left:56.75rem;overflow:hidden;display:block; }
#UXnEWcvOCL7s6CkNVcmJK1SAeI11ATKr { color:#e9a54a;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:39.500002384186rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#k1w2TDTcBpvBETuHCDT4UfTp6SFa3bGb { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:39.499220371246rem;left:9.999218940735rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF > .row .container { border-width: 0; border-radius: 0; }#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:none; }#fMoaGJdEri28MCqBh3Jwq6aienRbEckt { color:#e9a54a;display:block;width:21.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:2.0492172241211rem;left:2.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#f2T97Ur2kfgST1sIafB1wNUqp7ezPhK3 { color:#000000;display:block;width:41.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.3734359741211rem;left:24.456250190735rem;height:;font-style:normal;text-align:left;text-align-last:left;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; }
#mOyOMXbiXbQZ3y3t3I8cUO5RXcJUGtmS { color:#e9a54a;display:block;width:47.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.625rem;left:13.625rem;height:3.25rem;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; }
#nUmJiephSc4rJtpBLbrlvzDng448cSzE { color:#e9a54a;display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#SKbU3GFD6xbCbAppTO3QeGyxrbCPblrk { color:#000000;display:block;width:54.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:10.875rem;left:10.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#izLLELyU4rhwv8HLVP5IMw1SsceJmNG5 { color:#e9a54a;display:block;width:10.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.875rem;left:2.1875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Byr2WBzI0lOiabwLMV0JBrwGh0XBTspx { color:#000000;display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:13.875rem;left:10.5rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;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; }
#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 > .row .container { border-width: 0; border-radius: 0; }#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:none; }#ZPNv7wRq1zJSSkRrVXJGXsT6X7JH9Zhh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0rem;left:6.78125rem;overflow:hidden;display:block; }
#ygfa0CNpbKFbePcxIuck08S3DKQeTnOF { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0rem;left:31.78125rem;overflow:hidden;display:block; }
#OnBHOgSNK67gLf4VPIbNJdnxhx2JQcqN { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0rem;left:56.78125rem;overflow:hidden;display:block; }
#kkoAky7a4LuboTFOyGTZ5empFmDcpui9 { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.4375rem;left:0rem;height:;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; }
#dCu1fvRGgp0INgxzSTe6i3TekiSkTQQE { color:#000000;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:20.874218940735rem;left:2.5rem;height:2.4375rem;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; }
#qPT2tP3HvIKoTbCTDeXEfJ53Ek5TFh0W { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11.4375rem;left:25.21875rem;height:9.75rem;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; }
#AyqOhKn5JXhi6wvr35GkF0D5QeDvGsae { color:#000000;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:11.4375rem;left:50rem;height:;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; }
#Iz7sOO072N67pVagGnySdup4DWaVOtdF { color:#000000;display:block;width:23.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:22.5625rem;left:25.625rem;height:7.3125rem;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; }
#O981ul2sTuFB7e49pNbzXZwHSlWuzXO5 { color:#000000;display:block;width:23.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:20.8740234375rem;left:50.9375rem;height:6.75rem;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; }
#UORAVP9Q94u8wBfsn29NIcAeMTffO0nv { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#RtD4qONKIlb3KCt6UDQiIUuJX9tCgUOL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc > .row .container { border-width: 0; border-radius: 0; }#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:none; }#AprhOn5gNfSNsmvuccr90New2Jv3KxeS { color:#000000;display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:21.500000715256rem;left:6.936718940735rem;height:4.5rem;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; }
#wnRZbkOTQLhv4AllNdBUupCCDFI76trx { color:#000000;display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:11.4375rem;left:1.6867179870606rem;height:8.125rem;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; }
#XB81oth4cGHAppnq6RgXT7l9Z1XJ0w6p { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0rem;left:13.0625rem;overflow:hidden;display:block; }
#p1nK0uR7UvA5AT2OWQtHzw8inqGARwBh { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15029;line-height:1.2;letter-spacing:0;top:21.500000715256rem;left:47.781250953674rem;height:4.5rem;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; }
#bgEa3iQgrPr5hiQllIf3WKVFJuOc6hC0 { color:#000000;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:11.500000476837rem;left:39.218750953674rem;height:8rem;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; }
#gQp8JyAclde4ZeGxJs0boQCFCSxsTGCP { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:11.4375rem;top:0rem;left:50.5625rem;overflow:hidden;display:block; }
#ytrsdSXzbXODuAbT9iBHaVUFAx4NAzGR { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#VkZPXEmEMHKrIf79alNBifx2zNPvIbIl { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 > .row .container { border-width: 0; border-radius: 0; }#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:none; }#xqrIsymfVbRd5zGCaH8HZ58qbiX9RdN2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.2000122070312rem;left:0rem;height:4.0625rem;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; }
#PLs77vVz6ye8q52a1idTgulVMH2GnmdS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#PLs77vVz6ye8q52a1idTgulVMH2GnmdS > .row .container { border-width: 0; border-radius: 0; }#PLs77vVz6ye8q52a1idTgulVMH2GnmdS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLs77vVz6ye8q52a1idTgulVMH2GnmdS > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:none; }#shCCtC8LUTcU5RAKC66stTl2QU6R907h { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 1rem rgba(var(--color-secondary-3),1) ;height:39.625rem;width:30.4375rem;top:1.6875rem;left:3.53125rem;display:block; }
#BVxMT7xgi5Q5St8aCXiMSVqQfcAVXT9y { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.78125rem;left:5.0625rem;height:5.5244125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpDs62Tp970lJqLfFnd6yp1rBmlf0gkJ { position:absolute;display:block;z-index:15000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.125rem 0.125rem 1rem rgba(var(--color-secondary-3),1) ;height:38.1875rem;width:29.5rem;top:3.21875rem;left:41.500000953674rem;display:block; }
#drKGwsCvudKlR6GbUhLaE0IT3wox4HDB { color:rgba(var(--color-tertiary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6875rem;left:42.5625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FDD6mxPpZl042zT012S0vLEWlGZIEgV3 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:14.23046875rem;left:4.71875rem;height:14.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FDD6mxPpZl042zT012S0vLEWlGZIEgV3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FDD6mxPpZl042zT012S0vLEWlGZIEgV3 li:before{  }
#zIGyqpXES4BaCpPFTr8Tpw3xeIt2Vpeo { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:8.737500190735rem;left:11.374218940735rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDB130CnL8le9kvTBbZBpPDM1BsySfoV { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:11.734375rem;left:48.875000953674rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:16.71875rem;left:44.90625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W li:before{  }
#Z2DZnLwy457E0d3BmByMShRD4DBZsquF { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.6875rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:23.75rem;height:5.0625rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:30.706251144409rem;left:6.874218940735rem;display:block; }
#HAsa6Siyk8Ng507FHBiCTWMggPn0KvvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hS7TNrmaLz0rtXqxV8k00mvEgI0nReKl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:37.3125rem;left:7.155468940735rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NbxO1gnHvFmnlaBvimzsHLwxnyF1cGHT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:37.3125rem;left:44.656250953674rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qEls3V8cnCsn4h2mXWOnFOSa29t8lts9 { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:4.6875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.706251144409rem;left:45.937500953674rem;display:block; }
#AQa1TN7khrRtB0IQ3dDE8oa97dT9wgRz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);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; }#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB > .row .container { border-width: 0; border-radius: 0; }#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;position:relative;display:none; }#wKTgEynp7ApCu4FKsVJP7vK3T0pFwaVN { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.3125rem;left:9.15625rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO { 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; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { background-color: transparent; background-image: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container > .video-iframe-container { display: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container { display: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .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); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { border-width: 0; border-radius: 0; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#VsiEQONfA7ueF645WdmQ2dTC9WQ2zEJo { 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:18.6875rem;width:60rem;top:0rem;left:7.5rem;overflow:hidden;display:none; }
#J01yQX2BUF53Avtez1p6rVmoMidhMF0k { color:rgba(var(--color-tertiary-4),1);display:block;width:51.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.47500038147rem;left:11.9375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cUreqzilA1lLPOTvsVfTwi2ivbPfU9RJ { 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;display:none; }
#dkmDwu137P9hhk4Ac2DzysCTnJ9b5lh8 { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.5rem;left:18.96875rem;height:4.0625rem;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; }
#ksPha34Txa6E4pnXDIIMPnrwpuCBhfm4 { color:#000000;display:block;width:71.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.062497138977rem;left:1.8125rem;height:4.3875rem;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Dmc2pkWwWSK05JHfDUcbRIwDrtCI79un { color:#000000;display:block;width:71.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:27.768751144409rem;left:1.8125rem;height:;font-style:normal;text-align:justify;text-align-last:initial;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; }
#Kw2tks7OMAWMdZQdee8BMe55OeHydPDm { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.5rem;width:75rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row .container { border-width: 0; border-radius: 0; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:75rem;position:relative;display:none; }#xZyUTzs1xTd8OLboVDQOzHIkxeGXTbgc { color:#000000;display:block;width:66.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:3.0625rem;left:4.40625rem;height:16.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Is0Ie6k3TT5dDGaFxmwDTtPrinp4yCod { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4375rem;height:5.625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:20.875rem;left:20.78125rem;display:block; }
#wX7IuMQ75vDpEEtTEi0ZEspCurzTkTeB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp { 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; }#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp > .row .container { border-width: 0; border-radius: 0; }#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:none; }#v8TdAkrgO2ypKX5yTFAr21uTzKLszGTl { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:2.6585922241211rem;left:13.875rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .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:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);vertical-align:top; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .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; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);height:auto;line-height:1.2;overflow:hidden; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .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:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-trigger.adaptive-delivery-prevent-bg, #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-trigger.lazyload, #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-trigger.lazyloading { background-image: none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc { box-sizing:content-box;height:auto;width:67.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.5rem;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;top:8.59375rem;left:3.15625rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #krqn1I2mC2rEsnDQ0q3VthkxA8T0mRpA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TtqSzM4GTXRwtf0NhNZkqk3SHlTU1ieg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lJnu5ZqFHmgXhl0tGqhwX18c8f7e9dB7 { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #kDpfRihIkSrciQ5Xsy1yVkbTOXKKND1C {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #uqxOLc1AMOutL6GHsFVVHV6KxOMqiKnV {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #XixHAcnHighuIMGTgwN7BS3EzpOdZqbD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #iBt9yUQcF3dWakdr7MuoRThyuTBKAW7M { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #J1f5ntEou39uTwxos2A7CcJgQOHWZJug { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #yGTAyq2v0o1FwJxVQF2PpbXk4X40x8Vf {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #BqzRW7eytxGEOkZaWp7HTZfNyLfzG1tr { display:none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #pRwF3zaLMoPW0GlnwfeVbVbp24sJTxS8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #NxqugTIh6KNfPHqqD0saDal9OffeE2Dw { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #RtzndcQppUwJqTy8owyNRCQPF53Ubrsa { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #IfUQcSbaBhJoZxZ0gq1y2snoaPmXgErp {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lxoJbhqUMhevmit9sSi1mhegEcrpnBiE { display:none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wg2tQQyKMTH5XL7dPbxXdWUVHNqMMET7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #qonaveailAS4Cz2T7FW5U87tp1X42tih { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #T8FTrPds5PyrZ2HiLswvLHbmciHTMSvm { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #xrfnQ4LP41LLmwfFXlQ9FOEmrmMHqC5O {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #f5XNSkZkWZRryMTBpdtUFdu4MK93whWF { display:none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #LFScnoKHo7NMeoeQuSdhVtPeBrTtATN4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #fLOxZRDnIzh3wy5yuprONuo5n0McDqln { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #nRWA1FhkIyyhItXn5FiUJ0s2ornG01XE { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #Jh8SgESxfFFTpXTior2v4wL50d1rT1ze {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wZFOWD5Pdz2atvwv7rfuLTBTrrUshaTt { display:none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #cevdRmQhR0ZwuqUVfbyWCcveftN13eGt { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vpUCdwXymhsM4SGocdz39yXZDvnX8kWQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #okmuENmi4MLd988assc6d8TQnUKaRdiE { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wd6HMXRHZJ9kQolblTIblRC9lHz75t1w {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #DWEqCITBfy2xRx1KGe9TON3l2Am9dUKd { display:none; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #U23TvM47iOoFkv4Rrt0pi6zsPKIDPF8u { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vialUSDubNIP160F8fM1lKMOx6O8iyS2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #JA7K1oTH1pzAupFTqB7ozboMyZuUczCi { display:block;position:relative; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TZC8A4iBI1gyAnEpJtQTMd9CmN5PSLxC {  }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #m2wbUpNTS6UCpqN93S53A6Tm6ikooG6p { display:none; }
#eccySHRZu8yBykiUmL4TaPWBmIysTAir { 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; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { background-color: transparent; background-image: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .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); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { border-width: 0; border-radius: 0; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:75rem;position:relative;display:block; }#UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.5804710388184rem;left:0rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GFoE66PRnzlwZx995AtXV9k7ZoRrCPlH { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15085;line-height:1.8;letter-spacing:0;top:7.3271484375rem;left:0rem;height:2.9248rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G > .row .container { border-width: 0; border-radius: 0; }#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:75rem;position:relative;display:none; }#yJsR0aARPA1vJAqJl7rQLoOBB8C0hoZG { color:rgba(var(--color-tertiary-4),1);display:block;width:32.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.61171913146973rem;left:25.375rem;height:2.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v2t859ydJkMMk9hGgSEBGtOUtUcqSisf { display:none; }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xeu7Pxs4ngtK9zxE27aGSAw0GTpRBIQx { width:17.75rem;height:3.125rem;top:0.625rem;left:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8xi6fSDdMWwZt1TIDBmlq5Eh1mT7Nvx { display:block; }
 }@media only screen and (max-width: 763px) { #bFw2s1ypZUMJqXTB7L26OqnxFVXi4yke { width:22.25rem;height:1.75rem;top:1.125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .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; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .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; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy { width:18rem;height:5.0625rem;display:flex;top:0rem;left:14.89999961853rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #uaOhDQmBEriIWXdfcabqGv9EKqybw3Mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Mp9gVTASkJEgl6HHQVlpMLv31ns9QV3X {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #bGWNTWrt4D2icTTUJtTit3NX4nCb3fmE {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #a23XSPSA3oUkDek14ZJDk2yoHuIJttsM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #BifU1k5Q8P5d1F53zsII06RbTacTaQpQ {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #DlT6k6xS6iPneLZSvuW70pJ43o6kEV36 {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #A1DmNgwVIwQ7ABB2o6a3TrIGJBuuvxCT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #yc2o6iH4CORUfISXtUNDkemIFi8vmsKl {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Jk4pohNwpe9mme7LzhiLkyRelTNqdWLn {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #xFsd4REQXbJNKD4nrgN9M5L3dJm43VOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #QOf6wTgs7mZxFmEByheHsosqlf7c7GpH {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #udQBJa3nbU2PNG5F5lhF1eZsIRAPQ1EN {  }
 }@media only screen and (max-width: 763px) { #W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA { display:none; }#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp { display:block; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzCQdK1MHVTIbPA8shGSBLAinsZHLgCL { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrUZBCBaetKQaguJTvw6fWSX6UoFf0Iw { width:32.0625rem;height:1.625rem;top:5.5rem;left:7.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUkDdoGw06tbMmzDR11ut1cCZRSke4QF { width:47.0625rem;height:3.25rem;top:9.4375rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EJw3U78tDvncA3JzmTNJidt1FyNZcn { width:18.75rem;height:0.1875rem;top:14.25rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31LGbZICznnSdfmqpxg7bIiu7OpcAKH { width:20.9375rem;height:1.25rem;top:7.3125rem;left:13.40625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4G0QIglboeUKvz98H3f2dqMl4LzTFxr { width:15.875rem;height:2.875rem;top:1rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFso2ZiGJT8RqlgLInFSqWCXgeiEbZ1I { width:47.75rem;height:2.4375rem;top:16.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CnCzc0rQu1wApwSfAXCWhtURUG4sIyGm { width:47.75rem;height:;top:21rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO16MITGIZClyLlJEWo3DKW1M6dDkN1a { display:none; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #urBTKvIuNGtANQEeHbMycGCShM8N8aNp { width:20rem;height:;top:7.8125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ieKuX0mC3BrDlJTW4qKrWr2cxWiNSsJ3 { width:47.75rem;height:2.4375rem;top:16.3125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 { display:block; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMbSzXIQLoH0c42B3p3i9X7lVmn04JGR { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #karXaxdDtntPqBTswRuw111rVZ7CCWCg { width:33.4375rem;height:5.625rem;top:14.25rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wutT5lrVLOuWhwlfZ5uSAomTl7qMCc2T { display:block; }
 }@media only screen and (max-width: 763px) { #uk4dE17QNnsVuo1oxa0z3pkVfLNfSUta { width:47.75rem;height:6.5rem;top:6rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq847WF8M6MeELEfwDVTFemOuuE9lpCT { width:47.75rem;height:;top:2.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn { display:block; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB3akSTUULXaLCckuHL3SQ4kxrC7qZE7 { width:23.875rem;height:4.0625rem;top:19.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmdCUtJMxsqvxotmw817rTJxttbudDGr { display:block; }
 }@media only screen and (max-width: 763px) { #BvISIKMtVR4LWZ2brzEICFfDXpVJ7VWc { width:47.0625rem;height:2.8125rem;top:2.9375rem;left:0.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkpLxJW0mMvOFHTDut9So7TJaCnrQ47 { width:36.1875rem;height:4.875rem;top:10.875rem;left:11.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqPCaSGWihFxoeFEtG4M2hQge175y30p { display:none; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAO7mkWcQr7m2fqZVRgzpqPvFvuBWr9x { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiAkAf7eaCnoWhAHXVUioaSgNXA8elbT { width:33.4375rem;height:5.625rem;top:17.5625rem;left:7.155468940735rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbVPTVZ2f7z8Lu4UJfs41xIchfLEXTy { display:block; }
 }@media only screen and (max-width: 763px) { #bt4IedKnCTqaobJfDd6BHx3oOWbIMsKW { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qetymBiAvpIiTwbmCraO46OdeoESsA3o { width:47.75rem;height:;top:11.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pH766vbumXGtkrnOoA2FHRkhQzToz192 { display:none; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i3zs1f2QKOgM44rPg0csf6FaA7esSE55 { width:43.75rem;height:8.125rem;top:3.125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kANTXlmZbi4pds8iAAexAKTkkxNA5q8f { width:47.75rem;height:1.625rem;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mR7t7hW9K1mdgrh6zPX6313B49LSSGRz { width:25.6875rem;height:4.9375rem;top:25.1875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTVneu0UulOgqIL8ENPDfIRyPIDUnL0 { width:47.75rem;height:;top:17.75rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU { display:none; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zToP7tW8BeaD53TaZLMiLJxV5AHTghDw { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDGQFRouz5slehmC6JGTV6hJHJp1t4Jm { width:33.4375rem;height:5.625rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrtQ5EZJzcXhAem8v7aNXulSkMb5SskW { display:block; }
 }@media only screen and (max-width: 763px) { #nUEhScCrAAETEnrnzGTprZHSOVStZGsq { width:47.75rem;height:3.25rem;top:5.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re5vevWPbXs7836Sek7KJtv0GsPr65x4 { width:43.625rem;height:11.375rem;top:13.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPKPoigqwVZzn1opVC7ZcrS4v8rE386 { width:18.75rem;height:0.3125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJQPvT0wQhoSPFK2kRxcBHzRVG0TL0Ms { width:0.3125rem;height:18.75rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfhr96TgJvg32SlufMWvQf9s7IpX2N8 { width:47.75rem;height:2rem;top:9.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4q0KzL7x4LgT88RsaTh4dTmTWBaO1zb { width:36.4375rem;height:6.875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI { display:none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE { display:none; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPiLqTKpgcNH6rbym1Wi3hy1HX77w46T { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa3pTu9DgZMKgXSvhwzyQo4FFrO92iEp { width:33.4375rem;height:5.625rem;top:39.625rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wxiqQpJUSKqd3Ti2gyf020z9FAExe1 { display:block; }
 }@media only screen and (max-width: 763px) { #T39SqUI4ueNfpo7xMbxUnFwgHXUbqAbT { width:24.6875rem;height:;top:46rem;left:23.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns5mMm9yZXlWIFXqlGUQQufvGBTDKkrD { width:4.375rem;height:4.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7C7EaTToecoxSWSAStsk2R1d11MUfb { width:4.375rem;height:4.375rem;top:9.9375rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImh5vWLoPppxXQ4mZIhCEuvk6NOfzGi { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIWVOTC0vcL3ohGvtqErkKIe2i38F8i { width:4.375rem;height:4.375rem;top:9.9375rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVKiwGtvlgmAvccC9VTm8u19zKPXoO1z { width:21.3125rem;height:;top:15.625rem;left:13.218750953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZoA6FtzhJQfUPUdpfMemD3zgVuSBbD { width:19.3125rem;height:4.875rem;top:15.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9wRGG01JXGSMOnTH3LsdoCrSeSGP4rE { width:18.5625rem;height:3.25rem;top:15.625rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUBB78taShekU6ipIPWfK1Vzc40FH9Tt { width:4.375rem;height:4.375rem;top:25.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUObsakE79M873HVR78BUwiCwNICmN9B { width:17.1875rem;height:4.875rem;top:31.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta85rxER4AJClwysVXKaJgZfWATrUZ3l { width:21.125rem;height:;top:31.375rem;left:26.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyLxbtyRfMs6hGG4O5T2AyenCMPcu8AW { width:4.375rem;height:4.375rem;top:25.6875rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGspVv0D0wFMTvTMnnqP7MVuC37QtsdT { width:4.375rem;height:4.375rem;top:25.8125rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nTQ2qtMiZ2KemESC3rN4Z1c6eWl4Op { width:17.8125rem;height:;top:31.4375rem;left:14.968750953674rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm { display:none; }#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhJoIblCRnP0QePR8eJcUBF6rdPbiVuR { width:47.75rem;height:4.0625rem;top:2.0625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx { display:none; }#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vs3QidOhy5DcQMFVOPh9bwI4naSzvprX { width:23.375rem;height:;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1QanAAU6oVfUaCf9n2pwT53Nv6xiB5 { width:41.375rem;height:2.5625rem;top:2.3125rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX0Skn03vRTuJhVCuiMwWsLHLxuvRHaN { width:47.75rem;height:3.25rem;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eTUMbOJDgALSUwnOBNriz892Q1RMSc { width:28.3125rem;height:3.375rem;top:6.5rem;left:19.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbW3cghh2NM3vR5OfcELfcliHT5AwmL { width:7.8125rem;height:1.625rem;top:13.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7BuRF2yzX6S6fb4kJmupVuwILEAk21g { width:47.75rem;height:1.625rem;top:13.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav { width:47.75rem;height:16.625rem;top:22.1875rem;left:0rem;font-size:1.0625rem;display:block; }#ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav li:before{  }
 }@media only screen and (max-width: 763px) { #d5Stkk2qP8ybMv1TWxGGDED57ScB78bn { width:10.5rem;height:1.625rem;top:16.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbHeCg3Ir8D0LJoQ7L9bii62Lo60i76l { width:12.125rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHK8OeHM8W344WDX4BRyXRcsiEDsQXxL { width:10.3125rem;height:1.625rem;top:22.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctECuxNIivKkKiAllPBXU6sheTdTe2dc { width:47.75rem;height:;top:16.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgVTLc3zZypb5HNgTGHEMxK2cEyTdlak { width:47.75rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhwc6PZfoPsCvSxTbrNmn3IAwEc6X7cZ { width:12.5rem;height:12.5rem;top:12.625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXnEWcvOCL7s6CkNVcmJK1SAeI11ATKr { width:10.5rem;height:;top:39.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1w2TDTcBpvBETuHCDT4UfTp6SFa3bGb { width:47.75rem;height:;top:39.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF { display:none; }#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMoaGJdEri28MCqBh3Jwq6aienRbEckt { width:21.9375rem;height:3.25rem;top:2rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T97Ur2kfgST1sIafB1wNUqp7ezPhK3 { width:41.375rem;height:;top:2.3125rem;left:6.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOyOMXbiXbQZ3y3t3I8cUO5RXcJUGtmS { width:47.75rem;height:;top:6.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUmJiephSc4rJtpBLbrlvzDng448cSzE { width:12.125rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKbU3GFD6xbCbAppTO3QeGyxrbCPblrk { width:47.75rem;height:1.625rem;top:10.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izLLELyU4rhwv8HLVP5IMw1SsceJmNG5 { width:10.5rem;height:1.625rem;top:13.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr2WBzI0lOiabwLMV0JBrwGh0XBTspx { width:47.75rem;height:3.25rem;top:13.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 { display:none; }#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZPNv7wRq1zJSSkRrVXJGXsT6X7JH9Zhh { width:11.4375rem;height:11.4375rem;top:0rem;left:2.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygfa0CNpbKFbePcxIuck08S3DKQeTnOF { width:11.4375rem;height:11.4375rem;top:0rem;left:18.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnBHOgSNK67gLf4VPIbNJdnxhx2JQcqN { width:11.4375rem;height:11.4375rem;top:0rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkoAky7a4LuboTFOyGTZ5empFmDcpui9 { width:25rem;height:;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCu1fvRGgp0INgxzSTe6i3TekiSkTQQE { width:20rem;height:2.4375rem;top:20.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPT2tP3HvIKoTbCTDeXEfJ53Ek5TFh0W { width:24.5625rem;height:9.75rem;top:11.4375rem;left:7.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyqOhKn5JXhi6wvr35GkF0D5QeDvGsae { width:25rem;height:;top:11.4375rem;left:22.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7sOO072N67pVagGnySdup4DWaVOtdF { width:23.75rem;height:7.3125rem;top:22.5625rem;left:8rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O981ul2sTuFB7e49pNbzXZwHSlWuzXO5 { width:23.125rem;height:6.75rem;top:20.8125rem;left:24.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UORAVP9Q94u8wBfsn29NIcAeMTffO0nv { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RtD4qONKIlb3KCt6UDQiIUuJX9tCgUOL { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7gbJPldh5SM0TweKPrmRNFRox1sMLpc { display:none; }#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AprhOn5gNfSNsmvuccr90New2Jv3KxeS { width:23.625rem;height:4.5rem;top:21.5rem;left:0.12421894073486rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnRZbkOTQLhv4AllNdBUupCCDFI76trx { width:33.5rem;height:8.125rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB81oth4cGHAppnq6RgXT7l9Z1XJ0w6p { width:11.4375rem;height:11.4375rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nK0uR7UvA5AT2OWQtHzw8inqGARwBh { width:16.9375rem;height:4.5rem;top:21.5rem;left:27.343750953674rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEa3iQgrPr5hiQllIf3WKVFJuOc6hC0 { width:34.0625rem;height:;top:11.5rem;left:13.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQp8JyAclde4ZeGxJs0boQCFCSxsTGCP { width:11.4375rem;height:11.4375rem;top:0rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytrsdSXzbXODuAbT9iBHaVUFAx4NAzGR { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkZPXEmEMHKrIf79alNBifx2zNPvIbIl { width:18.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hbM4C9um3Ci46prJyPXgRq2tX0BRo330 { display:none; }#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqrIsymfVbRd5zGCaH8HZ58qbiX9RdN2 { width:47.75rem;height:4.0625rem;top:2.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLs77vVz6ye8q52a1idTgulVMH2GnmdS { display:none; }#PLs77vVz6ye8q52a1idTgulVMH2GnmdS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shCCtC8LUTcU5RAKC66stTl2QU6R907h { width:30.4375rem;height:39.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVxMT7xgi5Q5St8aCXiMSVqQfcAVXT9y { width:27.375rem;height:5.5rem;top:2.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpDs62Tp970lJqLfFnd6yp1rBmlf0gkJ { width:29.5rem;height:38.1875rem;top:3.1875rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKGwsCvudKlR6GbUhLaE0IT3wox4HDB { width:27.375rem;height:5.6875rem;top:4.6875rem;left:20.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDD6mxPpZl042zT012S0vLEWlGZIEgV3 { width:28.0625rem;height:;top:14.1875rem;left:0rem;font-size:1.0625rem;display:block; }#FDD6mxPpZl042zT012S0vLEWlGZIEgV3 li:before{  }
 }@media only screen and (max-width: 763px) { #zIGyqpXES4BaCpPFTr8Tpw3xeIt2Vpeo { width:14.75rem;height:4.0625rem;top:8.6875rem;left:4.5615234375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDB130CnL8le9kvTBbZBpPDM1BsySfoV { width:14.75rem;height:4.0625rem;top:11.6875rem;left:28.4375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W { width:22.6875rem;height:;top:16.6875rem;left:24.468750953674rem;font-size:1.0625rem;display:block; }#NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W li:before{  }
 }@media only screen and (max-width: 763px) { #Z2DZnLwy457E0d3BmByMShRD4DBZsquF { width:23.75rem;height:5.0625rem;top:30.6875rem;left:0.061718940734863rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAsa6Siyk8Ng507FHBiCTWMggPn0KvvW { display:block; }
 }@media only screen and (max-width: 763px) { #hS7TNrmaLz0rtXqxV8k00mvEgI0nReKl { width:23.1875rem;height:2.4375rem;top:37.3125rem;left:0.34296894073486rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NbxO1gnHvFmnlaBvimzsHLwxnyF1cGHT { width:23.1875rem;height:2.4375rem;top:37.3125rem;left:24.218750953674rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEls3V8cnCsn4h2mXWOnFOSa29t8lts9 { width:20.625rem;height:4.6875rem;top:30.6875rem;left:25.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQa1TN7khrRtB0IQ3dDE8oa97dT9wgRz { display:block; }
 }@media only screen and (max-width: 763px) { #z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB { display:none; }#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wKTgEynp7ApCu4FKsVJP7vK3T0pFwaVN { width:47.75rem;height:4.875rem;top:1.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO { display:block; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsiEQONfA7ueF645WdmQ2dTC9WQ2zEJo { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J01yQX2BUF53Avtez1p6rVmoMidhMF0k { width:14.875rem;height:20.1875rem;top:8.4375rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUreqzilA1lLPOTvsVfTwi2ivbPfU9RJ { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkmDwu137P9hhk4Ac2DzysCTnJ9b5lh8 { width:37.0625rem;height:;top:2.5rem;left:5.3437490463257rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksPha34Txa6E4pnXDIIMPnrwpuCBhfm4 { width:47.75rem;height:;top:22rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmc2pkWwWSK05JHfDUcbRIwDrtCI79un { width:47.75rem;height:;top:27.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2tks7OMAWMdZQdee8BMe55OeHydPDm { width:47.75rem;height:9.2316666666667rem;top:7.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbK5KP9JB6uMXUpeKdJ31202coAIrJOn { display:none; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZyUTzs1xTd8OLboVDQOzHIkxeGXTbgc { width:47.75rem;height:16.375rem;top:3.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is0Ie6k3TT5dDGaFxmwDTtPrinp4yCod { width:33.4375rem;height:5.625rem;top:20.875rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX7IuMQ75vDpEEtTEi0ZEspCurzTkTeB { display:block; }
 }@media only screen and (max-width: 763px) { #m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp { display:none; }#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v8TdAkrgO2ypKX5yTFAr21uTzKLszGTl { width:47.1875rem;height:3.9375rem;top:2.625rem;left:0.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc { display:flex;height:auto;width:45rem;top:8.6875rem;left:0rem; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #krqn1I2mC2rEsnDQ0q3VthkxA8T0mRpA {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TtqSzM4GTXRwtf0NhNZkqk3SHlTU1ieg {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lJnu5ZqFHmgXhl0tGqhwX18c8f7e9dB7 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #kDpfRihIkSrciQ5Xsy1yVkbTOXKKND1C {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #uqxOLc1AMOutL6GHsFVVHV6KxOMqiKnV {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #XixHAcnHighuIMGTgwN7BS3EzpOdZqbD {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #iBt9yUQcF3dWakdr7MuoRThyuTBKAW7M {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #J1f5ntEou39uTwxos2A7CcJgQOHWZJug {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #yGTAyq2v0o1FwJxVQF2PpbXk4X40x8Vf {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #BqzRW7eytxGEOkZaWp7HTZfNyLfzG1tr {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #pRwF3zaLMoPW0GlnwfeVbVbp24sJTxS8 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #NxqugTIh6KNfPHqqD0saDal9OffeE2Dw {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #RtzndcQppUwJqTy8owyNRCQPF53Ubrsa {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #IfUQcSbaBhJoZxZ0gq1y2snoaPmXgErp {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lxoJbhqUMhevmit9sSi1mhegEcrpnBiE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wg2tQQyKMTH5XL7dPbxXdWUVHNqMMET7 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #qonaveailAS4Cz2T7FW5U87tp1X42tih {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #T8FTrPds5PyrZ2HiLswvLHbmciHTMSvm {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #xrfnQ4LP41LLmwfFXlQ9FOEmrmMHqC5O {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #f5XNSkZkWZRryMTBpdtUFdu4MK93whWF {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #LFScnoKHo7NMeoeQuSdhVtPeBrTtATN4 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #fLOxZRDnIzh3wy5yuprONuo5n0McDqln {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #nRWA1FhkIyyhItXn5FiUJ0s2ornG01XE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #Jh8SgESxfFFTpXTior2v4wL50d1rT1ze {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wZFOWD5Pdz2atvwv7rfuLTBTrrUshaTt {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #cevdRmQhR0ZwuqUVfbyWCcveftN13eGt {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vpUCdwXymhsM4SGocdz39yXZDvnX8kWQ {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #okmuENmi4MLd988assc6d8TQnUKaRdiE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wd6HMXRHZJ9kQolblTIblRC9lHz75t1w {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #DWEqCITBfy2xRx1KGe9TON3l2Am9dUKd {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #U23TvM47iOoFkv4Rrt0pi6zsPKIDPF8u {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vialUSDubNIP160F8fM1lKMOx6O8iyS2 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #JA7K1oTH1pzAupFTqB7ozboMyZuUczCi {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TZC8A4iBI1gyAnEpJtQTMd9CmN5PSLxC {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #m2wbUpNTS6UCpqN93S53A6Tm6ikooG6p {  }
 }@media only screen and (max-width: 763px) { #eccySHRZu8yBykiUmL4TaPWBmIysTAir { display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFoE66PRnzlwZx995AtXV9k7ZoRrCPlH { width:47.75rem;height:2.875rem;top:7.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G { display:none; }#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yJsR0aARPA1vJAqJl7rQLoOBB8C0hoZG { width:32.25rem;height:2.5rem;top:0.5625rem;left:11.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #v2t859ydJkMMk9hGgSEBGtOUtUcqSisf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#v2t859ydJkMMk9hGgSEBGtOUtUcqSisf > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xeu7Pxs4ngtK9zxE27aGSAw0GTpRBIQx { width:8.875rem;height:1.8125rem;top:2.3125rem;left:5.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8xi6fSDdMWwZt1TIDBmlq5Eh1mT7Nvx { display:block; }
 }@media only screen and (max-width: 763px) { #bFw2s1ypZUMJqXTB7L26OqnxFVXi4yke { width:8.9375rem;height:1.6494125rem;top:0.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#0f2c67;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .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; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .widget-text.counter-number { padding-top:0.2075rem;padding-right:0.190625rem;padding-bottom:0.2075rem;padding-left:0.190625rem;width:1.14375rem;min-width:1.14375rem;height:1.114375rem;font-size:0.829375rem;line-height:17.83px;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; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.129375rem;margin-right:0;margin-bottom:0;margin-left:0;width:1.525625rem;height:0.440625rem;font-size:0.31125rem;line-height:7.05px;top:-19%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy { width:10.125rem;height:2.099375rem;display:flex;top:0.1162109375rem;left:9.8125rem;z-index:15009;padding-top:0.02rem;padding-right:0.02125rem;padding-bottom:0.02rem;padding-left:0.02125rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #uaOhDQmBEriIWXdfcabqGv9EKqybw3Mg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Mp9gVTASkJEgl6HHQVlpMLv31ns9QV3X {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #bGWNTWrt4D2icTTUJtTit3NX4nCb3fmE {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #a23XSPSA3oUkDek14ZJDk2yoHuIJttsM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #BifU1k5Q8P5d1F53zsII06RbTacTaQpQ {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #DlT6k6xS6iPneLZSvuW70pJ43o6kEV36 {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #A1DmNgwVIwQ7ABB2o6a3TrIGJBuuvxCT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #yc2o6iH4CORUfISXtUNDkemIFi8vmsKl {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #Jk4pohNwpe9mme7LzhiLkyRelTNqdWLn {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #xFsd4REQXbJNKD4nrgN9M5L3dJm43VOO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #QOf6wTgs7mZxFmEByheHsosqlf7c7GpH {  }
 }@media only screen and (max-width: 763px) { #FieuxmdTl4FhyglXnH7E2ZFxFVh82pTy #udQBJa3nbU2PNG5F5lhF1eZsIRAPQ1EN {  }
 }@media only screen and (max-width: 763px) { #W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA { background-color:#f4f4f1;background-image:none;display:none; }#W6WFyIDWMdziRtTMuF7LDvz5EDWqHawA > .row .container { width:20rem;height:4.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ee092c8-a487-4b5e-8d30-060306f02b8e/tolp_ICharytatywnaKonferencjaOnlineFundacjaNarodowyInstytutSnu.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.adaptive-delivery-prevent-bg, #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.lazyload, #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp.lazyloading { background-image: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { background-color: transparent; background-image: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container > .video-iframe-container { display: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container { display: none; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .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); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { border-width: 0; border-radius: 0; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzCQdK1MHVTIbPA8shGSBLAinsZHLgCL { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VrUZBCBaetKQaguJTvw6fWSX6UoFf0Iw { width:15.625rem;height:0.8999rem;top:2.81201171875rem;left:2.1875rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WUkDdoGw06tbMmzDR11ut1cCZRSke4QF { width:10.375rem;height:2.4375rem;top:5.04931640625rem;left:4.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z4EJw3U78tDvncA3JzmTNJidt1FyNZcn { width:6.25rem;height:0.0625rem;top:7.98681640625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b31LGbZICznnSdfmqpxg7bIiu7OpcAKH { width:11rem;height:0.8125rem;top:3.7109375rem;left:4.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4G0QIglboeUKvz98H3f2dqMl4LzTFxr { width:7.5rem;height:1.375rem;top:0.7373046875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rFso2ZiGJT8RqlgLInFSqWCXgeiEbZ1I { width:16.3125rem;height:0;top:10.3564453125rem;left:1.84375rem;font-size:1.0625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #CnCzc0rQu1wApwSfAXCWhtURUG4sIyGm { width:20rem;height:0;top:1.25634765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;font-weight:300;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #qO16MITGIZClyLlJEWo3DKW1M6dDkN1a { background-color:rgba(var(--color-primary-2),1);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; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container { background-color: transparent; background-image: none; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container > .video-iframe-container { display: none; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row > .video-iframe-container { display: none; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .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); }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container { border-width: 0; border-radius: 0; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qO16MITGIZClyLlJEWo3DKW1M6dDkN1a > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #urBTKvIuNGtANQEeHbMycGCShM8N8aNp { width:19.625rem;height:8.7104375rem;top:4.90625rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;font-weight:300;font-style:normal;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ieKuX0mC3BrDlJTW4qKrWr2cxWiNSsJ3 { width:19.9375rem;height:2.54980625rem;top:1.1064453125rem;left:0rem;font-size:1.0625rem;line-height:1.2;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 { 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; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { background-color: transparent; background-image: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container > .video-iframe-container { display: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container { display: none; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .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); }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { border-width: 0; border-radius: 0; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nEoTQkNLI6gVRgmiF4G0e9x7erUIkwk8 > .row .container { width:20rem;height:26.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RMbSzXIQLoH0c42B3p3i9X7lVmn04JGR { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #karXaxdDtntPqBTswRuw111rVZ7CCWCg { width:18.75rem;height:4.375rem;top:20.4375rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wutT5lrVLOuWhwlfZ5uSAomTl7qMCc2T { display:block; }
 }@media only screen and (max-width: 763px) { #uk4dE17QNnsVuo1oxa0z3pkVfLNfSUta { width:19rem;height:14.5864375rem;top:5.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pq847WF8M6MeELEfwDVTFemOuuE9lpCT { width:15.9375rem;height:2.54980625rem;top:1.27392578125rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/G_lwAp0TF38/unsplash/erica-steeves-G_lwAp0TF38-photo-1567473030492-533b30c5494c.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.adaptive-delivery-prevent-bg, #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.lazyload, #WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn.lazyloading { background-image: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { background-color: transparent; background-image: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container > .video-iframe-container { display: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row > .video-iframe-container { display: none; }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .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); }#WJxwXMPGkc6EqbBlTh8UTdAeOlDOKATn > .row .container { width:20rem;height:28.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IB3akSTUULXaLCckuHL3SQ4kxrC7qZE7 { width:18.75rem;height:4.375rem;top:23.4296875rem;left:0.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmdCUtJMxsqvxotmw817rTJxttbudDGr { display:block; }
 }@media only screen and (max-width: 763px) { #BvISIKMtVR4LWZ2brzEICFfDXpVJ7VWc { width:20rem;height:2.5996125rem;top:1.8671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZkpLxJW0mMvOFHTDut9So7TJaCnrQ47 { width:20rem;height:6.3745rem;top:15.279296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fqPCaSGWihFxoeFEtG4M2hQge175y30p { 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:none; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row .container { border-width: 0; border-radius: 0; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqPCaSGWihFxoeFEtG4M2hQge175y30p > .row .container { width:20rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iAO7mkWcQr7m2fqZVRgzpqPvFvuBWr9x { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OiAkAf7eaCnoWhAHXVUioaSgNXA8elbT { width:18.75rem;height:4.375rem;top:21.25rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTbVPTVZ2f7z8Lu4UJfs41xIchfLEXTy { display:block; }
 }@media only screen and (max-width: 763px) { #bt4IedKnCTqaobJfDd6BHx3oOWbIMsKW { width:20rem;height:10.5rem;top:1.34130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qetymBiAvpIiTwbmCraO46OdeoESsA3o { width:20rem;height:6.3745rem;top:13.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pH766vbumXGtkrnOoA2FHRkhQzToz192 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row .container { border-width: 0; border-radius: 0; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pH766vbumXGtkrnOoA2FHRkhQzToz192 > .row .container { width:20rem;height:28.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i3zs1f2QKOgM44rPg0csf6FaA7esSE55 { width:20rem;height:6.5244375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kANTXlmZbi4pds8iAAexAKTkkxNA5q8f { width:20rem;height:3.825rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mR7t7hW9K1mdgrh6zPX6313B49LSSGRz { width:15.375rem;height:2.875rem;top:23.5498046875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPTVneu0UulOgqIL8ENPDfIRyPIDUnL0 { width:20rem;height:7.6494375rem;top:14.3623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ee092c8-a487-4b5e-8d30-060306f02b8e/tolp_ICharytatywnaKonferencjaOnlineFundacjaNarodowyInstytutSnu.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.adaptive-delivery-prevent-bg, #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.lazyload, #TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU.lazyloading { background-image: none; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row .container { border-width: 0; border-radius: 0; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDLBk3piLhJCyCfzVo8xNzEIhgAV4kXU > .row .container { width:20rem;height:28.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zToP7tW8BeaD53TaZLMiLJxV5AHTghDw { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDGQFRouz5slehmC6JGTV6hJHJp1t4Jm { width:18.75rem;height:4.375rem;top:22.3671875rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrtQ5EZJzcXhAem8v7aNXulSkMb5SskW { display:block; }
 }@media only screen and (max-width: 763px) { #nUEhScCrAAETEnrnzGTprZHSOVStZGsq { width:10.25rem;height:4.5rem;top:1.625rem;left:0.75rem;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Re5vevWPbXs7836Sek7KJtv0GsPr65x4 { width:13.75rem;height:7.3125rem;top:8.98779296875rem;left:0.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPKPoigqwVZzn1opVC7ZcrS4v8rE386 { width:6.25rem;height:0.0625rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJQPvT0wQhoSPFK2kRxcBHzRVG0TL0Ms { width:0.125rem;height:6.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDfhr96TgJvg32SlufMWvQf9s7IpX2N8 { width:14.375rem;height:1.21875rem;top:6.375rem;left:0.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4q0KzL7x4LgT88RsaTh4dTmTWBaO1zb { width:20rem;height:3.7735849056604rem;top:17.612501144409rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/9nC7j1gAS84/unsplash/khoa-pham-9nC7j1gAS84-photo-1537673156864-5d2c72de7824.jpg");background-position:center !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;display:block; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.adaptive-delivery-prevent-bg, #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.lazyload, #wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI.lazyloading { background-image: none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { background-color: transparent; background-image: none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container > .video-iframe-container { display: none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row > .video-iframe-container { display: none; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .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); }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { border-width: 0; border-radius: 0; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wlGbWDxXpJLZMrrH3IgRfrcw6GaPcKEI > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE { background-color:#f6f5f5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row .container { border-width: 0; border-radius: 0; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMZxSpKaQxVvpDFx6Kui4l3kFQsZstTE > .row .container { width:20rem;height:64.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dPiLqTKpgcNH6rbym1Wi3hy1HX77w46T { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Aa3pTu9DgZMKgXSvhwzyQo4FFrO92iEp { width:18.75rem;height:4.375rem;top:58.8125rem;left:0.62421876192093rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6wxiqQpJUSKqd3Ti2gyf020z9FAExe1 { display:block; }
 }@media only screen and (max-width: 763px) { #T39SqUI4ueNfpo7xMbxUnFwgHXUbqAbT { width:20rem;height:0;top:71.25rem;left:0rem;text-align:left;text-align-last:left;font-size:1.4375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #Ns5mMm9yZXlWIFXqlGUQQufvGBTDKkrD { width:3.4375rem;height:3.4375rem;top:6.5531249046325rem;left:8.2812505364419rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ev7C7EaTToecoxSWSAStsk2R1d11MUfb { width:3.4375rem;height:3.4375rem;top:22.599609375rem;left:8.28125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HImh5vWLoPppxXQ4mZIhCEuvk6NOfzGi { width:20rem;height:4.7119125rem;top:1.84130859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHIWVOTC0vcL3ohGvtqErkKIe2i38F8i { width:3.4375rem;height:3.4375rem;top:14.4248046875rem;left:8.28125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVKiwGtvlgmAvccC9VTm8u19zKPXoO1z { width:20rem;height:2.55rem;top:18.7998046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #JAZoA6FtzhJQfUPUdpfMemD3zgVuSBbD { width:19.3125rem;height:2.55rem;top:10.687500476837rem;left:0.34296876192093rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T9wRGG01JXGSMOnTH3LsdoCrSeSGP4rE { width:19.875rem;height:2.55rem;top:26.84921836853rem;left:0.24999994039536rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gUBB78taShekU6ipIPWfK1Vzc40FH9Tt { width:3.4375rem;height:3.4375rem;top:30.8125rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUObsakE79M873HVR78BUwiCwNICmN9B { width:19.4375rem;height:3.825rem;top:34.25rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ta85rxER4AJClwysVXKaJgZfWATrUZ3l { width:18.4375rem;height:3.825rem;top:52.625rem;left:0.78046876192094rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cyLxbtyRfMs6hGG4O5T2AyenCMPcu8AW { width:3.4375rem;height:3.4375rem;top:48.125rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGspVv0D0wFMTvTMnnqP7MVuC37QtsdT { width:3.4375rem;height:3.4375rem;top:40rem;left:8.3125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3nTQ2qtMiZ2KemESC3rN4Z1c6eWl4Op { width:20rem;height:2.55rem;top:44rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm { display:none; }#HpEdbsh0xPpOwG5MiUKdwlWQdWAzPHwm > .row .container { width:20rem;height:3.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hhJoIblCRnP0QePR8eJcUBF6rdPbiVuR { width:20rem;height:2.4375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx { display:none; }#g1CcgUHh6aEHU7orWC9NKwHF2moyyNvx > .row .container { width:20rem;height:68.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Vs3QidOhy5DcQMFVOPh9bwI4naSzvprX { width:14.8125rem;height:2.03125rem;top:0.84375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HC1QanAAU6oVfUaCf9n2pwT53Nv6xiB5 { width:17.4375rem;height:3rem;top:3.125rem;left:1.28125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XX0Skn03vRTuJhVCuiMwWsLHLxuvRHaN { width:20rem;height:1.625rem;top:7.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eTUMbOJDgALSUwnOBNriz892Q1RMSc { width:20rem;height:1.7875rem;top:9rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxbW3cghh2NM3vR5OfcELfcliHT5AwmL { width:7.8125rem;height:1.625rem;top:11.5625rem;left:6.09375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7BuRF2yzX6S6fb4kJmupVuwILEAk21g { width:18.125rem;height:2.55rem;top:13.5rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav { width:20rem;height:23.6733125rem;top:37.29296875rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.2;display:block; }#ncGWXi3ORKD8N49cKhIh7kmJ4G39BUav li:before{  }
 }@media only screen and (max-width: 763px) { #d5Stkk2qP8ybMv1TWxGGDED57ScB78bn { width:10.5rem;height:1.625rem;top:25.6748046875rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbHeCg3Ir8D0LJoQ7L9bii62Lo60i76l { width:12.125rem;height:1.625rem;top:29.9306640625rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHK8OeHM8W344WDX4BRyXRcsiEDsQXxL { width:10.3125rem;height:1.625rem;top:35.35546875rem;left:4.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctECuxNIivKkKiAllPBXU6sheTdTe2dc { width:20rem;height:1.38125rem;top:27.6123046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgVTLc3zZypb5HNgTGHEMxK2cEyTdlak { width:18.9375rem;height:2.55rem;top:31.8681640625rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #fhwc6PZfoPsCvSxTbrNmn3IAwEc6X7cZ { width:8.375rem;height:8.375rem;top:16.6748046875rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXnEWcvOCL7s6CkNVcmJK1SAeI11ATKr { width:10.5rem;height:1.625rem;top:62.680469512937rem;left:4.7500000596046rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1w2TDTcBpvBETuHCDT4UfTp6SFa3bGb { width:20rem;height:2.55rem;top:64.930471420288rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF { display:none; }#BLE49B9EFBRbyGfvSJ6WdIK1WpuKw5kF > .row .container { width:20rem;height:25.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fMoaGJdEri28MCqBh3Jwq6aienRbEckt { width:14.8125rem;height:2.03125rem;top:1.25rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2T97Ur2kfgST1sIafB1wNUqp7ezPhK3 { width:16.375rem;height:3rem;top:3.59375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mOyOMXbiXbQZ3y3t3I8cUO5RXcJUGtmS { width:20rem;height:2.03125rem;top:7.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUmJiephSc4rJtpBLbrlvzDng448cSzE { width:12.125rem;height:1.625rem;top:11rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKbU3GFD6xbCbAppTO3QeGyxrbCPblrk { width:20rem;height:2.55rem;top:12.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #izLLELyU4rhwv8HLVP5IMw1SsceJmNG5 { width:10.5rem;height:1.625rem;top:16.75rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Byr2WBzI0lOiabwLMV0JBrwGh0XBTspx { width:20rem;height:5.1rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 { display:none; }#mfPbNqxMXXxlyS0BtOLSkZtkDrKBlPR8 > .row .container { width:20rem;height:68.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZPNv7wRq1zJSSkRrVXJGXsT6X7JH9Zhh { width:8.375rem;height:8.375rem;top:3.48046875rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygfa0CNpbKFbePcxIuck08S3DKQeTnOF { width:8.375rem;height:8.375rem;top:25.875rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnBHOgSNK67gLf4VPIbNJdnxhx2JQcqN { width:8.375rem;height:8.375rem;top:49.0625rem;left:5.8125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkoAky7a4LuboTFOyGTZ5empFmDcpui9 { width:20rem;height:7.7173125rem;top:12.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCu1fvRGgp0INgxzSTe6i3TekiSkTQQE { width:20rem;height:1.625rem;top:1.16796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qPT2tP3HvIKoTbCTDeXEfJ53Ek5TFh0W { width:20rem;height:9.26075rem;top:34.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyqOhKn5JXhi6wvr35GkF0D5QeDvGsae { width:20rem;height:9.26075rem;top:58.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz7sOO072N67pVagGnySdup4DWaVOtdF { width:18.3125rem;height:3.25rem;top:22.3125rem;left:0.84296876192094rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O981ul2sTuFB7e49pNbzXZwHSlWuzXO5 { width:19.3125rem;height:3rem;top:46rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UORAVP9Q94u8wBfsn29NIcAeMTffO0nv { top:20.73046875rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15024;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #RtD4qONKIlb3KCt6UDQiIUuJX9tCgUOL { top:44.75rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15025;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R7gbJPldh5SM0TweKPrmRNFRox1sMLpc { display:none; }#R7gbJPldh5SM0TweKPrmRNFRox1sMLpc > .row .container { width:20rem;height:51.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AprhOn5gNfSNsmvuccr90New2Jv3KxeS { width:16.9375rem;height:3rem;top:1.4375rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnRZbkOTQLhv4AllNdBUupCCDFI76trx { width:20rem;height:12.347625rem;top:13.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB81oth4cGHAppnq6RgXT7l9Z1XJ0w6p { width:8.375rem;height:8.375rem;top:5rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1nK0uR7UvA5AT2OWQtHzw8inqGARwBh { width:16.9375rem;height:3rem;top:28.0625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEa3iQgrPr5hiQllIf3WKVFJuOc6hC0 { width:20rem;height:10.66845625rem;top:39.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQp8JyAclde4ZeGxJs0boQCFCSxsTGCP { width:8.375rem;height:8.375rem;top:31rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytrsdSXzbXODuAbT9iBHaVUFAx4NAzGR { top:26.875rem;left:3.7500000596046rem;width:12.5rem;height:0.125rem;z-index:15027;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #VkZPXEmEMHKrIf79alNBifx2zNPvIbIl { top:0rem;left:3.75rem;width:12.5rem;height:0.125rem;z-index:15026;background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hbM4C9um3Ci46prJyPXgRq2tX0BRo330 { display:none; }#hbM4C9um3Ci46prJyPXgRq2tX0BRo330 > .row .container { width:20rem;height:4.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xqrIsymfVbRd5zGCaH8HZ58qbiX9RdN2 { width:20rem;height:2.4375rem;top:1.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLs77vVz6ye8q52a1idTgulVMH2GnmdS { display:none; }#PLs77vVz6ye8q52a1idTgulVMH2GnmdS > .row .container { width:20rem;height:69.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #shCCtC8LUTcU5RAKC66stTl2QU6R907h { width:20rem;height:35.9375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVxMT7xgi5Q5St8aCXiMSVqQfcAVXT9y { width:20rem;height:3.75rem;top:2.3125rem;left:0.03125rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FpDs62Tp970lJqLfFnd6yp1rBmlf0gkJ { width:18.75rem;height:28.0625rem;top:39.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #drKGwsCvudKlR6GbUhLaE0IT3wox4HDB { width:20rem;height:3.75rem;top:40.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #FDD6mxPpZl042zT012S0vLEWlGZIEgV3 { width:18.3125rem;height:15.2739375rem;top:10.5625rem;left:1.09375rem;font-size:1.0625rem;line-height:1.2;display:block; }#FDD6mxPpZl042zT012S0vLEWlGZIEgV3 li:before{  }
 }@media only screen and (max-width: 763px) { #zIGyqpXES4BaCpPFTr8Tpw3xeIt2Vpeo { width:7.5625rem;height:2.4375rem;top:6.9990234375rem;left:6.46875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDB130CnL8le9kvTBbZBpPDM1BsySfoV { width:7.5rem;height:2.4375rem;top:45.5625rem;left:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W { width:16.3125rem;height:6.9995rem;top:49.4375rem;left:1.875rem;font-size:1.0625rem;line-height:1.2;display:block; }#NTRdrcMw0DrWKXKWmFvuV08ohGtLkv4W li:before{  }
 }@media only screen and (max-width: 763px) { #Z2DZnLwy457E0d3BmByMShRD4DBZsquF { width:18.75rem;height:4.375rem;top:27.0625rem;left:0.62421876192093rem;font-size:1.375rem;font-family:"open sans condensed";display:block; }
 }@media only screen and (max-width: 763px) { #HAsa6Siyk8Ng507FHBiCTWMggPn0KvvW { display:block; }
 }@media only screen and (max-width: 763px) { #hS7TNrmaLz0rtXqxV8k00mvEgI0nReKl { width:18.125rem;height:3.375rem;top:32.562500953674rem;left:0.93671876192094rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NbxO1gnHvFmnlaBvimzsHLwxnyF1cGHT { width:17.3125rem;height:3.375rem;top:62.4375rem;left:1.375rem;font-size:0.9375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #qEls3V8cnCsn4h2mXWOnFOSa29t8lts9 { width:17.3125rem;height:4.375rem;top:57.1875rem;left:1.375rem;font-size:1.375rem;font-family:"open sans condensed";display:block; }
 }@media only screen and (max-width: 763px) { #AQa1TN7khrRtB0IQ3dDE8oa97dT9wgRz { display:block; }
 }@media only screen and (max-width: 763px) { #z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB { display:none; }#z7bwf72dHBnr9tOeAlHKAgQ5um0cO3HB > .row .container { width:20rem;height:13.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wKTgEynp7ApCu4FKsVJP7vK3T0pFwaVN { width:19.6875rem;height:10.19925rem;top:0.75rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO { 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; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { background-color: transparent; background-image: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container > .video-iframe-container { display: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container { display: none; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .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); }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { border-width: 0; border-radius: 0; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsiEQONfA7ueF645WdmQ2dTC9WQ2zEJo { width:20rem;height:6.2291666666667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #J01yQX2BUF53Avtez1p6rVmoMidhMF0k { width:17.9375rem;height:0;top:1.5rem;left:2.0625001192093rem;font-size:0.8125rem;text-align:left;text-align-last:left;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #cUreqzilA1lLPOTvsVfTwi2ivbPfU9RJ { top:7.6554698944094rem;left:5.5312498807907rem;width:1.4375rem;height:1.4375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #dkmDwu137P9hhk4Ac2DzysCTnJ9b5lh8 { width:20rem;height:2.275rem;top:1.748046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #ksPha34Txa6E4pnXDIIMPnrwpuCBhfm4 { width:20rem;height:10.797375rem;top:10.572657108307rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #Dmc2pkWwWSK05JHfDUcbRIwDrtCI79un { width:20rem;height:14.3965rem;top:22.545312404633rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Kw2tks7OMAWMdZQdee8BMe55OeHydPDm { width:20rem;height:3.86640625rem;top:4.7578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbK5KP9JB6uMXUpeKdJ31202coAIrJOn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row .container { border-width: 0; border-radius: 0; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbK5KP9JB6uMXUpeKdJ31202coAIrJOn > .row .container { width:20rem;height:23.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xZyUTzs1xTd8OLboVDQOzHIkxeGXTbgc { width:20rem;height:14.296875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Is0Ie6k3TT5dDGaFxmwDTtPrinp4yCod { width:18.75rem;height:4.375rem;top:16.9375rem;left:0.625rem;font-size:1.375rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wX7IuMQ75vDpEEtTEi0ZEspCurzTkTeB { display:block; }
 }@media only screen and (max-width: 763px) { #m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp { display:none; }#m0ogwxuhhfT8TA3MF4BScnbtw4PDPGpp > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v8TdAkrgO2ypKX5yTFAr21uTzKLszGTl { width:16.375rem;height:4.5rem;top:1.21240234375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-heading-text { font-size:1rem;height:auto; }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-desc-text { font-size:0.9375rem;height:auto;color:rgba(var(--color-secondary-2),1); }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc { display:flex;height:auto;width:18.625rem;top:6.5625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1); }
#wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #krqn1I2mC2rEsnDQ0q3VthkxA8T0mRpA {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TtqSzM4GTXRwtf0NhNZkqk3SHlTU1ieg {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lJnu5ZqFHmgXhl0tGqhwX18c8f7e9dB7 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #kDpfRihIkSrciQ5Xsy1yVkbTOXKKND1C {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #uqxOLc1AMOutL6GHsFVVHV6KxOMqiKnV {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #XixHAcnHighuIMGTgwN7BS3EzpOdZqbD {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #iBt9yUQcF3dWakdr7MuoRThyuTBKAW7M {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #J1f5ntEou39uTwxos2A7CcJgQOHWZJug {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #yGTAyq2v0o1FwJxVQF2PpbXk4X40x8Vf {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #BqzRW7eytxGEOkZaWp7HTZfNyLfzG1tr {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #pRwF3zaLMoPW0GlnwfeVbVbp24sJTxS8 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #NxqugTIh6KNfPHqqD0saDal9OffeE2Dw {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #RtzndcQppUwJqTy8owyNRCQPF53Ubrsa {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #IfUQcSbaBhJoZxZ0gq1y2snoaPmXgErp {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #lxoJbhqUMhevmit9sSi1mhegEcrpnBiE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wg2tQQyKMTH5XL7dPbxXdWUVHNqMMET7 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #qonaveailAS4Cz2T7FW5U87tp1X42tih {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #T8FTrPds5PyrZ2HiLswvLHbmciHTMSvm {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #xrfnQ4LP41LLmwfFXlQ9FOEmrmMHqC5O {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #f5XNSkZkWZRryMTBpdtUFdu4MK93whWF {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #LFScnoKHo7NMeoeQuSdhVtPeBrTtATN4 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #fLOxZRDnIzh3wy5yuprONuo5n0McDqln {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #nRWA1FhkIyyhItXn5FiUJ0s2ornG01XE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #Jh8SgESxfFFTpXTior2v4wL50d1rT1ze {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wZFOWD5Pdz2atvwv7rfuLTBTrrUshaTt {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #cevdRmQhR0ZwuqUVfbyWCcveftN13eGt {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vpUCdwXymhsM4SGocdz39yXZDvnX8kWQ {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #okmuENmi4MLd988assc6d8TQnUKaRdiE {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #wd6HMXRHZJ9kQolblTIblRC9lHz75t1w {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #DWEqCITBfy2xRx1KGe9TON3l2Am9dUKd {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #U23TvM47iOoFkv4Rrt0pi6zsPKIDPF8u {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #vialUSDubNIP160F8fM1lKMOx6O8iyS2 {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #JA7K1oTH1pzAupFTqB7ozboMyZuUczCi {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #TZC8A4iBI1gyAnEpJtQTMd9CmN5PSLxC {  }
 }@media only screen and (max-width: 763px) { #wRu4eyUxzDF5xDXRTHQJ4BRTV3xvAQgc #m2wbUpNTS6UCpqN93S53A6Tm6ikooG6p {  }
 }@media only screen and (max-width: 763px) { #eccySHRZu8yBykiUmL4TaPWBmIysTAir { background-color:#ffffff;background-image:none;display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { background-color: transparent; background-image: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row > .video-iframe-container { display: none; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .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); }#eccySHRZu8yBykiUmL4TaPWBmIysTAir > .row .container { width:20rem;height:8.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { width:20rem;height:3rem;top:0.93745231628419rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GFoE66PRnzlwZx995AtXV9k7ZoRrCPlH { width:20rem;height:2.25rem;top:5.4375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G { display:none; }#wx9f5zoT950OtUAo2kGeu1G0MIAIxL8G > .row .container { width:20rem;height:7.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yJsR0aARPA1vJAqJl7rQLoOBB8C0hoZG { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.9375rem;display:block; }
 }