.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); }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG { 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; }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG > .row .container { border-width: 0; border-radius: 0; }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG > .row > .video-iframe-container {  }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#U5D7fvWRU4JnMn5nEPJb8cSEq1z1euFl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:9.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#aEl3I2oSofyXiAJBo9OJoSSg3Zf7kPwC { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.8125rem;left:42.375rem;display:block; }
#GVRZm6WBciBHqgelawT0hFvPfBeOufpG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#alP74gy6b4qh3J3vrxZE6peEfkPJQvIX { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.8125rem;left:34.3125rem;display:block; }
#iAuLUJLFutaWC0leuv3RFvf90Feaonog { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WmIFwdp7Zo7DbHLkKtcTnNm3z0Oggbpc { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.8125rem;left:52.5625rem;display:block; }
#ZcUatJeTck8VMaBXP5gEicLv8TD74EBy { 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; }
#GE1mP3ZsBcIsCz9xngoql5DtqpMLrZTQ { 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:6.750217rem;height:2.875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.8120660781861rem;left:68.124457359313rem;display:none; }
#GJcgW2u8eOoigwfXFHsAJL0zWEBtZMV8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#nzInIn8oFG0vay3F3pabRlEleg204Uf5 { 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: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:6.5rem;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:2.8125rem;width:9.875rem;top:1.84375rem;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:7.9996875rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:1.6861976385117rem;left:45.625002861023rem;display:block; }
#IMmahQW6zrkVNRqRIzO3qOgv5rwOTpJm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vt4okkMleMEsMVT4oenMJ1pRN1Hc4KpV { 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:6.312375rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.6861976385117rem;left:38.624133110046rem;display:block; }
#vaP0oeK2MSsNUHwxMUxl83vIOrmGRQs3 { 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:8.3121875rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.6861976385117rem;left:54.499243736267rem;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.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.8120660781861rem;left:64.625113487244rem;display:block; }
#VxC9IxpNIwvTgwgkia9alLLKQgbn5120 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #b79e67;background-color:#000000;background-image:none;position:relative;z-index:auto;display:none; }#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV > .row .container { border-width: 0; border-radius: 0; }#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV > .row > .video-iframe-container {  }#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:none; }#xx5cplPVN4JPPqzNI4O3cbOw0xlWROh2 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:9.875rem;top:0.9375rem;left:0rem;overflow:hidden;display:block; }
#dclL1B7MPa33kUuUStAkuztdwamO2JR6 { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:3.125rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.8125rem;left:42.375rem;display:block; }
#ukRhJap1HyC79ZnbShUNEQxxbRbdstER { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#uP4I2p0zbffZ12v97WSgmT3mP14zpPRg { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.125rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:0.8125rem;left:34.3125rem;display:block; }
#IozHuZQa9OcEt92sInHbu2xneevfxifb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JFABQ7yVFKTWslWoMy8kZa5SrR5NqQQq { 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:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:3.125rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:0.8125rem;left:52.5625rem;display:block; }
#zaCMLyDhCGPeSMsQyPW6C2sfAUez0aQP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#yTBRC8iKQdR9JzTlG7QCQNQ4TP8bvAVS { 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:11.25rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.78125rem;left:63.75rem;display:block; }
#nTZsOvwr5gqPpbMGErOWKDDWToVBSScP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b79e67;background-image:none;color:#ffffff;padding-top:0.321875rem;padding-right:0.285625rem;padding-bottom:0.321875rem;padding-left:0.285625rem;display:block;align-items:center;width:1.7125rem;min-width:1.7125rem;height:1.729375rem;position:relative;font-family:"open sans";font-size:1.286875rem;font-weight:700;line-height:27.67px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.283125rem;height:0.68375rem;position:relative;font-family:montserrat;font-size:0.4825rem;font-weight:400;line-height:10.94px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:11.75rem;height:3.3125rem;padding-top:0.4025rem;padding-right:0.4075rem;padding-bottom:0.4025rem;padding-left:0.4075rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.56982421875rem;left:20.5625rem;z-index:100005; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #adyMgMwgNFONRTJH1qa83e72T6Oc9N54 { display:flex;position:relative;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #T7i4tiR5rKQ5vGHIGfprywo0kqT1AO9P { width:auto; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #gkdAxLGf5yorbdg6DT4E7bpHI7NBsuSU {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #V6xzA1zJhEI3pM50CVD72fM2tpgTJEDc { display:flex;position:relative;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #CEtxIT0sOGyvIexQlIaRlkTGIsXe4sXz {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #TPt20l6yaXfEodnSUiwtfkoKB8nwN3Ui {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #Mil0mDQlBA3obNHTlC5RfvJcTrEQMVAN { display:flex;position:relative;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #nCSkPVip9cwPopazoIRdLgcCLseBd0XE {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #SryZ9TSZhiTegCo0A7Iw6fM1QFT8IlQ2 {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #xWta49QPk7295AI9OixU7QRTZbbkZodD { display:flex;position:relative;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #zJkkhmsELQN1Ft2xwAK1sQnh9AhF9Dig {  }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #ytbyUvgPiZqCTW9DqroGHcWFme8cdKn8 {  }
#p4OtiNCIxMKwy1DWMW9bciDoPKs9V7JB { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:1.1748046875rem;left:11.0625rem;height:2.3369125rem;text-align:right;text-align-last:right;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:47.375rem;width:75rem;position:relative;display:block; }#yk8gNI8sU0nqq27WrBVn6aSWlRfAHSrT { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.75rem;width:45.4375rem;top:10.625rem;left:14.8125rem;overflow:hidden;display:block; }
#HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { color:#b79e67;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:24.375rem;left:21.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { color:#ffffff;display:block;width:38.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:27.9375rem;left:18.3125rem;height:4rem;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:42.125rem;left:35.9375rem;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:35.4375rem;left:20.875rem;display:block; }
#EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#q1f2gXf3foMDHs7c2ML4QLXixs2Hlo2B { 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: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:35.4375rem;left:39.8125rem;display:block; }
#pewp7so0tHpx0izRG93ARa9TWkmAJxKz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;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:28.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:7.19925rem;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.19921875rem;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:10.8125rem;width:75rem;position:relative;display:block; }#xhBHw0giODNHiLzI8kAuo3dzCEscp3JM { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:6.125rem;left:15.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qoSWITDwITPmrpQqykPImFAQKRikZVhZ { color:#ffffff;display:block;width:32.375rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:9.1875rem;left:21.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container { background-color: transparent; background-image: none; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container > .video-iframe-container { display: none; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row > .video-iframe-container { display: none; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .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); }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container { border-width: 0; border-radius: 0; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row > .video-iframe-container {  }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container { font-size:0.875rem;font-family:arial;height:17.0625rem;width:75rem;position:relative;display:block; }#MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3592cdf0-8b1d-419d-8994-7354d4bd5147/wykadowcyKA2Becker.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:6.25rem;width:6.25rem;top:3.3125rem;left:2.8125rem;display:block; }#MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv.adaptive-delivery-prevent-bg, #MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv.lazyload, #MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv.lazyloading { background-image: none; }
#Lqx5LA183LROgNoMz9Iy8Ntlfdd54gsO { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:4.625rem;left:11.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:11.875rem;left:11.25rem;height:3.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
#QP9vW2F5THsTakzoxF2xXW21ommXDe28 { color:#000000;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:11.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mz1qzASioPUDT8IgsNVCOONgM4SxKAIF { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:69.375rem;top:16.1875rem;left:2.8125rem;display:block; }
#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container { background-color: transparent; background-image: none; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container > .video-iframe-container { display: none; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row > .video-iframe-container { display: none; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .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); }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container { border-width: 0; border-radius: 0; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row > .video-iframe-container {  }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2 { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2159210a-7802-47c9-bf3e-0913c61c59e1/wykadowcyKA2Caruso.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:6.25rem;width:6.25rem;top:3.3125rem;left:2.8125rem;display:block; }#kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2.adaptive-delivery-prevent-bg, #kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2.lazyload, #kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2.lazyloading { background-image: none; }
#hHICIKFG7R2X5zgIVfE17Ti1IJ65PzAX { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:4.625rem;left:11.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EEpqzPIrT04MOWuQdWinn06HhyaS1crJ { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:11.875rem;left:11.1875rem;height:4.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#EEpqzPIrT04MOWuQdWinn06HhyaS1crJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EEpqzPIrT04MOWuQdWinn06HhyaS1crJ li:before{  }
#WBUcQlXgAcFeDTVOt5PIrUetkhnMH269 { color:#000000;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:11.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R6nnKcKOMRddSLmlOwzNXOuKChMpAuM8 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:69.375rem;top:17.875rem;left:2.75rem;display:block; }
#gsSAxMDnbBPgNV6SwzSZIX1rXz4XRvz7 { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:3.3125rem;left:11.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zTKMhq3XmANQlxne23LpZnO42dMH9b8H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container { background-color: transparent; background-image: none; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container > .video-iframe-container { display: none; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row > .video-iframe-container { display: none; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .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); }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container { border-width: 0; border-radius: 0; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row > .video-iframe-container {  }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b555dbec-84b8-4ba2-8bad-13f76d128259/wykadowcyKA2Pardus.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:6.25rem;width:6.25rem;top:3.3125rem;left:2.8125rem;display:block; }#WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz.adaptive-delivery-prevent-bg, #WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz.lazyload, #WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz.lazyloading { background-image: none; }
#hSzSs9bGfrnhnK03M85bTo7FbArD0ugc { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:4.625rem;left:11.125rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:11.875rem;left:11.1875rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG li:before{  }
#da77dmFRrNZSuqSdpzRsZguOdg58QTNI { color:#000000;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:11.1875rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n8XAUZLBebJbVc3DPx8AaTNcqc4LrAP9 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:69.375rem;top:18.0625rem;left:2.75rem;display:block; }
#lTyzqnlquQthAHe56pdbTVdfRalpCLKK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:block; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container { background-color: transparent; background-image: none; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container > .video-iframe-container { display: none; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row > .video-iframe-container { display: none; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .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); }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container { border-width: 0; border-radius: 0; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row > .video-iframe-container {  }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container { font-size:0.875rem;font-family:arial;height:23.8125rem;width:75rem;position:relative;display:block; }#ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ca7c5eb-b672-43c5-8b70-acd96772b0ec/wykadowcyKA2Couchat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:6.25rem;width:6.25rem;top:3.3125rem;left:2.8125rem;display:block; }#ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph.adaptive-delivery-prevent-bg, #ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph.lazyload, #ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph.lazyloading { background-image: none; }
#c1MC9SZ6CArBXgStp9y2VLKTvWR0KXeD { color:#ffffff;display:block;width:61.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.5;letter-spacing:0;top:5.5625rem;left:11.15625rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z { color:#000000;display:block;width:61.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:11.875rem;left:11.25rem;height:6.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z li:before{  }
#wCr9CoAxr1OqT54l531lcl7do2w2vCRo { color:#000000;display:block;width:51.25rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:9.6875rem;left:11.25rem;height:1.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gOPJrTmm0twrrN9ui3TpPWhvce7L0n5P { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100016;line-height:1.5;letter-spacing:0;top:3.3125rem;left:11.125rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:none; }#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW > .row .container { border-width: 0; border-radius: 0; }#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW > .row > .video-iframe-container {  }#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:none; }#mvgbypWybKlhwbEc8XGnAzmyrDcVNSaG { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:28.5rem;height:4.87413125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#olp8EtMsOM9PmQz32T1HioJqT0uUPVpE { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:10.375rem;left:28.5rem;height:14.87194375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#Hh5wE4hmoDgWpOrluh31PyZEVl1dhSPR { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.375rem;width:25.375rem;top:5.25rem;left:0rem;overflow:hidden;display:block; }
#nKoMMl7UhbhiTmAdILHEOUfEJXCTTqKL { background-color:#b79e67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:26.375rem;left:28.5rem;display:block; }
#T1TIowI7qZMTbFFAw3csoz8rd0zyrt5X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container { background-color: transparent; background-image: none; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container > .video-iframe-container { display: none; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row > .video-iframe-container { display: none; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .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); }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container { border-width: 0; border-radius: 0; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row > .video-iframe-container {  }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:75rem;position:relative;display:block; }#QJZasadWT5kUQwME9ITyik2Qx5ZmW3lJ { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.8125rem;left:28.5rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ewxce565rB5b9qs5QzrNMK3287WyQ82r { color:#000000;display:block;width:46.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.7;letter-spacing:0;top:11.75rem;left:28.5rem;height:11.89794375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#mLkmH7QpHsxPBSgXClIJVWcTPKhGhA9o { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.5625rem;width:22.6875rem;top:6.4375rem;left:0rem;overflow:hidden;display:block; }
#tDrJxUTozbdp3AqmaUiRU9NkA2PTkL6d { background-color:#b79e67;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:24.9375rem;left:28.5rem;display:block; }
#KkTFGk965eOONwMBsydZ8sQgpENROC5s { 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:10rem;width:75rem;position:relative;display:block; }#zIDI4kO2dBcImLIAQcJlqL8aTTFDUttp { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.71875rem;left:15.34375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container { background-color: transparent; background-image: none; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container > .video-iframe-container { display: none; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row > .video-iframe-container { display: none; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .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); }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container { border-width: 0; border-radius: 0; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row > .video-iframe-container {  }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0 { position:absolute;display:block;z-index:100001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3ca7c5eb-b672-43c5-8b70-acd96772b0ec/wykadowcyKA2Couchat.png");background-position: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:0rem;left:3.0625rem;display:block; }#g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0.adaptive-delivery-prevent-bg, #g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0.lazyload, #g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0.lazyloading { background-image: none; }
#ZNFPqlRnLcTfw3qfgwSa6iW4TGl15Cu2 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:13.5625rem;left:1.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jb6DCR83VdrEk0RkVlvtTayJZXqxExB9 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:15.4375rem;left:1.5625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bHTb2lTIkGTTMIO8XVr98TeReKoW5H29 { color:#b79e67;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:23.1875rem;left:1.5625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bKxdKcllcWMR2cxIK9BqUwbQSClSTJ2g { 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:#000000;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.5rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:19.0625rem;left:3.125rem;display:block; }
#PtWK7hM1RaJwgvUt5IgZHp3LgGhZUn6V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NIpdmBmuBItQPEM6K6m7hiG1kXTCOgwT { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100014;line-height:1.5;letter-spacing:0;top:15.4375rem;left:20.3125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OUEmvOIMSHOPLyg1k2Ts3uBCyveFwVyN { color:#b79e67;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:23.1875rem;left:20.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g6Nn0GFPWZyxVGE7wJmeDrX8hBfpU5pw { 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:#000000;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.5rem;height:3.125rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:19.0625rem;left:21.875rem;display:block; }
#E7Rd4PQu2lMyeNHEe9S0tbFTgScGAA9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2159210a-7802-47c9-bf3e-0913c61c59e1/wykadowcyKA2Caruso.png");background-position: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:0rem;left:21.8125rem;display:block; }#GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx.adaptive-delivery-prevent-bg, #GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx.lazyload, #GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx.lazyloading { background-image: none; }
#HDsstHgFprE1JcG5iSMHTnefUpkrCAhz { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:13.5625rem;left:20.3125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCB9IBIHpI6XXOKgMgIDcmsUngPfXdHQ { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:15.4375rem;left:39.0625rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqUHZ870yXnLwOVO2WAHEIA9LqOetxpa { 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:#000000;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.5rem;height:3.125rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:19.0625rem;left:40.625rem;display:block; }
#kO8t6SCMqXxkORDgCZOtfJTG7IJRcPB2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gRy3nucKCbc3Xy356cz4470VQ1PlfePq { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3592cdf0-8b1d-419d-8994-7354d4bd5147/wykadowcyKA2Becker.png");background-position: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:0rem;left:40.5625rem;display:block; }#gRy3nucKCbc3Xy356cz4470VQ1PlfePq.adaptive-delivery-prevent-bg, #gRy3nucKCbc3Xy356cz4470VQ1PlfePq.lazyload, #gRy3nucKCbc3Xy356cz4470VQ1PlfePq.lazyloading { background-image: none; }
#VtsFdPZAMOp4adfH7eRkmqB2mHabPukL { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100020;line-height:1.5;letter-spacing:0;top:13.5625rem;left:39.0625rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#trqroXPOlMfo7qEi0sc45fCXvyPqV6sQ { 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:#000000;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.5rem;height:3.125rem;text-decoration:none;z-index:100019;text-align:center;text-align-last:center;top:19.0625rem;left:59.375rem;display:block; }
#t9HMoinMebGEUy5M5zAyuFuM1D3XrmI1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BKoWSrJFgtlA9S3BTvQQWTox63IsplE8 { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100023;line-height:1.5;letter-spacing:0;top:15.4375rem;left:57.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zm2mQIItc6MO3Cc2ZnCSVUu1EaVJnq9J { color:#000000;display:block;width:15.625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100024;line-height:1.5;letter-spacing:0;top:13.5625rem;left:57.8125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5 { position:absolute;display:block;z-index:100015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b555dbec-84b8-4ba2-8bad-13f76d128259/wykadowcyKA2Pardus.png");background-position: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:0rem;left:59.3125rem;display:block; }#grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5.adaptive-delivery-prevent-bg, #grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5.lazyload, #grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5.lazyloading { background-image: none; }
#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:none;position:relative;display:block; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container { background-color: transparent; background-image: none; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container > .video-iframe-container { display: none; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row > .video-iframe-container { display: none; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .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); }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container { border-width: 0; border-radius: 0; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row > .video-iframe-container {  }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:75rem;position:relative;display:block; }#KnX4btvgwUZ3dAaNBtJiBFAUv7pRRN9T { color:#000000;display:block;width:44.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:5.1875rem;left:15.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nGEqMP6J3ayFgLFAD2TWDa8GgsZ1RTxS { color:#000000;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:8.5625rem;left:2.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9CVw1oPbETiXnGWXyuV6qGd2qIfHnUA { color:#000000;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:28.4375rem;left:2.8125rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lWHWPTCpsICC0F5fwl3UcDTEmeCT20Sn { color:#000000;display:block;width:69.375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:100010;line-height:1.5;letter-spacing:0;top:11.8125rem;left:2.8125rem;height:12rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b79e67;background-image:none;position:relative;display:none; }#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU > .row .container { border-width: 0; border-radius: 0; }#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU > .row > .video-iframe-container {  }#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:75rem;position:relative;display:none; }#Da1q3CfTdzVOXUivrtHIacOuVqPcDPUN { color:#000000;display:block;width:73.125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0.9375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqZMrZJxiso1FcbQPrKHbA96NElQsCW3 { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.8;letter-spacing:0;top:9rem;left:10.375rem;height:6.749675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.82);background-image:none;position:relative;display:none; }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 > .row .container { border-width: 0; border-radius: 0; }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 > .row > .video-iframe-container {  }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 > .row .container { font-size:0.875rem;font-family:arial;height:43.9375rem;width:75rem;position:relative;display:none; }#NvHrplWZbzPMa2BF75fdSrlTOr9fikzJ { color:#b79e67;display:block;width:41.8125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:12.875rem;left:0rem;height:11.53125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v8byey0yvOG8zW3CiuSKO4ExVP1O0ANr { color:#ffffff;display:block;width:41.125rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:26.375rem;left:0rem;height:2.9624rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-form-header {  }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-regular-label { height:auto;display:none;font-family:montserrat;font-size:0.875rem;font-weight:bold;color:#000000;width:26.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:montserrat;vertical-align:top;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:26.875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-button { background-color:#b79e67;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#000000;width:26.875rem;height:3.4375rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu [class*="-text"]:-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu [class*="-text"]::-moz-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:25.625rem;overflow:hidden;font-style:normal; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-container:first-of-type{padding-top:0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-container:last-of-type{padding-bottom:0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:5.625rem;left:45.625rem; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.875rem;display:block;vertical-align:top; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-info-text { display:block;height:auto;font-family:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu {display:block;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100006;position:absolute;top:5.625rem;left:45.625rem; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BudWXDTiAb4ammGcEFwI2Kw87iUMndCt { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #slAg3IXSp8MfqggR8Wbmz2flgKmPzmT0 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #JS9LtNiSEFQKBfLr2TxDPdnsizsrrhQf { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #VJEa6P4V7dfBJAZmdgNZ8wfyosPtQUdE { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IPrcLLWPDy2fTnIrXtdqb8HQ2O4wrBS4 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rJ7XyVXDSdJl4fml4t9HNusE9znVdHUm { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #dIZVCGlp5mgqfuTuSUdQfF6FSlXfM9qb { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rZaQZg0yPbCcGCEd2TklQVc29kwaCLwt { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #hTxmrtG4QxRxD152l5Z9IrOlBBU8eony { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #KX72W17HNCMVXpaK8EFBnbhrLlQBqTPK { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #mEc5gwZl7CtkwOXkpsEtWONzKVqzoTtF { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IZAZGUtQ9R22R7Xrgm2TEuKOFWUg2IV8 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BQ1mb6oTrhcxatWfPewL9a9hy5Cd53qP { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #tenDTWa6WtohV3ro7H4RSrOrrfmKyZt8 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #x8AyZ0FTzpNxyU0vi7oB5RfmgUSAcn7F { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #OB7UtffmkFGn6eZhAx59gECHV5JusFiV { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #LGc9OoFCdbAw1O147dxotpVtSXWQHHK0 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #pNialp5Ck7rnhEl9M8rd1EdddUQ2TrPS { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #puT8uoNtWIOsbzqfTnakJ4QBT2U4nES2 { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #MQ011KAmvWVwR2zESq63acmTVk2L7XGW { position:relative;z-index:2; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #cMVl1oAkphIiQWKDL8D8I3sRv0gNGc3x { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #GSnZro3LQT3ma9WoxGaKgAp4hfSEuaXR { position:relative; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #bAJMZ7ZJJz9NTbGnQ6aTd01lDqbqa2ZA { position:relative; }
#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.7);background-image:none;position:relative;display:none; }#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:33.75rem;width:75rem;position:relative;display:none; }#EDwcE6k8HawREwR7lrQmlZwFWJ4MDCbv { color:#b79e67;display:block;width:41.8125rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:7.125rem;left:0rem;height:11.5299375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xJElph3ORm2eU6An1D7EyipGHcIAcGqp { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:300;z-index:100005;line-height:1.6;letter-spacing:0;top:19.1875rem;left:0rem;height:7.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.4375rem;height:5rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:14.375rem;left:51.5625rem;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.375rem;left:41.8125rem;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:10.9375rem;width:75rem;position:relative;display:block; }#CfRJIGeIaIAJkCvzNL9lQLmPzPzpylSJ { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:3.3125rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZAaI86n5pl3ZiIXdZzkdSFHfO3RFvWGP { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:6.375rem;left:0rem;height:1.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.1875rem;width:9.4375rem;top:3.375rem;left:14.4375rem;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:2.25rem;width:9.625rem;top:5.84375rem;left:11.5625rem;overflow:hidden;display:block; }
#EAkiNHvyxArNnTrEcqTOIWDPV8tWfdBV { color:#000000;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:4.8125rem;left:51rem;height:1.3125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:5.5rem;top:5.84375rem;left:22.25rem;overflow:hidden;display:block; }
#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#97804f;background-image:none;position:relative;display:block; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container { background-color: transparent; background-image: none; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container > .video-iframe-container { display: none; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row > .video-iframe-container { display: none; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .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); }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container { border-width: 0; border-radius: 0; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row > .video-iframe-container {  }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#SvhE1JJsi4d0brLRZpHJmuLqyUTdGCq3 { color:#ffffff;display:block;width:8.5625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:0.9521484375rem;left:0rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fb8gWsrPHsrD4oWCTDZyOewng7CRd3sm { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:5.24956875rem;top:0.78125rem;left:7.0610895156863rem;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; }#aure0mKGDoltU88nXQTbcW6aqQoSsdAy { 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-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.85) ;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:11.25rem;height:3.125rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:0.78125rem;left:63.75rem;display:none; }
#L1pugwO4lBxMIrB3AEHeN18ZCfO89Hny { 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) { #fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG { display:none; }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #U5D7fvWRU4JnMn5nEPJb8cSEq1z1euFl { width:9.875rem;height:2.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEl3I2oSofyXiAJBo9OJoSSg3Zf7kPwC { width:10.25rem;height:3.125rem;top:0.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVRZm6WBciBHqgelawT0hFvPfBeOufpG { display:block; }
 }@media only screen and (max-width: 763px) { #alP74gy6b4qh3J3vrxZE6peEfkPJQvIX { width:8.125rem;height:3.125rem;top:0.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAuLUJLFutaWC0leuv3RFvf90Feaonog { display:block; }
 }@media only screen and (max-width: 763px) { #WmIFwdp7Zo7DbHLkKtcTnNm3z0Oggbpc { width:11.25rem;height:3.125rem;top:0.8125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcUatJeTck8VMaBXP5gEicLv8TD74EBy { 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) { #GE1mP3ZsBcIsCz9xngoql5DtqpMLrZTQ { width:6.75rem;height:2.875rem;top:1.75rem;left:41rem;display:none; }
 }@media only screen and (max-width: 763px) { #GJcgW2u8eOoigwfXFHsAJL0zWEBtZMV8 { display:block; }
 }@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:9.875rem;height:2.8125rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlar8JHTclfo5W2gHgOnpo6ls36rWNZT { width:7.9375rem;height:3.125rem;top:1.625rem;left:32.000002861023rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMmahQW6zrkVNRqRIzO3qOgv5rwOTpJm { display:block; }
 }@media only screen and (max-width: 763px) { #vt4okkMleMEsMVT4oenMJ1pRN1Hc4KpV { width:6.25rem;height:3.125rem;top:1.625rem;left:24.999133110046rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaP0oeK2MSsNUHwxMUxl83vIOrmGRQs3 { display:block; }
 }@media only screen and (max-width: 763px) { #Ue58app0xoeNAVxIXHG1wRaseHIHmn5x { width:8.25rem;height:3.125rem;top:1.625rem;left:39.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyQH5aLO9l4GRwWFDbcNyx0IRJ2dh4F6 { display:block; }
 }@media only screen and (max-width: 763px) { #CFTnynGP6QF7Gw4yB9auVUAWPwGxZSKR { width:10.25rem;height:2.75rem;top:1.75rem;left:37.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VxC9IxpNIwvTgwgkia9alLLKQgbn5120 { display:block; }
 }@media only screen and (max-width: 763px) { #peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV { display:none; }#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xx5cplPVN4JPPqzNI4O3cbOw0xlWROh2 { width:9.875rem;height:2.8125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclL1B7MPa33kUuUStAkuztdwamO2JR6 { width:10.25rem;height:3.125rem;top:0.8125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhJap1HyC79ZnbShUNEQxxbRbdstER { display:block; }
 }@media only screen and (max-width: 763px) { #uP4I2p0zbffZ12v97WSgmT3mP14zpPRg { width:8.125rem;height:3.125rem;top:0.8125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozHuZQa9OcEt92sInHbu2xneevfxifb { display:block; }
 }@media only screen and (max-width: 763px) { #JFABQ7yVFKTWslWoMy8kZa5SrR5NqQQq { width:11.25rem;height:3.125rem;top:0.8125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCMLyDhCGPeSMsQyPW6C2sfAUez0aQP { display:block; }
 }@media only screen and (max-width: 763px) { #yTBRC8iKQdR9JzTlG7QCQNQ4TP8bvAVS { width:11.25rem;height:3.125rem;top:0.75rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZsOvwr5gqPpbMGErOWKDDWToVBSScP { display:block; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm { display:flex;width:18rem;height:5.0625rem;top:2.875rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #adyMgMwgNFONRTJH1qa83e72T6Oc9N54 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #T7i4tiR5rKQ5vGHIGfprywo0kqT1AO9P {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #gkdAxLGf5yorbdg6DT4E7bpHI7NBsuSU {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #V6xzA1zJhEI3pM50CVD72fM2tpgTJEDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #CEtxIT0sOGyvIexQlIaRlkTGIsXe4sXz {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #TPt20l6yaXfEodnSUiwtfkoKB8nwN3Ui {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #Mil0mDQlBA3obNHTlC5RfvJcTrEQMVAN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #nCSkPVip9cwPopazoIRdLgcCLseBd0XE {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #SryZ9TSZhiTegCo0A7Iw6fM1QFT8IlQ2 {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #xWta49QPk7295AI9OixU7QRTZbbkZodD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #zJkkhmsELQN1Ft2xwAK1sQnh9AhF9Dig {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #ytbyUvgPiZqCTW9DqroGHcWFme8cdKn8 {  }
 }@media only screen and (max-width: 763px) { #p4OtiNCIxMKwy1DWMW9bciDoPKs9V7JB { width:9.0625rem;height:2.3125rem;top:1.125rem;left:0rem;font-size:0.875rem;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) { #yk8gNI8sU0nqq27WrBVn6aSWlRfAHSrT { width:45.4375rem;height:12.75rem;top:10.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { width:32.375rem;height:2.4375rem;top:24.375rem;left:7.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { width:38.375rem;height:4rem;top:27.9375rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNkJG0CZQ1QC5lhO3nH9sCMm6MlR4QH { width:3.125rem;height:3.125rem;top:42.125rem;left:22.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxSglNAgyIm66EP1Et6S8zxN5rPpC7m { width:14.375rem;height:3.125rem;top:35.4375rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block; }
 }@media only screen and (max-width: 763px) { #q1f2gXf3foMDHs7c2ML4QLXixs2Hlo2B { width:14.375rem;height:3.125rem;top:35.4375rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewp7so0tHpx0izRG93ARa9TWkmAJxKz { 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.4375rem;top:4.4375rem;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:7.1875rem;top:14.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgPT9b5nQSCGQRSbco4xGofcdSWuhGR { width:20.9375rem;height:7rem;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.5625rem;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:44.3125rem;height:2.4375rem;top:6.125rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSWITDwITPmrpQqykPImFAQKRikZVhZ { width:32.375rem;height:1.625rem;top:9.1875rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te { display:block; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv { width:6.25rem;height:6.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqx5LA183LROgNoMz9Iy8Ntlfdd54gsO { width:47.75rem;height:3.75rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { width:47.75rem;height:3.3125rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
 }@media only screen and (max-width: 763px) { #QP9vW2F5THsTakzoxF2xXW21ommXDe28 { width:47.75rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz1qzASioPUDT8IgsNVCOONgM4SxKAIF { width:47.75rem;height:0.0625rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTnSNpExPUXpMu665dCQZqAIyqDCciQ { display:block; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2 { width:6.25rem;height:6.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHICIKFG7R2X5zgIVfE17Ti1IJ65PzAX { width:47.75rem;height:3.75rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEpqzPIrT04MOWuQdWinn06HhyaS1crJ { width:47.75rem;height:4.8125rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#EEpqzPIrT04MOWuQdWinn06HhyaS1crJ li:before{  }
 }@media only screen and (max-width: 763px) { #WBUcQlXgAcFeDTVOt5PIrUetkhnMH269 { width:47.75rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6nnKcKOMRddSLmlOwzNXOuKChMpAuM8 { width:47.75rem;height:0.0625rem;top:17.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsSAxMDnbBPgNV6SwzSZIX1rXz4XRvz7 { width:15.625rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKMhq3XmANQlxne23LpZnO42dMH9b8H { display:block; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz { width:6.25rem;height:6.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzSs9bGfrnhnK03M85bTo7FbArD0ugc { width:47.75rem;height:3.75rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG { width:47.75rem;height:5.125rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG li:before{  }
 }@media only screen and (max-width: 763px) { #da77dmFRrNZSuqSdpzRsZguOdg58QTNI { width:47.75rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XAUZLBebJbVc3DPx8AaTNcqc4LrAP9 { width:47.75rem;height:0.0625rem;top:18.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTyzqnlquQthAHe56pdbTVdfRalpCLKK { display:block; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph { width:6.25rem;height:6.25rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MC9SZ6CArBXgStp9y2VLKTvWR0KXeD { width:47.75rem;height:1.875rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z { width:47.75rem;height:6.9375rem;top:11.875rem;left:0rem;font-size:0.75rem;display:block; }#vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z li:before{  }
 }@media only screen and (max-width: 763px) { #wCr9CoAxr1OqT54l531lcl7do2w2vCRo { width:47.75rem;height:1.875rem;top:9.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOPJrTmm0twrrN9ui3TpPWhvce7L0n5P { width:15.625rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW { display:none; }#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mvgbypWybKlhwbEc8XGnAzmyrDcVNSaG { width:44.3125rem;height:4.875rem;top:4.4375rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #olp8EtMsOM9PmQz32T1HioJqT0uUPVpE { width:46.5rem;height:14.875rem;top:10.375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5wE4hmoDgWpOrluh31PyZEVl1dhSPR { width:25.375rem;height:23.375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKoMMl7UhbhiTmAdILHEOUfEJXCTTqKL { width:12.5rem;height:3.125rem;top:26.375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TIowI7qZMTbFFAw3csoz8rd0zyrt5X { display:block; }
 }@media only screen and (max-width: 763px) { #KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 { display:block; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJZasadWT5kUQwME9ITyik2Qx5ZmW3lJ { width:44.25rem;height:4.8125rem;top:5.8125rem;left:3.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewxce565rB5b9qs5QzrNMK3287WyQ82r { width:46.4375rem;height:11.875rem;top:11.75rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkmH7QpHsxPBSgXClIJVWcTPKhGhA9o { width:22.625rem;height:21.503395363573rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrJxUTozbdp3AqmaUiRU9NkA2PTkL6d { width:12.5rem;height:3.125rem;top:24.9375rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTFGk965eOONwMBsydZ8sQgpENROC5s { 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.3125rem;height:2.4375rem;top:5.6875rem;left:1.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN { display:block; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0 { width:12.5rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFPqlRnLcTfw3qfgwSa6iW4TGl15Cu2 { width:15.625rem;height:1.3125rem;top:13.5625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6DCR83VdrEk0RkVlvtTayJZXqxExB9 { width:15.625rem;height:1.5rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTb2lTIkGTTMIO8XVr98TeReKoW5H29 { width:15.625rem;height:1.3125rem;top:23.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKxdKcllcWMR2cxIK9BqUwbQSClSTJ2g { width:12.5rem;height:3.125rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWK7hM1RaJwgvUt5IgZHp3LgGhZUn6V { display:block; }
 }@media only screen and (max-width: 763px) { #NIpdmBmuBItQPEM6K6m7hiG1kXTCOgwT { width:15.625rem;height:1.5rem;top:15.4375rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEmvOIMSHOPLyg1k2Ts3uBCyveFwVyN { width:15.625rem;height:1.3125rem;top:23.1875rem;left:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Nn0GFPWZyxVGE7wJmeDrX8hBfpU5pw { width:12.5rem;height:3.125rem;top:19.0625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Rd4PQu2lMyeNHEe9S0tbFTgScGAA9S { display:block; }
 }@media only screen and (max-width: 763px) { #GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx { width:12.5rem;height:12.5rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDsstHgFprE1JcG5iSMHTnefUpkrCAhz { width:15.625rem;height:1.3125rem;top:13.5625rem;left:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB9IBIHpI6XXOKgMgIDcmsUngPfXdHQ { width:15.625rem;height:1.5rem;top:15.4375rem;left:20.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqUHZ870yXnLwOVO2WAHEIA9LqOetxpa { width:12.5rem;height:3.125rem;top:19.0625rem;left:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO8t6SCMqXxkORDgCZOtfJTG7IJRcPB2 { display:block; }
 }@media only screen and (max-width: 763px) { #gRy3nucKCbc3Xy356cz4470VQ1PlfePq { width:12.5rem;height:12.5rem;top:0rem;left:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtsFdPZAMOp4adfH7eRkmqB2mHabPukL { width:15.625rem;height:1.3125rem;top:13.5625rem;left:20.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqroXPOlMfo7qEi0sc45fCXvyPqV6sQ { width:12.5rem;height:3.125rem;top:19.0625rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9HMoinMebGEUy5M5zAyuFuM1D3XrmI1 { display:block; }
 }@media only screen and (max-width: 763px) { #BKoWSrJFgtlA9S3BTvQQWTox63IsplE8 { width:15.625rem;height:1.5rem;top:15.4375rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2mQIItc6MO3Cc2ZnCSVUu1EaVJnq9J { width:15.625rem;height:1.3125rem;top:13.5625rem;left:32.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5 { width:12.5rem;height:12.5rem;top:0rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT78FAWrS9APRTAOpdAnUsov9L66wPP5 { display:block; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnX4btvgwUZ3dAaNBtJiBFAUv7pRRN9T { width:44.3125rem;height:2.4375rem;top:5.1875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEqMP6J3ayFgLFAD2TWDa8GgsZ1RTxS { width:47.75rem;height:1.5rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CVw1oPbETiXnGWXyuV6qGd2qIfHnUA { width:47.75rem;height:1.5rem;top:28.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHWPTCpsICC0F5fwl3UcDTEmeCT20Sn { width:47.75rem;height:12rem;top:11.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU { display:none; }#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Da1q3CfTdzVOXUivrtHIacOuVqPcDPUN { width:47.75rem;height:2.4375rem;top:5.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqZMrZJxiso1FcbQPrKHbA96NElQsCW3 { width:47.75rem;height:6.75rem;top:9rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 { display:none; }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NvHrplWZbzPMa2BF75fdSrlTOr9fikzJ { width:41.8125rem;height:11.5rem;top:12.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8byey0yvOG8zW3CiuSKO4ExVP1O0ANr { width:41.125rem;height:2.875rem;top:26.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-regular-label { width:26.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-textarea { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-button { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-checkbox-label { width:25.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu  { width:26.875rem;height:30.1875rem;top:5.625rem;left:18.375rem; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .radio-container { width:26.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu {display:block;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu { width:26.875rem;height:30.1875rem;top:5.625rem;left:18.375rem; }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BudWXDTiAb4ammGcEFwI2Kw87iUMndCt {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #slAg3IXSp8MfqggR8Wbmz2flgKmPzmT0 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #JS9LtNiSEFQKBfLr2TxDPdnsizsrrhQf {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #VJEa6P4V7dfBJAZmdgNZ8wfyosPtQUdE {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IPrcLLWPDy2fTnIrXtdqb8HQ2O4wrBS4 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rJ7XyVXDSdJl4fml4t9HNusE9znVdHUm {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #dIZVCGlp5mgqfuTuSUdQfF6FSlXfM9qb {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rZaQZg0yPbCcGCEd2TklQVc29kwaCLwt {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #hTxmrtG4QxRxD152l5Z9IrOlBBU8eony {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #KX72W17HNCMVXpaK8EFBnbhrLlQBqTPK {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #mEc5gwZl7CtkwOXkpsEtWONzKVqzoTtF {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IZAZGUtQ9R22R7Xrgm2TEuKOFWUg2IV8 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BQ1mb6oTrhcxatWfPewL9a9hy5Cd53qP {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #tenDTWa6WtohV3ro7H4RSrOrrfmKyZt8 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #x8AyZ0FTzpNxyU0vi7oB5RfmgUSAcn7F {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #OB7UtffmkFGn6eZhAx59gECHV5JusFiV {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #LGc9OoFCdbAw1O147dxotpVtSXWQHHK0 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #pNialp5Ck7rnhEl9M8rd1EdddUQ2TrPS {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #puT8uoNtWIOsbzqfTnakJ4QBT2U4nES2 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #MQ011KAmvWVwR2zESq63acmTVk2L7XGW {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #cMVl1oAkphIiQWKDL8D8I3sRv0gNGc3x {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #GSnZro3LQT3ma9WoxGaKgAp4hfSEuaXR {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #bAJMZ7ZJJz9NTbGnQ6aTd01lDqbqa2ZA {  }
 }@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:41.8125rem;height:11.5rem;top:7.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJElph3ORm2eU6An1D7EyipGHcIAcGqp { width:40.75rem;height:7.5rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGgyMV7p8duUvNo1CTDuBkDmdpRSSk1a { width:23.4375rem;height:5rem;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.375rem;left:28.1875rem;font-size:3.5rem;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) { #CfRJIGeIaIAJkCvzNL9lQLmPzPzpylSJ { width:14.4375rem;height:1.3125rem;top:3.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAaI86n5pl3ZiIXdZzkdSFHfO3RFvWGP { width:12.6875rem;height:1.3125rem;top:6.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { width:9.4375rem;height:1.1875rem;top:3.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZSNguLx3cTEGgp0Xxhh1SP1SgNEe7M { width:9.625rem;height:2.25rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAkiNHvyxArNnTrEcqTOIWDPV8tWfdBV { width:24rem;height:1.3125rem;top:4.8125rem;left:23.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { width:5.5rem;height:2.375rem;top:5.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH { display:block; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvhE1JJsi4d0brLRZpHJmuLqyUTdGCq3 { top:0.9375rem;left:0rem;width:8.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb8gWsrPHsrD4oWCTDZyOewng7CRd3sm { width:5.1875rem;height:1.5440256402014rem;top:0.75rem;left:0rem;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) { #aure0mKGDoltU88nXQTbcW6aqQoSsdAy { width:11.25rem;height:3.125rem;top:0.75rem;left:36.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #L1pugwO4lBxMIrB3AEHeN18ZCfO89Hny { 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:contain !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) { #fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#fD9IZZlLPLm7huKCou9TKmUtyJcTwTFG > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U5D7fvWRU4JnMn5nEPJb8cSEq1z1euFl { width:9.875rem;height:2.8125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEl3I2oSofyXiAJBo9OJoSSg3Zf7kPwC { width:10.25rem;height:3.125rem;top:9.8125rem;left:4.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVRZm6WBciBHqgelawT0hFvPfBeOufpG { display:block; }
 }@media only screen and (max-width: 763px) { #alP74gy6b4qh3J3vrxZE6peEfkPJQvIX { width:8.125rem;height:3.125rem;top:6.75rem;left:5.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAuLUJLFutaWC0leuv3RFvf90Feaonog { display:block; }
 }@media only screen and (max-width: 763px) { #WmIFwdp7Zo7DbHLkKtcTnNm3z0Oggbpc { width:11.25rem;height:3.125rem;top:12.9375rem;left:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcUatJeTck8VMaBXP5gEicLv8TD74EBy { display:block; }
 }@media only screen and (max-width: 763px) { #VRbQuAWI6niWzfB2Am9AeEd5RL3yZ4Zu { top:0.65625rem;left:16.875rem;width:3.125rem;height:3.125rem;z-index:100005;color:#b79e67;display:block; }
 }@media only screen and (max-width: 763px) { #GE1mP3ZsBcIsCz9xngoql5DtqpMLrZTQ { width:10.9999045rem;height:2.874892rem;top:16.0625rem;left:4.4375rem;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #GJcgW2u8eOoigwfXFHsAJL0zWEBtZMV8 { display:block; }
 }@media only screen and (max-width: 763px) { #nzInIn8oFG0vay3F3pabRlEleg204Uf5 { position:relative;z-index:auto;display:none; }#nzInIn8oFG0vay3F3pabRlEleg204Uf5 > .row .container { width:20rem;height:31.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OUmzzkfoMoTrhmhfBapyMqSCzb4Gcwwp { width:9.875rem;height:2.8125rem;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) { #vt4okkMleMEsMVT4oenMJ1pRN1Hc4KpV { width:8.125rem;height:3.125rem;top:5.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaP0oeK2MSsNUHwxMUxl83vIOrmGRQs3 { 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) { #peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV { position:relative;z-index:auto;display:none; }#peVBmtlCuIzvn2J5NQim5NgIpAuiwJhV > .row .container { width:20rem;height:29.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xx5cplPVN4JPPqzNI4O3cbOw0xlWROh2 { width:9.875rem;height:2.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dclL1B7MPa33kUuUStAkuztdwamO2JR6 { width:10.25rem;height:3.125rem;top:9.6875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukRhJap1HyC79ZnbShUNEQxxbRbdstER { display:block; }
 }@media only screen and (max-width: 763px) { #uP4I2p0zbffZ12v97WSgmT3mP14zpPRg { width:8.125rem;height:3.125rem;top:5.3125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IozHuZQa9OcEt92sInHbu2xneevfxifb { display:block; }
 }@media only screen and (max-width: 763px) { #JFABQ7yVFKTWslWoMy8kZa5SrR5NqQQq { width:11.25rem;height:3.125rem;top:14.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaCMLyDhCGPeSMsQyPW6C2sfAUez0aQP { display:block; }
 }@media only screen and (max-width: 763px) { #yTBRC8iKQdR9JzTlG7QCQNQ4TP8bvAVS { width:11.25rem;height:3.125rem;top:18.4375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTZsOvwr5gqPpbMGErOWKDDWToVBSScP { display:block; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm { display:flex;width:18rem;height:5.0625rem;top:18.4375rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #adyMgMwgNFONRTJH1qa83e72T6Oc9N54 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #T7i4tiR5rKQ5vGHIGfprywo0kqT1AO9P {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #gkdAxLGf5yorbdg6DT4E7bpHI7NBsuSU {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #V6xzA1zJhEI3pM50CVD72fM2tpgTJEDc { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #CEtxIT0sOGyvIexQlIaRlkTGIsXe4sXz {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #TPt20l6yaXfEodnSUiwtfkoKB8nwN3Ui {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #Mil0mDQlBA3obNHTlC5RfvJcTrEQMVAN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #nCSkPVip9cwPopazoIRdLgcCLseBd0XE {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #SryZ9TSZhiTegCo0A7Iw6fM1QFT8IlQ2 {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #xWta49QPk7295AI9OixU7QRTZbbkZodD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #zJkkhmsELQN1Ft2xwAK1sQnh9AhF9Dig {  }
 }@media only screen and (max-width: 763px) { #RgsHZih8cBaKbt1Z2ER10zCS6lI1rCqm #ytbyUvgPiZqCTW9DqroGHcWFme8cdKn8 {  }
 }@media only screen and (max-width: 763px) { #p4OtiNCIxMKwy1DWMW9bciDoPKs9V7JB { width:9.0625rem;height:0;top:25.555rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:45.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yk8gNI8sU0nqq27WrBVn6aSWlRfAHSrT { width:16.5625rem;height:4.5625rem;top:11.875rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPSTNkv9TbazJuwnBpeTPEZ5M4HmeXC3 { width:20rem;height:1.625rem;top:17.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdMbVqGJQt8kcTTzgKOCHqZKdkXNTP0W { width:16.5rem;height:6.3984375rem;top:21.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMNkJG0CZQ1QC5lhO3nH9sCMm6MlR4QH { width:3.125rem;height:3.125rem;top:40.5478515625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmxSglNAgyIm66EP1Et6S8zxN5rPpC7m { width:14.375rem;height:3.125rem;top:30.625rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWmNDkBbmEOV96sDEtCF6lqPXo1p3fkG { display:block; }
 }@media only screen and (max-width: 763px) { #q1f2gXf3foMDHs7c2ML4QLXixs2Hlo2B { width:14.375rem;height:3.125rem;top:35rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pewp7so0tHpx0izRG93ARa9TWkmAJxKz { 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.5996125rem;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:59.0625rem;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:19.26171875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGExPp8VMTykWWulTnkrIg4UR3m5lKy9 { width:5.0625rem;height:5.875rem;top:39.2734375rem;left:7.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bX9h7x2eru6z8yWdJ4e7Dh0F6wpG8xHs { width:20rem;height:1.13720625rem;top:8.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaM3AGgRM8GNPiIgcJx7OongzmQwxH77 { width:20rem;height:6.2988125rem;top:10.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzgPT9b5nQSCGQRSbco4xGofcdSWuhGR { width:20rem;height:6.298825rem;top:29.38671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsMbf1MrD4A5TyIghpaO4TNd0LlmuwQt { width:20rem;height:1.13720625rem;top:27.38671875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESVFbr3g5JFKl1uSS3iOvKZp6ORyiool { width:20rem;height:6.2988125rem;top:48.7109375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fb3zVluAc50XgzXlcRMpDZ6wX1LWv7ss { width:20rem;height:1.13720625rem;top:46.4609375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz { display:block; }#ukDTBz0lNLUcTxTK96Mnz2Lcq8zbkyvz > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhBHw0giODNHiLzI8kAuo3dzCEscp3JM { width:20rem;height:1.625rem;top:3.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoSWITDwITPmrpQqykPImFAQKRikZVhZ { width:20rem;height:1.13720625rem;top:5.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te { display:block; }#VBBrsxBx7JMRIDTZpuOrxUfTLTiEk4Te > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtSVKMF7ZQGOnKqJCyq49BNB4WedczSv { width:3.125rem;height:3.125rem;top:2.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lqx5LA183LROgNoMz9Iy8Ntlfdd54gsO { width:15.9375rem;height:7.5rem;top:2.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c { width:20rem;height:7.0625rem;top:13.625rem;left:0rem;font-size:0.75rem;display:block; }#FoLgRzBK6TEX9tI9rBJthnTwMrMiW89c li:before{  }
 }@media only screen and (max-width: 763px) { #QP9vW2F5THsTakzoxF2xXW21ommXDe28 { width:20rem;height:1.3125rem;top:11.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz1qzASioPUDT8IgsNVCOONgM4SxKAIF { width:20rem;height:0.0625rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTnSNpExPUXpMu665dCQZqAIyqDCciQ { display:block; }#MsTnSNpExPUXpMu665dCQZqAIyqDCciQ > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTJFU622H2mt4lhQbU2M8rOVwFot9Hy2 { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHICIKFG7R2X5zgIVfE17Ti1IJ65PzAX { width:15.9375rem;height:7.5rem;top:3rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EEpqzPIrT04MOWuQdWinn06HhyaS1crJ { width:20rem;height:5.9375rem;top:13.6875rem;left:0rem;font-size:0.75rem;display:block; }#EEpqzPIrT04MOWuQdWinn06HhyaS1crJ li:before{  }
 }@media only screen and (max-width: 763px) { #WBUcQlXgAcFeDTVOt5PIrUetkhnMH269 { width:20rem;height:1.3125rem;top:11.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6nnKcKOMRddSLmlOwzNXOuKChMpAuM8 { width:20rem;height:0.0625rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsSAxMDnbBPgNV6SwzSZIX1rXz4XRvz7 { width:12.25rem;height:0.9375rem;top:1.25rem;left:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTKMhq3XmANQlxne23LpZnO42dMH9b8H { display:block; }#zTKMhq3XmANQlxne23LpZnO42dMH9b8H > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WIkBCZ1r7TLtawG2fInVoteBVu9qOwKz { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSzSs9bGfrnhnK03M85bTo7FbArD0ugc { width:15.9375rem;height:6rem;top:1.3125rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG { width:20rem;height:8.5rem;top:10.6875rem;left:0rem;font-size:0.75rem;display:block; }#i7VPpOKC9MxhKxuiTiX2FT0ve2ypCXMG li:before{  }
 }@media only screen and (max-width: 763px) { #da77dmFRrNZSuqSdpzRsZguOdg58QTNI { width:20rem;height:1.3125rem;top:8.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8XAUZLBebJbVc3DPx8AaTNcqc4LrAP9 { width:20rem;height:0.0625rem;top:20.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTyzqnlquQthAHe56pdbTVdfRalpCLKK { display:block; }#lTyzqnlquQthAHe56pdbTVdfRalpCLKK > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPZ5Eae1qefN01c5bANPE9VaaNbCCMph { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1MC9SZ6CArBXgStp9y2VLKTvWR0KXeD { width:15.9375rem;height:3rem;top:2.6875rem;left:4.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z { width:20rem;height:11.0625rem;top:9.25rem;left:0rem;font-size:0.75rem;display:block; }#vdV87ytBbsfufaTKT0GZAOpB3GiVqF5z li:before{  }
 }@media only screen and (max-width: 763px) { #wCr9CoAxr1OqT54l531lcl7do2w2vCRo { width:20rem;height:1.3125rem;top:7.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOPJrTmm0twrrN9ui3TpPWhvce7L0n5P { width:12.25rem;height:0.9375rem;top:0.9375rem;left:3.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW { display:none; }#wRoXgAK1EDxNL6Wewdkv1T4phT9WzoIW > .row .container { width:20rem;height:54.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mvgbypWybKlhwbEc8XGnAzmyrDcVNSaG { width:19.375rem;height:4.875rem;top:4.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olp8EtMsOM9PmQz32T1HioJqT0uUPVpE { width:20rem;height:16.36030625rem;top:28.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh5wE4hmoDgWpOrluh31PyZEVl1dhSPR { width:18.0625rem;height:16.4375rem;top:10.5625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKoMMl7UhbhiTmAdILHEOUfEJXCTTqKL { width:12.5rem;height:3.125rem;top:46.5625rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1TIowI7qZMTbFFAw3csoz8rd0zyrt5X { display:block; }
 }@media only screen and (max-width: 763px) { #KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 { display:block; }#KkvrpMQMIT6EbBDqTwXTIll10mn29Rk6 > .row .container { width:20rem;height:46.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QJZasadWT5kUQwME9ITyik2Qx5ZmW3lJ { width:19.375rem;height:4.875rem;top:14.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ewxce565rB5b9qs5QzrNMK3287WyQ82r { width:20rem;height:16.36030625rem;top:20.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLkmH7QpHsxPBSgXClIJVWcTPKhGhA9o { width:9.8746875rem;height:9.375rem;top:3.9375rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tDrJxUTozbdp3AqmaUiRU9NkA2PTkL6d { width:12.5rem;height:3.125rem;top:39.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkTFGk965eOONwMBsydZ8sQgpENROC5s { display:block; }
 }@media only screen and (max-width: 763px) { #TSJa67U22dQkfr38CZhFJ9niEXDlE4LB { display:block; }#TSJa67U22dQkfr38CZhFJ9niEXDlE4LB > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zIDI4kO2dBcImLIAQcJlqL8aTTFDUttp { width:20rem;height:1.625rem;top:3.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN { display:block; }#F7vsgWy1iIcTUfu6tu7HgJ5d4sv6svKN > .row .container { width:20rem;height:89.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g2AGoUxQZcC9piCgycITQwNg7S0Q3ml0 { width:9.375rem;height:9.375rem;top:3.125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNFPqlRnLcTfw3qfgwSa6iW4TGl15Cu2 { width:15.625rem;height:1.125rem;top:13.4375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb6DCR83VdrEk0RkVlvtTayJZXqxExB9 { width:15.625rem;height:1.5rem;top:14.5625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTb2lTIkGTTMIO8XVr98TeReKoW5H29 { width:15.625rem;height:1.125rem;top:21.0625rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKxdKcllcWMR2cxIK9BqUwbQSClSTJ2g { width:12.5rem;height:3.125rem;top:16.75rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PtWK7hM1RaJwgvUt5IgZHp3LgGhZUn6V { display:block; }
 }@media only screen and (max-width: 763px) { #NIpdmBmuBItQPEM6K6m7hiG1kXTCOgwT { width:15.625rem;height:1.5rem;top:36.0625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUEmvOIMSHOPLyg1k2Ts3uBCyveFwVyN { width:15.625rem;height:1.125rem;top:42.875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6Nn0GFPWZyxVGE7wJmeDrX8hBfpU5pw { width:12.5rem;height:3.125rem;top:38.375rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7Rd4PQu2lMyeNHEe9S0tbFTgScGAA9S { display:block; }
 }@media only screen and (max-width: 763px) { #GceQeBpxmhTUJhlxVlgzuEzhQMNITbUx { width:9.375rem;height:9.375rem;top:24.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDsstHgFprE1JcG5iSMHTnefUpkrCAhz { width:15.625rem;height:1.125rem;top:34.9375rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCB9IBIHpI6XXOKgMgIDcmsUngPfXdHQ { width:15.625rem;height:1.5rem;top:58rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqUHZ870yXnLwOVO2WAHEIA9LqOetxpa { width:12.5rem;height:3.125rem;top:60.5rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kO8t6SCMqXxkORDgCZOtfJTG7IJRcPB2 { display:block; }
 }@media only screen and (max-width: 763px) { #gRy3nucKCbc3Xy356cz4470VQ1PlfePq { width:9.375rem;height:9.375rem;top:46.25rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtsFdPZAMOp4adfH7eRkmqB2mHabPukL { width:15.625rem;height:1.125rem;top:56.875rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trqroXPOlMfo7qEi0sc45fCXvyPqV6sQ { width:12.5rem;height:3.125rem;top:80.3125rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9HMoinMebGEUy5M5zAyuFuM1D3XrmI1 { display:block; }
 }@media only screen and (max-width: 763px) { #BKoWSrJFgtlA9S3BTvQQWTox63IsplE8 { width:15.625rem;height:1.5rem;top:77.625rem;left:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm2mQIItc6MO3Cc2ZnCSVUu1EaVJnq9J { width:15.625rem;height:1.125rem;top:76.5rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grcgXAsp5xaNzJANDlN5FvKeHBbJTDQ5 { width:9.375rem;height:9.375rem;top:65.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uT78FAWrS9APRTAOpdAnUsov9L66wPP5 { display:block; }#uT78FAWrS9APRTAOpdAnUsov9L66wPP5 > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KnX4btvgwUZ3dAaNBtJiBFAUv7pRRN9T { width:20rem;height:1.625rem;top:3.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGEqMP6J3ayFgLFAD2TWDa8GgsZ1RTxS { width:18.3125rem;height:2.625rem;top:6.625rem;left:0.84375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9CVw1oPbETiXnGWXyuV6qGd2qIfHnUA { width:18.125rem;height:2.625rem;top:40.9375rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWHWPTCpsICC0F5fwl3UcDTEmeCT20Sn { width:20rem;height:23.625rem;top:10.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU { display:none; }#ILRyfMXsfqaIltyS0VVtkRoLCLEX0geU > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Da1q3CfTdzVOXUivrtHIacOuVqPcDPUN { width:20rem;height:3.25rem;top:4.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqZMrZJxiso1FcbQPrKHbA96NElQsCW3 { width:20rem;height:7.93739375rem;top:9.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 { 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:none; }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27.adaptive-delivery-prevent-bg, #pdKR8fkT0UkGOLfunD7v669Rsuzkkc27.lazyload, #pdKR8fkT0UkGOLfunD7v669Rsuzkkc27.lazyloading { background-image: none; }#pdKR8fkT0UkGOLfunD7v669Rsuzkkc27 > .row .container { width:20rem;height:45.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NvHrplWZbzPMa2BF75fdSrlTOr9fikzJ { width:20rem;height:5.625rem;top:5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v8byey0yvOG8zW3CiuSKO4ExVP1O0ANr { width:20rem;height:1.6rem;top:11.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-text {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-select {padding-top: 0; padding-bottom: 0;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu  { width:17.5rem;height:auto;top:13.625rem;left:0rem; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu {display:block;}#luUGNR1zkTyM36shMKQ1oMzverMHb4Uu { width:17.5rem;height:auto;top:13.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BudWXDTiAb4ammGcEFwI2Kw87iUMndCt {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #slAg3IXSp8MfqggR8Wbmz2flgKmPzmT0 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #JS9LtNiSEFQKBfLr2TxDPdnsizsrrhQf {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #VJEa6P4V7dfBJAZmdgNZ8wfyosPtQUdE {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IPrcLLWPDy2fTnIrXtdqb8HQ2O4wrBS4 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rJ7XyVXDSdJl4fml4t9HNusE9znVdHUm {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #dIZVCGlp5mgqfuTuSUdQfF6FSlXfM9qb {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #rZaQZg0yPbCcGCEd2TklQVc29kwaCLwt {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #hTxmrtG4QxRxD152l5Z9IrOlBBU8eony {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #KX72W17HNCMVXpaK8EFBnbhrLlQBqTPK {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #mEc5gwZl7CtkwOXkpsEtWONzKVqzoTtF {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #IZAZGUtQ9R22R7Xrgm2TEuKOFWUg2IV8 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #BQ1mb6oTrhcxatWfPewL9a9hy5Cd53qP {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #tenDTWa6WtohV3ro7H4RSrOrrfmKyZt8 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #x8AyZ0FTzpNxyU0vi7oB5RfmgUSAcn7F {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #OB7UtffmkFGn6eZhAx59gECHV5JusFiV {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #LGc9OoFCdbAw1O147dxotpVtSXWQHHK0 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #pNialp5Ck7rnhEl9M8rd1EdddUQ2TrPS {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #puT8uoNtWIOsbzqfTnakJ4QBT2U4nES2 {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #MQ011KAmvWVwR2zESq63acmTVk2L7XGW {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #cMVl1oAkphIiQWKDL8D8I3sRv0gNGc3x {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #GSnZro3LQT3ma9WoxGaKgAp4hfSEuaXR {  }
 }@media only screen and (max-width: 763px) { #luUGNR1zkTyM36shMKQ1oMzverMHb4Uu #bAJMZ7ZJJz9NTbGnQ6aTd01lDqbqa2ZA {  }
 }@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:none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.adaptive-delivery-prevent-bg, #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.lazyload, #LGDXOiEgM9I0BC9Qp9udtWumocNqfDas.lazyloading { background-image: none; }#LGDXOiEgM9I0BC9Qp9udtWumocNqfDas > .row .container { width:20rem;height:27.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EDwcE6k8HawREwR7lrQmlZwFWJ4MDCbv { width:20rem;height:5.625rem;top:4.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xJElph3ORm2eU6An1D7EyipGHcIAcGqp { width:20rem;height:6.3975625rem;top:11.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGgyMV7p8duUvNo1CTDuBkDmdpRSSk1a { width:16.375rem;height:3.875rem;top:19.1875rem;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) { #HT2l8nv21mRhQcaU3VTV0ulPEa562uXE { position:relative;z-index:auto;display:block; }#HT2l8nv21mRhQcaU3VTV0ulPEa562uXE > .row .container { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfRJIGeIaIAJkCvzNL9lQLmPzPzpylSJ { 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) { #ZAaI86n5pl3ZiIXdZzkdSFHfO3RFvWGP { width:12.6875rem;height:1.125rem;top:6.9375rem;left:3.65625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLKIz3vfRGEoFyZUKtwRtfV6kirEGKbJ { width:9.4375rem;height:1.1875rem;top:4.25rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZSNguLx3cTEGgp0Xxhh1SP1SgNEe7M { width:9.5625rem;height:2.25rem;top:9.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAkiNHvyxArNnTrEcqTOIWDPV8tWfdBV { width:20rem;height:1.125rem;top:13.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X5v4oPfTHUwTfat4T8R2cniJOaAhbFf7 { width:5.5rem;height:2.375rem;top:9.4375rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH { display:block; }#KUXKNF1hxp4fDzMyQAEhRW6UgsHn9rMH > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvhE1JJsi4d0brLRZpHJmuLqyUTdGCq3 { width:5.74978125rem;height:0.9746125rem;top:1.25rem;left:7.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fb8gWsrPHsrD4oWCTDZyOewng7CRd3sm { width:5.25rem;height:1.5625rem;top:2.7864570617676rem;left:7.3746747970581rem;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.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aure0mKGDoltU88nXQTbcW6aqQoSsdAy { width:15.625rem;height:3.4375rem;top:1.125rem;left:2.1875rem;font-size:1rem;z-index:100005;background-color:#b79e67;background-image:none;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.85) ;display:block; }
 }@media only screen and (max-width: 763px) { #L1pugwO4lBxMIrB3AEHeN18ZCfO89Hny { display:block; }
 }