.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nAE79NOI13717ngp2uEoSi8vDqR2zJII { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #b79e67;background-color:#000000;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#nAE79NOI13717ngp2uEoSi8vDqR2zJII > .row .container { border-width: 0; border-radius: 0; }#nAE79NOI13717ngp2uEoSi8vDqR2zJII > .row > .video-iframe-container {  }#nAE79NOI13717ngp2uEoSi8vDqR2zJII > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:none; }#Sowq4ETowKXgIU8iwrxvMZhneqXfv51H { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.374375rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#Tgp5FnD0MOBAZEDCXqWxNtFRBf0nGcUG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1873125rem;height:2.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.5rem;left:35.1875rem;display:block; }
#pbNimMo3Me5cP0d0NTQEnVWihal6HrlV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yKPVeaMPscTbv75oABQazEAx3TXkVWJ4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.436625rem;height:2.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.5rem;left:44.3125rem;display:block; }
#k51Lmq4THTrAkA7XaT3Tuva82M5WWaXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#UHBxz2Kg1lRQeUratvBimqK05msUmngB { background-color:#b79e67;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.250092rem;height:2.75011075rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.4375rem;left:64.75rem;display:block; }
#bc1n1RLns3T3H9S9Iq7SC6kzLnIh1THP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lpRSyafUEv36MXyZRuid5ONtZ6yp4LHL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#b79e67;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.124375rem;height:2.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.5rem;left:55.6875rem;display:block; }
#Ob0iLOHVQH84PLJc4eFOVPbbhkSo3a4J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VRbQuAWI6niWzfB2Am9AeEd5RL3yZ4Zu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#nzInIn8oFG0vay3F3pabRlEleg204Uf5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;z-index:auto;display:block; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { background-color: transparent; background-image: none; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container > .video-iframe-container { display: none; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row > .video-iframe-container { display: none; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .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); }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { border-width: 0; border-radius: 0; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row > .video-iframe-container {  }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#OUmzzkfoMoTrhmhfBapyMqSCzb4Gcwwp { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.4375rem;width:10.374375rem;top:1.09375rem;left:0rem;overflow:hidden;display:block; }
#xlar8JHTclfo5W2gHgOnpo6ls36rWNZT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.1873125rem;height:2.75rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.4375rem;left:34.0625rem;display:block; }
#IMmahQW6zrkVNRqRIzO3qOgv5rwOTpJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Ue58app0xoeNAVxIXHG1wRaseHIHmn5x { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.436625rem;height:2.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.4375rem;left:43.1875rem;display:block; }
#eyQH5aLO9l4GRwWFDbcNyx0IRJ2dh4F6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CFTnynGP6QF7Gw4yB9auVUAWPwGxZSKR { background-color:#b79e67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125217rem;height:5.625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:0rem;left:63.874785423281rem;display:block; }
#VxC9IxpNIwvTgwgkia9alLLKQgbn5120 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oLRyAk8OV7qSs2A1HlEJITMkdZ9Ix5wX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#b79e67;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.124375rem;height:2.75rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.4375rem;left:54.5625rem;display:block; }
#xkbadecJI0LrJWB3Vnc97T3IdR1wbT09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #000000);background-size:auto !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:49.75rem;width:75rem;position:relative;display:block; }#HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { color:#b79e67;display:block;width:37.0621875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:8.25rem;left:0rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { color:#ffffff;display:block;width:37.1245625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:38.962131947279rem;left:18.936633110046rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMNkJG0CZQ1QC5lhO3nH9sCMm6MlR4QH { box-sizing:content-box;color:#b79e67;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:44.749349415302rem;left:35.937501907349rem;display:block; }
#KmxSglNAgyIm66EP1Et6S8zxN5rPpC7m { background-color:transparent;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:34.625rem;left:0rem;display:block; }
#EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#I3fv4WrieA7m3bfprI9wN3k8DEeCF10h { position:absolute;display:block;z-index:100007;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;height:20.999875rem;width:37.5rem;top:12.4375rem;left:37.375rem;display:block; }
#WRrUniXSg2WLLeSWQkiIKOJX7aiyLhrH { color:#ffffff;display:block;width:33.936625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:22.8125rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J8Z7wCZvNPmh5HbZcM32TMHyVhIF0LV7 { color:#b79e67;display:block;width:32.6248125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:30.125rem;left:0rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container { background-color: transparent; background-image: none; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container > .video-iframe-container { display: none; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row > .video-iframe-container { display: none; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .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); }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container { border-width: 0; border-radius: 0; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row > .video-iframe-container {  }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#AsHGGitvVLCVcTwQvtlRxxMytO25H0qz { color:#b79e67;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container { background-color: transparent; background-image: none; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container > .video-iframe-container { display: none; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row > .video-iframe-container { display: none; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .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); }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container { border-width: 0; border-radius: 0; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row > .video-iframe-container {  }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:75rem;position:relative;display:block; }#blXtxiX8RqJwszHCwMVTnqHOEkM5A5OA { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:9.875rem;top:0rem;left:7.5625rem;overflow:hidden;display:block; }
#Abo4KVgfzuta64qXdyQ1X6Z6ho0fpoey { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:8.3125rem;top:0rem;left:33.34375rem;overflow:hidden;display:block; }
#eGExPp8VMTykWWulTnkrIg4UR3m5lKy9 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.375rem;width:8.0625rem;top:0rem;left:58.46875rem;overflow:hidden;display:block; }
#bX9h7x2eru6z8yWdJ4e7Dh0F6wpG8xHs { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:11.6875rem;left:2.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AaM3AGgRM8GNPiIgcJx7OongzmQwxH77 { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:14.5625rem;left:2.0625rem;height:3.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lzgPT9b5nQSCGQRSbco4xGofcdSWuhGR { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100006;line-height:1.8;letter-spacing:0;top:14.5625rem;left:27.0625rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsMbf1MrD4A5TyIghpaO4TNd0LlmuwQt { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:11.6875rem;left:27.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ESVFbr3g5JFKl1uSS3iOvKZp6ORyiool { color:#ffffff;display:block;width:20.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100008;line-height:1.8;letter-spacing:0;top:14.5625rem;left:52.0625rem;height:7.19925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fb3zVluAc50XgzXlcRMpDZ6wX1LWv7ss { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:11.6875rem;left:52.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { background-color: transparent; background-image: none; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container > .video-iframe-container { display: none; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row > .video-iframe-container { display: none; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .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); }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { border-width: 0; border-radius: 0; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row > .video-iframe-container {  }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { font-size:0.875rem;font-family:arial;height:28.25rem;width:75rem;position:relative;display:block; }#xhBHw0giODNHiLzI8kAuo3dzCEscp3JM { color:#000000;display:block;width:36.936875rem;position:absolute;font-family:montserrat;font-size:2.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:9.75rem;left:0rem;height:2.7625875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { color:#000000;display:block;width:35.374375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:8.0311422348025rem;left:39.625109672546rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
#qUgz6ccrMh875dVxxzt4Av8xwVNGoFOe { background-color:transparent;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.375rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:15.4736328125rem;left:8.7490234375rem;display:block; }
#UrcHcVnJeML5p46Orwx2GX9vt7dIxkgs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { background-color: transparent; background-image: none; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container > .video-iframe-container { display: none; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row > .video-iframe-container { display: none; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .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); }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { border-width: 0; border-radius: 0; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row > .video-iframe-container {  }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { font-size:0.875rem;font-family:arial;height:29rem;width:75rem;position:relative;display:block; }#zIDI4kO2dBcImLIAQcJlqL8aTTFDUttp { color:#000000;display:block;width:44.3120625rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.9055957794189rem;left:15.906034469604rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs { position:absolute;display:block;z-index:100014;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2b86bd61-1c1d-4fb2-8bd9-96ff4965d3b2/Wierusz.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;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:12.5rem;width:12.5rem;top:9.3125rem;left:1.5rem;display:block; }#CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs.adaptive-delivery-prevent-bg, #CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs.lazyload, #CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs.lazyloading { background-image: none; }
#eRxOAQtyDFUMUADeVpiba9q41zcHz5J5 { color:#000000;display:block;width:31.75rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:11.185981750488rem;left:15.342882156372rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i5q2DBKCVzfLSmhk0WSGfLV1l1a0i4aV { color:#b79e67;display:block;width:45.4375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:12.812500953674rem;left:15.342882156372rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GrAnKrppPZxf92AV875BFgMoCmEBOxaC { color:#000000;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:17.809246063233rem;left:15.342882156372rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ii2AZhczOIAM01zub822fMrA6IylVxSF { color:#b79e67;display:block;width:12rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:100017;line-height:1.5;letter-spacing:0;top:25.932066917419rem;left:15.342882156372rem;height:1.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container { background-color: transparent; background-image: none; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container > .video-iframe-container { display: none; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row > .video-iframe-container { display: none; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .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); }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container { border-width: 0; border-radius: 0; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row > .video-iframe-container {  }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:block; }#x8XzMMewfSr6HmL20hIoV4XKg0Nfwzwh { color:#000000;display:block;width:58.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:1.3118495941162rem;left:15.311414718628rem;height:25.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.4), #000000);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.4), #000000);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.4), #000000);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.4), #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.4), #000000);background-size:auto !important;position:relative;display:block; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { background-color: transparent; background-image: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container > .video-iframe-container { display: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row > .video-iframe-container { display: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .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); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { border-width: 0; border-radius: 0; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row > .video-iframe-container {  }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#EDwcE6k8HawREwR7lrQmlZwFWJ4MDCbv { color:#b79e67;display:block;width:35.4375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:0rem;height:11.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJElph3ORm2eU6An1D7EyipGHcIAcGqp { color:#ffffff;display:block;width:40.7498125rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:21.625rem;left:0rem;height:2.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGgyMV7p8duUvNo1CTDuBkDmdpRSSk1a { background-color:#b79e67;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-shadow: 0rem 0rem 0.625rem rgba(183,158,103,0.64) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.42361125rem;height:4.98611125rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:14.375rem;left:51.561414718628rem;display:block; }
#DE7uB5xf1pOvKOMTWdbSKZJpGc1ZM1tX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hxylzz3wdDr4PxHSPekPaPr2UqicxQTa { box-sizing:content-box;color:#dee8fd;font-size:3.5rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:14.36767578125rem;left:40.7490234375rem;display:block; }
#cskXTp7hFXccALeEeBpL1HrsRBQgIb3R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;display:none; }
#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh > .row .container { border-width: 0; border-radius: 0; }#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh > .row > .video-iframe-container {  }#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh > .row .container { font-size:0.875rem;font-family:arial;height:7.3125rem;width:75rem;position:relative;display:none; }#T2GANfanADNLFolewoQhhuDuvyz3KToG { color:#b79e67;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4359798431396rem;left:0rem;height:2.43706875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:none; }#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 > .row .container { border-width: 0; border-radius: 0; }#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 > .row > .video-iframe-container {  }#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:none; }#kacBvaDlT4U4wcxvSDWTbTNz1a4BGOy5 { background-color:transparent;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.73567375rem;height:3.11111125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:18.435329437256rem;left:3.0056419372559rem;display:block; }
#XB4AbSD6JmWWhb6uOxcK5gyp6GylTM0e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JtKeR089c32XKdWqASNTPpClBAW7JQHr { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:11.748046875rem;left:0.625rem;height:5.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f6a74f59-1298-4390-b227-c7e174d6b9ca/konferencjaalignerowav2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:10rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:0.91796875rem;left:0.625rem;display:block; }#PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip.adaptive-delivery-prevent-bg, #PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip.lazyload, #PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip.lazyloading { background-image: none; }
#eyRKiv46qh37wK1AMJdN0p14Z5X12b8N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#B6uS2NZcJmifXbVuayzZLHtcSiFWt5NH { background-color:transparent;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.73567375rem;height:3.11111125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:18.4375rem;left:21.75rem;display:block; }
#rQWpBiIsVbFcdr80acm979CPxJHneGVa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TnMUgb6gtIHSwBEoT7bp3QWtFkKE0PxX { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.6;letter-spacing:0;top:11.75rem;left:19.375rem;height:5.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f6a74f59-1298-4390-b227-c7e174d6b9ca/konferencjaalignerowav2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:10rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:0.9375rem;left:19.375rem;display:block; }#P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz.adaptive-delivery-prevent-bg, #P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz.lazyload, #P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz.lazyloading { background-image: none; }
#s7LaqD04dRHlAHSeSNINOcmPawhnKPCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JEDuy4rfe18XwbGTyM42rRVx9XHocoT1 { background-color:transparent;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.73567375rem;height:3.11111125rem;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:18.4375rem;left:40.5rem;display:block; }
#fGaFzbT05zEFx4LT5VpcthtrmBrkdi4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#O5Giv8ZALr3s4pTkzt5frAeVulL2LVTM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.6;letter-spacing:0;top:11.75rem;left:38.125rem;height:5.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f6a74f59-1298-4390-b227-c7e174d6b9ca/konferencjaalignerowav2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:10rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:0.9375rem;left:38.125rem;display:block; }#tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA.adaptive-delivery-prevent-bg, #tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA.lazyload, #tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA.lazyloading { background-image: none; }
#BTRxXiT3ruk3UM4Pbqzmf3L2oZtOqiCz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a1PifXKMzxcT8MP3yQmeSPcJD64GP6l4 { background-color:transparent;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.72154875rem;height:3.097005rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:18.433162689209rem;left:59.255643844604rem;display:block; }
#xnOksicxXLRKtXDcsTsTADrDV429cpP0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#g8EJlCTn0VB2TszCHebPouFCk7Rd8TQs { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100014;line-height:1.6;letter-spacing:0;top:11.748046875rem;left:56.873914718628rem;height:5.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f6a74f59-1298-4390-b227-c7e174d6b9ca/konferencjaalignerowav2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.48611125rem;height:9.98611125rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:0.91796875rem;left:56.873914718628rem;display:block; }#EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc.adaptive-delivery-prevent-bg, #EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc.lazyload, #EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc.lazyloading { background-image: none; }
#axXDt4BpktUUdqzvmoiD3qygUAUodnhK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { background-color: transparent; background-image: none; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container > .video-iframe-container { display: none; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row > .video-iframe-container { display: none; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .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); }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { border-width: 0; border-radius: 0; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row > .video-iframe-container {  }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:75rem;position:relative;display:block; }#F9PI7XCwtWMmU9AzsKrBSJcPa1vLF8rH { color:#ffffff;display:block;width:67.374375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:5.1236982345581rem;left:3.8107624053955rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container { background-color: transparent; background-image: none; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container > .video-iframe-container { display: none; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row > .video-iframe-container { display: none; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .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); }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container { border-width: 0; border-radius: 0; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row > .video-iframe-container {  }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:15.1875rem;top:2.7094173431396rem;left:4.9055976867676rem;overflow:hidden;display:block; }
#nMZSNguLx3cTEGgp0Xxhh1SP1SgNEe7M { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:13.5625rem;top:2.0193138122559rem;left:30.312501907349rem;overflow:hidden;display:block; }
#X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.749375rem;top:1.6189231872559rem;left:57.624784469604rem;overflow:hidden;display:block; }
#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container { background-color: transparent; background-image: none; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container > .video-iframe-container { display: none; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row > .video-iframe-container { display: none; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .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); }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container { border-width: 0; border-radius: 0; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row > .video-iframe-container {  }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#DFDCEwOgyBXhS40U55gTlabo9ncBadvF { color:#ffffff;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:2rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oOOEz6dQMxdF03f4O2VLNhIzlklgBOtz { color:#ffffff;display:block;width:24rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.5;letter-spacing:0;top:2rem;left:51rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#IeT6eh5QaIpGzURCHCbFnkA8Ls7vCdZ9 { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.81206875rem;width:6.311875rem;top:1.75rem;left:7.4375rem;overflow:hidden;display:block; }
#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP { position:relative;display:none; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP { border-width: 0; border-radius: 0; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container > .video-iframe-container {  }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#SGTENzIETEUW7QbdqbkghbGeTXQW1sGT { background-color:#b79e67;background-image:none;border-top:0.0625rem solid #b79e67;border-left:0.0625rem solid #b79e67;border-right:0.0625rem solid #b79e67;border-bottom:0.0625rem solid #b79e67;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.250092rem;height:2.75011075rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.4375rem;left:64.75rem;display:none; }
#gyNJeLnqTb4QHmpwhynebcSOG2gHFRNS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #nAE79NOI13717ngp2uEoSi8vDqR2zJII { display:none; }#nAE79NOI13717ngp2uEoSi8vDqR2zJII > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sowq4ETowKXgIU8iwrxvMZhneqXfv51H { width:10.3125rem;height:3.4169980119284rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgp5FnD0MOBAZEDCXqWxNtFRBf0nGcUG { width:9.125rem;height:2.75rem;top:1.5rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbNimMo3Me5cP0d0NTQEnVWihal6HrlV { display:block; }
 }@media only screen and (max-width: 763px) { #yKPVeaMPscTbv75oABQazEAx3TXkVWJ4 { width:11.375rem;height:2.75rem;top:1.5rem;left:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k51Lmq4THTrAkA7XaT3Tuva82M5WWaXC { display:block; }
 }@media only screen and (max-width: 763px) { #UHBxz2Kg1lRQeUratvBimqK05msUmngB { width:10.25rem;height:2.75rem;top:1.4375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1n1RLns3T3H9S9Iq7SC6kzLnIh1THP { display:block; }
 }@media only screen and (max-width: 763px) { #lpRSyafUEv36MXyZRuid5ONtZ6yp4LHL { width:9.0625rem;height:2.75rem;top:1.5rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ob0iLOHVQH84PLJc4eFOVPbbhkSo3a4J { display:block; }
 }@media only screen and (max-width: 763px) { #VRbQuAWI6niWzfB2Am9AeEd5RL3yZ4Zu { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nzInIn8oFG0vay3F3pabRlEleg204Uf5 { display:block; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OUmzzkfoMoTrhmhfBapyMqSCzb4Gcwwp { width:10.3125rem;height:3.4169980119284rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlar8JHTclfo5W2gHgOnpo6ls36rWNZT { width:9.125rem;height:2.6875rem;top:1.4375rem;left:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmahQW6zrkVNRqRIzO3qOgv5rwOTpJm { display:block; }
 }@media only screen and (max-width: 763px) { #Ue58app0xoeNAVxIXHG1wRaseHIHmn5x { width:11.375rem;height:2.6875rem;top:1.4375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyQH5aLO9l4GRwWFDbcNyx0IRJ2dh4F6 { display:block; }
 }@media only screen and (max-width: 763px) { #CFTnynGP6QF7Gw4yB9auVUAWPwGxZSKR { width:11.125rem;height:5.625rem;top:0rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxC9IxpNIwvTgwgkia9alLLKQgbn5120 { display:block; }
 }@media only screen and (max-width: 763px) { #oLRyAk8OV7qSs2A1HlEJITMkdZ9Ix5wX { width:9.0625rem;height:2.6875rem;top:1.4375rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbadecJI0LrJWB3Vnc97T3IdR1wbT09 { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { width:37rem;height:13rem;top:8.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { width:37.0625rem;height:5.1875rem;top:38.9375rem;left:5.3109378814697rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNkJG0CZQ1QC5lhO3nH9sCMm6MlR4QH { width:3.125rem;height:3.125rem;top:44.6875rem;left:22.312501907349rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxSglNAgyIm66EP1Et6S8zxN5rPpC7m { width:14.25rem;height:3rem;top:34.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block; }
 }@media only screen and (max-width: 763px) { #I3fv4WrieA7m3bfprI9wN3k8DEeCF10h { width:37.5rem;height:20.999875rem;top:12.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrUniXSg2WLLeSWQkiIKOJX7aiyLhrH { width:33.875rem;height:5.1875rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Z7wCZvNPmh5HbZcM32TMHyVhIF0LV7 { width:32.5625rem;height:1.75rem;top:30.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd { display:block; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsHGGitvVLCVcTwQvtlRxxMytO25H0qz { width:47.75rem;height:2.375rem;top:4.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB { display:block; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blXtxiX8RqJwszHCwMVTnqHOEkM5A5OA { width:9.875rem;height:9.375rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abo4KVgfzuta64qXdyQ1X6Z6ho0fpoey { width:8.3125rem;height:9.375rem;top:0rem;left:19.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGExPp8VMTykWWulTnkrIg4UR3m5lKy9 { width:8.0625rem;height:9.375rem;top:0rem;left:35.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9h7x2eru6z8yWdJ4e7Dh0F6wpG8xHs { width:20rem;height:1.625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaM3AGgRM8GNPiIgcJx7OongzmQwxH77 { width:20.9375rem;height:3.5625rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgPT9b5nQSCGQRSbco4xGofcdSWuhGR { width:20.9375rem;height:7.1875rem;top:14.5625rem;left:10.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMbf1MrD4A5TyIghpaO4TNd0LlmuwQt { width:20rem;height:1.625rem;top:11.6875rem;left:11.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESVFbr3g5JFKl1uSS3iOvKZp6ORyiool { width:20.9375rem;height:7.1875rem;top:14.5rem;left:26.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3zVluAc50XgzXlcRMpDZ6wX1LWv7ss { width:20rem;height:1.625rem;top:11.6875rem;left:27.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz { display:block; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhBHw0giODNHiLzI8kAuo3dzCEscp3JM { width:36.875rem;height:2.75rem;top:9.75rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { width:35.3125rem;height:;top:8rem;left:12.4375rem;font-size:0.875rem;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
 }@media only screen and (max-width: 763px) { #qUgz6ccrMh875dVxxzt4Av8xwVNGoFOe { width:14.375rem;height:3.125rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrcHcVnJeML5p46Orwx2GX9vt7dIxkgs { display:block; }
 }@media only screen and (max-width: 763px) { #TSJa67U22dQkfr38CZhFJ9niEXDlE4LB { display:block; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIDI4kO2dBcImLIAQcJlqL8aTTFDUttp { width:44.25rem;height:2.375rem;top:4.875rem;left:2.2810344696045rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs { width:12.5rem;height:12.5rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRxOAQtyDFUMUADeVpiba9q41zcHz5J5 { width:31.6875rem;height:1.25rem;top:11.125rem;left:1.7178821563721rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5q2DBKCVzfLSmhk0WSGfLV1l1a0i4aV { width:45.375rem;height:1.875rem;top:12.8125rem;left:1.7178821563721rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrAnKrppPZxf92AV875BFgMoCmEBOxaC { width:47.75rem;height:7.5rem;top:17.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2AZhczOIAM01zub822fMrA6IylVxSF { width:12rem;height:1.5rem;top:25.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr { display:block; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8XzMMewfSr6HmL20hIoV4XKg0Nfwzwh { width:47.75rem;height:25.5rem;top:1.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas { display:none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDwcE6k8HawREwR7lrQmlZwFWJ4MDCbv { width:35.375rem;height:11.5rem;top:9.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJElph3ORm2eU6An1D7EyipGHcIAcGqp { width:40.6875rem;height:2.5rem;top:21.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgyMV7p8duUvNo1CTDuBkDmdpRSSk1a { width:23.375rem;height:4.9375rem;top:14.375rem;left:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE7uB5xf1pOvKOMTWdbSKZJpGc1ZM1tX { display:block; }
 }@media only screen and (max-width: 763px) { #hxylzz3wdDr4PxHSPekPaPr2UqicxQTa { width:5rem;height:5rem;top:14.3125rem;left:27.1240234375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cskXTp7hFXccALeEeBpL1HrsRBQgIb3R { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh { display:none; }#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2GANfanADNLFolewoQhhuDuvyz3KToG { width:47.75rem;height:2.375rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 { display:none; }#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kacBvaDlT4U4wcxvSDWTbTNz1a4BGOy5 { width:12.6875rem;height:3.0625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4AbSD6JmWWhb6uOxcK5gyp6GylTM0e { display:block; }
 }@media only screen and (max-width: 763px) { #JtKeR089c32XKdWqASNTPpClBAW7JQHr { width:17.5rem;height:5.5625rem;top:11.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip { width:17.5rem;height:10rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyRKiv46qh37wK1AMJdN0p14Z5X12b8N { display:block; }
 }@media only screen and (max-width: 763px) { #B6uS2NZcJmifXbVuayzZLHtcSiFWt5NH { width:12.6875rem;height:3.0625rem;top:18.4375rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWpBiIsVbFcdr80acm979CPxJHneGVa { display:block; }
 }@media only screen and (max-width: 763px) { #TnMUgb6gtIHSwBEoT7bp3QWtFkKE0PxX { width:17.5rem;height:5.5625rem;top:11.75rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz { width:17.4375rem;height:9.9375rem;top:0.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7LaqD04dRHlAHSeSNINOcmPawhnKPCJ { display:block; }
 }@media only screen and (max-width: 763px) { #JEDuy4rfe18XwbGTyM42rRVx9XHocoT1 { width:12.6875rem;height:3.0625rem;top:18.4375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGaFzbT05zEFx4LT5VpcthtrmBrkdi4t { display:block; }
 }@media only screen and (max-width: 763px) { #O5Giv8ZALr3s4pTkzt5frAeVulL2LVTM { width:17.5rem;height:5.5625rem;top:11.75rem;left:18.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA { width:17.4375rem;height:9.9375rem;top:0.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRxXiT3ruk3UM4Pbqzmf3L2oZtOqiCz { display:block; }
 }@media only screen and (max-width: 763px) { #a1PifXKMzxcT8MP3yQmeSPcJD64GP6l4 { width:12.6875rem;height:3.0625rem;top:18.375rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOksicxXLRKtXDcsTsTADrDV429cpP0 { display:block; }
 }@media only screen and (max-width: 763px) { #g8EJlCTn0VB2TszCHebPouFCk7Rd8TQs { width:17.5rem;height:5.5625rem;top:11.6875rem;left:30.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc { width:17.4375rem;height:9.9375rem;top:0.875rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #axXDt4BpktUUdqzvmoiD3qygUAUodnhK { display:block; }
 }@media only screen and (max-width: 763px) { #HT2l8nv21mRhQcaU3VTV0ulPEa562uXE { display:block; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PI7XCwtWMmU9AzsKrBSJcPa1vLF8rH { width:47.75rem;height:4.875rem;top:5.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 { display:block; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { width:15.1875rem;height:1.875rem;top:2.6875rem;left:0.34309768676758rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZSNguLx3cTEGgp0Xxhh1SP1SgNEe7M { width:13.5625rem;height:3.1875rem;top:2rem;left:16.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { width:9.6875rem;height:4.0367170972498rem;top:1.5625rem;left:34.812284469604rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHG20NxeZM4T7GNarcVVKvkDOcxziCNE { display:block; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFDCEwOgyBXhS40U55gTlabo9ncBadvF { width:6.75rem;height:1.25rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOOEz6dQMxdF03f4O2VLNhIzlklgBOtz { width:23.9375rem;height:1.25rem;top:2rem;left:23.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeT6eh5QaIpGzURCHCbFnkA8Ls7vCdZ9 { width:6.25rem;height:1.7941625rem;top:1.7583694458007rem;left:5.0623916387558rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP { display:none; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SGTENzIETEUW7QbdqbkghbGeTXQW1sGT { width:10.25rem;height:2.75rem;top:1.4375rem;left:37.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #gyNJeLnqTb4QHmpwhynebcSOG2gHFRNS { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5e9f951-8690-46e7-ae5c-99661039dfc1/konferencjatlopropozycja.preview.rotate_270.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #nAE79NOI13717ngp2uEoSi8vDqR2zJII { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#nAE79NOI13717ngp2uEoSi8vDqR2zJII > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sowq4ETowKXgIU8iwrxvMZhneqXfv51H { width:7.874875rem;height:2.62478125rem;top:1.1555976867676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tgp5FnD0MOBAZEDCXqWxNtFRBf0nGcUG { width:11.5625rem;height:3.125rem;top:6.3125rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbNimMo3Me5cP0d0NTQEnVWihal6HrlV { display:block; }
 }@media only screen and (max-width: 763px) { #yKPVeaMPscTbv75oABQazEAx3TXkVWJ4 { width:11.5625rem;height:3.125rem;top:10.375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k51Lmq4THTrAkA7XaT3Tuva82M5WWaXC { display:block; }
 }@media only screen and (max-width: 763px) { #UHBxz2Kg1lRQeUratvBimqK05msUmngB { width:20rem;height:4.0625rem;top:19.375543594361rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bc1n1RLns3T3H9S9Iq7SC6kzLnIh1THP { display:block; }
 }@media only screen and (max-width: 763px) { #lpRSyafUEv36MXyZRuid5ONtZ6yp4LHL { width:11.5625rem;height:3.125rem;top:14.4375rem;left:4.25rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Ob0iLOHVQH84PLJc4eFOVPbbhkSo3a4J { display:block; }
 }@media only screen and (max-width: 763px) { #VRbQuAWI6niWzfB2Am9AeEd5RL3yZ4Zu { top:0.90603637695312rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100005;color:#b79e67;display:block; }
 }@media only screen and (max-width: 763px) { #nzInIn8oFG0vay3F3pabRlEleg204Uf5 { position:relative;z-index:auto;display:none; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { width:20rem;height:35.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUmzzkfoMoTrhmhfBapyMqSCzb4Gcwwp { width:7.125rem;height:2.4375rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlar8JHTclfo5W2gHgOnpo6ls36rWNZT { width:10.25rem;height:3.125rem;top:9.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmahQW6zrkVNRqRIzO3qOgv5rwOTpJm { display:block; }
 }@media only screen and (max-width: 763px) { #Ue58app0xoeNAVxIXHG1wRaseHIHmn5x { width:11.25rem;height:3.125rem;top:14.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyQH5aLO9l4GRwWFDbcNyx0IRJ2dh4F6 { display:block; }
 }@media only screen and (max-width: 763px) { #CFTnynGP6QF7Gw4yB9auVUAWPwGxZSKR { width:6.75rem;height:2.875rem;top:27.93rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxC9IxpNIwvTgwgkia9alLLKQgbn5120 { display:block; }
 }@media only screen and (max-width: 763px) { #oLRyAk8OV7qSs2A1HlEJITMkdZ9Ix5wX { width:9.0625rem;height:2.75rem;top:32.055rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbadecJI0LrJWB3Vnc97T3IdR1wbT09 { display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5e9f951-8690-46e7-ae5c-99661039dfc1/konferencjatlopropozycja.preview.rotate_270.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.59); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { width:19.8746875rem;height:7.1484375rem;top:4.1238059997559rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { width:20rem;height:2.79948125rem;top:37.887914896011rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMNkJG0CZQ1QC5lhO3nH9sCMm6MlR4QH { width:3.125rem;height:3.125rem;top:40.625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxSglNAgyIm66EP1Et6S8zxN5rPpC7m { width:14.1107795rem;height:2.86078575rem;top:32.437067270279rem;left:2.880859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block; }
 }@media only screen and (max-width: 763px) { #I3fv4WrieA7m3bfprI9wN3k8DEeCF10h { height:11.1295625rem;width:19.8746875rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRrUniXSg2WLLeSWQkiIKOJX7aiyLhrH { width:19.437375rem;height:3.1987875rem;top:12rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J8Z7wCZvNPmh5HbZcM32TMHyVhIF0LV7 { width:20rem;height:2.79948125rem;top:29.061415672302rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd { display:block; }#J3e3TbUC15rWQhVuuREbS1w9BnoyDFgd > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AsHGGitvVLCVcTwQvtlRxxMytO25H0qz { width:18.75rem;height:2.59874375rem;top:1.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB { display:block; }#cXKdPzKBF7laehyR5EI7Vh5xssTyIGJB > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blXtxiX8RqJwszHCwMVTnqHOEkM5A5OA { width:6.5625rem;height:6.25rem;top:1.25rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Abo4KVgfzuta64qXdyQ1X6Z6ho0fpoey { width:5.875rem;height:6.625rem;top:16rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGExPp8VMTykWWulTnkrIg4UR3m5lKy9 { width:5.0625rem;height:5.875rem;top:34.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9h7x2eru6z8yWdJ4e7Dh0F6wpG8xHs { width:20rem;height:1.13715rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaM3AGgRM8GNPiIgcJx7OongzmQwxH77 { width:20rem;height:3.14995625rem;top:10.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgPT9b5nQSCGQRSbco4xGofcdSWuhGR { width:20rem;height:6.2999375rem;top:26.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMbf1MrD4A5TyIghpaO4TNd0LlmuwQt { width:20rem;height:1.13715rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESVFbr3g5JFKl1uSS3iOvKZp6ORyiool { width:19.6245625rem;height:4.7249375rem;top:43.3125rem;left:0.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3zVluAc50XgzXlcRMpDZ6wX1LWv7ss { width:20rem;height:1.13715rem;top:41.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz { display:block; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhBHw0giODNHiLzI8kAuo3dzCEscp3JM { width:20rem;height:1.2999125rem;top:4.1875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { width:20rem;height:13.311625rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
 }@media only screen and (max-width: 763px) { #qUgz6ccrMh875dVxxzt4Av8xwVNGoFOe { width:14.375rem;height:3.125rem;top:22.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrcHcVnJeML5p46Orwx2GX9vt7dIxkgs { display:block; }
 }@media only screen and (max-width: 763px) { #TSJa67U22dQkfr38CZhFJ9niEXDlE4LB { display:block; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIDI4kO2dBcImLIAQcJlqL8aTTFDUttp { width:20rem;height:1.2999125rem;top:3.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgJ7HsgbJxSIbTnzwJqPJTFkFK4VnKUs { width:12.5rem;height:12.5rem;top:6.4984802490231rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRxOAQtyDFUMUADeVpiba9q41zcHz5J5 { width:12.1245625rem;height:2.24935rem;top:20.448134899139rem;left:3.9366321563721rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i5q2DBKCVzfLSmhk0WSGfLV1l1a0i4aV { width:20rem;height:1.49956875rem;top:23.385417938233rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GrAnKrppPZxf92AV875BFgMoCmEBOxaC { width:20rem;height:17.0610625rem;top:26.572266578674rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ii2AZhczOIAM01zub822fMrA6IylVxSF { width:11.9998125rem;height:1.3125rem;top:44.203018188476rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr { display:block; }#whID2XRlBH9wnkGt6vcUIGZSNNLFNZqr > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x8XzMMewfSr6HmL20hIoV4XKg0Nfwzwh { width:20rem;height:55.12051875rem;top:0.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f5e9f951-8690-46e7-ae5c-99661039dfc1/konferencjatlopropozycja.preview.rotate_270.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.adaptive-delivery-prevent-bg, #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.lazyload, #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.lazyloading { background-image: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { background-color: transparent; background-image: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container > .video-iframe-container { display: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row > .video-iframe-container { display: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .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); }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EDwcE6k8HawREwR7lrQmlZwFWJ4MDCbv { width:20rem;height:2.99913125rem;top:4.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJElph3ORm2eU6An1D7EyipGHcIAcGqp { width:16.1246875rem;height:3.1987875rem;top:8.625rem;left:1.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGgyMV7p8duUvNo1CTDuBkDmdpRSSk1a { width:16.2500295rem;height:3.74999825rem;top:17.6875rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DE7uB5xf1pOvKOMTWdbSKZJpGc1ZM1tX { display:block; }
 }@media only screen and (max-width: 763px) { #hxylzz3wdDr4PxHSPekPaPr2UqicxQTa { width:5rem;height:5rem;top:14.4746125rem;left:7.5rem;font-size:3.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cskXTp7hFXccALeEeBpL1HrsRBQgIb3R { top:12.5625rem;left:7.75rem;width:4.43739375rem;height:4.43739375rem;z-index:100009;font-size:3.0625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh { display:none; }#aIWSvGl8MidHpKew2ID4XQCRa5lRuRvh > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #T2GANfanADNLFolewoQhhuDuvyz3KToG { width:20rem;height:1.29936875rem;top:4.1872730255127rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 { display:none; }#RRQsA0J0IxZh4bJaa6yC05TTZu7AQJd3 > .row .container { width:20rem;height:94.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kacBvaDlT4U4wcxvSDWTbTNz1a4BGOy5 { width:12.6875rem;height:3.0625rem;top:19.34461875rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XB4AbSD6JmWWhb6uOxcK5gyp6GylTM0e { display:block; }
 }@media only screen and (max-width: 763px) { #JtKeR089c32XKdWqASNTPpClBAW7JQHr { width:17.5rem;height:5.59895625rem;top:12.5rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuEuHKfGk1WLyaMfDmXBvT9gnuIg1Aip { width:17.5rem;height:10rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyRKiv46qh37wK1AMJdN0p14Z5X12b8N { display:block; }
 }@media only screen and (max-width: 763px) { #B6uS2NZcJmifXbVuayzZLHtcSiFWt5NH { width:12.6875rem;height:3.0625rem;top:41.6892375rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQWpBiIsVbFcdr80acm979CPxJHneGVa { display:block; }
 }@media only screen and (max-width: 763px) { #TnMUgb6gtIHSwBEoT7bp3QWtFkKE0PxX { width:17.5rem;height:5.59895625rem;top:34.84461875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7sHaSvlfNezW5dAqMokMLMJ4ZQbEskz { width:17.4375rem;height:9.9375rem;top:23.65711875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7LaqD04dRHlAHSeSNINOcmPawhnKPCJ { display:block; }
 }@media only screen and (max-width: 763px) { #JEDuy4rfe18XwbGTyM42rRVx9XHocoT1 { width:12.6875rem;height:3.0625rem;top:64.03385625rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGaFzbT05zEFx4LT5VpcthtrmBrkdi4t { display:block; }
 }@media only screen and (max-width: 763px) { #O5Giv8ZALr3s4pTkzt5frAeVulL2LVTM { width:17.5rem;height:5.59895625rem;top:57.1892375rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQ8p736tXaeTClJTli0ci8NUcbQmJ4MA { width:17.4375rem;height:9.9375rem;top:46.0017375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRxXiT3ruk3UM4Pbqzmf3L2oZtOqiCz { display:block; }
 }@media only screen and (max-width: 763px) { #a1PifXKMzxcT8MP3yQmeSPcJD64GP6l4 { width:12.6875rem;height:3.0625rem;top:86.378475rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOksicxXLRKtXDcsTsTADrDV429cpP0 { display:block; }
 }@media only screen and (max-width: 763px) { #g8EJlCTn0VB2TszCHebPouFCk7Rd8TQs { width:17.5rem;height:5.59895625rem;top:79.53385625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN2kngq7iQev7y0HOeNszQ48ZMa2ztDc { width:17.4375rem;height:9.9375rem;top:68.34635625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #axXDt4BpktUUdqzvmoiD3qygUAUodnhK { display:block; }
 }@media only screen and (max-width: 763px) { #HT2l8nv21mRhQcaU3VTV0ulPEa562uXE { position:relative;z-index:auto;display:block; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F9PI7XCwtWMmU9AzsKrBSJcPa1vLF8rH { width:20rem;height:5.19748125rem;top:4.6245670318604rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 { display:block; }#rrUKPqkwaWFXlpBpwZIWsIuf7Pt9o6Q3 > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { width:12.75rem;height:1.625rem;top:1.6867408752441rem;left:3.6241321563721rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZSNguLx3cTEGgp0Xxhh1SP1SgNEe7M { width:13.125rem;height:3.125rem;top:6.2179908752441rem;left:3.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { width:11.25rem;height:4.62456875rem;top:12.217882156372rem;left:4.3750004768372rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHG20NxeZM4T7GNarcVVKvkDOcxziCNE { position:relative;z-index:auto;display:block; }#rHG20NxeZM4T7GNarcVVKvkDOcxziCNE > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DFDCEwOgyBXhS40U55gTlabo9ncBadvF { width:14.4375rem;height:1.125rem;top:2.25rem;left:2.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOOEz6dQMxdF03f4O2VLNhIzlklgBOtz { width:20rem;height:1.125rem;top:7.1240234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IeT6eh5QaIpGzURCHCbFnkA8Ls7vCdZ9 { width:6.25rem;height:1.7941625rem;top:4.1238059997559rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP { background-color: transparent; background-image: none; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container > .video-iframe-container { display: none; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row > .video-iframe-container { display: none; }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .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); }#xWVErbzb9XC9CVmnVuIQVWFGKPunQoLP > .row .container { width:20rem;background-color:transparent;background-image:none;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SGTENzIETEUW7QbdqbkghbGeTXQW1sGT { width:11.437717rem;height:3.000217rem;top:0rem;left:4.2187504768372rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #gyNJeLnqTb4QHmpwhynebcSOG2gHFRNS { display:block; }
 }