.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container { background-color: transparent; background-image: none; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container > .video-iframe-container { display: none; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row > .video-iframe-container { display: none; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .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); }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container { border-width: 0; border-radius: 0; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row > .video-iframe-container {  }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#sGlDEH5ahiC5kHagkhaT3y7KEdVaV0qN { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.8125rem;width:9.875rem;top:0rem;left:0.75rem;overflow:hidden;display:block; }
#wlAXKI05eXm8calCABSJgiZIBNma6dpv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/MMW4TNyY/header.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv.adaptive-delivery-prevent-bg, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyload, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyloading { background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { background-color: transparent; background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .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); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { border-width: 0; border-radius: 0; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container {  }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { font-size:0.875rem;font-family:arial;height:40.0625rem;width:75rem;position:relative;display:block; }#GSlo71lxybbKPxN1xMCFDXTixtTdWbKn { color:#ffffff;display:block;width:47.8125rem;position:absolute;font-family:"titillium web";font-size:1.875rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:5.75rem;left:1.3125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LvkbInwqknR3ccWWQ413czwekHt3sFlU { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:"titillium web";font-size:2rem;font-weight:700;z-index:100002;line-height:1.2;letter-spacing:0;top:14.25rem;left:1.3125rem;height:14.3965rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RxaAzUGZsTeWPimRKQcCqKdblcyoOoFn { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { position:relative;display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { background-color: transparent; background-image: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row > .video-iframe-container { display: none; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .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); }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { border-width: 0; border-radius: 0; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container > .video-iframe-container {  }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:49.875rem;width:75rem;position:relative;display:block; }#H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { position:absolute;display:block;z-index:100001;background-color:transparent;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;height:3.625rem;width:13.6875rem;top:35.21875rem;left:4.59375rem;display:block; }
#owABCOk4zpyRXogUluBDCMs9SJagEX0p { position:absolute;display:block;z-index:100002;height:38.9375rem;width:75rem;top:3.1875rem;left:0rem;display:block; }
#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { background-color: transparent; background-image: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container > .video-iframe-container { display: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row > .video-iframe-container { display: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .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); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { border-width: 0; border-radius: 0; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row > .video-iframe-container {  }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#DhPwaZkkR3pbSo0ULk8r2xxTdHQILSqP { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2rem;left:23.625rem;height:3.25rem;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; }
#Hr46gbHRV5ZenNnslc9ZX50k7dFzoQNf { position:absolute;display:block;z-index:100009;background-color:#568b2a;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;height:0.125rem;width:16.875rem;top:5.5625rem;left:29.0625rem;display:block; }
#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container { background-color: transparent; background-image: none; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container > .video-iframe-container { display: none; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row > .video-iframe-container { display: none; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .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); }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container { border-width: 0; border-radius: 0; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row > .video-iframe-container {  }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#Vdn9rlzQz23OczcHQbF8G5239BuMI5e4 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.125rem;left:10.5rem;height:3.824225rem;display:block; }
#VETi5Q6JcI77oUb25wxA9y5CQOFyGZfV { position:absolute;display:block;z-index:99998;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.4375rem;left:8.625rem;display:block; }
#vXG5eOxhqp67UGcv09WB3wgaiorIks0O { position:absolute;display:block;z-index:100011;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:6.7502155303956rem;left:8.6241340637206rem;display:block; }
#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container { background-color: transparent; background-image: none; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container > .video-iframe-container { display: none; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row > .video-iframe-container { display: none; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .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); }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container { border-width: 0; border-radius: 0; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row > .video-iframe-container {  }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container { font-size:0.875rem;font-family:arial;height:10.6875rem;width:75rem;position:relative;display:block; }#TI4kai9zCyabW505d2hhgTKg1tIohfTx { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#wI61k6HaNB13ooUkEOG044KBkrLn0Jd5 { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k { color:#000000;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:5.875rem;left:11.40625rem;height:;display:block; }#wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k li:before{  }
#qtZyRVk8ZVAA3XzHkHnFHXUoIPaXCedH { position:absolute;display:block;z-index:100010;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:10.500217437744rem;left:8.6631965637206rem;display:block; }
#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container { background-color: transparent; background-image: none; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container > .video-iframe-container { display: none; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row > .video-iframe-container { display: none; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .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); }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container { border-width: 0; border-radius: 0; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row > .video-iframe-container {  }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#M4gPrOpWHUei42LpnU8z5v9DeffmEJce { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#py5GUiHnCxFt4cH3WBXaGtx0aSZh0OLd { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#w8A2B9U3IK6MGOUTwFt8yLvDneKxfqic { position:absolute;display:block;z-index:100012;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:5.9971809387207rem;left:8.655601501465rem;display:block; }
#uPvrXqe29s2qluPLCZWa123HERIZ6z0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container { background-color: transparent; background-image: none; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container > .video-iframe-container { display: none; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row > .video-iframe-container { display: none; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .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); }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container { border-width: 0; border-radius: 0; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row > .video-iframe-container {  }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#kQdmy1R6GHRlJQS8vWXkkzeQbcQchwKf { color:#000000;display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#Oq6HV7orbSg0epTaV6tXEDbJdVo4fMCs { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 { color:#000000;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:6.09375rem;left:11.28125rem;height:;display:block; }#yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 li:before{  }
#w3fKUVGRk57f4on9l9al4idMQy1xvvT9 { position:absolute;display:block;z-index:100013;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:10.812717437744rem;left:8.655601501465rem;display:block; }
#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container { background-color: transparent; background-image: none; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container > .video-iframe-container { display: none; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row > .video-iframe-container { display: none; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .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); }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container { border-width: 0; border-radius: 0; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row > .video-iframe-container {  }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#xuH9DmkWbfJJAWCK8bE5rOTMU6rELLb4 { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#lR3shSZ4bKhOO4RDLB3APDQusnImPaHS { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#CQ9w7mdlR1JI2Tw1xbSDyHTxUon8ITKF { position:absolute;display:block;z-index:100016;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:5.9971790313721rem;left:8.655601501465rem;display:block; }
#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container { background-color: transparent; background-image: none; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container > .video-iframe-container { display: none; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row > .video-iframe-container { display: none; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .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); }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container { border-width: 0; border-radius: 0; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row > .video-iframe-container {  }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#NgV0WPPNRD9HDF4dNb9r4OUkuD1HScrZ { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#XOAuLKiSfd7nBBq41iU1C85s0aRG6Bt2 { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#qO5asqdaetqOQVDRyUP3HIzmG9uNyLcq { position:absolute;display:block;z-index:100014;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:10.25rem;left:8.6552734375rem;display:block; }
#qyRmUITpi1k45aqwf0zesqLTvDMmvdBc { color:#000000;display:block;width:59.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:6.3437423706056rem;left:10.46875rem;height:;display:block; }#qyRmUITpi1k45aqwf0zesqLTvDMmvdBc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qyRmUITpi1k45aqwf0zesqLTvDMmvdBc li:before{  }
#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container { background-color: transparent; background-image: none; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container > .video-iframe-container { display: none; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row > .video-iframe-container { display: none; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .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); }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container { border-width: 0; border-radius: 0; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row > .video-iframe-container {  }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#RqNScNu1Lr78lEKKAIIINb0CDLBatQ4x { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#DNsrwx4VmDMOvUdAcReVB78LfVI5ZxBM { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#q3COKGGmBOwNTL3ltJHfQWanT7RKwxhQ { position:absolute;display:block;z-index:100015;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:5.9982662200928rem;left:8.655601501465rem;display:block; }
#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container { background-color: transparent; background-image: none; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container > .video-iframe-container { display: none; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row > .video-iframe-container { display: none; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .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); }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container { border-width: 0; border-radius: 0; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row > .video-iframe-container {  }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#d6C0tBHqVAJGI5ZkfpTJ7nIm4tsJIA3s { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#rTuNGz33FOBvKiz46UXhEGMWLkf82BXa { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#TssppyZRvdT8VODGINZOkHoQNmpUwclf { color:#000000;display:block;width:61.6875rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:100001;line-height:1.2;letter-spacing:0;top:6rem;left:11.40625rem;height:;display:block; }#TssppyZRvdT8VODGINZOkHoQNmpUwclf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TssppyZRvdT8VODGINZOkHoQNmpUwclf li:before{  }
#BJqIkEOMUsvgO2NLmMz0gI9IbfrRbRNX { position:absolute;display:block;z-index:100017;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:10.500217437744rem;left:8.655601501465rem;display:block; }
#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container { background-color: transparent; background-image: none; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container > .video-iframe-container { display: none; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row > .video-iframe-container { display: none; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .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); }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container { border-width: 0; border-radius: 0; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row > .video-iframe-container {  }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#NWQLrCi2Lm9IZuWy8cWlTKbaI8bu7ODM { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#OUpTqisbJWK2XWDaC4LQaDb9J4AE9k1W { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#t9FKoRiBF7M7vD7q5udJGfTnAh557686 { position:absolute;display:block;z-index:100018;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:5.9971809387207rem;left:8.655601501465rem;display:block; }
#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container { background-color: transparent; background-image: none; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container > .video-iframe-container { display: none; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row > .video-iframe-container { display: none; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .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); }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container { border-width: 0; border-radius: 0; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row > .video-iframe-container {  }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;position:relative;display:block; }#XPkbo3tLbIekwdHfdo69nkuSpEyLi7Ls { color:#000000;display:block;width:63.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#qeRoktc2SQW8kLwfN15fJbHppGVGIaqC { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#pueJoKoWsCz3rtCIyLHpxSDCfTIHXO1u { position:absolute;display:block;z-index:100019;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:7.3125rem;left:8.6552734375rem;display:block; }
#Utep187skcRrKaQ2AwltqOdtHxMErcz0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container { background-color: transparent; background-image: none; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container > .video-iframe-container { display: none; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row > .video-iframe-container { display: none; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .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); }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container { border-width: 0; border-radius: 0; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row > .video-iframe-container {  }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#yWSFNDxvIpp4e5IWQipd7usdiavfUeUy { color:#000000;display:block;width:38.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:100000;line-height:1.8;letter-spacing:0;top:1.625rem;left:10.46875rem;height:3.824225rem;display:block; }
#mSMDo8QQwFhdFTXgqICnagwVUmcdEGCb { position:absolute;display:block;z-index:100002;background-color:#54a027;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:3.125rem;width:0.625rem;top:1.9375rem;left:8.65625rem;display:block; }
#STxReUeTS5lCf21hSdCy2KbCsnEVGphA { position:absolute;display:block;z-index:100021;background-color:#568b2a;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;height:0.124783125rem;width:62.5rem;top:5.9971771240234rem;left:8.655601501465rem;display:block; }
#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4faed;background-image:none;position:relative;display:block; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container { background-color: transparent; background-image: none; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container > .video-iframe-container { display: none; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row > .video-iframe-container { display: none; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .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); }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container { border-width: 0; border-radius: 0; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row > .video-iframe-container {  }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container { font-size:0.875rem;font-family:arial;height:2.1875rem;width:75rem;position:relative;display:block; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.adaptive-delivery-prevent-bg, #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.lazyload, #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.lazyloading { background-image: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { background-color: transparent; background-image: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container > .video-iframe-container { display: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row > .video-iframe-container { display: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .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); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { border-width: 0; border-radius: 0; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row > .video-iframe-container {  }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#yuM1w52bGmGBVUNmE4alrJnBt8MFIA9L { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.59375rem;height:3.25rem;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; }
#miKmNVd139hiHToNGRSnscJlckzPKgbe { position:absolute;display:block;z-index:100030;height:11.25rem;width:20rem;top:2.25rem;left:1rem;display:block; }
#pNtOwLOHNzyqdT6N5nLb2HbwGQCn2eri { position:absolute;display:block;z-index:100012;background-color:#f2850f;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;height:0.125rem;width:18.75rem;top:5.125rem;left:28.125rem;display:block; }
#SPKU69ClFhdPTpS0Z2omkxfKnPQhX4tE { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:8.125rem;top:9.25rem;left:33.4375rem;overflow:hidden;display:block; }
#mJ10lX8N2D935cG2oJ7WLcpVGOzhLT81 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:20.0625rem;left:31.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#IPibl47TgPDNhTPiTrc3zbC8ZsXgpi7K { position:absolute;display:block;z-index:100003;height:2.875rem;width:10.3125rem;top:22.1875rem;left:32.4375rem;display:block; }
#ENBvdxU3sEPSkrSIah2GF0RSm0SuLquf { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:8.125rem;width:8.125rem;top:9.125rem;left:33.3125rem;display:block; }
#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.adaptive-delivery-prevent-bg, #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.lazyload, #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.lazyloading { background-image: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { background-color: transparent; background-image: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container > .video-iframe-container { display: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row > .video-iframe-container { display: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .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); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { border-width: 0; border-radius: 0; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row > .video-iframe-container {  }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:75rem;position:relative;display:block; }#hQsynnIqFfLWH78O8VvbE4cOeQPLweJh { position:absolute;display:block;z-index:100000;height:2.875rem;width:10.3125rem;top:15.875rem;left:11.75rem;display:block; }
#KLqnq57E25J3ximvStXS2JlqN1FcVmom { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.4375rem;left:10.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#N6SsVOyL3KRIZ4DntTKAQGKlDgvFqi8Q { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.5rem;left:12.1875rem;overflow:hidden;display:block; }
#uuA3XMNE7JgBiGC7iZcxViv9T6ZN11id { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.625rem;left:32.8125rem;overflow:hidden;display:block; }
#did0nTvhtMn3fCDyMWWobPSU7Cu1hVfG { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:13.8125rem;left:31.5rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sp8IrIRrAJalaOeDbqATiqlJVF3bcqy8 { position:absolute;display:block;z-index:100003;height:2.875rem;width:10.3125rem;top:15.9375rem;left:32.375rem;display:block; }
#anaVDkkVLezr0MZhQH7bTKy6W2QHE8iT { position:absolute;display:block;z-index:99997;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.625rem;left:32.8125rem;display:block; }
#N234qSX4U2cATfzlfAGgx7BM4Bg4mlAT { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.5rem;left:12.1875rem;display:block; }
#yyC4rB7IuTV5SBSUCVq4iTMQ2wMCXaCQ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.5rem;left:54.3125rem;overflow:hidden;display:block; }
#attWxz0AOXuCrHTF5dOxIo68XIIi2Q4R { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:14rem;left:53rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#b1au1pFDc1PrcGu4p0VnOznuDPasfPQp { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.375rem;left:54.3125rem;display:block; }
#vQgXmxcbsgusFTnuxZBc8Kwlt7bxpD8q { position:absolute;display:block;z-index:100007;height:2.875rem;width:10.3125rem;top:15.9375rem;left:53.875rem;display:block; }
#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.adaptive-delivery-prevent-bg, #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.lazyload, #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.lazyloading { background-image: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { background-color: transparent; background-image: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container > .video-iframe-container { display: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row > .video-iframe-container { display: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .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); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { border-width: 0; border-radius: 0; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row > .video-iframe-container {  }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#MzT635ddL0M3BTgvob0XxJxFr7TQ6Ozz { position:absolute;display:block;z-index:100000;height:2.875rem;width:10.3125rem;top:15.9375rem;left:32.8125rem;display:block; }
#BuoNGLxoUtN0utBFtkPpDq8n8Daernn7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.5rem;left:31.625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#w1F2u0MatCw2u6cBVORZQJAxEDuwiVSc { position:absolute;display:block;z-index:99995;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.5625rem;left:33.25rem;overflow:hidden;display:block; }
#qoSlzR5GaklxDDKdecihTmeP1glLCFfO { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.5625rem;left:33.25rem;display:block; }
#LqmsGCW19ehhcPqhhVugTzLmbM88xXB9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.5625rem;left:54.75rem;overflow:hidden;display:block; }
#q7zcvXPN5p7nNMbJoHa7wpD1AO8cKaFT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:14.0625rem;left:53.4375rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#yyWnStz3uvwRUavftUR3fNKXA4NygEsU { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.5625rem;left:54.8125rem;display:block; }
#qTTMI1zUqHp8WZ0kcDgX17OSIFIy2fmW { position:absolute;display:block;z-index:100007;height:2.875rem;width:10.3125rem;top:16rem;left:54.3125rem;display:block; }
#nPZ1qkCI9N9mr4phGNxWafH0duRa8NiJ { position:absolute;display:block;z-index:99993;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.5625rem;left:11.5rem;overflow:hidden;display:block; }
#neQxyccpureecbazeJ8qnBTc5tDsAD02 { position:absolute;display:block;z-index:99994;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.5625rem;left:11.5rem;display:block; }
#MH5SNogfIHBDTBgE3JsLlStbAblRx87d { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.5rem;left:9.90625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#wtCAR9euEUBz97EHAGFE58itwvNMoEJv { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:15.9375rem;left:11rem;display:block; }
#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.adaptive-delivery-prevent-bg, #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.lazyload, #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.lazyloading { background-image: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { background-color: transparent; background-image: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container > .video-iframe-container { display: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row > .video-iframe-container { display: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .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); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { border-width: 0; border-radius: 0; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row > .video-iframe-container {  }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { font-size:0.875rem;font-family:arial;height:22rem;width:75rem;position:relative;display:block; }#dVgbTrewiU3JA4MmeE3f4D1XXZo5Zwp3 { position:absolute;display:block;z-index:100000;height:2.875rem;width:10.3125rem;top:17.9375rem;left:11rem;display:block; }
#Wc74bzfa429TDBLqDNOuIFhWqq2Jd2Z7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.5rem;left:9.8125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#c4FBRvpbxsDIoeBNy2suW7tFDzRWdQHc { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:4.1875rem;left:11.4375rem;overflow:hidden;display:block; }
#nAsw4zFmZH2ukWhiS2VqTbyn5hgogsP5 { position:absolute;display:block;z-index:99996;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:4.25rem;left:55.0625rem;overflow:hidden;display:block; }
#iEEc8TR8WNtdaHGum5spI1KrLhbW4E9i { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:15.5625rem;left:53.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#g3XiGbPEfZLvoPSxFzeJPzriyAVdnVF9 { position:absolute;display:block;z-index:100000;height:2.875rem;width:10.3125rem;top:18rem;left:54.625rem;display:block; }
#PGHyHeBul3wLsKXnetv6SqMRL0zUh83n { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:4.1875rem;left:11.5rem;display:block; }
#fWqDJb1GehqH7moWkgC047RXbLNGbfTE { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:4.1875rem;left:55.0625rem;display:block; }
#TsLL4kqMxF526QUUCH1KNPDRAQ6Odnlg { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:4.25rem;left:33.875rem;overflow:hidden;display:block; }
#Nz0oEpeML86tFTZdCWKSyakCoylnhWTX { position:absolute;display:block;z-index:100009;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:4.25rem;left:33.875rem;display:block; }
#qd3zdG18tR9L81miiWDbTXW4e8LWhGSB { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100019;line-height:1.3;letter-spacing:0;top:15.5rem;left:32.28125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#vvk97MTV47feH02Vf1MRBUwnvpJkZBsA { position:absolute;display:block;z-index:100015;height:2.875rem;width:10.3125rem;top:17.9375rem;left:33.375rem;display:block; }
#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.adaptive-delivery-prevent-bg, #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.lazyload, #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.lazyloading { background-image: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { background-color: transparent; background-image: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container > .video-iframe-container { display: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row > .video-iframe-container { display: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .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); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { border-width: 0; border-radius: 0; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row > .video-iframe-container {  }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#PS3FoaV1WZq6dfH9btPAUQqMl7WTXauZ { position:absolute;display:block;z-index:100000;height:2.875rem;width:10.3125rem;top:16.375rem;left:55.3125rem;display:block; }
#QtsHa6r5U6sbpq0k6lAFN8AoztambzZp { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#J2JJ9A8h8nKW9BuHTgEs2LIny8Ct0KT9 { position:absolute;display:block;z-index:99997;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.625rem;left:55.75rem;overflow:hidden;display:block; }
#RbnxntWvct6kHDMDINmsv84hW3SOTgIC { position:absolute;display:block;z-index:99998;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.6875rem;left:55.8125rem;display:block; }
#WB4RTTq7vE4NvFFTRAVidO3pa0pKAZlG { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.3125rem;width:9.3125rem;top:2.625rem;left:34.3125rem;overflow:hidden;display:block; }
#TIXHTSTVxH11iOFzzGtPhb96WoEk2ZTN { position:absolute;display:block;z-index:100005;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.59375rem;left:34.3125rem;display:block; }
#FoWp9ysyCQQV1TTZ7R6fSgJ7dWynrPoX { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:14.125rem;left:33rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#JgD0AAvi1Q9b4nN6llD13wbRHm4I42bF { position:absolute;display:block;z-index:100011;height:2.875rem;width:10.3125rem;top:16.375rem;left:33.8125rem;display:block; }
#yKeJoJXNJPuTaCQKOXWTS9Sqmczp8Ure { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.375rem;top:2.625rem;left:11.5rem;overflow:hidden;display:block; }
#H709537fvApa5MVff3uCKQeB3wF2G0pi { position:absolute;display:block;z-index:100002;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.6875rem;left:11.59375rem;display:block; }
#EtDX2NO5wHdEsy1T5puWvTkb8OyNCiJI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:9.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#NQgw2vuZzpw6zvtO7z8EgLi175mvxPGB { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:16.375rem;left:11.0625rem;display:block; }
#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.adaptive-delivery-prevent-bg, #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.lazyload, #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.lazyloading { background-image: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { background-color: transparent; background-image: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container > .video-iframe-container { display: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row > .video-iframe-container { display: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .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); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { border-width: 0; border-radius: 0; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row > .video-iframe-container {  }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:75rem;position:relative;display:block; }#aNEQDxOgtTEVDkrJskszPVnkTBViS2Ti { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:2.625rem;left:11.3125rem;overflow:hidden;display:block; }
#dHE9CS7zPSqbte1NKO9uJmmsPAR7RTv4 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.65625rem;left:11.34375rem;display:block; }
#T9i7CanPlZX0Qn6AcXw4uWDZVVkioz9N { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:13.9375rem;left:9.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#LnV8ORUbCebaJSa4yyRu51esIxUvJimO { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:16.375rem;left:10.875rem;display:block; }
#pPiyLTsNf07fs4MKKvnJXtGF9BK6QiHH { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:2.625rem;left:34.5rem;overflow:hidden;display:block; }
#BmTaAbWsUtqXV4g3BJeAX1xE4n3DWDuV { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.65625rem;left:34.53125rem;display:block; }
#TODrCfHD49CqPBKLwTDrLulhBhXzWvya { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:13.9375rem;left:32.875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#fksEkkWIbOc9VNxxmkdgeWS5VbQeHnJn { position:absolute;display:block;z-index:100008;height:2.875rem;width:10.3125rem;top:16.375rem;left:34.0625rem;display:block; }
#EUGvO3Cdd9STzzsZOR63aBhI4KCZygT6 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:2.625rem;left:56.3125rem;overflow:hidden;display:block; }
#LoKSK1iCmid4TNi3SPb72bvivFn01UFo { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:2.65625rem;left:56.34375rem;display:block; }
#okRy2a4TxHWk295I4mNWpk4LDcfLFrrC { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:13.9375rem;left:54.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Brdpi6Q3v2ZD4qxfPKBLq4BVUoXIhEtn { position:absolute;display:block;z-index:100012;height:2.875rem;width:10.3125rem;top:16.375rem;left:55.875rem;display:block; }
#Wu9O2zVIH5faD9s21338neMMco1D4Z6d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d.adaptive-delivery-prevent-bg, #Wu9O2zVIH5faD9s21338neMMco1D4Z6d.lazyload, #Wu9O2zVIH5faD9s21338neMMco1D4Z6d.lazyloading { background-image: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { background-color: transparent; background-image: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container > .video-iframe-container { display: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row > .video-iframe-container { display: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .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); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { border-width: 0; border-radius: 0; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row > .video-iframe-container {  }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#nQgWvx1Jnobs5yeyGk7vrGin90kgzAVC { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:11.1875rem;overflow:hidden;display:block; }
#KtQREnxrU80LEBkNmSnX0UMdf1GaZy92 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.1875rem;left:11.25rem;display:block; }
#hx2eXiwdtZCHblHVgrCROUtaIiQ1c7yF { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#G3Fqud0w1NWa3ouslLeAoKbZL4QusKZs { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:16.875rem;left:10.75rem;display:block; }
#Gm9CHAsUArwuuLbxiRMuNJapHVAdycuZ { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:34.375rem;overflow:hidden;display:block; }
#UT1OBFF7mnsFUr5pTgOpPT0bKtugLivx { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.1875rem;left:34.4375rem;display:block; }
#aqHwi0RZz00ZtH2cTza6xEQLOEsQMXKI { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#zSrcefxMzKOJGoM5sWZrkNG7fkvQSwGc { position:absolute;display:block;z-index:100008;height:2.875rem;width:10.3125rem;top:16.875rem;left:33.9375rem;display:block; }
#nVTq0TZSBJveXPouroQINqZoL96IorcW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:56.1875rem;overflow:hidden;display:block; }
#dSW9OzEqpgZp5O8RWCzsBbdablB0uqfx { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:56.21875rem;display:block; }
#K6eIlFhKh3r3ail25sacu7lbG3clMRKL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:54.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#XICAMmy0XpDr3kJIDqSyI9BAP8T3xy4y { position:absolute;display:block;z-index:100012;height:2.875rem;width:10.3125rem;top:16.875rem;left:55.75rem;display:block; }
#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.adaptive-delivery-prevent-bg, #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.lazyload, #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.lazyloading { background-image: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { background-color: transparent; background-image: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container > .video-iframe-container { display: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row > .video-iframe-container { display: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .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); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { border-width: 0; border-radius: 0; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row > .video-iframe-container {  }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#ZC9BfpqmneTbrzkrUkdkUQGSaWk9NlxO { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:11.1875rem;overflow:hidden;display:block; }
#QEACqB6WrTgHeMCuSA29WHtLNllARyvL { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:11.21875rem;display:block; }
#T7HnxfOAoVdK35fdi7NVilWNgxx2HV34 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#Qkv5zEAT1TZ3N05LMVxK68TUTebGxxuP { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:16.875rem;left:10.75rem;display:block; }
#dVIl7SmrZg5CqyKRm7ys5KutJvD7Sv8O { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:34.375rem;overflow:hidden;display:block; }
#ws8aXLLZMnAz9VZUfTcik1e8fn9Gz4PK { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:34.40625rem;display:block; }
#DnKe2NrWIp5WhNNbNEK1aHXKcJ6dp6Kt { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#wUvRQiy8pxSGN35hKQpRl3rb8RuKsfob { position:absolute;display:block;z-index:100008;height:2.875rem;width:10.3125rem;top:16.875rem;left:33.9375rem;display:block; }
#oTNkwWheuEIdbTJxlcJDxUvrk3mqsG6L { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:56.1875rem;overflow:hidden;display:block; }
#HxeZMVEzWupTulZTHX7cdaSCJ703ZA8b { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:56.21875rem;display:block; }
#vJHzfTNb52bFWBgTV8roXV1FHPt777uJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:54.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#PS8WXiSWgs8O6IdGvlgcVTAA2xiGfJOA { position:absolute;display:block;z-index:100012;height:2.875rem;width:10.3125rem;top:16.875rem;left:55.75rem;display:block; }
#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.adaptive-delivery-prevent-bg, #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.lazyload, #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.lazyloading { background-image: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { background-color: transparent; background-image: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container > .video-iframe-container { display: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row > .video-iframe-container { display: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .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); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { border-width: 0; border-radius: 0; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row > .video-iframe-container {  }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#TLMg7TovhP16NdzTzyW4lcRQ7A7IH7cX { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:11.1875rem;overflow:hidden;display:block; }
#aWai9dT1LAhaddAQJ6wUkez8ZgVrSVuA { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:11.21875rem;display:block; }
#ZeN95RLnTEGZwQVyWP3nb8TutLIoOK5l { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#sOk6BiAxDw577XDMOd5C4RH56A4V0UHZ { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:19.0625rem;left:10.71875rem;display:block; }
#gyeuQrz6Bam7DE5dKnr0zJoTAIxT2Utf { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:34.375rem;overflow:hidden;display:block; }
#Tgc6pwnPdi97Jc1X5Pb77VTVF2TQkGIo { position:absolute;display:block;z-index:100004;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:34.40625rem;display:block; }
#TKcpkzqRiOeAi5P2iMlZNUfpvx48DPk1 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:14.4375rem;left:32.75rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#TWsK9H966o0rofTlb7duWaqy6rlCBicf { position:absolute;display:block;z-index:100008;height:2.875rem;width:10.3125rem;top:19.0625rem;left:33.90625rem;display:block; }
#P3Bb9UsC5UDcmkpfH71c69QZIeT6B2qE { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:56.1875rem;overflow:hidden;display:block; }
#eNf2zcyCohMCOHod4GTPv8LN51pPEiI8 { position:absolute;display:block;z-index:100008;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:56.21875rem;display:block; }
#FZaDw0vtlPVmIh85XzL8d0A3CdmTG9Re { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:14.4375rem;left:54.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#kAOT12oFupEHy0Gg3tpT4W6Dbk7UFizs { position:absolute;display:block;z-index:100012;height:2.875rem;width:10.3125rem;top:19.0625rem;left:55.71875rem;display:block; }
#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.adaptive-delivery-prevent-bg, #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.lazyload, #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.lazyloading { background-image: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { background-color: transparent; background-image: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container > .video-iframe-container { display: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row > .video-iframe-container { display: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .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); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { border-width: 0; border-radius: 0; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row > .video-iframe-container {  }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#D1A8lCNgZuW4Rwf4ZsleASc9aQNeRfnB { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;height:9.375rem;width:9.375rem;top:3.125rem;left:11.1875rem;overflow:hidden;display:block; }
#RhMOG1iokI3CW6QTrfFRR7D6ARpFSZJ1 { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(225,225,225,0.43);border-left:0.125rem solid rgba(225,225,225,0.43);border-right:0.125rem solid rgba(225,225,225,0.43);border-bottom:0.125rem solid rgba(225,225,225,0.43);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:9.0625rem;width:9.0625rem;top:3.15625rem;left:11.21875rem;display:block; }
#NvT0DpHHy8JkqAJuckMDlIWSi6Ey12qk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:14.4375rem;left:9.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#E3KHMlwNkT0evrv8fSvULfCTxxZWZmMd { position:absolute;display:block;z-index:100004;height:2.875rem;width:10.3125rem;top:19.125rem;left:10.71875rem;display:block; }
#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U { position:relative;display:block; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U { background-color: transparent; background-image: none; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container > .video-iframe-container { display: none; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row > .video-iframe-container { display: none; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .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); }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U { border-width: 0; border-radius: 0; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container > .video-iframe-container {  }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.6875rem;width:75rem;position:relative;display:block; }#QV333k32NvZbpZlDLkAQQy2CTts5VlqU { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.625rem;left:23.59375rem;height:3.25rem;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; }
#IDvDZEDEgIuUeQM7htVoHMXoIzBo7A8L { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:7.5625rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#RT0J589lrUitSVLLbmSu1XFgiLtbX51N { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.5625rem;width:8.6875rem;top:10.5rem;left:61.0625rem;overflow:hidden;display:block; }
#by5gmPiVpUqnE15xT10TWhgXRdGiJACI { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.5rem;top:11.65625rem;left:27.34375rem;overflow:hidden;display:block; }
#dUiPgRsnQUXyzAb39Ey78zheBGW45ZRS { position:absolute;display:block;z-index:100000;background-color:#efefef;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:2rem;width:70.0625rem;top:7.1875rem;left:2.46875rem;display:block; }
#cTC3Q5I88u6GnBoP2ZRrC2MPdL7r6n1a { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:9.1875rem;top:11.6875rem;left:47.09375rem;overflow:hidden;display:block; }
#V5Vhip1oycsJIeE0IxSL8flOaI8BrWZW { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:16.4375rem;top:12.0625rem;left:4.1435546875rem;overflow:hidden;display:block; }
#Il17eTBSuI4pRknQQMDSifMdVvfytbOM { position:absolute;display:block;z-index:100012;background-color:#568b2a;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;height:0.124783125rem;width:18.75rem;top:6.0045576095581rem;left:28.125003814698rem;display:block; }
#NN4wrsCW986EkaapR3cUlfbwKgVxp5in { position:relative;display:block; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in { background-color: transparent; background-image: none; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container > .video-iframe-container { display: none; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row > .video-iframe-container { display: none; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .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); }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in { border-width: 0; border-radius: 0; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container > .video-iframe-container {  }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.1875rem;width:75rem;position:relative;display:block; }#RG7FqJbrhSTrCcwlBNyv7kgJBbPzcCUO { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#U6TEtpNZBTTCVyMDwPBvwZbayRvic4Ns { position:absolute;display:block;z-index:100002;background-color:#efefef;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:2rem;width:70.0625rem;top:0.875rem;left:2.5rem;display:block; }
#dc6rWHnJNauOFGcBFQ4MlkWT1VO96T73 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.125rem;width:11.8125rem;top:5.5000004768372rem;left:31.593751907349rem;overflow:hidden;display:block; }
#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG { position:relative;display:block; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG { background-color: transparent; background-image: none; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container > .video-iframe-container { display: none; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row > .video-iframe-container { display: none; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .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); }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG { border-width: 0; border-radius: 0; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container > .video-iframe-container {  }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#yJWHXqEEFsp6T31LRTJrad9vlrRQ9X2a { color:#000000;display:block;width:27.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.25rem;left:23.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LrhWJ0TiKqNmss8HLzC4XJMz0vhQN1ao { position:absolute;display:block;z-index:100002;background-color:#efefef;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:2rem;width:70.0625rem;top:0.875rem;left:2.5rem;display:block; }
#kkyGWZTWIpoqoJmB5BDNLD2u7AHalWUw { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:9.1875rem;top:7rem;left:31.875rem;overflow:hidden;display:block; }
#LDTEm44fvAcCqrVrGQdQF4KH07OKMD2J { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.4375rem;width:16.4375rem;top:7.375rem;left:7.8125rem;overflow:hidden;display:block; }
#W5AwDqXrLDtyAX0xHtuVMN2zqfcEN3zb { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.625rem;top:7.375rem;left:48.6875rem;overflow:hidden;display:block; }
#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 { position:relative;display:block; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 { background-color: transparent; background-image: none; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container > .video-iframe-container { display: none; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row > .video-iframe-container { display: none; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .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); }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 { border-width: 0; border-radius: 0; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container > .video-iframe-container {  }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#ZCVze8D8aWySTTnViMuv2kyZ60i26w2M { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:0.625rem;left:31.25rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#LRSoTDRLKO2g6bqiSV1tXFBBktud3eLH { position:absolute;display:block;z-index:100002;background-color:#efefef;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:2rem;width:70.0625rem;top:0.3125rem;left:2.5rem;display:block; }
#TLswZgSqmmgVF9U2STLt5m4OEUEakUKi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.186525rem;width:9.1865rem;top:6.310546875rem;left:9.2177734375rem;overflow:hidden;display:block; }
#FF3BwrBlsG64pH33dxNoDuLEXbi6z9N9 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.43706875rem;width:16.436625rem;top:6.6861934661862rem;left:29.280601501465rem;overflow:hidden;display:block; }
#TdikpBvimPru20kdgsEtI9Qm7HeBUb8G { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.25rem;width:12.5rem;top:6.2760372161862rem;left:52.528217315674rem;overflow:hidden;display:block; }
#Wh1XCD5ct4yIMNWCS4p5zrNAw64O1QeX { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.6875rem;width:14.5rem;top:13.9375rem;left:6.5625rem;overflow:hidden;display:block; }
#eks48F8gir43Uzrvhf4vd9uUZZ6M6XbT { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:15.625rem;top:14.1875rem;left:30.125rem;overflow:hidden;display:block; }
#p2vEzzWAt2ytineWNWTG3tZIrulkAekZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:6.6875rem;top:11.78125rem;left:55.43359375rem;overflow:hidden;display:block; }
#PiBkKtlFuyKNqdDlmcnB1ETdyZOl7n2T { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5rem;width:23rem;top:22.625rem;left:2.310546875rem;overflow:hidden;display:block; }
#VQPb7hWXonVzKHhH1Iv809EL4pkFDyth { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.3125rem;width:10.8125rem;top:20.71875rem;left:32.09375rem;overflow:hidden;display:block; }
#El3gzBqLcqemZ14dQOXl1drT6ZfsU4sC { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:12.5rem;top:22.34375rem;left:52.52734375rem;overflow:hidden;display:block; }
#WD3MiWq4V4p2EVWcmlH44eMLcB0UmNm4 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:12.5rem;top:31.03125rem;left:7.560546875rem;overflow:hidden;display:block; }
#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk.adaptive-delivery-prevent-bg, #VhgWhaPlludtmAMHbLEeuObs0tqAWOvk.lazyload, #VhgWhaPlludtmAMHbLEeuObs0tqAWOvk.lazyloading { background-image: none; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container { background-color: transparent; background-image: none; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container > .video-iframe-container { display: none; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row > .video-iframe-container { display: none; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .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); }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container { border-width: 0; border-radius: 0; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row > .video-iframe-container {  }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#QcBDvvRnEe0WCHtkIGPgCtFW8M316uEy { color:#000000;display:block;width:27.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.59375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#DJ5bctSTxBOnOVHmpJLgGauVgPeZSer4 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:17.625rem;left:33.0625rem;overflow:hidden;display:block; }
#MEZXpdID1QpJQcbqd5TduVcDUBx3SsrB { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4rem;width:4rem;top:17.625rem;left:37.9375rem;overflow:hidden;display:block; }
#FOFlMb85DqBZD0Xwh5ZLfrlPnM1yuXXV { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9998125rem;width:6.9998125rem;top:8.125rem;left:28.875rem;overflow:hidden;display:block; }
#cENdv0pMDWkTPBgzlIJ6hN2t8zinUNBN { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.5;letter-spacing:0;top:8.625rem;left:37.125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv { display:block; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sGlDEH5ahiC5kHagkhaT3y7KEdVaV0qN { width:6.5rem;height:5.8125rem;top:1.71875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wlAXKI05eXm8calCABSJgiZIBNma6dpv { background-color:transparent;background-image:url("https://images.assets-landingi.com/iDfOMobw/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv.adaptive-delivery-prevent-bg, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyload, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyloading { background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { background-color: transparent; background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .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); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { width:47.75rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #GSlo71lxybbKPxN1xMCFDXTixtTdWbKn { width:34.249125rem;height:4.375rem;top:2.1875rem;left:0.4375rem;font-size:2.1875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 1199px) { #LvkbInwqknR3ccWWQ413czwekHt3sFlU { width:34.1875rem;height:11.25rem;top:9.3125rem;left:0.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RxaAzUGZsTeWPimRKQcCqKdblcyoOoFn { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:47.75rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:35.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:47.75rem;height:32.375rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 { background-color:#f4faed;background-image:none;display:block; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { background-color: transparent; background-image: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container > .video-iframe-container { display: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row > .video-iframe-container { display: none; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .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); }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { width:47.75rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #DhPwaZkkR3pbSo0ULk8r2xxTdHQILSqP { width:27.8125rem;height:3.25rem;top:0.966796875rem;left:9.967448711395rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hr46gbHRV5ZenNnslc9ZX50k7dFzoQNf { width:16.875rem;height:0.124783125rem;top:4.53515625rem;left:15.436198711395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ { display:block; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Vdn9rlzQz23OczcHQbF8G5239BuMI5e4 { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VETi5Q6JcI77oUb25wxA9y5CQOFyGZfV { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vXG5eOxhqp67UGcv09WB3wgaiorIks0O { width:37.5rem;height:0.124783125rem;top:6.7491368185731rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q { display:block; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container { width:47.75rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TI4kai9zCyabW505d2hhgTKg1tIohfTx { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wI61k6HaNB13ooUkEOG044KBkrLn0Jd5 { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k { width:30.625rem;height:4rem;top:6.125rem;left:7.9375rem;font-size:0.9375rem;display:block; }#wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k li:before{  }
 }@media only screen and (max-width: 1199px) { #qtZyRVk8ZVAA3XzHkHnFHXUoIPaXCedH { width:37.5rem;height:0.124783125rem;top:11.623264312744rem;left:5.1861982345581rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bF2LapJvebvGrZifTFoHzrWD2C9v7pVG { display:block; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #M4gPrOpWHUei42LpnU8z5v9DeffmEJce { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #py5GUiHnCxFt4cH3WBXaGtx0aSZh0OLd { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w8A2B9U3IK6MGOUTwFt8yLvDneKxfqic { width:37.5rem;height:0.124783125rem;top:6.7502193450925rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uPvrXqe29s2qluPLCZWa123HERIZ6z0y { display:block; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container { width:47.75rem;height:12.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #kQdmy1R6GHRlJQS8vWXkkzeQbcQchwKf { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Oq6HV7orbSg0epTaV6tXEDbJdVo4fMCs { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 { width:30.625rem;height:4rem;top:6.6240234375rem;left:7.75rem;font-size:0.9375rem;display:block; }#yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 li:before{  }
 }@media only screen and (max-width: 1199px) { #w3fKUVGRk57f4on9l9al4idMQy1xvvT9 { width:37.5rem;height:0.124783125rem;top:12.748481750488rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W0I27rX5q24B2JBvGhqUlCpWtvIZShRP { display:block; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xuH9DmkWbfJJAWCK8bE5rOTMU6rELLb4 { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lR3shSZ4bKhOO4RDLB3APDQusnImPaHS { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CQ9w7mdlR1JI2Tw1xbSDyHTxUon8ITKF { width:37.5rem;height:0.124783125rem;top:6.7491321563719rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CmcudJXiywMH0kMfUN0p3U7B90UOWkUx { display:block; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container { width:47.75rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NgV0WPPNRD9HDF4dNb9r4OUkuD1HScrZ { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XOAuLKiSfd7nBBq41iU1C85s0aRG6Bt2 { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qO5asqdaetqOQVDRyUP3HIzmG9uNyLcq { width:37.5rem;height:0.12402375rem;top:13.4990234375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qyRmUITpi1k45aqwf0zesqLTvDMmvdBc { width:30.625rem;height:4.8125rem;top:6.6234376430512rem;left:7.8125003576281rem;font-size:0.9375rem;display:block; }#qyRmUITpi1k45aqwf0zesqLTvDMmvdBc li:before{  }
 }@media only screen and (max-width: 1199px) { #EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL { display:block; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RqNScNu1Lr78lEKKAIIINb0CDLBatQ4x { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DNsrwx4VmDMOvUdAcReVB78LfVI5ZxBM { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q3COKGGmBOwNTL3ltJHfQWanT7RKwxhQ { width:37.5rem;height:0.124783125rem;top:6.7491302490238rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl { display:block; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #d6C0tBHqVAJGI5ZkfpTJ7nIm4tsJIA3s { width:38.3125rem;height:3.824225rem;top:1.3125rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rTuNGz33FOBvKiz46UXhEGMWLkf82BXa { width:0.625rem;height:3.125rem;top:1.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TssppyZRvdT8VODGINZOkHoQNmpUwclf { width:33.4375rem;height:4.8125rem;top:6.3118476867675rem;left:7.7495665550231rem;font-size:0.9375rem;display:block; }#TssppyZRvdT8VODGINZOkHoQNmpUwclf li:before{  }
 }@media only screen and (max-width: 1199px) { #BJqIkEOMUsvgO2NLmMz0gI9IbfrRbRNX { width:37.5rem;height:0.124783125rem;top:12.062715530396rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf { display:block; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #NWQLrCi2Lm9IZuWy8cWlTKbaI8bu7ODM { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OUpTqisbJWK2XWDaC4LQaDb9J4AE9k1W { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t9FKoRiBF7M7vD7q5udJGfTnAh557686 { width:37.5rem;height:0.124783125rem;top:6.7491302490238rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV { display:block; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XPkbo3tLbIekwdHfdo69nkuSpEyLi7Ls { width:38.3125rem;height:3.824225rem;top:1.3125rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qeRoktc2SQW8kLwfN15fJbHppGVGIaqC { width:0.625rem;height:3.125rem;top:1.625rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pueJoKoWsCz3rtCIyLHpxSDCfTIHXO1u { width:37.5rem;height:0.124783125rem;top:6.6875rem;left:5.1865234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Utep187skcRrKaQ2AwltqOdtHxMErcz0 { display:block; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container { width:47.75rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yWSFNDxvIpp4e5IWQipd7usdiavfUeUy { width:38.3125rem;height:3.824225rem;top:1.625rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mSMDo8QQwFhdFTXgqICnagwVUmcdEGCb { width:0.625rem;height:3.125rem;top:1.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #STxReUeTS5lCf21hSdCy2KbCsnEVGphA { width:37.5rem;height:0.124783125rem;top:6.7491340637206rem;left:5.1866321563721rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 { display:block; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container { width:47.75rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x { display:block; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { width:47.75rem;height:27.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yuM1w52bGmGBVUNmE4alrJnBt8MFIA9L { width:27.8125rem;height:3.25rem;top:1.0625rem;left:9.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #miKmNVd139hiHToNGRSnscJlckzPKgbe { width:20rem;height:11.25rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pNtOwLOHNzyqdT6N5nLb2HbwGQCn2eri { width:18.75rem;height:0.125rem;top:5.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SPKU69ClFhdPTpS0Z2omkxfKnPQhX4tE { width:8.125rem;height:8.125rem;top:7.4375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #mJ10lX8N2D935cG2oJ7WLcpVGOzhLT81 { width:12.5rem;height:1.29980625rem;top:18.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IPibl47TgPDNhTPiTrc3zbC8ZsXgpi7K { width:10.3125rem;height:2.875rem;top:21.3125rem;left:18.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ENBvdxU3sEPSkrSIah2GF0RSm0SuLquf { width:8.125rem;height:8.125rem;top:7.3125rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y { display:block; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { width:47.75rem;height:21.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #hQsynnIqFfLWH78O8VvbE4cOeQPLweJh { width:10.3125rem;height:2.875rem;top:16.375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KLqnq57E25J3ximvStXS2JlqN1FcVmom { width:12.5rem;height:1.29980625rem;top:13.6875rem;left:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N6SsVOyL3KRIZ4DntTKAQGKlDgvFqi8Q { width:9.3125rem;height:9.3125rem;top:2.5rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uuA3XMNE7JgBiGC7iZcxViv9T6ZN11id { width:9.3125rem;height:9.3125rem;top:2.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #did0nTvhtMn3fCDyMWWobPSU7Cu1hVfG { width:12.5rem;height:1.29980625rem;top:13.6875rem;left:17.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sp8IrIRrAJalaOeDbqATiqlJVF3bcqy8 { width:10.3125rem;height:2.875rem;top:16.375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #anaVDkkVLezr0MZhQH7bTKy6W2QHE8iT { width:9.0625rem;height:9.0625rem;top:2.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #N234qSX4U2cATfzlfAGgx7BM4Bg4mlAT { width:9.0625rem;height:9.0625rem;top:2.5rem;left:19.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyC4rB7IuTV5SBSUCVq4iTMQ2wMCXaCQ { width:9.3125rem;height:9.3125rem;top:2.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #attWxz0AOXuCrHTF5dOxIo68XIIi2Q4R { width:12.5rem;height:1.29980625rem;top:13.625rem;left:34.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b1au1pFDc1PrcGu4p0VnOznuDPasfPQp { width:9.0625rem;height:9.0625rem;top:2.5rem;left:35.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vQgXmxcbsgusFTnuxZBc8Kwlt7bxpD8q { width:10.3125rem;height:2.875rem;top:16.375rem;left:35.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT { display:block; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { width:47.75rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MzT635ddL0M3BTgvob0XxJxFr7TQ6Ozz { width:10.3125rem;height:2.875rem;top:16.625rem;left:19.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BuoNGLxoUtN0utBFtkPpDq8n8Daernn7 { width:12.5rem;height:1.29980625rem;top:13.875rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #w1F2u0MatCw2u6cBVORZQJAxEDuwiVSc { width:9.3125rem;height:9.3125rem;top:2.75rem;left:19.25rem;z-index:99992;display:block; }
 }@media only screen and (max-width: 1199px) { #qoSlzR5GaklxDDKdecihTmeP1glLCFfO { width:9.0625rem;height:9.0625rem;top:2.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LqmsGCW19ehhcPqhhVugTzLmbM88xXB9 { width:9.3125rem;height:9.3125rem;top:2.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #q7zcvXPN5p7nNMbJoHa7wpD1AO8cKaFT { width:12.5rem;height:1.29980625rem;top:13.875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyWnStz3uvwRUavftUR3fNKXA4NygEsU { width:9.0625rem;height:9.0625rem;top:2.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTTMI1zUqHp8WZ0kcDgX17OSIFIy2fmW { width:10.3125rem;height:2.875rem;top:16.625rem;left:35.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nPZ1qkCI9N9mr4phGNxWafH0duRa8NiJ { width:9.3125rem;height:9.3125rem;top:2.75rem;left:3.0625rem;z-index:99993;display:block; }
 }@media only screen and (max-width: 1199px) { #neQxyccpureecbazeJ8qnBTc5tDsAD02 { width:9.0625rem;height:9.0625rem;top:2.75rem;left:19.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MH5SNogfIHBDTBgE3JsLlStbAblRx87d { width:12.5rem;height:1.29980625rem;top:13.9375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wtCAR9euEUBz97EHAGFE58itwvNMoEJv { width:10.3125rem;height:2.875rem;top:16.625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH { display:block; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dVgbTrewiU3JA4MmeE3f4D1XXZo5Zwp3 { width:10.3125rem;height:2.875rem;top:17.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wc74bzfa429TDBLqDNOuIFhWqq2Jd2Z7 { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #c4FBRvpbxsDIoeBNy2suW7tFDzRWdQHc { width:9.3125rem;height:9.3125rem;top:3.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nAsw4zFmZH2ukWhiS2VqTbyn5hgogsP5 { width:9.3125rem;height:9.3125rem;top:3.9375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #iEEc8TR8WNtdaHGum5spI1KrLhbW4E9i { width:12.5rem;height:1.29980625rem;top:15.125rem;left:34.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #g3XiGbPEfZLvoPSxFzeJPzriyAVdnVF9 { width:10.3125rem;height:2.875rem;top:17.8125rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PGHyHeBul3wLsKXnetv6SqMRL0zUh83n { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fWqDJb1GehqH7moWkgC047RXbLNGbfTE { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TsLL4kqMxF526QUUCH1KNPDRAQ6Odnlg { width:9.3125rem;height:9.3125rem;top:3.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nz0oEpeML86tFTZdCWKSyakCoylnhWTX { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qd3zdG18tR9L81miiWDbTXW4e8LWhGSB { width:12.5rem;height:1.29980625rem;top:15.0625rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vvk97MTV47feH02Vf1MRBUwnvpJkZBsA { width:10.3125rem;height:2.875rem;top:17.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV { display:block; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #PS3FoaV1WZq6dfH9btPAUQqMl7WTXauZ { width:10.3125rem;height:2.875rem;top:17.8125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QtsHa6r5U6sbpq0k6lAFN8AoztambzZp { width:12.5rem;height:1.29980625rem;top:15.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #J2JJ9A8h8nKW9BuHTgEs2LIny8Ct0KT9 { width:9.1875rem;height:9.1875rem;top:3.9375rem;left:36.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RbnxntWvct6kHDMDINmsv84hW3SOTgIC { width:9.0625rem;height:9.0625rem;top:3.875rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WB4RTTq7vE4NvFFTRAVidO3pa0pKAZlG { width:9.3125rem;height:9.3125rem;top:4rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TIXHTSTVxH11iOFzzGtPhb96WoEk2ZTN { width:9.0625rem;height:9.0625rem;top:4rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FoWp9ysyCQQV1TTZ7R6fSgJ7dWynrPoX { width:12.5rem;height:1.29980625rem;top:15.125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JgD0AAvi1Q9b4nN6llD13wbRHm4I42bF { width:10.3125rem;height:2.875rem;top:17.875rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yKeJoJXNJPuTaCQKOXWTS9Sqmczp8Ure { width:9.1875rem;height:9.1875rem;top:3.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #H709537fvApa5MVff3uCKQeB3wF2G0pi { width:9.0625rem;height:9.0625rem;top:3.875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EtDX2NO5wHdEsy1T5puWvTkb8OyNCiJI { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NQgw2vuZzpw6zvtO7z8EgLi175mvxPGB { width:10.3125rem;height:2.875rem;top:17.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz { display:block; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #aNEQDxOgtTEVDkrJskszPVnkTBViS2Ti { width:9.375rem;height:9.375rem;top:3.84375rem;left:3.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dHE9CS7zPSqbte1NKO9uJmmsPAR7RTv4 { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T9i7CanPlZX0Qn6AcXw4uWDZVVkioz9N { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LnV8ORUbCebaJSa4yyRu51esIxUvJimO { width:10.3125rem;height:2.875rem;top:17.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPiyLTsNf07fs4MKKvnJXtGF9BK6QiHH { width:9.375rem;height:9.375rem;top:3.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BmTaAbWsUtqXV4g3BJeAX1xE4n3DWDuV { width:9.0625rem;height:9.0625rem;top:3.875rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TODrCfHD49CqPBKLwTDrLulhBhXzWvya { width:12.5rem;height:1.29980625rem;top:15.125rem;left:19.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fksEkkWIbOc9VNxxmkdgeWS5VbQeHnJn { width:10.3125rem;height:2.875rem;top:17.8125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EUGvO3Cdd9STzzsZOR63aBhI4KCZygT6 { width:9.375rem;height:9.375rem;top:3.84375rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LoKSK1iCmid4TNi3SPb72bvivFn01UFo { width:9.0625rem;height:9.0625rem;top:3.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #okRy2a4TxHWk295I4mNWpk4LDcfLFrrC { width:12.5rem;height:1.29980625rem;top:15.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Brdpi6Q3v2ZD4qxfPKBLq4BVUoXIhEtn { width:10.3125rem;height:2.875rem;top:17.8125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wu9O2zVIH5faD9s21338neMMco1D4Z6d { display:block; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #nQgWvx1Jnobs5yeyGk7vrGin90kgzAVC { width:9.375rem;height:9.375rem;top:3.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KtQREnxrU80LEBkNmSnX0UMdf1GaZy92 { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hx2eXiwdtZCHblHVgrCROUtaIiQ1c7yF { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3Fqud0w1NWa3ouslLeAoKbZL4QusKZs { width:10.3125rem;height:2.875rem;top:17.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Gm9CHAsUArwuuLbxiRMuNJapHVAdycuZ { width:9.375rem;height:9.375rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UT1OBFF7mnsFUr5pTgOpPT0bKtugLivx { width:9.0625rem;height:9.0625rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aqHwi0RZz00ZtH2cTza6xEQLOEsQMXKI { width:12.5rem;height:1.29980625rem;top:15.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zSrcefxMzKOJGoM5sWZrkNG7fkvQSwGc { width:10.3125rem;height:2.875rem;top:17.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nVTq0TZSBJveXPouroQINqZoL96IorcW { width:9.375rem;height:9.375rem;top:3.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dSW9OzEqpgZp5O8RWCzsBbdablB0uqfx { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #K6eIlFhKh3r3ail25sacu7lbG3clMRKL { width:12.5rem;height:1.29980625rem;top:15.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XICAMmy0XpDr3kJIDqSyI9BAP8T3xy4y { width:10.3125rem;height:2.875rem;top:17.8125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE { display:block; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZC9BfpqmneTbrzkrUkdkUQGSaWk9NlxO { width:9.375rem;height:9.375rem;top:3.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QEACqB6WrTgHeMCuSA29WHtLNllARyvL { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7HnxfOAoVdK35fdi7NVilWNgxx2HV34 { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Qkv5zEAT1TZ3N05LMVxK68TUTebGxxuP { width:10.3125rem;height:2.875rem;top:17.8125rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dVIl7SmrZg5CqyKRm7ys5KutJvD7Sv8O { width:9.375rem;height:9.375rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ws8aXLLZMnAz9VZUfTcik1e8fn9Gz4PK { width:9.0625rem;height:9.0625rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DnKe2NrWIp5WhNNbNEK1aHXKcJ6dp6Kt { width:12.5rem;height:1.29980625rem;top:15.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wUvRQiy8pxSGN35hKQpRl3rb8RuKsfob { width:10.3125rem;height:2.875rem;top:17.8125rem;left:20.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oTNkwWheuEIdbTJxlcJDxUvrk3mqsG6L { width:9.375rem;height:9.375rem;top:3.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #HxeZMVEzWupTulZTHX7cdaSCJ703ZA8b { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vJHzfTNb52bFWBgTV8roXV1FHPt777uJ { width:12.5rem;height:1.29980625rem;top:15.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PS8WXiSWgs8O6IdGvlgcVTAA2xiGfJOA { width:10.3125rem;height:2.875rem;top:17.8125rem;left:36.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 { display:block; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TLMg7TovhP16NdzTzyW4lcRQ7A7IH7cX { width:9.375rem;height:9.375rem;top:3.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aWai9dT1LAhaddAQJ6wUkez8ZgVrSVuA { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZeN95RLnTEGZwQVyWP3nb8TutLIoOK5l { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sOk6BiAxDw577XDMOd5C4RH56A4V0UHZ { width:10.3125rem;height:2.875rem;top:19.875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gyeuQrz6Bam7DE5dKnr0zJoTAIxT2Utf { width:9.375rem;height:9.375rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tgc6pwnPdi97Jc1X5Pb77VTVF2TQkGIo { width:9.0625rem;height:9.0625rem;top:3.875rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TKcpkzqRiOeAi5P2iMlZNUfpvx48DPk1 { width:12.5rem;height:3.8994125rem;top:15.125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TWsK9H966o0rofTlb7duWaqy6rlCBicf { width:10.3125rem;height:2.875rem;top:19.875rem;left:20.09375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #P3Bb9UsC5UDcmkpfH71c69QZIeT6B2qE { width:9.375rem;height:9.375rem;top:3.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eNf2zcyCohMCOHod4GTPv8LN51pPEiI8 { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:36.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FZaDw0vtlPVmIh85XzL8d0A3CdmTG9Re { width:12.5rem;height:1.29980625rem;top:15.125rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kAOT12oFupEHy0Gg3tpT4W6Dbk7UFizs { width:10.3125rem;height:2.875rem;top:19.875rem;left:36.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ { display:block; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { width:47.75rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #D1A8lCNgZuW4Rwf4ZsleASc9aQNeRfnB { width:9.375rem;height:9.375rem;top:3.875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RhMOG1iokI3CW6QTrfFRR7D6ARpFSZJ1 { width:9.0625rem;height:9.0625rem;top:3.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NvT0DpHHy8JkqAJuckMDlIWSi6Ey12qk { width:12.5rem;height:1.29980625rem;top:15.125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #E3KHMlwNkT0evrv8fSvULfCTxxZWZmMd { width:10.3125rem;height:2.875rem;top:19.875rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U { display:block; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container { width:47.75rem;height:21.375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QV333k32NvZbpZlDLkAQQy2CTts5VlqU { width:27.8125rem;height:3.25rem;top:2.625rem;left:10.15625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IDvDZEDEgIuUeQM7htVoHMXoIzBo7A8L { width:12.5rem;height:1.3rem;top:7.5625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RT0J589lrUitSVLLbmSu1XFgiLtbX51N { width:8.625rem;height:5.5625rem;top:10.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #by5gmPiVpUqnE15xT10TWhgXRdGiJACI { width:16.8125rem;height:4.375rem;top:10.0625rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dUiPgRsnQUXyzAb39Ey78zheBGW45ZRS { width:47.75rem;height:2rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cTC3Q5I88u6GnBoP2ZRrC2MPdL7r6n1a { width:9.1875rem;height:3.1875rem;top:16.375rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #V5Vhip1oycsJIeE0IxSL8flOaI8BrWZW { width:16.4375rem;height:2.4375rem;top:16.75rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Il17eTBSuI4pRknQQMDSifMdVvfytbOM { width:43.75rem;height:0.124783125rem;top:6.00390625rem;left:1.9986979961395rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NN4wrsCW986EkaapR3cUlfbwKgVxp5in { display:block; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RG7FqJbrhSTrCcwlBNyv7kgJBbPzcCUO { width:27.875rem;height:1.3rem;top:1.25rem;left:9.9375019073488rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U6TEtpNZBTTCVyMDwPBvwZbayRvic4Ns { width:47.75rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dc6rWHnJNauOFGcBFQ4MlkWT1VO96T73 { width:9.875rem;height:6.75rem;top:4.5625rem;left:18.937500357628rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hTdLC3a65rB0bVesVfClE8gTTwHTdXAG { display:block; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container { width:47.75rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #yJWHXqEEFsp6T31LRTJrad9vlrRQ9X2a { width:27.875rem;height:1.3rem;top:1.25rem;left:9.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LrhWJ0TiKqNmss8HLzC4XJMz0vhQN1ao { width:47.75rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kkyGWZTWIpoqoJmB5BDNLD2u7AHalWUw { width:9.1875rem;height:3.1875rem;top:6.3125rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LDTEm44fvAcCqrVrGQdQF4KH07OKMD2J { width:16.4375rem;height:2.4375rem;top:6.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #W5AwDqXrLDtyAX0xHtuVMN2zqfcEN3zb { width:12.1875rem;height:2.4375rem;top:6.6875rem;left:31.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 { display:block; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container { width:47.75rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #ZCVze8D8aWySTTnViMuv2kyZ60i26w2M { width:12.5rem;height:1.3rem;top:0.625rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LRSoTDRLKO2g6bqiSV1tXFBBktud3eLH { width:47.75rem;height:2rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TLswZgSqmmgVF9U2STLt5m4OEUEakUKi { width:9.1875rem;height:3.1875rem;top:5.125rem;left:9.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FF3BwrBlsG64pH33dxNoDuLEXbi6z9N9 { width:16.4375rem;height:2.4375rem;top:5.5rem;left:25.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdikpBvimPru20kdgsEtI9Qm7HeBUb8G { width:13.75rem;height:3.5rem;top:11.03125rem;left:7.34375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wh1XCD5ct4yIMNWCS4p5zrNAw64O1QeX { width:11.3125rem;height:2.75rem;top:11.40625rem;left:27.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eks48F8gir43Uzrvhf4vd9uUZZ6M6XbT { width:14.0625rem;height:2.375rem;top:19.75rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p2vEzzWAt2ytineWNWTG3tZIrulkAekZ { width:6.0625rem;height:7.3125rem;top:26.8125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PiBkKtlFuyKNqdDlmcnB1ETdyZOl7n2T { width:18.9375rem;height:2.75rem;top:19.5625rem;left:24.71875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VQPb7hWXonVzKHhH1Iv809EL4pkFDyth { width:9.375rem;height:6.4375rem;top:27.25rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #El3gzBqLcqemZ14dQOXl1drT6ZfsU4sC { width:9.375rem;height:3rem;top:37.3125rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WD3MiWq4V4p2EVWcmlH44eMLcB0UmNm4 { width:14.8125rem;height:4.1875rem;top:36.6875rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VhgWhaPlludtmAMHbLEeuObs0tqAWOvk { display:block; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QcBDvvRnEe0WCHtkIGPgCtFW8M316uEy { width:27.8125rem;height:3.25rem;top:1.8125rem;left:9.96875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DJ5bctSTxBOnOVHmpJLgGauVgPeZSer4 { width:3.9375rem;height:3.9375rem;top:17.625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEZXpdID1QpJQcbqd5TduVcDUBx3SsrB { width:3.9375rem;height:3.9375rem;top:17.625rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FOFlMb85DqBZD0Xwh5ZLfrlPnM1yuXXV { width:6.9375rem;height:6.9375rem;top:8.125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cENdv0pMDWkTPBgzlIJ6hN2t8zinUNBN { width:14.0625rem;height:6rem;top:8.625rem;left:23.500001907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv { display:block; }#lA4AzUZKnvlCFXa9xpgfBDbMLZFANqfv > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sGlDEH5ahiC5kHagkhaT3y7KEdVaV0qN { width:7.874375rem;height:6.9998125rem;top:1.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlAXKI05eXm8calCABSJgiZIBNma6dpv { background-color:transparent;background-image:url("https://images.assets-landingi.com/iDfOMobw/header.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv.adaptive-delivery-prevent-bg, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyload, #wlAXKI05eXm8calCABSJgiZIBNma6dpv.lazyloading { background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { background-color: transparent; background-image: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.17); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row > .video-iframe-container { display: none; }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .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); }#wlAXKI05eXm8calCABSJgiZIBNma6dpv > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GSlo71lxybbKPxN1xMCFDXTixtTdWbKn { width:19.436875rem;height:5.625rem;top:2.8114156723023rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #LvkbInwqknR3ccWWQ413czwekHt3sFlU { width:18.8748125rem;height:12rem;top:11.030816078186rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxaAzUGZsTeWPimRKQcCqKdblcyoOoFn { top:25.374349594116rem;left:0rem;width:20rem;height:8.499375rem;z-index:99999;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JynwAfx6mBkbTO53o2e95v0u7HuAFm2C { display:block; }#JynwAfx6mBkbTO53o2e95v0u7HuAFm2C > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H9kyRhy1pxd0Z9o0IqxqgzudfwCCCLSd { width:13.6875rem;height:3.625rem;top:13.6875rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #owABCOk4zpyRXogUluBDCMs9SJagEX0p { width:20rem;height:14.0625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 { display:block; }#sLnzrgsJ8QUwV0pZ08phkGKb5nFQGzI0 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhPwaZkkR3pbSo0ULk8r2xxTdHQILSqP { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr46gbHRV5ZenNnslc9ZX50k7dFzoQNf { width:16.875rem;height:0.0625rem;top:5.09874375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ { display:block; }#Ew7BZEgH1Jh1IzeHg5WXtgnn5iQ9PCFJ > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vdn9rlzQz23OczcHQbF8G5239BuMI5e4 { width:17.3125rem;height:2.761725rem;top:0.75rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VETi5Q6JcI77oUb25wxA9y5CQOFyGZfV { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXG5eOxhqp67UGcv09WB3wgaiorIks0O { width:15.625rem;height:0.124783125rem;top:6.3120708465575rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q { display:block; }#d82vZtwLSuJqyhyLHFLVSIDBIohF5a1q > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TI4kai9zCyabW505d2hhgTKg1tIohfTx { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wI61k6HaNB13ooUkEOG044KBkrLn0Jd5 { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k { width:17.6248125rem;height:5.874025rem;top:6.4388027191163rem;left:1.8435330986977rem;font-size:0.875rem;line-height:1.2;display:block; }#wU33F0BcnTCLrKZA5s6FeyrGRQNtQ62k li:before{  }
 }@media only screen and (max-width: 763px) { #qtZyRVk8ZVAA3XzHkHnFHXUoIPaXCedH { width:15.625rem;height:0.124783125rem;top:14.895833969116rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #bF2LapJvebvGrZifTFoHzrWD2C9v7pVG { display:block; }#bF2LapJvebvGrZifTFoHzrWD2C9v7pVG > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M4gPrOpWHUei42LpnU8z5v9DeffmEJce { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #py5GUiHnCxFt4cH3WBXaGtx0aSZh0OLd { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8A2B9U3IK6MGOUTwFt8yLvDneKxfqic { width:15.625rem;height:0.124783125rem;top:6.3096809387206rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPvrXqe29s2qluPLCZWa123HERIZ6z0y { display:block; }#uPvrXqe29s2qluPLCZWa123HERIZ6z0y > .row .container { width:20rem;height:15.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kQdmy1R6GHRlJQS8vWXkkzeQbcQchwKf { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Oq6HV7orbSg0epTaV6tXEDbJdVo4fMCs { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 { width:17.25rem;height:5.874025rem;top:6.75rem;left:2.125rem;font-size:0.875rem;line-height:1.2;display:block; }#yKTQpxdyw5tL2eekhBFQfK8Ecb6p7146 li:before{  }
 }@media only screen and (max-width: 763px) { #w3fKUVGRk57f4on9l9al4idMQy1xvvT9 { width:15.625rem;height:0.124783125rem;top:15.307071685791rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0I27rX5q24B2JBvGhqUlCpWtvIZShRP { display:block; }#W0I27rX5q24B2JBvGhqUlCpWtvIZShRP > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xuH9DmkWbfJJAWCK8bE5rOTMU6rELLb4 { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lR3shSZ4bKhOO4RDLB3APDQusnImPaHS { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQ9w7mdlR1JI2Tw1xbSDyHTxUon8ITKF { width:15.625rem;height:0.124783125rem;top:6.3096790313719rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmcudJXiywMH0kMfUN0p3U7B90UOWkUx { display:block; }#CmcudJXiywMH0kMfUN0p3U7B90UOWkUx > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgV0WPPNRD9HDF4dNb9r4OUkuD1HScrZ { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XOAuLKiSfd7nBBq41iU1C85s0aRG6Bt2 { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qO5asqdaetqOQVDRyUP3HIzmG9uNyLcq { width:15.625rem;height:0.12421875rem;top:14.060546875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyRmUITpi1k45aqwf0zesqLTvDMmvdBc { width:20rem;height:5.561525rem;top:6.4968749284744rem;left:0rem;font-size:0.875rem;line-height:1.2;display:block; }#qyRmUITpi1k45aqwf0zesqLTvDMmvdBc li:before{  }
 }@media only screen and (max-width: 763px) { #EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL { display:block; }#EQapfgHusPkoDzWrrDkxCgzfkVWHmkRL > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqNScNu1Lr78lEKKAIIINb0CDLBatQ4x { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #DNsrwx4VmDMOvUdAcReVB78LfVI5ZxBM { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3COKGGmBOwNTL3ltJHfQWanT7RKwxhQ { width:15.625rem;height:0.124783125rem;top:6.3096809387206rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl { display:block; }#uVyC1StT9rKm0Dpp90QeqkKQ4I6Sk1vl > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6C0tBHqVAJGI5ZkfpTJ7nIm4tsJIA3s { width:17.3125rem;height:4.14258125rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rTuNGz33FOBvKiz46UXhEGMWLkf82BXa { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TssppyZRvdT8VODGINZOkHoQNmpUwclf { width:17.25rem;height:7.661125rem;top:5.5rem;left:2.1250001192093rem;font-size:0.875rem;line-height:1.2;display:block; }#TssppyZRvdT8VODGINZOkHoQNmpUwclf li:before{  }
 }@media only screen and (max-width: 763px) { #BJqIkEOMUsvgO2NLmMz0gI9IbfrRbRNX { width:15.625rem;height:0.124783125rem;top:14.373916625976rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf { display:block; }#wsCbehLyCkQS5NByVDwz6MxT24Z3fBCf > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NWQLrCi2Lm9IZuWy8cWlTKbaI8bu7ODM { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OUpTqisbJWK2XWDaC4LQaDb9J4AE9k1W { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9FKoRiBF7M7vD7q5udJGfTnAh557686 { width:15.625rem;height:0.124783125rem;top:6.3107643127444rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV { display:block; }#aJsEfyLqhM1Kz6N19PW11QPJb6xxSPzV > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XPkbo3tLbIekwdHfdo69nkuSpEyLi7Ls { width:17.3125rem;height:4.14258125rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qeRoktc2SQW8kLwfN15fJbHppGVGIaqC { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pueJoKoWsCz3rtCIyLHpxSDCfTIHXO1u { width:15.625rem;height:0.124783125rem;top:6.75rem;left:0.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utep187skcRrKaQ2AwltqOdtHxMErcz0 { display:block; }#Utep187skcRrKaQ2AwltqOdtHxMErcz0 > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWSFNDxvIpp4e5IWQipd7usdiavfUeUy { width:17.3125rem;height:2.761725rem;top:0.5rem;left:2rem;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #mSMDo8QQwFhdFTXgqICnagwVUmcdEGCb { width:0.625rem;height:3.125rem;top:0.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #STxReUeTS5lCf21hSdCy2KbCsnEVGphA { width:15.625rem;height:0.124783125rem;top:6.3096771240238rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 { display:block; }#JO7X6vZWxolBU0nIEDuhS9hKLoWLidm7 > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.adaptive-delivery-prevent-bg, #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.lazyload, #C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x.lazyloading { background-image: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { background-color: transparent; background-image: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container > .video-iframe-container { display: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row > .video-iframe-container { display: none; }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .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); }#C8ifc7tTCFmxnszm9UJTomiG4T4nwW6x > .row .container { width:20rem;height:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yuM1w52bGmGBVUNmE4alrJnBt8MFIA9L { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #miKmNVd139hiHToNGRSnscJlckzPKgbe { width:20rem;height:11.25rem;top:3.849609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNtOwLOHNzyqdT6N5nLb2HbwGQCn2eri { width:18.75rem;height:0.124783125rem;top:4.7471790313721rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPKU69ClFhdPTpS0Z2omkxfKnPQhX4tE { width:8.125rem;height:8.125rem;top:6.5rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJ10lX8N2D935cG2oJ7WLcpVGOzhLT81 { width:12.5rem;height:1.29980625rem;top:17.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPibl47TgPDNhTPiTrc3zbC8ZsXgpi7K { width:10.3125rem;height:2.875rem;top:19.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENBvdxU3sEPSkrSIah2GF0RSm0SuLquf { width:8.125rem;height:8.125rem;top:6.375rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.adaptive-delivery-prevent-bg, #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.lazyload, #rhkEGoiZREcC1DQlcxr9wK93uqWqr47y.lazyloading { background-image: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { background-color: transparent; background-image: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container > .video-iframe-container { display: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row > .video-iframe-container { display: none; }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .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); }#rhkEGoiZREcC1DQlcxr9wK93uqWqr47y > .row .container { width:20rem;height:62.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hQsynnIqFfLWH78O8VvbE4cOeQPLweJh { width:10.3125rem;height:2.875rem;top:16.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLqnq57E25J3ximvStXS2JlqN1FcVmom { width:12.5rem;height:1.29980625rem;top:14.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6SsVOyL3KRIZ4DntTKAQGKlDgvFqi8Q { width:9.3125rem;height:9.3125rem;top:3.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uuA3XMNE7JgBiGC7iZcxViv9T6ZN11id { width:9.3125rem;height:9.3125rem;top:24.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #did0nTvhtMn3fCDyMWWobPSU7Cu1hVfG { width:12.5rem;height:1.29980625rem;top:34.875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp8IrIRrAJalaOeDbqATiqlJVF3bcqy8 { width:10.3125rem;height:2.875rem;top:37.4375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anaVDkkVLezr0MZhQH7bTKy6W2QHE8iT { width:9.0625rem;height:9.0625rem;top:24.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N234qSX4U2cATfzlfAGgx7BM4Bg4mlAT { width:9.0625rem;height:9.0625rem;top:3.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyC4rB7IuTV5SBSUCVq4iTMQ2wMCXaCQ { width:9.3125rem;height:9.3125rem;top:44.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #attWxz0AOXuCrHTF5dOxIo68XIIi2Q4R { width:12.5rem;height:1.29980625rem;top:55.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1au1pFDc1PrcGu4p0VnOznuDPasfPQp { width:9.0625rem;height:9.0625rem;top:44.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQgXmxcbsgusFTnuxZBc8Kwlt7bxpD8q { width:10.3125rem;height:2.875rem;top:58rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.adaptive-delivery-prevent-bg, #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.lazyload, #RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT.lazyloading { background-image: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { background-color: transparent; background-image: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container > .video-iframe-container { display: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row > .video-iframe-container { display: none; }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .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); }#RJ8Lgx8afWrcsKM8r5mUe6b3ZyNVxchT > .row .container { width:20rem;height:61.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzT635ddL0M3BTgvob0XxJxFr7TQ6Ozz { width:10.3125rem;height:2.875rem;top:58.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuoNGLxoUtN0utBFtkPpDq8n8Daernn7 { width:12.5rem;height:1.29980625rem;top:55.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1F2u0MatCw2u6cBVORZQJAxEDuwiVSc { width:9.3125rem;height:9.3125rem;top:45.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSlzR5GaklxDDKdecihTmeP1glLCFfO { width:9.0625rem;height:9.0625rem;top:45.25rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqmsGCW19ehhcPqhhVugTzLmbM88xXB9 { width:9.3125rem;height:9.3125rem;top:25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7zcvXPN5p7nNMbJoHa7wpD1AO8cKaFT { width:12.5rem;height:1.29980625rem;top:35.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyWnStz3uvwRUavftUR3fNKXA4NygEsU { width:9.0625rem;height:9.0625rem;top:25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTTMI1zUqHp8WZ0kcDgX17OSIFIy2fmW { width:10.3125rem;height:2.875rem;top:38.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPZ1qkCI9N9mr4phGNxWafH0duRa8NiJ { width:9.3125rem;height:9.3125rem;top:4rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #neQxyccpureecbazeJ8qnBTc5tDsAD02 { width:9.0625rem;height:9.0625rem;top:4rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MH5SNogfIHBDTBgE3JsLlStbAblRx87d { width:12.5rem;height:1.29980625rem;top:14.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtCAR9euEUBz97EHAGFE58itwvNMoEJv { width:10.3125rem;height:2.875rem;top:17.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.adaptive-delivery-prevent-bg, #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.lazyload, #eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH.lazyloading { background-image: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { background-color: transparent; background-image: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container > .video-iframe-container { display: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row > .video-iframe-container { display: none; }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .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); }#eF3RTDS7woTUI59oRdLZvKnPUQ4yTGQH > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dVgbTrewiU3JA4MmeE3f4D1XXZo5Zwp3 { width:10.3125rem;height:2.875rem;top:17.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wc74bzfa429TDBLqDNOuIFhWqq2Jd2Z7 { width:12.5rem;height:1.29980625rem;top:15.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4FBRvpbxsDIoeBNy2suW7tFDzRWdQHc { width:9.3125rem;height:9.3125rem;top:4.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAsw4zFmZH2ukWhiS2VqTbyn5hgogsP5 { width:9.3125rem;height:9.3125rem;top:45.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEEc8TR8WNtdaHGum5spI1KrLhbW4E9i { width:12.5rem;height:1.29980625rem;top:56.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3XiGbPEfZLvoPSxFzeJPzriyAVdnVF9 { width:10.3125rem;height:2.875rem;top:59rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGHyHeBul3wLsKXnetv6SqMRL0zUh83n { width:9.0625rem;height:9.0625rem;top:45.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWqDJb1GehqH7moWkgC047RXbLNGbfTE { width:9.0625rem;height:9.0625rem;top:4.625rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsLL4kqMxF526QUUCH1KNPDRAQ6Odnlg { width:9.3125rem;height:9.3125rem;top:25.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nz0oEpeML86tFTZdCWKSyakCoylnhWTX { width:9.0625rem;height:9.0625rem;top:25.0625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd3zdG18tR9L81miiWDbTXW4e8LWhGSB { width:12.5rem;height:1.29980625rem;top:35.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvk97MTV47feH02Vf1MRBUwnvpJkZBsA { width:10.3125rem;height:2.875rem;top:38.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.adaptive-delivery-prevent-bg, #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.lazyload, #eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV.lazyloading { background-image: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { background-color: transparent; background-image: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container > .video-iframe-container { display: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row > .video-iframe-container { display: none; }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .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); }#eWGETXlrzgzwL4FVKfIkJB2lbb3UbAoV > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PS3FoaV1WZq6dfH9btPAUQqMl7WTXauZ { width:10.3125rem;height:2.875rem;top:55.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtsHa6r5U6sbpq0k6lAFN8AoztambzZp { width:12.5rem;height:1.29980625rem;top:53.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2JJ9A8h8nKW9BuHTgEs2LIny8Ct0KT9 { width:9.1875rem;height:9.1875rem;top:42.75rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbnxntWvct6kHDMDINmsv84hW3SOTgIC { width:9.0625rem;height:9.0625rem;top:42.6875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WB4RTTq7vE4NvFFTRAVidO3pa0pKAZlG { width:9.3125rem;height:9.3125rem;top:22.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIXHTSTVxH11iOFzzGtPhb96WoEk2ZTN { width:9.0625rem;height:9.0625rem;top:22.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoWp9ysyCQQV1TTZ7R6fSgJ7dWynrPoX { width:12.5rem;height:1.29980625rem;top:33.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgD0AAvi1Q9b4nN6llD13wbRHm4I42bF { width:10.3125rem;height:2.875rem;top:35.8125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKeJoJXNJPuTaCQKOXWTS9Sqmczp8Ure { width:9.375rem;height:9.375rem;top:2.4375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H709537fvApa5MVff3uCKQeB3wF2G0pi { width:9.0625rem;height:9.0625rem;top:2.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDX2NO5wHdEsy1T5puWvTkb8OyNCiJI { width:12.5rem;height:1.29980625rem;top:13.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQgw2vuZzpw6zvtO7z8EgLi175mvxPGB { width:10.3125rem;height:2.875rem;top:15.625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.adaptive-delivery-prevent-bg, #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.lazyload, #U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz.lazyloading { background-image: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { background-color: transparent; background-image: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container > .video-iframe-container { display: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row > .video-iframe-container { display: none; }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .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); }#U6FuO1SHi2ntz9BkrbLNHBHtymSABVSz > .row .container { width:20rem;height:63.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNEQDxOgtTEVDkrJskszPVnkTBViS2Ti { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHE9CS7zPSqbte1NKO9uJmmsPAR7RTv4 { width:9.0625rem;height:9.0625rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9i7CanPlZX0Qn6AcXw4uWDZVVkioz9N { width:12.5rem;height:1.29980625rem;top:11.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnV8ORUbCebaJSa4yyRu51esIxUvJimO { width:10.3125rem;height:2.875rem;top:13.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPiyLTsNf07fs4MKKvnJXtGF9BK6QiHH { width:9.375rem;height:9.375rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmTaAbWsUtqXV4g3BJeAX1xE4n3DWDuV { width:9.0625rem;height:9.0625rem;top:21.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TODrCfHD49CqPBKLwTDrLulhBhXzWvya { width:12.5rem;height:1.29980625rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fksEkkWIbOc9VNxxmkdgeWS5VbQeHnJn { width:10.3125rem;height:2.875rem;top:34.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUGvO3Cdd9STzzsZOR63aBhI4KCZygT6 { width:9.375rem;height:9.375rem;top:43rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoKSK1iCmid4TNi3SPb72bvivFn01UFo { width:9.0625rem;height:9.0625rem;top:43.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #okRy2a4TxHWk295I4mNWpk4LDcfLFrrC { width:12.5rem;height:1.29980625rem;top:53.625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Brdpi6Q3v2ZD4qxfPKBLq4BVUoXIhEtn { width:10.3125rem;height:2.875rem;top:56.1875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wu9O2zVIH5faD9s21338neMMco1D4Z6d { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d.adaptive-delivery-prevent-bg, #Wu9O2zVIH5faD9s21338neMMco1D4Z6d.lazyload, #Wu9O2zVIH5faD9s21338neMMco1D4Z6d.lazyloading { background-image: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { background-color: transparent; background-image: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container > .video-iframe-container { display: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row > .video-iframe-container { display: none; }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .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); }#Wu9O2zVIH5faD9s21338neMMco1D4Z6d > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQgWvx1Jnobs5yeyGk7vrGin90kgzAVC { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtQREnxrU80LEBkNmSnX0UMdf1GaZy92 { width:9.0625rem;height:9.0625rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hx2eXiwdtZCHblHVgrCROUtaIiQ1c7yF { width:12.5rem;height:1.29980625rem;top:11.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3Fqud0w1NWa3ouslLeAoKbZL4QusKZs { width:10.3125rem;height:2.875rem;top:13.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gm9CHAsUArwuuLbxiRMuNJapHVAdycuZ { width:9.375rem;height:9.375rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1OBFF7mnsFUr5pTgOpPT0bKtugLivx { width:9.0625rem;height:9.0625rem;top:21.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHwi0RZz00ZtH2cTza6xEQLOEsQMXKI { width:12.5rem;height:1.29980625rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSrcefxMzKOJGoM5sWZrkNG7fkvQSwGc { width:10.3125rem;height:2.875rem;top:34.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVTq0TZSBJveXPouroQINqZoL96IorcW { width:9.375rem;height:9.375rem;top:42.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSW9OzEqpgZp5O8RWCzsBbdablB0uqfx { width:9.0625rem;height:9.0625rem;top:42.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6eIlFhKh3r3ail25sacu7lbG3clMRKL { width:12.5rem;height:1.29980625rem;top:53.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XICAMmy0XpDr3kJIDqSyI9BAP8T3xy4y { width:10.3125rem;height:2.875rem;top:55.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.adaptive-delivery-prevent-bg, #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.lazyload, #eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE.lazyloading { background-image: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { background-color: transparent; background-image: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container > .video-iframe-container { display: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row > .video-iframe-container { display: none; }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .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); }#eHvHq9rC3iS4BZm8T5fKHvfyKsBCC4SE > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZC9BfpqmneTbrzkrUkdkUQGSaWk9NlxO { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEACqB6WrTgHeMCuSA29WHtLNllARyvL { width:9.0625rem;height:9.0625rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7HnxfOAoVdK35fdi7NVilWNgxx2HV34 { width:12.5rem;height:1.29980625rem;top:11.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qkv5zEAT1TZ3N05LMVxK68TUTebGxxuP { width:10.3125rem;height:2.875rem;top:13.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVIl7SmrZg5CqyKRm7ys5KutJvD7Sv8O { width:9.375rem;height:9.375rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws8aXLLZMnAz9VZUfTcik1e8fn9Gz4PK { width:9.0625rem;height:9.0625rem;top:21.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnKe2NrWIp5WhNNbNEK1aHXKcJ6dp6Kt { width:12.5rem;height:1.29980625rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUvRQiy8pxSGN35hKQpRl3rb8RuKsfob { width:10.3125rem;height:2.875rem;top:34.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTNkwWheuEIdbTJxlcJDxUvrk3mqsG6L { width:9.375rem;height:9.375rem;top:42.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxeZMVEzWupTulZTHX7cdaSCJ703ZA8b { width:9.0625rem;height:9.0625rem;top:42.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJHzfTNb52bFWBgTV8roXV1FHPt777uJ { width:12.5rem;height:1.29980625rem;top:53.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS8WXiSWgs8O6IdGvlgcVTAA2xiGfJOA { width:10.3125rem;height:2.875rem;top:55.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.adaptive-delivery-prevent-bg, #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.lazyload, #KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7.lazyloading { background-image: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { background-color: transparent; background-image: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container > .video-iframe-container { display: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row > .video-iframe-container { display: none; }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .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); }#KkcbXsGPAfDCsrbHcH3sXlhRvJ4HzZF7 > .row .container { width:20rem;height:62.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLMg7TovhP16NdzTzyW4lcRQ7A7IH7cX { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWai9dT1LAhaddAQJ6wUkez8ZgVrSVuA { width:9.0625rem;height:9.0625rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeN95RLnTEGZwQVyWP3nb8TutLIoOK5l { width:12.5rem;height:1.29980625rem;top:11.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOk6BiAxDw577XDMOd5C4RH56A4V0UHZ { width:10.3125rem;height:2.875rem;top:13.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyeuQrz6Bam7DE5dKnr0zJoTAIxT2Utf { width:9.375rem;height:9.375rem;top:21.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgc6pwnPdi97Jc1X5Pb77VTVF2TQkGIo { width:9.0625rem;height:9.0625rem;top:21.1875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKcpkzqRiOeAi5P2iMlZNUfpvx48DPk1 { width:12.5rem;height:3.8994125rem;top:32.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWsK9H966o0rofTlb7duWaqy6rlCBicf { width:10.3125rem;height:2.875rem;top:37.1875rem;left:4.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3Bb9UsC5UDcmkpfH71c69QZIeT6B2qE { width:9.375rem;height:9.375rem;top:42.5rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNf2zcyCohMCOHod4GTPv8LN51pPEiI8 { width:9.0625rem;height:9.0625rem;top:42.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZaDw0vtlPVmIh85XzL8d0A3CdmTG9Re { width:12.5rem;height:1.29980625rem;top:53.125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kAOT12oFupEHy0Gg3tpT4W6Dbk7UFizs { width:10.3125rem;height:2.875rem;top:55.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ { background-color:transparent;background-image:url("https://images.assets-landingi.com/sZvNVwlv/Konferencyjna_07.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.adaptive-delivery-prevent-bg, #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.lazyload, #RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ.lazyloading { background-image: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { background-color: transparent; background-image: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container > .video-iframe-container { display: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(86,139,42,0.55); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row > .video-iframe-container { display: none; }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .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); }#RuuzEtMx95JksveMA9BA1uO7C6iB8pMJ > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D1A8lCNgZuW4Rwf4ZsleASc9aQNeRfnB { width:9.375rem;height:9.375rem;top:0.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhMOG1iokI3CW6QTrfFRR7D6ARpFSZJ1 { width:9.0625rem;height:9.0625rem;top:0.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvT0DpHHy8JkqAJuckMDlIWSi6Ey12qk { width:12.5rem;height:1.29980625rem;top:11.1875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3KHMlwNkT0evrv8fSvULfCTxxZWZmMd { width:10.3125rem;height:2.875rem;top:13.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U { display:block; }#CZVmQLSI97xNiTCTJ8d1SFFQaHd9MM0U > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QV333k32NvZbpZlDLkAQQy2CTts5VlqU { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDvDZEDEgIuUeQM7htVoHMXoIzBo7A8L { width:12.5rem;height:1.3rem;top:5.8118591308594rem;left:3.7500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT0J589lrUitSVLLbmSu1XFgiLtbX51N { width:9.375rem;height:6rem;top:13.373695373535rem;left:5.3125000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #by5gmPiVpUqnE15xT10TWhgXRdGiJACI { width:12.5rem;height:3.25rem;top:9.1234779357913rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUiPgRsnQUXyzAb39Ey78zheBGW45ZRS { width:20rem;height:2rem;top:5.5622863769531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTC3Q5I88u6GnBoP2ZRrC2MPdL7r6n1a { width:9.1873125rem;height:3.18685rem;top:21.634330749512rem;left:5.4058161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5Vhip1oycsJIeE0IxSL8flOaI8BrWZW { width:16.4375rem;height:2.4375rem;top:26.759124755859rem;left:2.3122830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il17eTBSuI4pRknQQMDSifMdVvfytbOM { width:18.75rem;height:0.0618489375rem;top:4.4422721862793rem;left:0.62500005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #NN4wrsCW986EkaapR3cUlfbwKgVxp5in { display:block; }#NN4wrsCW986EkaapR3cUlfbwKgVxp5in > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RG7FqJbrhSTrCcwlBNyv7kgJBbPzcCUO { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6TEtpNZBTTCVyMDwPBvwZbayRvic4Ns { width:20rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6rWHnJNauOFGcBFQ4MlkWT1VO96T73 { width:11.8125rem;height:8.125rem;top:4.125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTdLC3a65rB0bVesVfClE8gTTwHTdXAG { display:block; }#hTdLC3a65rB0bVesVfClE8gTTwHTdXAG > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJWHXqEEFsp6T31LRTJrad9vlrRQ9X2a { width:20rem;height:1.3rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrhWJ0TiKqNmss8HLzC4XJMz0vhQN1ao { width:20rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kkyGWZTWIpoqoJmB5BDNLD2u7AHalWUw { width:9.1875rem;height:3.1875rem;top:8.1875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDTEm44fvAcCqrVrGQdQF4KH07OKMD2J { width:16.4375rem;height:2.4375rem;top:4.25rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5AwDqXrLDtyAX0xHtuVMN2zqfcEN3zb { width:15.625rem;height:3.125rem;top:13.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 { display:block; }#cttVl1vqQ3AFGWHoaEFmMXmf3m6MZIl4 > .row .container { width:20rem;height:64.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCVze8D8aWySTTnViMuv2kyZ60i26w2M { width:12.5rem;height:1.3rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRSoTDRLKO2g6bqiSV1tXFBBktud3eLH { width:20rem;height:2rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLswZgSqmmgVF9U2STLt5m4OEUEakUKi { width:9.1875rem;height:3.1875rem;top:5rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF3BwrBlsG64pH33dxNoDuLEXbi6z9N9 { width:16.4375rem;height:2.4375rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdikpBvimPru20kdgsEtI9Qm7HeBUb8G { width:12.5rem;height:3.1875rem;top:14.249130249024rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh1XCD5ct4yIMNWCS4p5zrNAw64O1QeX { width:10.875rem;height:2.6875rem;top:18.9990234375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eks48F8gir43Uzrvhf4vd9uUZZ6M6XbT { width:12.875rem;height:2.375rem;top:24.3544921875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2vEzzWAt2ytineWNWTG3tZIrulkAekZ { width:6.6875rem;height:8.0663659793812rem;top:28.8544921875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiBkKtlFuyKNqdDlmcnB1ETdyZOl7n2T { width:17.4375rem;height:2.5625rem;top:38.544921875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQPb7hWXonVzKHhH1Iv809EL4pkFDyth { width:8.5625rem;height:5.8125rem;top:42.857421875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #El3gzBqLcqemZ14dQOXl1drT6ZfsU4sC { width:10.625rem;height:3.375rem;top:50.99609375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD3MiWq4V4p2EVWcmlH44eMLcB0UmNm4 { width:14.375rem;height:4.0625rem;top:57.55859375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhgWhaPlludtmAMHbLEeuObs0tqAWOvk { display:block; }#VhgWhaPlludtmAMHbLEeuObs0tqAWOvk > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcBDvvRnEe0WCHtkIGPgCtFW8M316uEy { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJ5bctSTxBOnOVHmpJLgGauVgPeZSer4 { width:4rem;height:4rem;top:23.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEZXpdID1QpJQcbqd5TduVcDUBx3SsrB { width:4rem;height:4rem;top:23.75rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOFlMb85DqBZD0Xwh5ZLfrlPnM1yuXXV { width:6.9375rem;height:6.9375rem;top:6.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cENdv0pMDWkTPBgzlIJ6hN2t8zinUNBN { width:14.0625rem;height:6rem;top:14.4375rem;left:3rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }