.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:255,248,220;--color-primary-1:255,232,137;--color-primary-2:255,208,19;--color-primary-3:128,104,10;--color-primary-4:38,31,3;--color-secondary-0:219,223,232;--color-secondary-1:135,150,179;--color-secondary-2:15,44,103;--color-secondary-3:8,22,52;--color-secondary-4:2,7,15;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:88,88,88;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans Condensed";--paragraphs-font-family:"Open Sans Condensed"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#5d7c92;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); }#ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/5930bfad-4fc9-40e0-96d8-9c40cb258369/4konferencjaonline_grafikawtlesekcjilandinga9.png");background-position:top center !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:44.6875rem;width:60rem;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:0rem;overflow:hidden;display:none; }
#JLUTIstuk5QPTwIoJOrTIU6MucICkGU0 { color:#cd1818;display:block;width:59.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:13.970703125rem;left:0.875rem;height:6.01171875rem;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; }
#hN21TWprP7v6J7KXh9DvnuhR0rXbP8k6 { color:rgba(var(--color-tertiary-0),1);display:block;width:49.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:19.98281288147rem;left:5.21875rem;height:15.0293125rem;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; }
#UaMl4kLgDzf4nbyvnm5ywPPLxZnaNZGe { background-color:#cd1818;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:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.3125rem;height:8.0625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:34.5rem;left:12.84375rem;display:block; }
#cE0PvpG8VcVkCGNGKLvW35sAx5hCLkGS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xAPCU5gzcqh2eTrdOlrWyROvFy2nxBvK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/mCz5XYaZ/wydarzenie_4_konfa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO.adaptive-delivery-prevent-bg, #Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO.lazyload, #Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO.lazyloading { background-image: none; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO > .row .container { border-width: 0; border-radius: 0; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:60rem;position:relative;display:none; }#kOgPbybqMixAuyaH2vdzQNbwDsQysqhJ { color:rgba(var(--color-tertiary-3),1);display:block;width:48.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4375rem;left:5.75rem;height:8.75rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#zcBqLTtyN4n9FBhSa6tmDJgzmHVOybss { position:absolute;display:block;z-index:15008;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:16.5625rem;width:20.25rem;top:19.125rem;left:1.5rem;overflow:hidden;display:block; }
#gtpkW51z8trd82r2eKJgSxD8h1BrkJhW { color:#171717;display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:23.890625rem;left:28.09375rem;height:8.90625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qyrKZH1moJ83SOVfRTcnTOH5uoT4Dvng { color:#171717;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.984375rem;left:3.03125rem;height:17.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LaUdTZiUM8RrMN3NZ26TOFIfLy4gb2zb { color:#171717;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.984375rem;left:3.03125rem;height:19.59375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HhnT2KCoSiGQToh6tl1FKaLFtUUkw3wF { color:#171717;display:block;width:53.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:1.984375rem;left:3.03125rem;height:19.59375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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:block; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container { background-color: transparent; background-image: none; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container > .video-iframe-container { display: none; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row > .video-iframe-container { display: none; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .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); }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container { border-width: 0; border-radius: 0; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:60rem;position:relative;display:block; }#Ib3DKlf3Rr5AUmMwU9QLtes9JbuC6Ut4 { color:rgba(var(--color-tertiary-4),1);display:block;width:43rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:2.5625rem;left:11.5625rem;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; }
#rRlmlCTGVnuXIS4uzTcvoKSlQkm9EvQ4 { box-sizing:content-box;color:#5d92ff;font-size:4.8125rem;font-weight:400;line-height:1;height:10.5625rem;width:10.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.15625rem;left:1.0625rem; }
#WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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: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:43.25rem;width:60rem;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:0rem;overflow:hidden;display:none; }
#J01yQX2BUF53Avtez1p6rVmoMidhMF0k { color:rgba(var(--color-tertiary-4),1);display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.47500038147rem;left:4.4375rem;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:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.0859375rem;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; }
#sH5yQP60k9HVUQLbzwIwLsLUuJD0v1Jq { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:19.5625rem;top:6.125rem;left:1.8359375rem;overflow:hidden;display:block; }
#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae { color:rgba(var(--color-tertiary-0),1);display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.4;letter-spacing:0;top:7.5234375rem;left:22.2109375rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae li:before{  }
#yPGQlaZ0pOzy4n7Cl1oUQedBMKz2Zumu { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e3e3e3;border-left:0.1875rem solid #e3e3e3;border-right:0.1875rem solid #e3e3e3;border-bottom:0.1875rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:59.625rem;top:0.75rem;left:0rem;display:block; }
#ugaUS7W0ip0VaT9cQCX2QqnExLonzwSM { color:rgba(var(--color-tertiary-0),1);display:block;width:5.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:6.125rem;left:19.7109375rem;height:1.4rem;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:left;text-align-last:left;font-style:normal;display:block; }
#h8rN3CLwfMXLb33Wh4fryTWPXQ6u1OMi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15029;line-height:1.4;letter-spacing:0;top:31.9169921875rem;left:22.1796875rem;height:8.92383125rem;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:left;text-align-last:left;font-style:normal;display:block; }
#gnwTHLFd5lkmfUGA9R459Z3A2lgmGA0S { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#Z9eo9wH6wDBChBbEGmZMNPaZea8MQd52 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38rem;width:24.5625rem;top:4.8125rem;left:0.625rem;overflow:hidden;display:block; }
#nAL5dCVNo0rWJrU5wMe4UneksbJcGXcU { color:rgba(var(--color-tertiary-0),1);display:block;width:37.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:3.75rem;left:21.0859375rem;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; }
#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/mCz5XYaZ/wydarzenie_4_konfa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO.adaptive-delivery-prevent-bg, #yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO.lazyload, #yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO.lazyloading { background-image: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { background-color: transparent; background-image: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container > .video-iframe-container { display: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container { display: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .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); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { border-width: 0; border-radius: 0; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { font-size:0.875rem;font-family:arial;height:27.375rem;width:60rem;position:relative;display:block; }#x0n112Oy8ml8okuQEBlfLdnfK3Ohvwvb { 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:0rem;overflow:hidden;display:none; }
#Cmw7yf7Q833urlFAWieTazGt9krAuUP9 { background-color:#cd1818;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:6.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.411720275879rem;left:36.687501907349rem;display:block; }
#S1F7hSReM6iAkaMXyCE1WmKgmiFt4wyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aD5RqBEqsL2nUM7fylFB1AzTMU1Ky1sJ { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.822265625rem;left:5.75rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.01171875rem;left:2.125rem;height:16.849125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m li:before{  }
#J8vQkPgV0EoS9G8sfdQdbMNmmEVDTIZd { position:absolute;display:block;z-index:14999;background-color:#ececec;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:60rem;top:4.5rem;left:0rem;display:block; }
#D1ioKlsEo0AXVUP6ppUxS952qrpQRNV2 { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #e3e3e3;border-left:0.1875rem solid #e3e3e3;border-right:0.1875rem solid #e3e3e3;border-bottom:0.1875rem solid #e3e3e3;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:57.0625rem;top:3rem;left:1.28125rem;display:block; }
#Cma8tAD7QwxNDl4JrTS4deTtivO39RQx { color:rgba(var(--color-tertiary-4),1);display:block;width:51.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.47500038147rem;left:4.4375rem;height:14rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#aCyha0CtK4OAa139tDo2neGMekroJwpp { 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; }
#tbuQTSCvkAovMTaFQr8DHXUxpZX1WUhm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:8.875rem;left:2.875rem;display:none; }
#qF5JvJMJ9wyt5X02RPNPiUJ8eeylRnNp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:8.875rem;left:2.875rem;display:none; }
#PR4hka5xMTPB8J9FrTOvRnIucDBcMx89 { color:rgba(var(--color-tertiary-4),1);display:block;width:48.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.822265625rem;left:5.75rem;height:2.35546875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xuZGa8XyaOw1xqlTqedBktEeO8B7DAb3 { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.01171875rem;left:2.125rem;height:13.170875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc { color:rgba(var(--color-tertiary-4),1);display:block;width:33rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:10.01171875rem;left:2.125rem;height:13.170875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }#lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc li:before{  }
#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 > .row .container { border-width: 0; border-radius: 0; }#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:60rem;position:relative;display:none; }#bP8ZHLU7OewLXufGPJg2s8GF2GXTQZTH { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:1.625rem;left:5.03125rem;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; }
#rzcU45tUfrDwImN8A5i7JyxKIQUJz2JF { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.9421882629394rem;left:0rem;height:1.95rem;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; }
#Bzv6N8T7mslIqtmXZJqqQg0GXcd180JR { color:rgba(var(--color-tertiary-0),1);display:block;width:45rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5rem;left:7.5rem;height:1.86875rem;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; }
#LvRRqiavN4WR80JowPlACuSrTyvbaD9R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#LvRRqiavN4WR80JowPlACuSrTyvbaD9R > .row .container { border-width: 0; border-radius: 0; }#LvRRqiavN4WR80JowPlACuSrTyvbaD9R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LvRRqiavN4WR80JowPlACuSrTyvbaD9R > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#v1HZT904HZy1IxFOXbeB8SN4L4LeDBwd { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5875244140625rem;left:0.6875rem;display:block; }
#uURv8skhO7FoVTmf0sHv0R8t65335xFD { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5562744140625rem;left:20.687501907349rem;display:block; }
#Tlegtgr1TNTbug7TfZUI1OXxFXezCFvf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5875000953674rem;left:40.718751907349rem;display:block; }
#bL7GmOHaa8Fm6wVNJztuT5uuFTJTTepS { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.023438453674rem;left:40.781251907349rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hnLCBGBVTaLrrT3BKZXqnzBfrKxy5czK { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.023438453674rem;left:2.71875rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lDrvahoZvab0LTHHPor45IHf40MT1pzC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.105469703674rem;left:0.71875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQu8XVEP7GW5wW7QewrLv8NtqdlAWVp8 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.143749952316rem;left:40.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFSwfFl8Qv2S6Cyv1BhVlxybpfKacVu6 { position:absolute;display:block;z-index:15013;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:45.312501907349rem;overflow:hidden;display:block; }
#V0EcCGVIBEfSGsTt3yEGEQWkNroC9h0E { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:10.143749952316rem;left:22.343751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toG1bnawCIC9d5UJFvlhgklaaJ93ob1w { color:rgba(var(--color-tertiary-4),1);display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:14.87343788147rem;left:20.937501907349rem;height:3.89941875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lc9tMxJqcFs5My71Vz25I1PDND4BCm8R { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:9.375rem;width:9.375rem;top:7.4999990463256rem;left:1.3125rem;overflow:hidden;display:none; }
#G89xL2S7Pw3RdWJdBy7srLTE1k8Rm6pV { position:absolute;display:block;z-index:15017;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#vkNmSSKWlsXOOTJODJksQ6W9iw4B8WI7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:12.296093940735rem;left:5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XmBztRpCTCqtcDFDmMPKJc7pKQPlr13q { position:absolute;display:block;z-index:15015;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.625rem;top:12.086718559265rem;left:0.65625rem;display:block; }
#UCpFOOqc6eKM7rgz4WPdkxwIqZZ23u0c { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.625rem;top:12.056243896484rem;left:20.656251907349rem;display:block; }
#nd7U3n4xzT2pUso7OMOnLqrX7ST3Tkel { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.056250333786rem;left:40.718751907349rem;display:block; }
#dseiRTf3De8WRP3quNkowZTxleVQMMNi { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:25.312501907349rem;overflow:hidden;display:block; }
#uMl3ZkGpUvvuaAArZHecgLUgT6bAI8ca { color:rgba(var(--color-tertiary-4),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.29062461853rem;left:23.281251907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zz8HrD5lqqmooJD3y9zAtKPQcSNetQzh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.290624809451rem;left:40.718751907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CVE5KhnuP1olpKBdBsOoDz5EbtetrAUr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.673431396484rem;left:2.90625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lsIKdFT3PIBzXHPkEezLEcTDh9gyDZAA { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.556243896484rem;left:6.875rem;display:block; }
#EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r { color:rgba(var(--color-tertiary-4),1);display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.8125rem;left:0.9375rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#L2fJo7ztzvkAhFTBRFKbOqGTZGHCCeiO { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.5625rem;left:26.875001907349rem;display:block; }
#LyBOZA9TxRVaHT8vkTGEv4pgbd6WAuvc { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:20.673438072204rem;left:22.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mDuyGkFsotedIDSQR9VIdboWCrKqMS08 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:22.828907012939rem;left:21.250001907349rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mDuyGkFsotedIDSQR9VIdboWCrKqMS08 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mDuyGkFsotedIDSQR9VIdboWCrKqMS08 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#bwXUUi7fJH6FvTZhHN7BHFomQfANySDl { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.556243896484rem;left:46.874219894409rem;display:block; }
#CBH2n5OyZO5bvDPOWBUAaTQ3cXe64rix { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:20.673431396484rem;left:42.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRABLeIWCzCdTcEFd5TFckUHfFLcLzet { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.8125rem;left:41.250001907349rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#qRABLeIWCzCdTcEFd5TFckUHfFLcLzet li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qRABLeIWCzCdTcEFd5TFckUHfFLcLzet li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 > .row .container { border-width: 0; border-radius: 0; }#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:none; }#c91dqpc2DTPElUbgrMPTArnuL5L0ZNdS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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: none;height:26.5625rem;width:18.5625rem;top:5.5874938964844rem;left:0.6875rem;display:block; }
#K5gD0bsCxtHO0ttD2EgbmgUzRhF9Saor { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: none;height:26.5625rem;width:18.5625rem;top:5.5562500953674rem;left:20.687501907349rem;display:block; }
#q4eLlIwoZpTsKOFUm3e2KXa8LcQpP5Jt { color:rgba(var(--color-tertiary-4),1);display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.125rem;left:20.781251907349rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7URH6TF5NmsBQgF3SJ2NTRk8qnTk9Fr { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.1015625rem;left:4.15625rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AUpQusUf2WTW4mlnBmHSmbqqeDOFQK2T { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#KJTNcTg1VwPM4WlZbtZtDBZuqZtVtyED { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#EkL2WEbTvuDyw387op0VP8iE5Vt5mPDr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.10000038147rem;left:0.71875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AcQKBA8mTJ7MdTH7btU6f6zVFGUhmsrk { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:5.8369140625rem;left:27.65625rem;height:2.5996125rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#DGFm5SAM8CDLdZ0Vq41KrCTw2NPmXMOA { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.10000038147rem;left:20.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTZJm02qS7VLVxkKdFbs8AtIGTIdA8T4 { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),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: none;height:26.5625rem;width:18.5625rem;top:5.5867309570312rem;left:40.718751907349rem;display:block; }
#GTHekvQ1dD4Ap7X6XVmECSdzAE1CcCet { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:15.125rem;left:42.906251907349rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgLwH4PlJtRC7Ebfr4vnWyxybDCn0ctq { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EEJTJp7WQO2PzAerRVECx0ezVVl5orwg { position:absolute;display:block;z-index:15014;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#cpc17CaIwv7vK6DDrnJRE1bd6yObn6hX { position:absolute;display:block;z-index:15016;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.1875rem;left:0.6875rem;display:block; }
#u44epXTfSfeBhdmOsHnqo9448ES5hgbJ { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.05624961853rem;left:20.687501907349rem;display:block; }
#KD15qe89b4gsvy5BxfNsTBhaxfol1T1H { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.05624961853rem;left:40.718751907349rem;display:block; }
#ErXPFi4AEaG629WFBwhkMUucemwEa4FJ { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:12.421094894409rem;left:5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H1rGmnpkQ81BuCdLLTNBybH6hHbLoh9o { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.29062461853rem;left:20.718751907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yNFToVEyqNqa5XDUOeK9iS84HzHWMuv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.29062461853rem;left:42.468751907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dQydiWbJ9ATpvNzx4lmR9pySxwcbXOT3 { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.274993896484rem;left:26.875001907349rem;display:block; }
#g4vSHePHhv33TMNCzt0DhUOnQk9qQwaf { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.274993896484rem;left:46.874219894409rem;display:block; }
#VH5FrEz38m851AFALF3hEwNKotsxA5ip { position:absolute;display:block;z-index:15022;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.274993896484rem;left:6.875rem;display:block; }
#rI1xCay8tJ3Su9A3x5paNe0TtdcJw8mW { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:19.21249961853rem;left:22.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bdCuh5ICyxhJtKX1hAP8gIlK8y6nzSrO { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:19.196105957031rem;left:42.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yiZqDFHN08DI2LaTWTedfUEHRrIv5S98 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:19.196105957031rem;left:2.90625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:21.352355957031rem;left:1.25rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#i3cBN5TEmnITG8m9JncLT5lTnXt7EucX { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.36874961853rem;left:21.000001907349rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#i3cBN5TEmnITG8m9JncLT5lTnXt7EucX li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i3cBN5TEmnITG8m9JncLT5lTnXt7EucX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#GFpqXJz3quTdPb4r1L22fm28dbT4AMMb { color:rgba(var(--color-tertiary-4),1);display:block;width:16.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:21.352355957031rem;left:41.250001907349rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GFpqXJz3quTdPb4r1L22fm28dbT4AMMb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GFpqXJz3quTdPb4r1L22fm28dbT4AMMb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT > .row .container { border-width: 0; border-radius: 0; }#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:none; }#dr5KNwv2TxNNSPKPXtdo4GyKzVMrQJdz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5625rem;left:20.687501907349rem;display:block; }
#XRno0B6wp2WRqtWJxtolVXuiEBoEpQBx { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5625rem;left:40.6875rem;display:block; }
#Jx3V4Hzhb7Shghf0akNll5kasamhTonR { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.125rem;left:44.531251907349rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJIAIhfnzbP6HAF5ahKrJPnRBc8071ez { color:rgba(var(--color-tertiary-4),1);display:block;width:13.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.125rem;left:23.187501907349rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A7lDIoCMOBo8Mow1aQ78bqeFcXZr46iI { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#UourvZXSnHAXLCTupEkc4OK6Z89fAVDa { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.10000038147rem;left:20.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NiwtgDzyEPSeLFyiLgKAhetNpgehyBM9 { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#beUiopd7GBN7Sz4n9iRn4UI2i7kWwLs4 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:10.125rem;left:40.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IdtqysAPWrug2L5ZVAnnHy9BE3kUqyJv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: none;height:9.3125rem;width:18.5625rem;top:5.5625rem;left:40.6875rem;display:none; }
#RGB2kGLpu37hkTNaiz5OhMqZyPLStPmP { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: none;height:26.875rem;width:18.5625rem;top:5.5625rem;left:0.6875rem;display:block; }
#NwpmplEPqJVvdnMRIwheCTeKMFhyQGcd { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:15.125rem;left:1.9375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BwzI0uvyU1SDGcS8FMwU7mWAX6yS6a6f { position:absolute;display:block;z-index:15010;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#Wcv5Jyirp8392pDEvUbLJGWUplEan7AC { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:10.10000038147rem;left:0.71875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wHEr27J4p17GuRNGOtWW5eNoMLXFAKLp { position:absolute;display:block;z-index:15017;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.08749961853rem;left:0.6875rem;display:block; }
#pLPfHdMWXVcx9e31aSLUtZM4w7LIQVnJ { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.030469894409rem;left:20.687501907349rem;display:block; }
#mb98IbktvMrJCGxRHUH1yB586CpEKQsV { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.03125rem;left:40.718751907349rem;display:block; }
#I3AiDdTWhHrTgwME5zc7VD52iKrLbWJK { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:12.265625rem;left:5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UtaA5HUpcGFq42TwpKBUakRmSxbKAQuK { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:12.265625rem;left:25.000001907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U391VRTF9EE93e8CiX9EVqidKGJdyzvi { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:12.265625rem;left:40.718751907349rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZqflTWKczuARqVCsHM8vOd2heFB2ftiQ { position:absolute;display:block;z-index:15021;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.462493896484rem;left:6.875rem;display:block; }
#ONubUC06Jou7BGXVHaTTAtU5fHTVXTCO { position:absolute;display:block;z-index:15022;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.5625rem;left:26.875001907349rem;display:block; }
#aCSHxlpWeVPfauFhEnomBS2wgFDczQ9K { position:absolute;display:block;z-index:15023;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:18.5625rem;left:46.874219894409rem;display:block; }
#L1AIxiLXVxfLLiHAMDeKZ53bqlCHLB9w { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:19.587493896484rem;left:42.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PbvVz7AFyfaDEpdpLTyGhs8OLRkSm1x7 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.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:19.586731716991rem;left:22.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EtVcaDy5u6d0xH8nnFebsMGWFC3pucTE { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:19.587493896484rem;left:2.90625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gRq59yORIcVr9WolU4JdP4D9ZtNuq1su { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:21.743743896484rem;left:1.25rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gRq59yORIcVr9WolU4JdP4D9ZtNuq1su li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gRq59yORIcVr9WolU4JdP4D9ZtNuq1su li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#gTqmV9by1y6isUTctfUFsz2OQs5NHfkA { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:21.742981716991rem;left:21.250001907349rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#gTqmV9by1y6isUTctfUFsz2OQs5NHfkA li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTqmV9by1y6isUTctfUFsz2OQs5NHfkA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:21.743743896484rem;left:41.250001907349rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb > .row .container { border-width: 0; border-radius: 0; }#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:none; }#kfLo2nMSULaaBBd9Luug4augbzbXgVOi { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),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: none;height:27.1875rem;width:18.5625rem;top:5.5625rem;left:40.6875rem;display:block; }
#rdDAnwswVcrmu1eo952vn2dW4E5bla5A { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:15.225006103516rem;left:43.218751907349rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F9taoTrPETaeUGCFGggRk31STglJEdwO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.125rem;left:43.843751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xwewxyRIfMyhMtrd3AVG2RvTCVkhuz6H { position:absolute;display:block;z-index:15009;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:45.3125rem;overflow:hidden;display:block; }
#N5LubA53z2tcMQfeCu5Z1Gx0g0T9cR8Z { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: none;height:27.1875rem;width:18.5625rem;top:5.5625rem;left:20.6875rem;display:block; }
#SafsWyFq1X0p4ZApGO14x5kXSkKoB7Kq { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.2;letter-spacing:0;top:14.625rem;left:21.968751907349rem;height:3.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AqwIbkJIeZtC6rAc5glMD10LTPu8LDZ2 { position:absolute;display:block;z-index:15011;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:25.3125rem;overflow:hidden;display:block; }
#Mkg4hxEM6THvrqctsN8ybzdWlRv1GHEn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:20.718751907349rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K7pbTuhF3R2TguARAxPtHkHDHPg3zGQA { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),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: none;height:9.3125rem;width:18.5625rem;top:5.5875000953674rem;left:40.718751907349rem;display:none; }
#lVsRmbEXuLND11NVoAlZeqvhE1NTBR8E { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),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: none;height:27.1875rem;width:18.5625rem;top:5.5625rem;left:0.6875rem;display:block; }
#nhk8TbFuTw6dw0TeBDOAAXiH8E27f4DD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:15.225006103516rem;left:4.9375rem;height:2.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTrf46aJNzKiA4Now4SkrhC6A34x7fus { position:absolute;display:block;z-index:15012;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;box-shadow: none;height:9.375rem;width:9.375rem;top:0.0625rem;left:5.3125rem;overflow:hidden;display:block; }
#LguAi8gk1HRhkVDUNMkfHu2S64sIFzqn { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0.71875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C78MOGEUsUQIWJIz15ZCGs4IgRn5uHN7 { position:absolute;display:block;z-index:15018;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.08749961853rem;left:0.6875rem;display:block; }
#kd3LJqdUc3P6Xzl30hM29toyHRgads67 { position:absolute;display:block;z-index:15019;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.5625rem;top:12.030467987061rem;left:20.687501907349rem;display:block; }
#AJDf8yr0FbBRCJZ3en36F0ZdwzZS8vs9 { position:absolute;display:block;z-index:15020;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:18.625rem;top:12.03125rem;left:40.656251907349rem;display:block; }
#ol8O34NNzDTrorBWcTPfwhtOGnWdK6Cl { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:12.265625rem;left:40.718751907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i4TXL2wzWCTGegpmwFIOERtw5TI2l9Hu { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;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:12.265625rem;left:23.437501907349rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E628NEU2THwooW4nfvzDw6VebK2XgZu9 { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;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:12.265625rem;left:5rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNnF7vDJzTIqZ25msFOgpTM50eCNftxK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.118743896484rem;left:41.250001907349rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#hNnF7vDJzTIqZ25msFOgpTM50eCNftxK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hNnF7vDJzTIqZ25msFOgpTM50eCNftxK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#DFt7EAqwy9nlEu5Zo25LTeS3ncbxa4fL { position:absolute;display:block;z-index:15024;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.125rem;left:26.875001907349rem;display:block; }
#o8fa0rBKimr6LscEWbePZH0iieRT1TGu { position:absolute;display:block;z-index:15025;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.125rem;left:46.874219894409rem;display:block; }
#pThInAbAWMD8VDQbUWphmr37kNb6T71l { position:absolute;display:block;z-index:15026;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:19.125rem;left:6.875rem;display:block; }
#Hk8pwiQ4BHtU3aMOr1fZG3gZFd4XeoG6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:20.0625rem;left:22.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Dd6FJ0aBWcCmcdJawC96WpOdqfLPDGUr { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:20.087493896484rem;left:2.90625rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eyOJrTky4SHGr8MQ66ZnKiIpQWXHtKzG { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:20.087493896484rem;left:42.906251907349rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:22.112501144409rem;left:21.250001907349rem;height:8.582rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:22.118743896484rem;left:1.25rem;height:7.4453125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM > .row .container { border-width: 0; border-radius: 0; }#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:60rem;position:relative;display:none; }#iWWyna1zDCuampCroMRS9QbFS6v0bRAt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.3125rem;width:22.125rem;top:25.749986171723rem;left:3.8929691314698rem;overflow:hidden;display:none; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#fafafa;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W { top:12.04842376709rem;left:26.46249961853rem;z-index:15008;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:;background-image:none;box-shadow: none;display:block;width:26.5rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #rlKaCKyrpkaDDLXKzVpF3mwMSJQgPErG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wsT5NSsWzfQesioDsvl99iQxKrT7WnAJ { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #lV37L8PhJF5dV91KlAdgbS67VwnLwbgZ { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G32FGN0PqDTqeK6O9eEHrRqWttW88VaI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #xdLGigDoPnBJq8WmqUTdtIOK7zwTQ8da { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZPAtK4clvQZAwT5CL2b62Jaw8BFrTxUT { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZrUMU2pOciMeTEde1FrtTFgTCqN2VwkL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #JabOUTyKGcq2HA3cU9pCWJ83T6D3TxdR { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wSp76bQnFZIkTcSVol2AaoJbccxo1WUm { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G8M2Ty7WnJvl2Et00R2ZaCzHwizLSCyi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DuW8TwBTHS7dwqwDJ8w60KgTdJnTlWfi { display:block; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DoQNONMAOvXg4UCVg1UKqOKatI2RXIfz { display:block; }
#AbvCsTW7R8qb0gTb5TC9VQOhorPMLcPT { color:rgba(var(--color-tertiary-0),1);display:block;width:14.875rem;position:absolute;font-family:lato;font-size:2rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:3.85546875rem;left:6.875rem;height:2.8rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#t6XuurwXV9t2nnWmkeczUe6l8NsJWNLh { background-color:#cd1818;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:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37.25rem;height:8.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.65625rem;left:11.375rem;display:block; }
#VkJloaxUzGC2iyGs9ugD1H7yUstJBUUe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eccySHRZu8yBykiUmL4TaPWBmIysTAir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6ca252;background-image:url("https://images.assets-landingi.com/mCz5XYaZ/wydarzenie_4_konfa.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eccySHRZu8yBykiUmL4TaPWBmIysTAir.adaptive-delivery-prevent-bg, #eccySHRZu8yBykiUmL4TaPWBmIysTAir.lazyload, #eccySHRZu8yBykiUmL4TaPWBmIysTAir.lazyloading { background-image: none; }#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:13rem;width:60rem;position:relative;display:block; }#UvKnOC57U2XQzNJDqwUr2bIE2J8letb7 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:1.892578125rem;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; }
#fA8rDHHx4vDv3VsVIeARUcLqdmqUdEdV { 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:67.5rem;width:50.25rem;display:none; }
#BAiBB23w1qTqUEVfvbpziJg4qekRV90y { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:400;z-index:15067;line-height:1.8;letter-spacing:0;top:10.0771484375rem;left:0.0625rem;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; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@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) { #JLUTIstuk5QPTwIoJOrTIU6MucICkGU0 { width:47.75rem;height:3rem;top:13.9375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN21TWprP7v6J7KXh9DvnuhR0rXbP8k6 { width:47.75rem;height:12rem;top:19.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaMl4kLgDzf4nbyvnm5ywPPLxZnaNZGe { width:34.3125rem;height:8.0625rem;top:34.5rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE0PvpG8VcVkCGNGKLvW35sAx5hCLkGS { display:block; }
 }@media only screen and (max-width: 763px) { #xAPCU5gzcqh2eTrdOlrWyROvFy2nxBvK { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO { display:none; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOgPbybqMixAuyaH2vdzQNbwDsQysqhJ { width:20rem;height:11.6875rem;top:1.3125rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zcBqLTtyN4n9FBhSa6tmDJgzmHVOybss { width:20.25rem;height:16.5625rem;top:19.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtpkW51z8trd82r2eKJgSxD8h1BrkJhW { width:28.9375rem;height:8.875rem;top:23.875rem;left:18.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrKZH1moJ83SOVfRTcnTOH5uoT4Dvng { width:47.75rem;height:19.5625rem;top:1.9375rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaUdTZiUM8RrMN3NZ26TOFIfLy4gb2zb { width:20rem;height:11.25rem;top:1.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhnT2KCoSiGQToh6tl1FKaLFtUUkw3wF { width:20rem;height:14.0625rem;top:14.625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T { display:block; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib3DKlf3Rr5AUmMwU9QLtes9JbuC6Ut4 { width:43rem;height:;top:2.5625rem;left:4.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRlmlCTGVnuXIS4uzTcvoKSlQkm9EvQ4 { width:10.5625rem;height:10.5625rem;top:2.125rem;left:0rem;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.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cUreqzilA1lLPOTvsVfTwi2ivbPfU9RJ { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dkmDwu137P9hhk4Ac2DzysCTnJ9b5lh8 { width:37.0625rem;height:;top:3.75rem;left:10.6875rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sH5yQP60k9HVUQLbzwIwLsLUuJD0v1Jq { width:19.5625rem;height:33.1875rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae { width:36.5625rem;height:22.3125rem;top:7.5rem;left:11.1875rem;font-size:1.0625rem;display:block; }#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae li:before{  }
 }@media only screen and (max-width: 763px) { #yPGQlaZ0pOzy4n7Cl1oUQedBMKz2Zumu { width:47.375rem;height:41.875rem;top:0.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugaUS7W0ip0VaT9cQCX2QqnExLonzwSM { width:5.9375rem;height:1.375rem;top:6.125rem;left:13.5859375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8rN3CLwfMXLb33Wh4fryTWPXQ6u1OMi { width:36.625rem;height:8.875rem;top:31.875rem;left:11.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnwTHLFd5lkmfUGA9R459Z3A2lgmGA0S { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9eo9wH6wDBChBbEGmZMNPaZea8MQd52 { width:24.5625rem;height:38rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAL5dCVNo0rWJrU5wMe4UneksbJcGXcU { width:12.5rem;height:;top:5.375rem;left:0.9375rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO { display:block; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0n112Oy8ml8okuQEBlfLdnfK3Ohvwvb { width:47.75rem;height:14.872135416667rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmw7yf7Q833urlFAWieTazGt9krAuUP9 { width:20.5rem;height:6.375rem;top:13.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1F7hSReM6iAkaMXyCE1WmKgmiFt4wyQ { display:block; }
 }@media only screen and (max-width: 763px) { #aD5RqBEqsL2nUM7fylFB1AzTMU1Ky1sJ { width:47.75rem;height:2.3125rem;top:5.8125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m { width:33rem;height:13.125rem;top:10rem;left:0rem;font-size:1.3125rem;display:none; }#Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m li:before{  }
 }@media only screen and (max-width: 763px) { #J8vQkPgV0EoS9G8sfdQdbMNmmEVDTIZd { width:47.75rem;height:5rem;top:4.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1ioKlsEo0AXVUP6ppUxS952qrpQRNV2 { width:47.375rem;height:20.75rem;top:3rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cma8tAD7QwxNDl4JrTS4deTtivO39RQx { width:14.875rem;height:20.1875rem;top:8.5625rem;left:0rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCyha0CtK4OAa139tDo2neGMekroJwpp { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbuQTSCvkAovMTaFQr8DHXUxpZX1WUhm { width:1.875rem;height:1.875rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qF5JvJMJ9wyt5X02RPNPiUJ8eeylRnNp { width:1.875rem;height:1.875rem;top:8.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PR4hka5xMTPB8J9FrTOvRnIucDBcMx89 { width:19.125rem;height:3.125rem;top:2.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuZGa8XyaOw1xqlTqedBktEeO8B7DAb3 { width:18.125rem;height:10.1875rem;top:9rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc { width:19.125rem;height:;top:25.1875rem;left:0rem;font-size:1.125rem;display:none; }#lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc li:before{  }
 }@media only screen and (max-width: 763px) { #pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 { display:none; }#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bP8ZHLU7OewLXufGPJg2s8GF2GXTQZTH { width:47.75rem;height:2.8125rem;top:1.625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzcU45tUfrDwImN8A5i7JyxKIQUJz2JF { width:47.75rem;height:1.9375rem;top:2.9375rem;left:0rem;font-size:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bzv6N8T7mslIqtmXZJqqQg0GXcd180JR { width:45rem;height:1.8125rem;top:5rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvRRqiavN4WR80JowPlACuSrTyvbaD9R { display:none; }#LvRRqiavN4WR80JowPlACuSrTyvbaD9R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1HZT904HZy1IxFOXbeB8SN4L4LeDBwd { width:18.5625rem;height:26.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURv8skhO7FoVTmf0sHv0R8t65335xFD { width:18.5625rem;height:26.875rem;top:5.5rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlegtgr1TNTbug7TfZUI1OXxFXezCFvf { width:18.5625rem;height:26.875rem;top:5.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL7GmOHaa8Fm6wVNJztuT5uuFTJTTepS { width:18.4375rem;height:3.5625rem;top:15rem;left:29.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLCBGBVTaLrrT3BKZXqnzBfrKxy5czK { width:14.5625rem;height:3.5625rem;top:15rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrvahoZvab0LTHHPor45IHf40MT1pzC { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQu8XVEP7GW5wW7QewrLv8NtqdlAWVp8 { width:18.5625rem;height:1.4375rem;top:10.125rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFSwfFl8Qv2S6Cyv1BhVlxybpfKacVu6 { width:9.375rem;height:9.375rem;top:0.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0EcCGVIBEfSGsTt3yEGEQWkNroC9h0E { width:15.3125rem;height:1.4375rem;top:10.125rem;left:16.156251907349rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toG1bnawCIC9d5UJFvlhgklaaJ93ob1w { width:18.125rem;height:3.875rem;top:14.8125rem;left:13.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9tMxJqcFs5My71Vz25I1PDND4BCm8R { width:9.375rem;height:9.375rem;top:7.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G89xL2S7Pw3RdWJdBy7srLTE1k8Rm6pV { width:9.375rem;height:9.375rem;top:0.0625rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #vkNmSSKWlsXOOTJODJksQ6W9iw4B8WI7 { width:10rem;height:1.1875rem;top:12.25rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmBztRpCTCqtcDFDmMPKJc7pKQPlr13q { width:18.625rem;height:1.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpFOOqc6eKM7rgz4WPdkxwIqZZ23u0c { width:18.625rem;height:1.6875rem;top:12rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd7U3n4xzT2pUso7OMOnLqrX7ST3Tkel { width:18.5625rem;height:1.6875rem;top:12rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dseiRTf3De8WRP3quNkowZTxleVQMMNi { width:9.375rem;height:9.375rem;top:0.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMl3ZkGpUvvuaAArZHecgLUgT6bAI8ca { width:13.4375rem;height:1.1875rem;top:12.25rem;left:17.093751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8HrD5lqqmooJD3y9zAtKPQcSNetQzh { width:18.5625rem;height:1.1875rem;top:12.25rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVE5KhnuP1olpKBdBsOoDz5EbtetrAUr { width:14.1875rem;height:1.1875rem;top:20.625rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lsIKdFT3PIBzXHPkEezLEcTDh9gyDZAA { width:6.25rem;height:0.1875rem;top:19.5rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r { top:22.8125rem;left:0rem;width:17.9375rem;height:;font-size:0.875rem;display:block; }#EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #L2fJo7ztzvkAhFTBRFKbOqGTZGHCCeiO { width:6.25rem;height:0.1875rem;top:19.5625rem;left:20.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyBOZA9TxRVaHT8vkTGEv4pgbd6WAuvc { width:14.1875rem;height:1.1875rem;top:20.625rem;left:16.718751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDuyGkFsotedIDSQR9VIdboWCrKqMS08 { top:22.8125rem;left:14.25rem;width:17.5rem;height:7.4375rem;font-size:0.875rem;display:block; }#mDuyGkFsotedIDSQR9VIdboWCrKqMS08 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #bwXUUi7fJH6FvTZhHN7BHFomQfANySDl { width:6.25rem;height:0.1875rem;top:19.5rem;left:36.561719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBH2n5OyZO5bvDPOWBUAaTQ3cXe64rix { width:14.1875rem;height:1.1875rem;top:20.625rem;left:32.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRABLeIWCzCdTcEFd5TFckUHfFLcLzet { top:22.8125rem;left:30.125rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#qRABLeIWCzCdTcEFd5TFckUHfFLcLzet li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 { display:none; }#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c91dqpc2DTPElUbgrMPTArnuL5L0ZNdS { width:18.5625rem;height:26.5625rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5gD0bsCxtHO0ttD2EgbmgUzRhF9Saor { width:18.5625rem;height:26.5625rem;top:5.5rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eLlIwoZpTsKOFUm3e2KXa8LcQpP5Jt { width:18.4375rem;height:2.375rem;top:15.125rem;left:13.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7URH6TF5NmsBQgF3SJ2NTRk8qnTk9Fr { width:11.6875rem;height:2.375rem;top:15.0625rem;left:2.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpQusUf2WTW4mlnBmHSmbqqeDOFQK2T { width:9.375rem;height:9.375rem;top:0.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJTNcTg1VwPM4WlZbtZtDBZuqZtVtyED { width:9.375rem;height:9.375rem;top:0.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkL2WEbTvuDyw387op0VP8iE5Vt5mPDr { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcQKBA8mTJ7MdTH7btU6f6zVFGUhmsrk { width:11.0625rem;height:2.5625rem;top:5.8125rem;left:20.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGFm5SAM8CDLdZ0Vq41KrCTw2NPmXMOA { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZJm02qS7VLVxkKdFbs8AtIGTIdA8T4 { width:18.5625rem;height:26.5625rem;top:5.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTHekvQ1dD4Ap7X6XVmECSdzAE1CcCet { width:14.1875rem;height:2.375rem;top:15.125rem;left:32.593751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLwH4PlJtRC7Ebfr4vnWyxybDCn0ctq { width:18.5625rem;height:1.4375rem;top:10.125rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEJTJp7WQO2PzAerRVECx0ezVVl5orwg { width:9.375rem;height:9.375rem;top:0.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpc17CaIwv7vK6DDrnJRE1bd6yObn6hX { width:18.5625rem;height:1.6875rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44epXTfSfeBhdmOsHnqo9448ES5hgbJ { width:18.5625rem;height:1.6875rem;top:12rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD15qe89b4gsvy5BxfNsTBhaxfol1T1H { width:18.5625rem;height:1.6875rem;top:12rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXPFi4AEaG629WFBwhkMUucemwEa4FJ { width:10rem;height:1.1875rem;top:12.375rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1rGmnpkQ81BuCdLLTNBybH6hHbLoh9o { width:18.5625rem;height:1.1875rem;top:12.25rem;left:13.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNFToVEyqNqa5XDUOeK9iS84HzHWMuv3 { width:15.0625rem;height:1.1875rem;top:12.25rem;left:32.156251907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQydiWbJ9ATpvNzx4lmR9pySxwcbXOT3 { width:6.25rem;height:0.1875rem;top:18.25rem;left:20.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4vSHePHhv33TMNCzt0DhUOnQk9qQwaf { width:6.25rem;height:0.1875rem;top:18.25rem;left:36.561719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH5FrEz38m851AFALF3hEwNKotsxA5ip { width:6.25rem;height:0.1875rem;top:18.25rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI1xCay8tJ3Su9A3x5paNe0TtdcJw8mW { width:14.1875rem;height:1.1875rem;top:19.1875rem;left:16.718751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdCuh5ICyxhJtKX1hAP8gIlK8y6nzSrO { width:14.1875rem;height:1.1875rem;top:19.1875rem;left:32.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiZqDFHN08DI2LaTWTedfUEHRrIv5S98 { width:14.1875rem;height:1.1875rem;top:19.1875rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO { top:21.3125rem;left:0rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #i3cBN5TEmnITG8m9JncLT5lTnXt7EucX { top:21.3125rem;left:13.75rem;width:18rem;height:9.6875rem;font-size:0.875rem;display:block; }#i3cBN5TEmnITG8m9JncLT5lTnXt7EucX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #GFpqXJz3quTdPb4r1L22fm28dbT4AMMb { top:21.3125rem;left:31.1875rem;width:16.4375rem;height:7.4375rem;font-size:0.875rem;display:block; }#GFpqXJz3quTdPb4r1L22fm28dbT4AMMb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT { display:none; }#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dr5KNwv2TxNNSPKPXtdo4GyKzVMrQJdz { width:18.5625rem;height:26.875rem;top:5.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRno0B6wp2WRqtWJxtolVXuiEBoEpQBx { width:18.5625rem;height:26.875rem;top:5.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx3V4Hzhb7Shghf0akNll5kasamhTonR { width:10.9375rem;height:2.375rem;top:15.125rem;left:34.218751907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJIAIhfnzbP6HAF5ahKrJPnRBc8071ez { width:13.625rem;height:2.375rem;top:15.125rem;left:17.000001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7lDIoCMOBo8Mow1aQ78bqeFcXZr46iI { width:9.375rem;height:9.375rem;top:0.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UourvZXSnHAXLCTupEkc4OK6Z89fAVDa { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiwtgDzyEPSeLFyiLgKAhetNpgehyBM9 { width:9.375rem;height:9.375rem;top:0.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #beUiopd7GBN7Sz4n9iRn4UI2i7kWwLs4 { width:18.5625rem;height:1.4375rem;top:10.125rem;left:29.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdtqysAPWrug2L5ZVAnnHy9BE3kUqyJv { width:18.5625rem;height:9.3125rem;top:5.5625rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RGB2kGLpu37hkTNaiz5OhMqZyPLStPmP { width:18.5625rem;height:26.875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwpmplEPqJVvdnMRIwheCTeKMFhyQGcd { width:16.125rem;height:2.375rem;top:15.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzI0uvyU1SDGcS8FMwU7mWAX6yS6a6f { width:9.375rem;height:9.375rem;top:0.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wcv5Jyirp8392pDEvUbLJGWUplEan7AC { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEr27J4p17GuRNGOtWW5eNoMLXFAKLp { width:18.5625rem;height:1.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPfHdMWXVcx9e31aSLUtZM4w7LIQVnJ { width:18.5625rem;height:1.6875rem;top:12rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb98IbktvMrJCGxRHUH1yB586CpEKQsV { width:18.5625rem;height:1.6875rem;top:12rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3AiDdTWhHrTgwME5zc7VD52iKrLbWJK { width:10rem;height:1.1875rem;top:12.25rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UtaA5HUpcGFq42TwpKBUakRmSxbKAQuK { width:10rem;height:1.1875rem;top:12.25rem;left:18.812501907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U391VRTF9EE93e8CiX9EVqidKGJdyzvi { width:18.5625rem;height:1.125rem;top:12.25rem;left:29.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqflTWKczuARqVCsHM8vOd2heFB2ftiQ { width:6.25rem;height:0.1875rem;top:18.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONubUC06Jou7BGXVHaTTAtU5fHTVXTCO { width:6.25rem;height:0.1875rem;top:18.5625rem;left:20.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCSHxlpWeVPfauFhEnomBS2wgFDczQ9K { width:6.25rem;height:0.1875rem;top:18.5625rem;left:36.561719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1AIxiLXVxfLLiHAMDeKZ53bqlCHLB9w { width:14.1875rem;height:1.1875rem;top:19.5625rem;left:32.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbvVz7AFyfaDEpdpLTyGhs8OLRkSm1x7 { width:14.1875rem;height:1.1875rem;top:19.5625rem;left:16.718751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtVcaDy5u6d0xH8nnFebsMGWFC3pucTE { width:14.1875rem;height:1.1875rem;top:19.5625rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRq59yORIcVr9WolU4JdP4D9ZtNuq1su { top:21.6875rem;left:0rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#gRq59yORIcVr9WolU4JdP4D9ZtNuq1su li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #gTqmV9by1y6isUTctfUFsz2OQs5NHfkA { top:21.6875rem;left:14.25rem;width:17.5rem;height:9.6875rem;font-size:0.875rem;display:block; }#gTqmV9by1y6isUTctfUFsz2OQs5NHfkA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ { top:21.6875rem;left:30.125rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb { display:none; }#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kfLo2nMSULaaBBd9Luug4augbzbXgVOi { width:18.5625rem;height:27.1875rem;top:5.5625rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdDAnwswVcrmu1eo952vn2dW4E5bla5A { width:13.5625rem;height:2.375rem;top:15.1875rem;left:32.906251907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9taoTrPETaeUGCFGggRk31STglJEdwO { width:12.3125rem;height:1.4375rem;top:10.125rem;left:33.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwewxyRIfMyhMtrd3AVG2RvTCVkhuz6H { width:9.375rem;height:9.375rem;top:0.0625rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5LubA53z2tcMQfeCu5Z1Gx0g0T9cR8Z { width:18.5625rem;height:27.1875rem;top:5.5625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SafsWyFq1X0p4ZApGO14x5kXSkKoB7Kq { width:16.0625rem;height:3.5625rem;top:14.625rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqwIbkJIeZtC6rAc5glMD10LTPu8LDZ2 { width:9.375rem;height:9.375rem;top:0.0625rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkg4hxEM6THvrqctsN8ybzdWlRv1GHEn { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:13.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7pbTuhF3R2TguARAxPtHkHDHPg3zGQA { width:18.5625rem;height:9.3125rem;top:5.5625rem;left:29.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lVsRmbEXuLND11NVoAlZeqvhE1NTBR8E { width:18.5625rem;height:27.1875rem;top:5.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhk8TbFuTw6dw0TeBDOAAXiH8E27f4DD { width:10.125rem;height:2.375rem;top:15.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTrf46aJNzKiA4Now4SkrhC6A34x7fus { width:9.375rem;height:9.375rem;top:0.0625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LguAi8gk1HRhkVDUNMkfHu2S64sIFzqn { width:18.5625rem;height:1.4375rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C78MOGEUsUQIWJIz15ZCGs4IgRn5uHN7 { width:18.5625rem;height:1.6875rem;top:12.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3LJqdUc3P6Xzl30hM29toyHRgads67 { width:18.5625rem;height:1.6875rem;top:12rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJDf8yr0FbBRCJZ3en36F0ZdwzZS8vs9 { width:18.625rem;height:1.6875rem;top:12rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol8O34NNzDTrorBWcTPfwhtOGnWdK6Cl { width:18.5625rem;height:1.1875rem;top:12.25rem;left:29.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4TXL2wzWCTGegpmwFIOERtw5TI2l9Hu { width:13.125rem;height:1.1875rem;top:12.25rem;left:17.250001907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E628NEU2THwooW4nfvzDw6VebK2XgZu9 { width:10rem;height:1.1875rem;top:12.25rem;left:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNnF7vDJzTIqZ25msFOgpTM50eCNftxK { top:22.0625rem;left:30.125rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#hNnF7vDJzTIqZ25msFOgpTM50eCNftxK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #DFt7EAqwy9nlEu5Zo25LTeS3ncbxa4fL { width:6.25rem;height:0.1875rem;top:19.125rem;left:20.687501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8fa0rBKimr6LscEWbePZH0iieRT1TGu { width:6.25rem;height:0.1875rem;top:19.125rem;left:36.561719894409rem;display:block; }
 }@media only screen and (max-width: 763px) { #pThInAbAWMD8VDQbUWphmr37kNb6T71l { width:6.25rem;height:0.1875rem;top:19.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8pwiQ4BHtU3aMOr1fZG3gZFd4XeoG6 { width:14.1875rem;height:1.1875rem;top:20.0625rem;left:16.718751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6FJ0aBWcCmcdJawC96WpOdqfLPDGUr { width:14.1875rem;height:1.1875rem;top:20.0625rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyOJrTky4SHGr8MQ66ZnKiIpQWXHtKzG { width:14.1875rem;height:1.1875rem;top:20.0625rem;left:32.593751907349rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T { top:22.0625rem;left:14.25rem;width:17.5rem;height:9.6875rem;font-size:0.875rem;display:block; }#GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE { top:22.0625rem;left:0rem;width:17.5rem;height:;font-size:0.875rem;display:block; }#Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM { display:none; }#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWWyna1zDCuampCroMRS9QbFS6v0bRAt { width:22.125rem;height:12.3125rem;top:25.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .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;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#fafafa;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W { top:12rem;left:20.33749961853rem;width:26.5rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #rlKaCKyrpkaDDLXKzVpF3mwMSJQgPErG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wsT5NSsWzfQesioDsvl99iQxKrT7WnAJ {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #lV37L8PhJF5dV91KlAdgbS67VwnLwbgZ {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G32FGN0PqDTqeK6O9eEHrRqWttW88VaI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #xdLGigDoPnBJq8WmqUTdtIOK7zwTQ8da {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZPAtK4clvQZAwT5CL2b62Jaw8BFrTxUT {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZrUMU2pOciMeTEde1FrtTFgTCqN2VwkL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #JabOUTyKGcq2HA3cU9pCWJ83T6D3TxdR {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wSp76bQnFZIkTcSVol2AaoJbccxo1WUm {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G8M2Ty7WnJvl2Et00R2ZaCzHwizLSCyi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DuW8TwBTHS7dwqwDJ8w60KgTdJnTlWfi {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DoQNONMAOvXg4UCVg1UKqOKatI2RXIfz {  }
 }@media only screen and (max-width: 763px) { #AbvCsTW7R8qb0gTb5TC9VQOhorPMLcPT { width:17.0625rem;height:1.625rem;top:9rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6XuurwXV9t2nnWmkeczUe6l8NsJWNLh { width:37.25rem;height:8.25rem;top:1.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJloaxUzGC2iyGs9ugD1H7yUstJBUUe { display:block; }
 }@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:4rem;top:1.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fA8rDHHx4vDv3VsVIeARUcLqdmqUdEdV { width:47.75rem;height:64.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BAiBB23w1qTqUEVfvbpziJg4qekRV90y { width:47.75rem;height:2.875rem;top:10.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ctBe3IQmCEcQZ8ztdHscErABDX7rrkfp { background-color:#0f2c67;background-image:url("https://images.assets-landingi.com/uc/101a5e10-bdcc-4d91-930b-aabd179a02c4/4konferencjaonline_grafikawtlesekcjilandinga5.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: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:30.9375rem;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) { #JLUTIstuk5QPTwIoJOrTIU6MucICkGU0 { width:17.6875rem;height:3.575rem;top:5.310546875rem;left:1.15625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hN21TWprP7v6J7KXh9DvnuhR0rXbP8k6 { width:19.8125rem;height:8.125rem;top:13.0732421875rem;left:0.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaMl4kLgDzf4nbyvnm5ywPPLxZnaNZGe { width:19rem;height:6.75rem;top:22.41015625rem;left:0.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE0PvpG8VcVkCGNGKLvW35sAx5hCLkGS { display:block; }
 }@media only screen and (max-width: 763px) { #xAPCU5gzcqh2eTrdOlrWyROvFy2nxBvK { top:9.3857421875rem;left:8.4375rem;width:3.125rem;height:3.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO { background-color:#ffffff;background-image:none;display:none; }#Tb4uqduiEXwW4MJoqq1U0k6QxMI5TklO > .row .container { width:20rem;height:47.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kOgPbybqMixAuyaH2vdzQNbwDsQysqhJ { width:20rem;height:0;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #zcBqLTtyN4n9FBhSa6tmDJgzmHVOybss { width:10.8125rem;height:8.8125rem;top:13.026563167572rem;left:4.5937498807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtpkW51z8trd82r2eKJgSxD8h1BrkJhW { width:20rem;height:8.4375rem;top:37.091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyrKZH1moJ83SOVfRTcnTOH5uoT4Dvng { width:20rem;height:0;top:1.1859386442229rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LaUdTZiUM8RrMN3NZ26TOFIfLy4gb2zb { width:20rem;height:11.25rem;top:1.24609375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #HhnT2KCoSiGQToh6tl1FKaLFtUUkw3wF { width:20rem;height:14.0625rem;top:21.839069748298rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T { display:block; }#A4Mf0kWaVQpC0sy59evty9Lun2HTrE9T > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ib3DKlf3Rr5AUmMwU9QLtes9JbuC6Ut4 { width:15rem;height:12.35rem;top:1.046875rem;left:5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRlmlCTGVnuXIS4uzTcvoKSlQkm9EvQ4 { width:6.1875rem;height:6.1875rem;top:4.125rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdKob8XmtpcsCEqUBU3Xb7zHp1aAZ8hO { background-color:#0f2c67;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:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VsiEQONfA7ueF645WdmQ2dTC9WQ2zEJo { width:20rem;height:6.22890625rem;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:12.5rem;height:0;top:5.2353515625rem;left:7.5rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #sH5yQP60k9HVUQLbzwIwLsLUuJD0v1Jq { width:8.5rem;height:14.625rem;top:1.5rem;left:0.25rem;overflow:hidden;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae { width:17.75rem;height:27rem;top:14.6875rem;left:1.125rem;font-size:0.9375rem;line-height:1.2;z-index:15030;text-align:left;text-align-last:left;display:block; }#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#gcrU5LVix4Xp6sKIwkZyPz7fU2GUT5ae li:before{  }
 }@media only screen and (max-width: 763px) { #yPGQlaZ0pOzy4n7Cl1oUQedBMKz2Zumu { width:19.625rem;height:55.6875rem;top:0.90625rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ugaUS7W0ip0VaT9cQCX2QqnExLonzwSM { width:5.9375rem;height:0;top:13.6875rem;left:9.4375rem;font-size:0.9375rem;padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #h8rN3CLwfMXLb33Wh4fryTWPXQ6u1OMi { width:18.6875rem;height:13.125rem;top:42.3369140625rem;left:0.65625rem;font-size:0.9375rem;padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.4;z-index:15030;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gnwTHLFd5lkmfUGA9R459Z3A2lgmGA0S { top:13.6875rem;left:0.25rem;width:12.5rem;height:12.5rem;z-index:15029;background-color:#0f2c67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z9eo9wH6wDBChBbEGmZMNPaZea8MQd52 { width:20rem;height:30.941475826972rem;top:4.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nAL5dCVNo0rWJrU5wMe4UneksbJcGXcU { width:12.5rem;height:;top:5.4150390625rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO { 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; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { background-color: transparent; background-image: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container > .video-iframe-container { display: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container { display: none; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .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); }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { border-width: 0; border-radius: 0; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yK2t2fO1hP1gPx3sPBzgsW8Iq9ZqZ7XO > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x0n112Oy8ml8okuQEBlfLdnfK3Ohvwvb { width:20rem;height:6.22890625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cmw7yf7Q833urlFAWieTazGt9krAuUP9 { width:18.75rem;height:3.75rem;top:28.75rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1F7hSReM6iAkaMXyCE1WmKgmiFt4wyQ { display:block; }
 }@media only screen and (max-width: 763px) { #aD5RqBEqsL2nUM7fylFB1AzTMU1Ky1sJ { width:19.125rem;height:0;top:2.8310546875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m { width:19.125rem;height:0;top:10.6796875rem;left:0.875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:none; }#Q52rZoNOkix3L3X1pxC1vTBihvxOOw3m li:before{  }
 }@media only screen and (max-width: 763px) { #J8vQkPgV0EoS9G8sfdQdbMNmmEVDTIZd { width:20rem;height:3.8125rem;top:2.005859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1ioKlsEo0AXVUP6ppUxS952qrpQRNV2 { width:18.75rem;height:26.6875rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cma8tAD7QwxNDl4JrTS4deTtivO39RQx { 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) { #aCyha0CtK4OAa139tDo2neGMekroJwpp { top:7.6554698944094rem;left:5.5312498807907rem;width:1.4375rem;height:1.4375rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #tbuQTSCvkAovMTaFQr8DHXUxpZX1WUhm { width:1.5625rem;height:1.5625rem;top:20.25rem;left:9.21875rem;font-size:1.0625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qF5JvJMJ9wyt5X02RPNPiUJ8eeylRnNp { width:1.5625rem;height:1.5625rem;top:6.8515625rem;left:9.21875rem;font-size:1.0625rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #PR4hka5xMTPB8J9FrTOvRnIucDBcMx89 { width:19.125rem;height:3.15rem;top:2.337890625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.2;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #xuZGa8XyaOw1xqlTqedBktEeO8B7DAb3 { width:18.125rem;height:10.2375rem;top:8.9765625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:15010;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc { width:17.9375rem;height:4.3875rem;top:22.642578125rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;z-index:15011;display:block; }#lyxJa511GiQ32kzhtrtbKVEMgI6PRzmc li:before{  }
 }@media only screen and (max-width: 763px) { #pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 { background-color:#0f2c67;background-image:none;display:none; }#pbmFpw1cdxAEEmpchhRd77R21p1Be1K9 > .row .container { width:20rem;height:9.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bP8ZHLU7OewLXufGPJg2s8GF2GXTQZTH { width:16.6875rem;height:3.4125rem;top:1.4476566314698rem;left:1.6562500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzcU45tUfrDwImN8A5i7JyxKIQUJz2JF { width:20rem;height:0;top:4.8054695129394rem;left:0rem;text-align:center;text-align-last:center;font-size:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:400;font-style:normal;line-height:1.1;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #Bzv6N8T7mslIqtmXZJqqQg0GXcd180JR { width:12.625rem;height:2.6rem;top:5.58203125rem;left:3.6875002980233rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvRRqiavN4WR80JowPlACuSrTyvbaD9R { display:none; }#LvRRqiavN4WR80JowPlACuSrTyvbaD9R > .row .container { width:20rem;height:95.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v1HZT904HZy1IxFOXbeB8SN4L4LeDBwd { width:18.5625rem;height:27.125rem;top:4rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURv8skhO7FoVTmf0sHv0R8t65335xFD { width:18.5625rem;height:26.1875rem;top:69.4375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlegtgr1TNTbug7TfZUI1OXxFXezCFvf { width:18.5625rem;height:27.4375rem;top:36.487499237061rem;left:0.71875rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bL7GmOHaa8Fm6wVNJztuT5uuFTJTTepS { width:18.4375rem;height:3.6rem;top:78.4375rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnLCBGBVTaLrrT3BKZXqnzBfrKxy5czK { width:18.4375rem;height:3.6rem;top:12.893751144409rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lDrvahoZvab0LTHHPor45IHf40MT1pzC { width:10rem;height:1.38125rem;top:8.75rem;left:4.9999998807907rem;font-size:1.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #gQu8XVEP7GW5wW7QewrLv8NtqdlAWVp8 { width:10rem;height:1.38125rem;top:74.125rem;left:4.9999998807907rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #fFSwfFl8Qv2S6Cyv1BhVlxybpfKacVu6 { width:8.125rem;height:8.125rem;top:65.375rem;left:5.9374998807907rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #V0EcCGVIBEfSGsTt3yEGEQWkNroC9h0E { width:16.0625rem;height:1.38125rem;top:41.246879577637rem;left:1.9687501192093rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toG1bnawCIC9d5UJFvlhgklaaJ93ob1w { width:17.3125rem;height:5.2rem;top:45.56640625rem;left:1.3437501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc9tMxJqcFs5My71Vz25I1PDND4BCm8R { width:8.125rem;height:8.125rem;top:0rem;left:5.9374998807907rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #G89xL2S7Pw3RdWJdBy7srLTE1k8Rm6pV { width:9.375rem;height:9.375rem;top:0.0625rem;left:5.3125rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #vkNmSSKWlsXOOTJODJksQ6W9iw4B8WI7 { width:10rem;height:1.21875rem;top:10.862500399351rem;left:4.9999998807907rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #XmBztRpCTCqtcDFDmMPKJc7pKQPlr13q { width:18.625rem;height:1.6875rem;top:10.59375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCpFOOqc6eKM7rgz4WPdkxwIqZZ23u0c { width:18.625rem;height:1.6875rem;top:43.254692077637rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nd7U3n4xzT2pUso7OMOnLqrX7ST3Tkel { width:18.5625rem;height:1.6875rem;top:76.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dseiRTf3De8WRP3quNkowZTxleVQMMNi { width:8.125rem;height:8.125rem;top:32.4375rem;left:5.9374998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #uMl3ZkGpUvvuaAArZHecgLUgT6bAI8ca { width:13.4375rem;height:1.21875rem;top:43.48828125rem;left:3.2812498807907rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #Zz8HrD5lqqmooJD3y9zAtKPQcSNetQzh { width:13.4375rem;height:1.21875rem;top:76.375rem;left:3.2500001192093rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #CVE5KhnuP1olpKBdBsOoDz5EbtetrAUr { width:14.1875rem;height:1.21875rem;top:18.081250667572rem;left:2.9062501192093rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #lsIKdFT3PIBzXHPkEezLEcTDh9gyDZAA { width:6.25rem;height:0.125rem;top:17.143750667572rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r { width:17.5rem;height:9.725rem;top:20.237500667572rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#EGFs3qpNIBIJxzJciwN6CsV7OFptXQ1r li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #L2fJo7ztzvkAhFTBRFKbOqGTZGHCCeiO { width:6.25rem;height:0.125rem;top:51.3125rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyBOZA9TxRVaHT8vkTGEv4pgbd6WAuvc { width:14.1875rem;height:1.21875rem;top:52.25rem;left:2.9062501192093rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #mDuyGkFsotedIDSQR9VIdboWCrKqMS08 { width:17.5rem;height:7.45rem;top:54.40625rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#mDuyGkFsotedIDSQR9VIdboWCrKqMS08 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #bwXUUi7fJH6FvTZhHN7BHFomQfANySDl { width:6.25rem;height:0.125rem;top:82.75rem;left:6.8749998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBH2n5OyZO5bvDPOWBUAaTQ3cXe64rix { width:14.1875rem;height:1.21875rem;top:83.8125rem;left:2.9375001192093rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qRABLeIWCzCdTcEFd5TFckUHfFLcLzet { width:17.5rem;height:8.5875rem;top:86rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#qRABLeIWCzCdTcEFd5TFckUHfFLcLzet li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 { display:none; }#T0llB4rztqm8TEwo4Fp4LvC08VhBmSo7 > .row .container { width:20rem;height:89.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c91dqpc2DTPElUbgrMPTArnuL5L0ZNdS { width:18.5625rem;height:23.75rem;top:5.375rem;left:0.75rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #K5gD0bsCxtHO0ttD2EgbmgUzRhF9Saor { width:18.5625rem;height:25.9375rem;top:34.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4eLlIwoZpTsKOFUm3e2KXa8LcQpP5Jt { width:18.0625rem;height:2.4rem;top:43.40625rem;left:0.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7URH6TF5NmsBQgF3SJ2NTRk8qnTk9Fr { width:8.625rem;height:2.4rem;top:14.317186832428rem;left:5.6874998807907rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUpQusUf2WTW4mlnBmHSmbqqeDOFQK2T { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9375rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KJTNcTg1VwPM4WlZbtZtDBZuqZtVtyED { width:8.125rem;height:8.125rem;top:30.4375rem;left:5.8749998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #EkL2WEbTvuDyw387op0VP8iE5Vt5mPDr { width:11.0625rem;height:1.38125rem;top:9.9992179870606rem;left:4.4687498807907rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #AcQKBA8mTJ7MdTH7btU6f6zVFGUhmsrk { width:11.0625rem;height:0;top:28.40625rem;left:7.6562480926512rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DGFm5SAM8CDLdZ0Vq41KrCTw2NPmXMOA { width:18.5625rem;height:1.38125rem;top:39.1875rem;left:0.71875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZJm02qS7VLVxkKdFbs8AtIGTIdA8T4 { width:18.5625rem;height:24.0625rem;top:65.6875rem;left:0.71875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GTHekvQ1dD4Ap7X6XVmECSdzAE1CcCet { width:15.6875rem;height:2.4rem;top:74.75rem;left:2.1562501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgLwH4PlJtRC7Ebfr4vnWyxybDCn0ctq { width:10rem;height:1.38125rem;top:70.5rem;left:4.9999998807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEJTJp7WQO2PzAerRVECx0ezVVl5orwg { width:8.125rem;height:8.125rem;top:61.75rem;left:5.9374998807907rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cpc17CaIwv7vK6DDrnJRE1bd6yObn6hX { width:18.5625rem;height:1.6875rem;top:12.004687786102rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u44epXTfSfeBhdmOsHnqo9448ES5hgbJ { width:18.5625rem;height:1.6875rem;top:41.09375rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD15qe89b4gsvy5BxfNsTBhaxfol1T1H { width:18.5625rem;height:1.6875rem;top:72.506256103512rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ErXPFi4AEaG629WFBwhkMUucemwEa4FJ { width:10rem;height:1.21875rem;top:12.3125rem;left:5rem;font-size:0.9375rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #H1rGmnpkQ81BuCdLLTNBybH6hHbLoh9o { width:18.5625rem;height:1.21875rem;top:41.328125rem;left:0.71875rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #yNFToVEyqNqa5XDUOeK9iS84HzHWMuv3 { width:15.0625rem;height:1.21875rem;top:72.740631103512rem;left:2.4687501192093rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #dQydiWbJ9ATpvNzx4lmR9pySxwcbXOT3 { width:6.25rem;height:0.125rem;top:46.625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4vSHePHhv33TMNCzt0DhUOnQk9qQwaf { width:6.25rem;height:0.125rem;top:77.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH5FrEz38m851AFALF3hEwNKotsxA5ip { width:6.25rem;height:0.125rem;top:17.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI1xCay8tJ3Su9A3x5paNe0TtdcJw8mW { width:14.1875rem;height:1.21875rem;top:47.5625rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #bdCuh5ICyxhJtKX1hAP8gIlK8y6nzSrO { width:14.1875rem;height:1.21875rem;top:78.875rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #yiZqDFHN08DI2LaTWTedfUEHRrIv5S98 { width:14.1875rem;height:1.21875rem;top:18.4375rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO { width:17.5rem;height:7.45rem;top:20.625rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#aAK4oppuZxPsVKGEqQeQ73WygzmbdNIO li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #i3cBN5TEmnITG8m9JncLT5lTnXt7EucX { width:18rem;height:9.725rem;top:49.6875rem;left:1rem;font-size:0.875rem;line-height:1.3;display:block; }#i3cBN5TEmnITG8m9JncLT5lTnXt7EucX li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #GFpqXJz3quTdPb4r1L22fm28dbT4AMMb { width:17.5rem;height:7.45rem;top:81rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#GFpqXJz3quTdPb4r1L22fm28dbT4AMMb li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT { display:none; }#OptxDnAUGHI7S8ZP0QdXhf6qJaOZirwT > .row .container { width:20rem;height:91.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dr5KNwv2TxNNSPKPXtdo4GyKzVMrQJdz { width:18.5625rem;height:25.0625rem;top:66.250015258787rem;left:0.71875rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #XRno0B6wp2WRqtWJxtolVXuiEBoEpQBx { width:18.5625rem;height:25.9375rem;top:35.09375rem;left:0.71875rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jx3V4Hzhb7Shghf0akNll5kasamhTonR { width:10.875rem;height:2.4rem;top:75.349990844725rem;left:4.5624998807907rem;font-size:1rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #UJIAIhfnzbP6HAF5ahKrJPnRBc8071ez { width:14.1875rem;height:2.4rem;top:44.131240844726rem;left:2.9062501192093rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #A7lDIoCMOBo8Mow1aQ78bqeFcXZr46iI { width:8.125rem;height:8.125rem;top:31.0625rem;left:5.9374998807907rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UourvZXSnHAXLCTupEkc4OK6Z89fAVDa { width:11.0625rem;height:1.38125rem;top:39.812515258789rem;left:4.4687498807907rem;font-size:1.0625rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #NiwtgDzyEPSeLFyiLgKAhetNpgehyBM9 { width:8.125rem;height:8.125rem;top:62.281265258789rem;left:5.9374998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #beUiopd7GBN7Sz4n9iRn4UI2i7kWwLs4 { width:10rem;height:1.38125rem;top:71.031265258787rem;left:4.9999998807907rem;font-size:1.0625rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #IdtqysAPWrug2L5ZVAnnHy9BE3kUqyJv { width:18.5625rem;height:6.875rem;top:22.467968463897rem;left:0.71875rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #RGB2kGLpu37hkTNaiz5OhMqZyPLStPmP { width:18.5625rem;height:24.375rem;top:5.4375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwpmplEPqJVvdnMRIwheCTeKMFhyQGcd { width:18.4375rem;height:2.4rem;top:14.31875038147rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwzI0uvyU1SDGcS8FMwU7mWAX6yS6a6f { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9374998807907rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #Wcv5Jyirp8392pDEvUbLJGWUplEan7AC { width:11.0625rem;height:1.38125rem;top:10rem;left:4.4687498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHEr27J4p17GuRNGOtWW5eNoMLXFAKLp { width:18.5625rem;height:1.6875rem;top:12.00625038147rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLPfHdMWXVcx9e31aSLUtZM4w7LIQVnJ { width:18.5625rem;height:1.6875rem;top:41.818740844726rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mb98IbktvMrJCGxRHUH1yB586CpEKQsV { width:18.5625rem;height:1.6875rem;top:73.037490844725rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3AiDdTWhHrTgwME5zc7VD52iKrLbWJK { width:10rem;height:1.21875rem;top:12.24062538147rem;left:4.9999998807907rem;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #UtaA5HUpcGFq42TwpKBUakRmSxbKAQuK { width:10rem;height:1.21875rem;top:42.171890258789rem;left:4.9999998807907rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #U391VRTF9EE93e8CiX9EVqidKGJdyzvi { width:18.5625rem;height:1.1375rem;top:73.312515258787rem;left:0.71875rem;font-size:0.875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ZqflTWKczuARqVCsHM8vOd2heFB2ftiQ { width:6.25rem;height:0.125rem;top:17.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONubUC06Jou7BGXVHaTTAtU5fHTVXTCO { width:6.25rem;height:0.125rem;top:47.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCSHxlpWeVPfauFhEnomBS2wgFDczQ9K { width:6.25rem;height:0.125rem;top:78.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1AIxiLXVxfLLiHAMDeKZ53bqlCHLB9w { width:14.1875rem;height:1.21875rem;top:79.5rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #PbvVz7AFyfaDEpdpLTyGhs8OLRkSm1x7 { width:14.1875rem;height:1.21875rem;top:48.25rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #EtVcaDy5u6d0xH8nnFebsMGWFC3pucTE { width:14.1875rem;height:1.21875rem;top:18.4375rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #gRq59yORIcVr9WolU4JdP4D9ZtNuq1su { width:17.5rem;height:8.5875rem;top:20.625rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#gRq59yORIcVr9WolU4JdP4D9ZtNuq1su li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #gTqmV9by1y6isUTctfUFsz2OQs5NHfkA { width:17.5rem;height:9.725rem;top:50.4375rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#gTqmV9by1y6isUTctfUFsz2OQs5NHfkA li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ { width:17.5rem;height:8.5875rem;top:81.625rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#G9BTfCkuXfuRcm3fnT8U9Pba3iZgQDZZ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb { display:none; }#rdCLObVRR6I3pAQ5bUC6zefG4U0OpHWb > .row .container { width:20rem;height:96rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kfLo2nMSULaaBBd9Luug4augbzbXgVOi { width:18.5625rem;height:24.6875rem;top:5.3101501464844rem;left:0.71875rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #rdDAnwswVcrmu1eo952vn2dW4E5bla5A { width:18.4375rem;height:2.4rem;top:76.990631103512rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9taoTrPETaeUGCFGggRk31STglJEdwO { width:10.9375rem;height:1.38125rem;top:72.673431396488rem;left:4.5312498807907rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwewxyRIfMyhMtrd3AVG2RvTCVkhuz6H { width:8.125rem;height:8.125rem;top:63.924224853512rem;left:5.9374998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N5LubA53z2tcMQfeCu5Z1Gx0g0T9cR8Z { width:18.5625rem;height:24.9375rem;top:67.986724853512rem;left:0.71875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #SafsWyFq1X0p4ZApGO14x5kXSkKoB7Kq { width:18.4375rem;height:3.6rem;top:44.342956542969rem;left:0.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqwIbkJIeZtC6rAc5glMD10LTPu8LDZ2 { width:8.125rem;height:8.125rem;top:31.310943603516rem;left:5.9374998807907rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Mkg4hxEM6THvrqctsN8ybzdWlRv1GHEn { width:10rem;height:1.38125rem;top:40.060150146484rem;left:4.9999998807907rem;font-size:1.0625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #K7pbTuhF3R2TguARAxPtHkHDHPg3zGQA { width:18.5625rem;height:12.1875rem;top:5.3117179870606rem;left:0.71875rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #lVsRmbEXuLND11NVoAlZeqvhE1NTBR8E { width:18.5625rem;height:27.1875rem;top:35.424987792969rem;left:0.71875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #nhk8TbFuTw6dw0TeBDOAAXiH8E27f4DD { width:12.125rem;height:2.4rem;top:14.317187786102rem;left:3.9374998807907rem;font-size:1rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #VTrf46aJNzKiA4Now4SkrhC6A34x7fus { width:8.125rem;height:8.125rem;top:1.25rem;left:5.9374998807907rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #LguAi8gk1HRhkVDUNMkfHu2S64sIFzqn { width:10rem;height:1.38125rem;top:9.999218940735rem;left:4.9999998807907rem;font-size:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #C78MOGEUsUQIWJIz15ZCGs4IgRn5uHN7 { width:18.5625rem;height:1.6875rem;top:12.004687309265rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd3LJqdUc3P6Xzl30hM29toyHRgads67 { width:18.5625rem;height:1.6875rem;top:42.065612792969rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJDf8yr0FbBRCJZ3en36F0ZdwzZS8vs9 { width:18.625rem;height:1.6875rem;top:74.678894042969rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol8O34NNzDTrorBWcTPfwhtOGnWdK6Cl { width:18.5625rem;height:1.21875rem;top:74.912506103512rem;left:0.71875rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #i4TXL2wzWCTGegpmwFIOERtw5TI2l9Hu { width:13.125rem;height:1.21875rem;top:42.299224853516rem;left:3.4374998807907rem;font-size:0.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #E628NEU2THwooW4nfvzDw6VebK2XgZu9 { width:10rem;height:1.21875rem;top:12.238280773163rem;left:4.9999998807907rem;font-size:0.9375rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #hNnF7vDJzTIqZ25msFOgpTM50eCNftxK { width:17.5rem;height:8.5875rem;top:83.25rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#hNnF7vDJzTIqZ25msFOgpTM50eCNftxK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #DFt7EAqwy9nlEu5Zo25LTeS3ncbxa4fL { width:6.25rem;height:0.125rem;top:48.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8fa0rBKimr6LscEWbePZH0iieRT1TGu { width:6.25rem;height:0.125rem;top:80.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pThInAbAWMD8VDQbUWphmr37kNb6T71l { width:6.25rem;height:0.125rem;top:17.5rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk8pwiQ4BHtU3aMOr1fZG3gZFd4XeoG6 { width:14.1875rem;height:1.21875rem;top:49.625rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #Dd6FJ0aBWcCmcdJawC96WpOdqfLPDGUr { width:14.1875rem;height:1.21875rem;top:18.4375rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #eyOJrTky4SHGr8MQ66ZnKiIpQWXHtKzG { width:14.1875rem;height:1.21875rem;top:81.125rem;left:2.9375rem;font-size:0.9375rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T { width:17.5rem;height:9.725rem;top:51.8125rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#GvFSB3avQcGaGS1xpvH5JcBDom1ZNa4T li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE { width:17.5rem;height:8.5875rem;top:20.625rem;left:1.25rem;font-size:0.875rem;line-height:1.3;display:block; }#Knw8sbBRpuOcfEKWFMvoBeuOgCxmIARE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/df253228-ad7c-4e61-939b-d217a1204541/elementylp_4konfaPP1.crop_668x499_632,289.preview.jpg); }
 }@media only screen and (max-width: 763px) { #w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM { background-color:#0f2c67;background-image:none;display:none; }#w6VmpKJKS3FzluK5Spuu5LfTAhpm9dzM > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iWWyna1zDCuampCroMRS9QbFS6v0bRAt { width:9.25rem;height:5.125rem;top:5.4375rem;left:0rem;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.1875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W { top:12.25rem;left:-3.5000001192093rem;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:;background-image:none;box-shadow: none;display:block;width:26.5rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:none; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #rlKaCKyrpkaDDLXKzVpF3mwMSJQgPErG { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wsT5NSsWzfQesioDsvl99iQxKrT7WnAJ {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #lV37L8PhJF5dV91KlAdgbS67VwnLwbgZ {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G32FGN0PqDTqeK6O9eEHrRqWttW88VaI { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #xdLGigDoPnBJq8WmqUTdtIOK7zwTQ8da {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZPAtK4clvQZAwT5CL2b62Jaw8BFrTxUT {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #ZrUMU2pOciMeTEde1FrtTFgTCqN2VwkL { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #JabOUTyKGcq2HA3cU9pCWJ83T6D3TxdR {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #wSp76bQnFZIkTcSVol2AaoJbccxo1WUm {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #G8M2Ty7WnJvl2Et00R2ZaCzHwizLSCyi { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DuW8TwBTHS7dwqwDJ8w60KgTdJnTlWfi {  }
 }@media only screen and (max-width: 763px) { #X81dW2fTx9SQl6Ad6ohSnAHw7XmA3N4W #DoQNONMAOvXg4UCVg1UKqOKatI2RXIfz {  }
 }@media only screen and (max-width: 763px) { #AbvCsTW7R8qb0gTb5TC9VQOhorPMLcPT { width:17.0625rem;height:0;top:9.03750038147rem;left:1.4687501192093rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #t6XuurwXV9t2nnWmkeczUe6l8NsJWNLh { width:19rem;height:4rem;top:1.74609375rem;left:0.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkJloaxUzGC2iyGs9ugD1H7yUstJBUUe { display:block; }
 }@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:9.5rem;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) { #fA8rDHHx4vDv3VsVIeARUcLqdmqUdEdV { top:3.9359626770019rem;left:18.355263515522rem;width:1.5rem;height:2.125rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #BAiBB23w1qTqUEVfvbpziJg4qekRV90y { width:20rem;height:2.25rem;top:7.125rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }