.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-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#54b744;background-image:url("https://images.assets-landingi.com/uc/b5b30a9c-78e1-482d-83d4-a38563b21a7b/ENVICON20241920x860px2.png");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;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(45deg, rgba(15,76,129,0.6), rgba(0,114,255,0.6));background-image: -moz-linear-gradient(45deg, rgba(15,76,129,0.6), rgba(0,114,255,0.6));background-image: -ms-linear-gradient(45deg, rgba(15,76,129,0.6), rgba(0,114,255,0.6));background-image: -o-linear-gradient(45deg, rgba(15,76,129,0.6), rgba(0,114,255,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#990f4c81', endColorstr='#990072ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#990f4c81', endColorstr='#990072ff' );";background-image: linear-gradient(45deg, rgba(15,76,129,0.6), rgba(0,114,255,0.6));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 > .row .container { border-width: 0; border-radius: 0; }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:none; }#fNp4HEQO3CW7tphep95wB8gSl9EsM3dJ { background-color:#0f4c81;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;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:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.6875rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.90625rem;left:51.3125rem;display:block; }
#wxrwXL9S4pBd79ZdUyO9tgKzMxl2QRcs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G3FODJ6wTawro1OvE3l6iFMVH0NRtdBw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.6875rem;left:32.125rem;display:block; }
#sv895A5QTMpi5BD9uyONzMTm8pZtXp4T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlIg7OAekzAUUZhqFA5cIp6U3P6AHSTS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:28.125rem;display:block; }
#BrFb9gnreeN3qERXusTRbTxPZFZWUVw5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOTBw53o2OamEMFyg19PXBkusG7xHs8a { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.90625rem;left:24.0625rem;display:block; }
#W11kgEDTZLXBSK3n2KKHwG0HerSNXrqo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mfdey9onqTloNPLZMWdMXqh3253acicI { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.625rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.90625rem;left:35.8125rem;display:block; }
#caOEgTJL9zzTXR4cSeCKciRamPkVLuBq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zQesfBRNT2T6sh4XX9paWuu3vSuIpX8i { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:2.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.90625rem;left:29.625rem;display:block; }
#DJxO1fndgbmrrSJ5pUcScdDOdK6Vtzdt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CoAqCzxiHNwRp9J0epwGy8tkKcTdv2ST { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0.90625rem;left:45.125rem;display:block; }
#QD9AQsxJdXnrfs51uL3mJQSgmbUECnDy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KdTTCQ2K5xos9vs8rET8o4XeHp2BTbsa { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:41.8125rem;display:block; }
#ixxVNpuvNPAlmEpCWbbEJT6zW2rFC1Vk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4c81;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container { background-color: transparent; background-image: none; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container > .video-iframe-container { display: none; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row > .video-iframe-container { display: none; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .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); }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container { border-width: 0; border-radius: 0; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container { font-size:0.875rem;font-family:arial;height:21.75rem;width:60rem;position:relative;display:block; }#p6A1a3uIAWieApeRSrSMJfwZ1zhrnQiu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:11.8125rem;top:1.8125rem;left:38.90625rem;overflow:hidden;display:block; }
#beySkKSNUwX0XMuQvSprCqQo1OEiT8lQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.8125rem;left:53rem; }
#q79dz0347TTbOnfMK5iH8B5NUoK5czFu { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15000;line-height:1.7;letter-spacing:0;top:5.375rem;left:43.6875rem;height:15.4238375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:1.9683160781861rem;left:1.1870651245118rem; }
#S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#XZGprBoOkwHEl3VngzUUfAKmdmsvnRc2 { color:#ffffff;display:block;width:14rem;position:absolute;font-family:"marck script";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.76171875rem;left:4.0615234375rem;height:2.5996125rem;display:block; }
#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6da7e1d5-9c8c-4d2b-a82e-02763ffa6038/ENVICON20241114X300stacjonarnie1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o.adaptive-delivery-prevent-bg, #dw91qLzMRfFVzTwop4eVZUscMVCcTh7o.lazyload, #dw91qLzMRfFVzTwop4eVZUscMVCcTh7o.lazyloading { background-image: none; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container { background-color: transparent; background-image: none; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container > .video-iframe-container { display: none; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row > .video-iframe-container { display: none; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .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); }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container { border-width: 0; border-radius: 0; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container { font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#oSOzTc9D2u5pu5WOrkwVsSF82tXZJoBQ { box-sizing:content-box;height:3.31163125rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(0,0,0,0), rgba(0,0,0,0));background-size:auto !important;top:41.649306178093rem;left:0rem;box-shadow: none;display:block; }
#QuAce31rhZniNGsynJbvq2FIyH34mh2p { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6873125rem;width:60rem;top:30.030383110046rem;left:0rem;overflow:hidden;display:block; }
#utKnJX5c8SiTn8gEdabswgESIHviqmvy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.75rem;width:60rem;top:5.8962678909302rem;left:0rem;overflow:hidden;display:block; }
#To3nogi7e0Hti5LV0WC6cxVbOthlquue { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.5625rem;width:33.1875rem;top:1.2706165313721rem;left:0rem;overflow:hidden;display:block; }
#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8.adaptive-delivery-prevent-bg, #TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8.lazyload, #TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8.lazyloading { background-image: none; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container { background-color: transparent; background-image: none; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container > .video-iframe-container { display: none; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row > .video-iframe-container { display: none; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .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); }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container { border-width: 0; border-radius: 0; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#HC7WPAQlFSN9bTg8HBb9CKCQZs05fKnB { color:#ffffff;display:block;width:9.624rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:1.59375rem;left:25.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .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; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;color:#59676f;padding-top:0.46875rem;padding-right:0.418125rem;padding-bottom:0.46875rem;padding-left:0.418125rem;display:block;align-items:center;width:2.508125rem;min-width:2.508125rem;height:2.5175rem;position:relative;font-family:titilliummaps29;font-size:1.874375rem;font-weight:700;line-height:40.28px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .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.293125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.345rem;height:0.995rem;position:relative;font-family:titilliummaps29;font-size:0.703125rem;font-weight:400;line-height:15.92px;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; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:17.375rem;height:4.743125rem;padding-top:0.585625rem;padding-right:0.5975rem;padding-bottom:0.585625rem;padding-left:0.5975rem;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.88671875rem;left:35.3125rem;z-index:15011; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #PRtBKs4QxBqmtTB9nfJX5oVZPJTgB2Tf { display:flex;position:relative;top:0rem;left:0rem; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #VpUEZvoZF06uLg70EuLWiyQ6aThnvKwH { width:auto; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #c5OFKMe13M2RkGAlo58OiC5SBTkU6guT {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #DpRcNNgnIQgafAITcnGsLWJmZbC5d9U4 { display:flex;position:relative;top:0rem;left:0rem; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #xq6EKJhobma9FIBMOxxbD5ukicENSs4S {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #F1SN2geLtTyMElNeWnssmnvsQTM1GtXA {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #GQBVtiKAgG60D3hBI9QHSRLSRCHJw3uf { display:flex;position:relative;top:0rem;left:0rem; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #dUPnifxX0q6zzdcyeThGloKWcx0R3lIf {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #vf7QGk7FVQ09m4Vot0J6hUZuzRlE8Urc {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #gVWKfHKiubOE2XuGVo4Ik13oc47uel2n { display:flex;position:relative;top:0rem;left:0rem; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #topcobfqeTN2xheDz626JRSiGnmIIGUN {  }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #BsdEP3gaeiE8H80LBWI4TNuba4kMVBsE {  }
#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container { background-color: transparent; background-image: none; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container > .video-iframe-container { display: none; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row > .video-iframe-container { display: none; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .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); }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container { border-width: 0; border-radius: 0; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;position:relative;display:block; }#zolMNAbFeq6JotgczxwIGVcfA2GV6HRR { color:#59676f;display:block;width:27.5625rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:16.125rem;left:3.875rem;height:2.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s75OqLww04TXtPc6WiUbbdxt4xuwlOdI { position:absolute;display:block;z-index:15030;background-color:#59676f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:31.25rem;top:19.3125rem;left:3.875rem;display:block; }
#K6w2XpEC8BDawkO0OuW0maq3gW3VouzX { color:#59676f;display:block;width:52.3125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:20.75rem;left:3.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#gZNbTEIdhLxpFtugl9lFx22ubDR3nrEQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:15.625rem;top:2.125rem;left:22.1875rem;overflow:hidden;display:block; }
#NiT8GWOQVTI8U8vDUJMTDvlRmqzwgf1V { color:#59676f;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:9.125rem;left:0rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT.adaptive-delivery-prevent-bg, #gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT.lazyload, #gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT.lazyloading { background-image: none; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container { background-color: transparent; background-image: none; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container > .video-iframe-container { display: none; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row > .video-iframe-container { display: none; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .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); }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container { border-width: 0; border-radius: 0; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#sVUZFONp203C63znTGrxqVtW6c01sROo { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.60546875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container { background-color: transparent; background-image: none; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container > .video-iframe-container { display: none; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row > .video-iframe-container { display: none; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .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); }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container { border-width: 0; border-radius: 0; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container { font-size:0.875rem;font-family:arial;height:15.8125rem;width:60rem;position:relative;display:block; }#vpnnQ77pJkXGCwgtuZLHJzMqZwPUoKR1 { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:700;z-index:15019;line-height:1.2;letter-spacing:0;top:3.6875rem;left:1.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJqsAvrIiTzhE5mBkvD6uhK8qtsHNxKZ { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:8.0625rem;left:1.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuGGD5mg2AtSJut0nRBnTPCUvfILQSUx { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:700;z-index:15021;line-height:1.2;letter-spacing:0;top:3.6875rem;left:16.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RTHIrNyiPrBh5TeJ61kWTMR9DV2gnMiT { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:8.0625rem;left:16.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JdvPtwsZKzuf72LyhQ8k9kT0CmtR48Bt { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:3.6875rem;left:31.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTtPW63Xwiih6R8pd8sQMzvkfqHAfHJn { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.2;letter-spacing:0;top:8.0625rem;left:31.25rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RedSH3D8ZDVwb6GJVJ4HQ0k99P3ny9Mq { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:8.0625rem;left:46.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LAVvclXB2TtZMDgS1A9maHvpbit0TqHf { color:#59676f;display:block;width:12.5rem;position:absolute;font-family:signika;font-size:3.25rem;font-weight:700;z-index:15025;line-height:1.2;letter-spacing:0;top:3.6875rem;left:46.25rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container { background-color: transparent; background-image: none; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container > .video-iframe-container { display: none; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row > .video-iframe-container { display: none; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .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); }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container { border-width: 0; border-radius: 0; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:block; }#JSVtiIyzvOx4WyDwlpF53qpzDIMgJNtp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.875rem;left:0rem;overflow:hidden;display:block; }
#zoLO62fQpdp4iZPATVAJ7JUwEtLJzKW5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.875rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.875rem;left:20.4375rem;overflow:hidden;display:block; }
#zgMCCgyIBKGaWsoWnygcXRqaCWWS3utb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.561875rem;width:18.8748125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:13.843317031861rem;left:41.125221252441rem;overflow:hidden;display:block; }
#XBLqq1GFTvhaemgBJTB0WZ0WqLEXd8wZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:0rem;overflow:hidden;display:block; }
#GKLkGuyNa6igoSKbPncWcm7Jcir4rG10 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:20.4375rem;overflow:hidden;display:block; }
#SJiLdQZLIvrATl6H95gEVw9C97DCBUyu { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.625rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:0rem;left:41.000434875488rem;overflow:hidden;display:block; }
#T9zoAghFRugxirMTX6qGMESThKkOs1rX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.561875rem;width:18.8748125rem;position:absolute;display:block;z-index:15005;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.874351501465rem;left:41.125221252441rem;overflow:hidden;display:block; }
#hA7LJZ3hiwbI18TQCre2SxpGMEQVu5vc { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5625rem;width:18.875rem;position:absolute;display:block;z-index:15004;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.875rem;left:20.4375rem;overflow:hidden;display:block; }
#HCc5F4CFi0T8FROCBq4xiBrTW6lfHLSG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.5rem;width:18.75rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:27.875rem;left:0rem;overflow:hidden;display:block; }
#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr.adaptive-delivery-prevent-bg, #t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr.lazyload, #t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr.lazyloading { background-image: none; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container { background-color: transparent; background-image: none; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container > .video-iframe-container { display: none; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row > .video-iframe-container { display: none; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .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); }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container { border-width: 0; border-radius: 0; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#i5pwHiyTPr6OQWSTArkPQC6L080cFkyV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.60546875rem;left:0rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container { background-color: transparent; background-image: none; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container > .video-iframe-container { display: none; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row > .video-iframe-container { display: none; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .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); }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container { border-width: 0; border-radius: 0; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container { font-size:0.875rem;font-family:arial;height:34.125rem;width:60rem;position:relative;display:block; }#XRCsZNXShSBETQ6sRBXgkoeBwb479FaB { position:absolute;display:block;z-index:15030;background-color:transparent;background-image:none;border-top:0.375rem solid #59676f;border-left:0.375rem solid #59676f;border-right:0.375rem solid #59676f;border-bottom:0.375rem solid #59676f;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:1.5625rem;width:1.5625rem;top:15.875rem;left:0.0625rem;display:block; }
#qJm6TT2lQfTnRdnKieaqwQ74ZO66IZOA { box-sizing:content-box;color:#59676f;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:15.125rem;left:20rem;display:block; }
#nvvOTGp7NAfpbU8taNOrvBQOJfRPrOco { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:4.1875rem;top:10.5625rem;left:0.0625rem;overflow:hidden;display:block; }
#LVuyn9oIOHrdTAvgO989muTmCzb4fymg { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:3.3125rem;top:10.5625rem;left:17.5rem;overflow:hidden;display:block; }
#vr4369ArixmWbXRPhe99gbSciHMQlZ98 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:3.75rem;top:10.5625rem;left:22.1875rem;overflow:hidden;display:block; }
#kSb7aEQNMhDpd9mFWKRqEmryvBBKCIM1 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:3.9375rem;top:10.5625rem;left:38.75rem;overflow:hidden;display:block; }
#TTTIV3F6tXs8m4ZIwQkfgRE2coGwEcNR { position:absolute;display:block;z-index:15029;background-color:#59676f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.375rem;width:56.1875rem;top:16.8125rem;left:2.375rem;display:block; }
#PL6T7s19pC03mFfn7pVxXDECwZL7Osb3 { box-sizing:content-box;color:#59676f;font-size:2.6875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:15.125rem;left:38.75rem;display:block; }
#TOCIkI8h2xQfSwxzoWwV8GhgcwpRFNFd { color:#59676f;display:block;width:9.625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:20.25rem;left:0.0625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FTPWLrTvSHuvCBL3ZvkDAqyWXtP3zO2g { color:#59676f;display:block;width:11.0625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:20.25rem;left:16.375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#RZZ3PisOKnqFrXf43Dirht7dAgDoXAsS { color:#59676f;display:block;width:10.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:20.25rem;left:35.3125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#D2uguN1Xt80GAQ16kCJH8VNzCp4g8gL0 { color:#59676f;display:block;width:6.25rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:23.75rem;left:0rem;height:2.599825rem;text-align:left;text-align-last:left;display:block; }
#ZKcLftgabSxgSi6WG7W1D6PPRBvT2JeR { color:#59676f;display:block;width:11.0625rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:23.125rem;left:16.375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#QrS9EBKUwC9Cw9h8kfXe8kWWh7XohCAd { color:#59676f;display:block;width:10.8115rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:23.125rem;left:35.3125rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#t1b5Xq9y2rf5U4AC3qAnu2d3C8VDSof3 { color:#59676f;display:block;width:7.1875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:23.125rem;left:52.5rem;height:2.599825rem;text-align:right;text-align-last:right;display:block; }
#EIvlN5TEBGDIFfirtU23wvyGWdPvpShl { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:3.75rem;width:3.5rem;top:10.5625rem;left:56.5625rem;overflow:hidden;display:block; }
#fgK1pX6KJU4CE4q9rWw5JEiFwwd7cU7c { color:#59676f;display:block;width:7.1875rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:19.625rem;left:52.625rem;height:2.84375rem;text-align:right;text-align-last:right;display:block; }
#qQ7VedGrFSAKfPqmlSZwA8lK9heRMscu { position:absolute;display:block;z-index:15031;background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.3125rem;width:2.3125rem;top:15.75rem;left:57.75rem;display:block; }
#OMbMoyb0PwPcBa1BzweXnNId1O3fAi5F { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.625rem;top:1.3125rem;left:22.1875rem;overflow:hidden;display:block; }
#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl.adaptive-delivery-prevent-bg, #HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl.lazyload, #HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl.lazyloading { background-image: none; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container { background-color: transparent; background-image: none; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container > .video-iframe-container { display: none; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row > .video-iframe-container { display: none; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .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); }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container { border-width: 0; border-radius: 0; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#dTxp8eIB7iOPUKGqvkPPv6Eq2y3bDoWV { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.60546875rem;left:0rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PIw80TzLOibE6dRL4JnuDlVdacTNRnRC { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:5.2119140625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container { background-color: transparent; background-image: none; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container > .video-iframe-container { display: none; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row > .video-iframe-container { display: none; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .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); }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container { border-width: 0; border-radius: 0; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#fbBJIFyplDGKcG4xsRtZ3re6vDgxhga2 { color:#59676f;display:block;width:56.9998125rem;position:absolute;font-family:titilliummaps29;font-size:1.625rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:3.1857643127441rem;left:1.3747825622559rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn > .row .container { border-width: 0; border-radius: 0; }#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#dBhahGxJwqO9S2awUxzNezHhJrUtbOis { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.375rem;left:33.9375rem;overflow:hidden;display:block; }
#kXHwpsRu2Qoxsev0vRhHn15vvgF8aHTt { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:9.625rem;left:30rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#WHsZXmt8yoOPG0Lz31Ge4Vo5Xup4f8kG { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.375rem;left:18.9375rem;overflow:hidden;display:block; }
#TMoMeKORXCz3yP6xITf3kHBkIUHVF2hZ { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.625rem;left:15rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#QRqEMUAprdhUFJykn7qt4yiMrEcv6xL8 { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.375rem;left:3.9375rem;overflow:hidden;display:block; }
#DM7uiLPxqsLOuBixMVCxbpBWqrv36Vt5 { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#MsTgBSewNICa5f1aGItMFS25XnOArEuw { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.375rem;left:48.9375rem;overflow:hidden;display:block; }
#X4a53veEwoSvZAHW4Qpvlu6AkPT6643V { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.625rem;left:45rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM > .row .container { border-width: 0; border-radius: 0; }#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#kSeXB3uWtPoEeub7F4iFH1ER7Q2n6I97 { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.0625rem;left:48.9375rem;overflow:hidden;display:block; }
#lkV6Cv8rf2ovosHs8fC5RkwIhGooBMHN { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.3125rem;left:45rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#eE9IcpyzUWwnK9G5mXAqocyPMIPIWBLz { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.0625rem;left:33.9375rem;overflow:hidden;display:block; }
#UXISh0kUDEVW9P3gQmBzAXaGEKT7cU5l { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.3125rem;left:30rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#aLrQKA34qRJ17zBcuVw7PoffQ3MOtfqE { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:9.3125rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#Hfh5BBUCKsO0ZlnfiWE36QyA0IfQ8JRa { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.0625rem;left:3.9375rem;overflow:hidden;display:block; }
#a69mb5sND1oRTHKyfRheanHiLU0ay44C { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.0625rem;left:18.9375rem;overflow:hidden;display:block; }
#y6A4MU33uPU81OLkZGPtk1xf5slb143T { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.3125rem;left:15rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ > .row .container { border-width: 0; border-radius: 0; }#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#eZxZ8eeMFTZgRRiyGTLS3BMhNgTXCwhN { position:absolute;display:block;z-index:15014;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.5625rem;left:48.9375rem;overflow:hidden;display:block; }
#NNH4CybQ59bslPQ3FTPEzIDhSIkafqZF { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:9.8125rem;left:45rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#urW993ZGydxs0XXRmQLNc65ZP0TbacgH { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.5625rem;left:18.9375rem;overflow:hidden;display:block; }
#pNiQfGaSTITTy9Suo7Sd3pgOUOtyQqP1 { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:9.8125rem;left:15rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#ETulT90HI0ZcoqLqWEg4M8zJF7JsUmC8 { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:1.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#PbV3aBz8VpAaXxBXPk4L8hGyUQcr3kQx { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#wOTKposWygwOzHBrZNEESvbWr6rM7qK0 { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.5625rem;left:33.9375rem;overflow:hidden;display:block; }
#lhER4tFJVIsx1FTToClwR0JoRkIuUr2v { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:9.8125rem;left:30rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi > .row .container { border-width: 0; border-radius: 0; }#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#KaMfaWOqnNh8DpQQAKooWmL0x2ZekZby { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.0625rem;left:45.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#qxcgiAh8fmwir4E6oza3EhUHExzap1Pp { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.8125rem;left:49.125rem;overflow:hidden;display:block; }
#AKoU93oUZK9TSDyT0igAWekdxPnwbI64 { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.8125rem;left:18.9375rem;overflow:hidden;display:block; }
#gcoCRVwiBfI6JQElB5Le21DSJDuCPETO { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.0625rem;left:15rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
#T336ZlgCoPXRkHWJpbSQ26Wz5x4Wob1e { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:1.8125rem;left:3.9375rem;overflow:hidden;display:block; }
#PeWCIdlbJ55vdyF5bhvxwFc6XV1XfU5G { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#GzQrvUg9ITpspXSeRrcDzQ1hRzqH5OyH { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.8109807968139rem;left:33.921443939209rem;overflow:hidden;display:block; }
#OHOoJGUWPXX7MdJn1mbu3h1BQb8kZqCU { color:#59676f;display:block;width:14.8730625rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:10.061849594116rem;left:30.062938690186rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R > .row .container { border-width: 0; border-radius: 0; }#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#ODyS6QqbMFEAJQcXRvmxz7yNoBisXgeI { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.75rem;left:49.125rem;overflow:hidden;display:block; }
#AUzXWcWOMtUPloGOfyTU5ISpLpbI5v2N { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10rem;left:45.1875rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#AC51RdKPlQJTCfgZw4kO4sKfndadbfuq { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:10rem;left:30.25rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#CiLAqgO9Lb2t5XglbKuRsIzV6wisnxJb { position:absolute;display:block;z-index:15008;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.75rem;left:34.1875rem;overflow:hidden;display:block; }
#eHNh6amwP78LSNCW30PNsIGF9MtvZLmy { color:#59676f;display:block;width:14.875rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15033;line-height:1.3;letter-spacing:0;top:10rem;left:15.1875rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#ODeEaNxITsWzDwwOWTsL50DvvJEVlhpT { position:absolute;display:block;z-index:15006;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.7469615936279rem;left:18.921443939209rem;overflow:hidden;display:block; }
#b3qZ4QiGf8LxZeiUvnhFAvtGMm0QZHvB { color:#59676f;display:block;width:14.874125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:10.000013351441rem;left:0rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#pvmUAq2Bd4U8fipFw4lXDcw3HdNiHRbZ { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.7469749450684rem;left:3.921443939209rem;overflow:hidden;display:block; }
#tlcZlghkDOTxw54z6UU46m97fr8QGL8A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tlcZlghkDOTxw54z6UU46m97fr8QGL8A > .row .container { border-width: 0; border-radius: 0; }#tlcZlghkDOTxw54z6UU46m97fr8QGL8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlcZlghkDOTxw54z6UU46m97fr8QGL8A > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:60rem;position:relative;display:none; }#tTN9rCVHTMP4fEkMCU0LvKEb1oNctPal { color:#59676f;display:block;width:14.874125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.4375rem;left:30.25rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#mnBec4Dv89ftOeR2t3Nf7b3TWexT1fmp { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.1875rem;left:34.1875rem;overflow:hidden;display:block; }
#e5ohUeLve0T3XyydfaT1C9ElqWL5UPH0 { color:#59676f;display:block;width:14.874125rem;position:absolute;font-family:titilliummaps29;font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:9.5625rem;left:15rem;height:2.599825rem;text-align:center;text-align-last:center;display:block; }
#Otwa9ZQTXeoJKHoCSzEQhgO7BhhHb5no { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:1.1875rem;left:18.875rem;overflow:hidden;display:block; }
#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG > .row .container { border-width: 0; border-radius: 0; }#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#kC0NNonk08GvHcmD3VGscUFH3T86RTT3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#ctkplTHAAkWyvkSnCiuTVzvlhItIETRe { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:8.474609375rem;left:2.8125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ea5rnX5vgLQIgoi9WRhiDc4W8TPNlm9o { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2Flfrcz8mdpL4HDmpO4LJ4XSDWrgBE8 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#S2r4U1JprlGbpXq8PqOThArEfmApG94u { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:15.3125rem;display:block; }
#zOErkB2PMP3UblwgDzDp1PNfkdKPpF4O { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.173828125rem;left:17.53125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ehefmvagCIh3TiGNqmMRsAQ21eiiH0Lz { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.79296875rem;left:15.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KisGcgilbagkmtxOUUGeDMQkS0UBF2Tn { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:30.3125rem;display:block; }
#g3wRoznVtgGtLoltoyR3dhM1wc2fchlk { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:32.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dZyfrKcWRv35TeKzTn4ofXo2npn7sXK5 { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:30.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wfDzng84I4QhGDM6qQJCEETzOQA3GCkf { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:45.5rem;display:block; }
#u6rLZtzCNqC5TF1nEa8L7NhQUnwezBF3 { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:47.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8IzhqbLlV2IpoUSZIWLTaEMqFyNd3hM { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:45.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N81g1vasSawNauT7aVrGfH0bSfWJGM8k { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#KnkfzcF0TEp0tt8wakNbHOql5qaMwogr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:49.0625rem;overflow:hidden;display:block; }
#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 > .row .container { border-width: 0; border-radius: 0; }#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#HoZZrUXwfGC6bGpWgUesOp8JWh9XaFfu { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#uW3iqG8zOFmzRV1rD51iQfnw5N5g56Sk { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEuuHQfdGB9xJy2fxb3kgK3kNebTUmWR { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:15.3125rem;display:block; }
#tFiwwu8ipCbgMsETttrsz20iZzPQRbRw { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:17.53125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aSzMonS1tdGLSg6qrTGMp3wXVNDZCD5n { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.79296875rem;left:15.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4zNxQADDcfLgO3VZWiUdwG8FGr8zf6V { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:30.3125rem;display:block; }
#FAyZTrUwGbAFUpxbOgwU9srF6MdcAoKA { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:8.607421875rem;left:32.8125rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MdhgmS8QSMTCUJSwHqq3Koq0rhm28lHZ { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:30.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qCsmIVlxHSc0ubkga4peXCKnd42IAFvv { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:45.5rem;display:block; }
#hQX0gsxVRoUGCuRaaxkmNdAzddD0LFPG { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:47.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXERSpOLKDQoA2xMTZWNF415XHudC8oP { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:45.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wo7EhCpbpLwvafhcMu8QmRqxa4RDeWyO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#w8hz7UJrwG10W35Om9McXVtflkpBoTtr { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:49.0625rem;overflow:hidden;display:block; }
#ouRDdDQL6TF9GurqhpADuwAoZdg6XuGQ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:4.0625rem;overflow:hidden;display:block; }
#eh7CHJV35t61T7hzc87hDW6mIgFnCKqi { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3XIdIiwolvlF358crfRnSZxSfXNn7Nh { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#HVXebFTPlKsMa1tKqLpipeOeVMfncnng { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HVXebFTPlKsMa1tKqLpipeOeVMfncnng > .row .container { border-width: 0; border-radius: 0; }#HVXebFTPlKsMa1tKqLpipeOeVMfncnng > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HVXebFTPlKsMa1tKqLpipeOeVMfncnng > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#QRVeuDtISCTtaTbi6Mh7UUvnsDvCnk2H { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#U0mi9f6oHcF7RPC71kJio8ogBDhT2taF { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ks90IZsPhOZykM94w1Aq08kNQx3z1n10 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:15.3125rem;display:block; }
#ILVLm5PiiKzaMiIpzIuQ4tLUBsohni55 { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:17.53125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PSWwzwzPlIZCgehkclFiiQXhZ6X05cT2 { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.79296875rem;left:15.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MmrEh8fAb736UIKAvQvucpv8ZpIoztog { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:30.3125rem;display:block; }
#eWyTCTLlpUdznG3VhaTy6ssfTzIhhRlG { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:32.8125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cv3ZZdShTxabKntEorvp5Th5AtzLPr5N { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:30.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bgbEuOSV80vvur40cIDIvfQNG2zobCyC { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:45.5rem;display:block; }
#xctqGa9aQZzuTofdALwllP8IpsIqnt6H { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:47.8125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JpT1EqNGe2peLbPaQFdSHtLRWh2X2b56 { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.85546875rem;left:45.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LGt6vELEQ47oxZdd4AuaDHPhHon2rNCJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#FoJOmqyIgXvUWlfTQ14GwH0zyBU0ooQE { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.8125rem;width:6.875rem;top:0.6875rem;left:49.0625rem;overflow:hidden;display:block; }
#wTor4tnwZWDmgxbwue8LItCC6PwzUGTG { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XA9BNeTp5OmslpGengOGo2vAMsiy2ofl { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:4.0625rem;overflow:hidden;display:block; }
#EpKHGcOZgL4583C3vqrgSNFz3t1gfOHp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI > .row .container { border-width: 0; border-radius: 0; }#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#SRWqLzSzr0xpVdSQTNc64c78aOudRbA3 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#t0ulwhinAMvEVkanTN1lbmzfZH3N14bL { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RbPyQAaaiE1T21CBhZZCOHo6gLEXHdmd { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:15.3125rem;display:block; }
#n8fKC1DHo2VDk1fc4N7IdHT2ewJAUtZH { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:17.53125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D2T3Q5CLAbMDQ260RKNDRpXwZhEfNu0t { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.79296875rem;left:15.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dh2Dzzz8SbBvhm0My6fEcWI84BP8qAf2 { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SBgSirIEnWviS1C1K6EHdOODtL6eRSHi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:4.0625rem;overflow:hidden;display:block; }
#qRZRkIiXGD7LFG4TWilM5KekKSF3AXvT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#H7wIE4lnyd1uq3GtlCc6izLA0hcUzr3c { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:30.5rem;display:block; }
#eFmxR8HvdrQzzzxpZPnhc3ytIPx9G8A7 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.8125rem;left:34.25rem;overflow:hidden;display:block; }
#LEibvCKif2S6Gqi88StAQuTRKyap9IER { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:32.53125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WrSeaEAgsw0zb9ZpNAvCUtBzR42WViCV { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.9375rem;left:30.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cDMsogZlvXBTGce6V1p10razTlMX2ECu { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.8125rem;left:49.25rem;overflow:hidden;display:block; }
#mVJlUbb59T9OdT3OLS84OVk1x4f4uGTx { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:45.5rem;display:block; }
#GhTzygtEg7sniTCSLQWOlXzw1dH39Iz1 { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:10rem;left:47.5rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#toolO0dXBklCFoU095VB4dyNSeeEINcS { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:45.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT > .row .container { border-width: 0; border-radius: 0; }#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#D4h6WdVwkXT7KJTR81B9GGEQg9SsqkWW { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#zrOkBGwCxH1LBuiTZThxmleAaZ53V0Kb { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0z3w4MGHUCRlzk0qxoskVlQ3bvrnLAW { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.3125rem;left:15.3125rem;display:block; }
#A9XOsQV2ttF98TUHZ6Oi5gMIdNxbZeyR { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:17.53125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bTdTiz72JZ6GphH6N89iq68AKkRTDyIg { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.79296875rem;left:15.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lC1FxqWLZ24AWA8qcm2IAZETJvkRxD5R { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2.8125rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IveyqG8JixCGVbu1IqWkuTRhseI85ydu { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:34.0625rem;overflow:hidden;display:block; }
#UBaPMsa7XGqpgpabJnve93Dukae0MiKi { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:30.5rem;display:block; }
#Xhp0r63enzw6StF9phm0uUCa7JWmnVy9 { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:10.005859375rem;left:32.53125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyA2qBT1HOpdNOUHfNNHNfwTV2c51Gbv { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.9375rem;left:30.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#odQSLUwgdNxDHu75tBqQydFap6e9eNcn { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:19.0625rem;overflow:hidden;display:block; }
#dTATEpokwUZO6DdLEf9ispsk0VHtlyRQ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.75rem;left:4.0625rem;overflow:hidden;display:block; }
#WBqsyp6mTD1dFePOXNEJDkw5MNlliF3a { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.6875rem;left:49.0625rem;overflow:hidden;display:block; }
#IAK0L4AfITBFvKwIHgGF3gFWChZGpIpk { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:45.5rem;display:block; }
#NpFSUdndoGXFzMsPXehFs6BIWJi6gUEN { color:#59676f;display:block;width:9.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:10rem;left:47.5rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ePU4PHsMUuvLuvz4tawJHBkaA9QnwwfO { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:45.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 > .row .container { border-width: 0; border-radius: 0; }#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#MQaKJPylfI84Xa6OfA50nAuwXF7EOhzJ { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#CnTbByMDxxcn8Qz8gDUXutR5flQILdSr { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NDt9UDlJw3rXUfch3AK6n1yLNCT1bB4m { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2.8125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCEygDRtN59LO2XmpsXNZ4TdELTcu8x4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.75rem;left:4.0625rem;overflow:hidden;display:block; }
#T7W5NpadMn2T5J68a4CtkU6q4CTxM9qD { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.375rem;left:15.5rem;display:block; }
#NA8OtA0D0OkuZ5zTbcAskZRBi5qaQ558 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.9375rem;left:19.25rem;overflow:hidden;display:block; }
#vRXV6OzAi32O7diAOTThDeIs56VscX6n { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.5rem;left:18rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#an8C9JixZSncy3erB4EJI3AS5eXFFU5V { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.9375rem;left:15.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cPgxVDG6ualkQ6SMxD2htXdCAIaThPIA { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.375rem;left:30.5rem;display:block; }
#zdRzerQaK1qeUthyIXnc219oe1vnqSEk { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.9375rem;left:30.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E33E0oVTTKwMBtBp3MKKylK3To5v9tJc { color:#59676f;display:block;width:9.375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:9.5rem;left:33rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MktDbpJ2ZFxDmw4t076bIWThTlgMB5gC { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.9375rem;left:34.25rem;overflow:hidden;display:block; }
#lrgLXDRJT9kICrwU7LImLyRIbHELqt86 { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.375rem;left:45.5rem;display:block; }
#CSU4QnKbVN3evT1fuH1HqS2MMGy9MOLV { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:45.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdnuOgAlnSnvgFQENIl3vHXPIZgQTurV { color:#59676f;display:block;width:13.6875rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:8.607421875rem;left:45.65625rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pONRXlI8uL859phhpTDVbB8cfkCyZ4zK { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.75rem;left:49.0625rem;overflow:hidden;display:block; }
#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw > .row .container { border-width: 0; border-radius: 0; }#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }#z2CZB0q6mWHKgKGwofTFxnqXbWSguQ6g { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.21875rem;left:0.28125rem;display:block; }
#v7kwN5zbIT8WSwB6F5H1o8QJTwqzNbfT { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:14.7314453125rem;left:0.6875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FlV3U0TSt3D0AHcfA0d0bTH80f2moOww { color:#59676f;display:block;width:11.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:9.306640625rem;left:2rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qDzOJCrMinvNLo55oxr56hGVqTdXN3l6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.875rem;width:6.875rem;top:0.75rem;left:4.0625rem;overflow:hidden;display:block; }
#znGD9D6ZEkO6z0TLqSyH5XJ0BaaLyyne { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.25rem;left:15.5rem;display:block; }
#S9TVc3J89gxf7XTzvymcHJJp2zJCyI3y { color:#59676f;display:block;width:11.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:9.818359375rem;left:16.53125rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k1feSRWzomeimkyy6b0SoDaLTFr3Zcf9 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.75rem;width:6.875rem;top:0.75rem;left:19.25rem;overflow:hidden;display:block; }
#auGvmi1ZlnJsTmWA5scGhRSIzmMMxuKR { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:14.75rem;left:15.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GC24ZJVprPicigPLsTS2hNn8kWPqk1o5 { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:30rem;display:block; }
#rLwd4ovhSoRreygvpvxW01HMtTzCtTMu { color:#59676f;display:block;width:11.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:10rem;left:31.0625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UrstL2O2yhyiiemKz1r5e1vyFIQtbnnM { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.75rem;width:6.75rem;top:0.9375rem;left:33.75rem;overflow:hidden;display:block; }
#vf84dw4OtE79B4JFBue9vgovBHxlLcH3 { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:14.9375rem;left:30.375rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ec2i84XBBWwi6CdksdiChFPtErbohDLb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:6.75rem;width:6.75rem;top:0.9375rem;left:49.25rem;overflow:hidden;display:block; }
#dsHvZ1o8DKvS2ZAz3LZwi2PhUd2sF1Bm { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:14.0625rem;top:6.4375rem;left:45.5rem;display:block; }
#DlHdV8GhCGhUsneZwU6xlyMWEhVcabb6 { color:#59676f;display:block;width:11.9375rem;position:absolute;font-family:titilliummaps29;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:10rem;left:46.5625rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UycEGw0TcaPzhXoZ0k741evhJbLB5zyK { color:#59676f;display:block;width:13.625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:14.9375rem;left:45.875rem;height:1.8005375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KCVseQPUOSI1uShpqrl8XH88FfkpunDn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn.adaptive-delivery-prevent-bg, #KCVseQPUOSI1uShpqrl8XH88FfkpunDn.lazyload, #KCVseQPUOSI1uShpqrl8XH88FfkpunDn.lazyloading { background-image: none; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container { background-color: transparent; background-image: none; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container > .video-iframe-container { display: none; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row > .video-iframe-container { display: none; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .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); }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container { border-width: 0; border-radius: 0; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#Zf2QhqorVMx1CcCXxzdSZFfLZTDw8fKy { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.60546875rem;left:0rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { background-color: transparent; background-image: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container > .video-iframe-container { display: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row > .video-iframe-container { display: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .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); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { border-width: 0; border-radius: 0; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:60rem;position:relative;display:block; }#R1SJV3HHmu75gMvgBgqXS9RZCMrBgEpc { color:#59676f;display:block;width:56.9998125rem;position:absolute;font-family:titilliummaps29;font-size:1.625rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:4.9500885009766rem;left:1.4984817504882rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve > .row .container { border-width: 0; border-radius: 0; }#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve > .row .container { font-size:0.875rem;font-family:arial;height:15.9375rem;width:60rem;position:relative;display:none; }#KzLd7tGTX7Td6ah291JTMRNuHGSys7za { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:12.37305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt > .row .container { border-width: 0; border-radius: 0; }#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#JAlm1JqGIIFZHJkIL2Oni6GHg2915w0U { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:2.125rem;left:8.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 > .row .container { border-width: 0; border-radius: 0; }#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#wGAUrAHgFy56xtkEnqbLvNnRlkOFCGen { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 > .row .container { border-width: 0; border-radius: 0; }#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:60rem;position:relative;display:none; }#dGTWP8TA7Hg5gXshk4CkJRphwVxTMnZh { color:#59676f;display:block;width:12.125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.4375rem;left:14.9375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fLmRXnzQV1KnyWJb9sUhXKX1ft1nww2K { color:#59676f;display:block;width:14.6875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:1.125rem;left:38.3125rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3Hnv6RCzVxk33iTiM96l66gXpyGiQkk { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:0rem;left:8.5rem;overflow:hidden;display:block; }
#ISHxpcDHU7CQiuGKgTixcOulViqFbxDF { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:0.0625rem;left:31.625rem;overflow:hidden;display:block; }
#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc > .row .container { border-width: 0; border-radius: 0; }#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:none; }#TmPvyyVFUGCr8w6ohSUM8GiAxnKTUcCo { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#coASMnZOJ7Vo8FWVrtWdeKaFUxqn4eCl { color:#59676f;display:block;width:14.6875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:5.6875rem;left:15.25rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r0kg4zRRpb5N4qvtiXwLBaLG5N6JKvq4 { position:absolute;display:block;z-index:15012;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.625rem;left:8.5625rem;overflow:hidden;display:block; }
#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G > .row .container { border-width: 0; border-radius: 0; }#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:none; }#Lmu9SNd3LBHHghzInqiqah2p0hw1GSsT { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NIiAntIUtsB6TMzsqnSTf67tev6AFxRS { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#EB2fnpoA6X3NIhw9LwTZUXuMd7lLiaqw { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:5.875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z.adaptive-delivery-prevent-bg, #DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z.lazyload, #DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z.lazyloading { background-image: none; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z > .row .container { border-width: 0; border-radius: 0; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#TsdcBy1oc1xfRGCK1MvNmXUTht8kq9MO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 > .row .container { border-width: 0; border-radius: 0; }#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 > .row .container { font-size:0.875rem;font-family:arial;height:14rem;width:60rem;position:relative;display:none; }#AUPv8cwG592XgH4DTUnEt4ntfCCb4I6D { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:9.6235rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K > .row .container { border-width: 0; border-radius: 0; }#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K > .row .container { font-size:0.875rem;font-family:arial;height:44.625rem;width:60rem;position:relative;display:none; }#rpFnzC9T4z6a6yv1JybdvLEI1RWnq0Cw { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xBp7vgHulhpoH9DCNw6p0wKQTxEPSet5 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#NfmBsTfRxBTHwzTsQCippqVKkEzSGkHE { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:5.5rem;left:8.5625rem;overflow:hidden;display:block; }
#PDZvAnmsKFnGMRK9dx0QCXIufiTi6mkt { color:#59676f;display:block;width:33.375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:6.125rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xPAJGq4ybK4Q9wDG6dXxxVV5uovzQPSh { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:12.53125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JsZTvc2P0RPTHNI9SIq6RmoxLxMFMlPp { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:20.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#ZtZCikXow8cu8Ibh2mqyHKiCCh00rBoG { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:21.875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nl1gHZhfS6RWCyQZC5m4KiEnXFUeQhFZ { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:14.625rem;left:8.5625rem;overflow:hidden;display:block; }
#lT7JUT2vaEa4CasTibqKadLb3tcQPrHm { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:15.9375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oDJDgK5ptGe2FKt02byBR5XpzpP3pal6 { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:26.625rem;left:8.5625rem;overflow:hidden;display:block; }
#KmuwEQUn09cJ3xoroQTgzbHw2HCPFd64 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:27.9375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8pWAedQXvFR96Vsq4STBAeFT8NiFCh2 { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:32.6875rem;left:8.5625rem;overflow:hidden;display:block; }
#Tz2kMf47UeJTSb7AuVrMS6iqtzmF7Obt { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:34rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9RPrqTi0tkHaUqiOtZawiHDGA1CowV8 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:39.9375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#em7W2vrvW2EEU0KdOPRoZ45XOLDRBk8M { position:absolute;display:block;z-index:15020;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:38.625rem;left:8.5625rem;overflow:hidden;display:block; }
#xD1PCToV0Na20cQvEEneuoPPcQZqscsT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xD1PCToV0Na20cQvEEneuoPPcQZqscsT > .row .container { border-width: 0; border-radius: 0; }#xD1PCToV0Na20cQvEEneuoPPcQZqscsT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xD1PCToV0Na20cQvEEneuoPPcQZqscsT > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#ru2Nc1Z7qvBPUXwi1VakN4fOpRPrnSVM { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I1VwThZcowzGS2Z4Hnry4nBxcN1FuDU0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.9375rem;left:2.59375rem; }
#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu.adaptive-delivery-prevent-bg, #TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu.lazyload, #TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu.lazyloading { background-image: none; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu > .row .container { border-width: 0; border-radius: 0; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#EXXVD8p1kg4z0C3T3h982yEGa4W2dFf7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 > .row .container { border-width: 0; border-radius: 0; }#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#e6gR1Q9Q7lpM4ZF9b9Iip7QgOpfHnh3p { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA > .row .container { border-width: 0; border-radius: 0; }#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#RxdxKLXKStMJATn36s73674Ub39J7FnC { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:8.2486875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC > .row .container { border-width: 0; border-radius: 0; }#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#rAKVUmJzv0yJKrihXmfOJl0QP4DtTZWP { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:5.49913125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rUge2vbUBrzr8VSncDh8MS19JTZbegTT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bZMPTWqSUhdhskT5VlQN7a3owcT8pioU { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:7rem;left:8.5625rem;overflow:hidden;display:block; }
#sIfLr5aZAdIFpRZy0rRqapVEZhwkziX8 { color:#59676f;display:block;width:44.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:8.3125rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH > .row .container { border-width: 0; border-radius: 0; }#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH > .row .container { font-size:0.875rem;font-family:arial;height:14.6875rem;width:60rem;position:relative;display:none; }#uvzAwbtK0lUdghIw2Ls8z6TLMBM02hDg { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RrmtTQOvFI9ImRngReODaB3qHBWdq2yd { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#APyriZL0Q6HV96iHeWN0x5rrQrJVrKIi { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:7rem;left:8.5625rem;overflow:hidden;display:block; }
#yRV0QOiRZkpQhNZ6l0IlmJmybJ2s1Loq { color:#59676f;display:block;width:44.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:8.3125rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy > .row .container { border-width: 0; border-radius: 0; }#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#IMTPRWQzbO8udpBQXCvZAMCtrh53DuL4 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:1.3125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sAC3975A0cq3ygMLCB5pnbkRFQmD9O53 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:1.125rem;left:30.53125rem; }
#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och > .row .container { border-width: 0; border-radius: 0; }#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:60rem;position:relative;display:none; }#D5I5M8klLEiO79JMMGkHfQfnotBQTugk { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:16.4973875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ls4Tl7muQwOCmKTBF4w5Ib0stNzuK8sq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.46875rem;left:2.59375rem; }
#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh > .row .container { border-width: 0; border-radius: 0; }#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:none; }#PoLom17S2X2aIxJgorLbsiuEZSIJUDII { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MFWuvGZJPEryROy7akPhLpS9B9da5K6q { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sp9lhM9aE64Xx13inSzlrdTZBIDNEmBG { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DWcXosiHkvMmnuvs6GVIXWO5RFCJ20v0 { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.875rem;left:8.1875rem;overflow:hidden;display:block; }
#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI > .row .container { border-width: 0; border-radius: 0; }#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#lqbS3OgRBhtxmgCk9CIMb5UrDgpd0eUa { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:1.3125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oZ2VXqLgKDxJwbfBRDaMg4vPZZ4zOXc0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:1.125rem;left:30.53125rem; }
#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H > .row .container { border-width: 0; border-radius: 0; }#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:60rem;position:relative;display:none; }#A4RtfheH1LeVtAiuw6W0RBzP4vZyr2lc { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:8.5625rem;height:8.2486875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G4FEkX1RBboRUcBdCTxlgDpAXe20z7lT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:4.4375rem;left:2.96875rem; }
#VeLFRRK29nznI9L71sq87xqKK23wrd1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VeLFRRK29nznI9L71sq87xqKK23wrd1P > .row .container { border-width: 0; border-radius: 0; }#VeLFRRK29nznI9L71sq87xqKK23wrd1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VeLFRRK29nznI9L71sq87xqKK23wrd1P > .row .container { font-size:0.875rem;font-family:arial;height:48.9375rem;width:60rem;position:relative;display:none; }#ZWkSqMRmvT73HIhO9w72QlIStiAWDxPO { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fKwgOwU95HiveXBk7Gf8s2NtFqKickLm { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#pb5rhq4HOhVIL5ontQUq60XiVKXa4Hii { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:14.8125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yMT9kfhvKzO3LGWncQ7M0ly2tXwzAHe0 { position:absolute;display:block;z-index:15013;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:28.75rem;left:8.5625rem;overflow:hidden;display:block; }
#i3VAieOtk4mp6P61Kh6m0921LLHmas5h { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:30.0625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cvd7fLWoaTTmCsTFvQfSSzFnMbcHITf9 { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:34.375rem;left:8.5625rem;overflow:hidden;display:block; }
#KHrgMpZ2U2QlN6LxZPc8AxSedwuV8TEG { color:#59676f;display:block;width:38.9375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:35.6875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p2rLEWq0Liy0ToCvyXUTKl2hquF97z1o { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:23.1875rem;left:8.5625rem;overflow:hidden;display:block; }
#GCV16Lbcs8dhfJb6WtGtOl9Z462GBtPH { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:24.5rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X9QfqrzUthzs6xGPJ15bZEFrGT8rbGaw { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:17.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#sM2MAd69K1i9lmT2Cx6CEvbCdMotfcoh { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:18.625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMJhKZkJ7IXeIKcxmuTvgSgLlVTQDRo4 { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:40.25rem;left:8.5625rem;overflow:hidden;display:block; }
#aG8tTWPaQnKXeOKPGCK0zXN8ADWJICcS { color:#59676f;display:block;width:38.9375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:41.5625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FGURNu8Z6aOPZFU51SEgPkTTM2HpAn2O { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:7.625rem;left:8.5625rem;overflow:hidden;display:block; }
#WdHTyQOUJyE27mislKqX6C2LKzT8KLSr { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:8.25rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5.adaptive-delivery-prevent-bg, #A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5.lazyload, #A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5.lazyloading { background-image: none; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 > .row .container { border-width: 0; border-radius: 0; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#uRgnGtDJebVisAdlkPFmT9mkecPQfR5E { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM > .row .container { border-width: 0; border-radius: 0; }#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#hfwDS6uqwyyKVoD6lXhTNwChev5lCgom { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow > .row .container { border-width: 0; border-radius: 0; }#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:60rem;position:relative;display:none; }#Nfw4c7xmgFCPzTuFZX9TbTWDqASRuK9E { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:16.4974125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq > .row .container { border-width: 0; border-radius: 0; }#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:none; }#Z09UdCTn1ie67uFZNAuh9TmkLm9vLlWA { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pntl8RAoAkh5EUgdRVHFycpl0Urxh2ac { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tvTMEU1OSJ1gJCho2U4SqgkIgB9zWSMV { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.875rem;left:7.9375rem;overflow:hidden;display:block; }
#s1EmdBKi7VG46Nr1OWsg4MOOIVPu3rwT { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD > .row .container { border-width: 0; border-radius: 0; }#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:none; }#uTXHetz6ythlf4ANxD7SL9CzB0uDDIJG { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#An0o9pKA1Hkg8K3KDTxWTKN8Hp19WbLH { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#EQ91t0HwXEdtNrV2hlhkuNHDstJi7emg { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.875rem;left:7.9375rem;overflow:hidden;display:block; }
#kF3bzauwUlcye4WzlsIr1n26xqRo4Ezw { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz > .row .container { border-width: 0; border-radius: 0; }#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:none; }#xQpqLd5E6gDAQWkb1KWHnCcM6zvmz4CP { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m5c1OWT4i32LOtkbnMiVVVAQJJWHm39L { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#SGsThwa1oohIhhnTipWS48pRRoXkPLEh { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.875rem;left:7.9375rem;overflow:hidden;display:block; }
#sTxLUGHHAzxgLtC9JJvwmrfIIspJwLOU { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yoKw75iKyANg92JIEzxvSrmNNhoIws8K { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yoKw75iKyANg92JIEzxvSrmNNhoIws8K > .row .container { border-width: 0; border-radius: 0; }#yoKw75iKyANg92JIEzxvSrmNNhoIws8K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yoKw75iKyANg92JIEzxvSrmNNhoIws8K > .row .container { font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;position:relative;display:none; }#iDbAkwgBnJ1wyGmnSMATLg1Gacorend6 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ICpblnL6O7B6VpNkaMvUlaxLXTS8OtFX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QnTWIO4F5v1HExdMbTwhpluCWSKTBsL4 { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:5.5rem;left:8.5625rem;overflow:hidden;display:block; }
#uDcSb6aMTIRbqIlxS1ZbXliDNJHpDWwF { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:6.125rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UanaOPNWWDtvivQqsVnFI4K8fBtTCfIv { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:12.8125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S3XVySbycCdwMZXm8wXZ9KfetpTUkvI1 { position:absolute;display:block;z-index:15013;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:20.375rem;left:8.5625rem;overflow:hidden;display:block; }
#UgBt4ImkyTt7aIqECfcoKuIHsRb3KIOP { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:21.6875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v1gFTRsVwsLuEtkqZU17MCMWHcw6xgfw { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:26rem;left:8.5625rem;overflow:hidden;display:block; }
#VcTGF3RcRdoTEZaSc6AJ0XnoFyRgA8KF { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:27.3125rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gl0rSsrQX6DXzioNhzDKaADEL7zWaSLg { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:14.8125rem;left:8.5625rem;overflow:hidden;display:block; }
#Cr3xZBpyeSLeSSvP4MGQlm7pAhsZb5kT { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:16.125rem;left:15rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h8WdkznKCwukGaBdafMISdRJqbbZDpEk { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:31.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#LfTVyWpS9dTWaP9kvu8tTtEV0uEIkV6U { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:33.25rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#deA1oOysMcOs3qIzd7dL0cEvNfPpTUSg { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:38.0625rem;left:8.5625rem;overflow:hidden;display:block; }
#znIxVbbX0n96NgE5Jm2u5TqNC9II4QlW { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:39.3125rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM > .row .container { border-width: 0; border-radius: 0; }#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#XpAi8M4KSDF8QpTqq66cvTqCbTwwkdqp { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DimdchT2L1XDyAQNIt6tEIVSh6mXJdRc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.9375rem;left:2.59375rem; }
#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J.adaptive-delivery-prevent-bg, #dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J.lazyload, #dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J.lazyloading { background-image: none; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J > .row .container { border-width: 0; border-radius: 0; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#CMMzbxPu1sfQ40zQmviqPpvlszoA1EFO { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU > .row .container { border-width: 0; border-radius: 0; }#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#u57Hyr2vASpZ5URb6GBeNuqGbZMcHD2l { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE > .row .container { border-width: 0; border-radius: 0; }#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE > .row .container { font-size:0.875rem;font-family:arial;height:11.8125rem;width:60rem;position:relative;display:none; }#TFuGUEFhnzZs3ThaFuQLuFtTnQTM9MrT { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QAh5dLUX3a1NRTzeU3L5santXtGsgmde { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#JuNZiDdrVMg1wVIpTlTPOVB790Xe7NgH { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.875rem;left:7.9375rem;overflow:hidden;display:block; }
#nSPxpJl2TTMEt2GkEcGMFmwbSKP6PAA9 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:6.1875rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv > .row .container { border-width: 0; border-radius: 0; }#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#g9K5yXmIXBTNXfZ3bIetb1xlK4ddywHq { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uhuWszE0X7aTXJOxKrB3q8SIAhfsT9lu { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ZzSDuQn8AiVPAfCSf4JARrqTp6BC5ybc { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:6.1875rem;left:7.9375rem;overflow:hidden;display:block; }
#RSDbILgLEhWtvAJGi0LmTC9Mavx80BLr { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:7.5rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz > .row .container { border-width: 0; border-radius: 0; }#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#Xw7yGTlZQngKMgCak4DGXcuLvMXylJmZ { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ElWqQNQRVJluPa4aMSequwI4a88Dqa8G { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#vTOOMoKb62foUPf2LuSP3BIK90ynin00 { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:6.1875rem;left:7.9375rem;overflow:hidden;display:block; }
#m9UTlMRc3NprLDTlBCdcE9a3mAS1HAdi { color:#59676f;display:block;width:44.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:7.5rem;left:14.375rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK > .row .container { border-width: 0; border-radius: 0; }#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:60rem;position:relative;display:none; }#KBxwASgbli6GZrfOKs9Eues33fZNgdQT { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:9.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pgzmzwMD81zFMwEaEuKq6ESWBCEcu8b7 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HdOz3JnZJxpGzHlDkvJZabWv2Pi98eeL { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:28.875rem;left:15rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lk8Wz1qA8BVZcwaySh4z2JtKqRODqKr2 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.25rem;left:0.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BO7tLOoff7HrX43zlEBBzeCzOwwdx4my { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:21.625rem;left:8.5625rem;overflow:hidden;display:block; }
#UqT33I3CpPPJ6JyHbvxSDd0u0DpaasHA { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:22.9375rem;left:15rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GFEbuxF6iq4m0sVcsPMEeLBDzEzU89yl { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:33.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#sBg265Sx6d1t4LutFPf17AyavoMKOMpZ { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:35.0625rem;left:15rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W9vgdrFzLN9h1TeLrEtbfBB3prvo8W9d { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:27.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#dkxEv3X1W3L2ngwDQQmvTzzESWWk100T { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:40.5rem;left:15rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv > .row .container { border-width: 0; border-radius: 0; }#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv > .row .container { font-size:0.875rem;font-family:arial;height:60rem;width:60rem;position:relative;display:none; }#L6kM77CSH9xnKpvew3396UyxGsHKSWn1 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:9.62348125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e6EymH2kXNQkJuNlHmkauKsqxS6GEdkN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VhfQ05mmRqXNVNegc2WQ0FDrArhrINlL { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:29.5rem;left:15rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zhO7DcsZ391mmZucnh2lglVuzlb06hsc { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:19.875rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zkgfImgeK4BJF5mZn146HB7G7UTMhEJA { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:22.25rem;left:8.5625rem;overflow:hidden;display:block; }
#fo8GnwRWLoU8fsw0LJlR3Vvn8ceSkLVZ { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:23.5625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fNZAGvld8JEnT0l0lCU5Spev0nf7DMqP { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:52.375rem;left:8.5625rem;overflow:hidden;display:block; }
#TTQmUQAaTfkbgK9aZD1en72V5QOyAtm1 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:53.6875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vx6qwKzDq9bfdfVSxrUF2ixRLmW9fs4X { position:absolute;display:block;z-index:15009;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:28.1875rem;left:8.5625rem;overflow:hidden;display:block; }
#NVnwRaICdPZUoOXyc94kS9FNG4eRd9TL { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:11.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#zqTreMpOv0bU07yiExLJOAkOAN1Obae0 { color:#59676f;display:block;width:33.375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:12.5625rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mq5ybAS0yd8H8OPLPnweEKHHL9wbh4qR { position:absolute;display:block;z-index:15010;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:34.4375rem;left:8.5625rem;overflow:hidden;display:block; }
#ZRl39vbnCHgsssz2GFW4TxpeJhxv1siM { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:35.75rem;left:15rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dwcBttwMABib0MZtqhG8DfBcZQh164R2 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:41.750001270324rem;left:15.000003814698rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P8rUMynFTMVHOTTugzAJ7v2srQp5zrhO { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:46.25rem;left:8.5625rem;overflow:hidden;display:block; }
#qbcGTtOTLEfbUx9Jwhpq0iRWJslcp8QJ { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:47.5625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QkaNI1CRxE8SCRSQ59SEONA1in8HM8ab { position:absolute;display:block;z-index:15021;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:40.25rem;left:8.5625rem;overflow:hidden;display:block; }
#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg > .row .container { border-width: 0; border-radius: 0; }#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#LZhO8DUCyK192zIGFVBeyyOEbS4I2QHT { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ > .row .container { border-width: 0; border-radius: 0; }#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:none; }#LPupvRHBzLIxZhs2w6CGH0hmKguVGA7u { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:2.4375rem;left:8.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pJyKDTrox6SazSxmE7qIZqP210V4MKtt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:0.625rem;left:1.75rem;overflow:hidden;display:block; }
#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p.adaptive-delivery-prevent-bg, #FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p.lazyload, #FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p.lazyloading { background-image: none; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p > .row .container { border-width: 0; border-radius: 0; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:none; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ > .row .container { border-width: 0; border-radius: 0; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ > .row .container { font-size:0.875rem;font-family:arial;height:48.625rem;width:60rem;position:relative;display:none; }#ffS7kqD7UttX3qeissTx7bPQSxA0NbUC { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:0.9375rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#D94Csx7pTUaSMfs5zTuI3d2oNuGBzxw6 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:11rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#epwWFG2QCS4fT0XzscN7SN7WoAO7zmam { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:5.0625rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UocM1gCafBLc4pr8MKwp9JsiRRRHhvkZ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:3.5rem;left:2rem;overflow:hidden;display:block; }
#Cu5NiVcKtG4JvtcgfWy7NKXe7wGWF2hZ { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:16.875rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S9lqgd4rpxkQmCbp3UVJdh8tIWfnDFsZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:9.4375rem;left:2rem;overflow:hidden;display:block; }
#yZaHVwil923UZ3x7NAa0uLksoQn9Fmk7 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:28.75rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3ytzo1L1Lq4DmoP8EVO5JM3QJT9EK73 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:15.3125rem;left:2rem;overflow:hidden;display:block; }
#AZHKsQMmGhI2beBOscHJPTaecrinDO4N { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:22.8125rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TLVNVEQx6iEnmD2NUa0OPhCAR8M7Dw9W { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:41.1875rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OmR7sgGpFWxlh9TQbnTopOrmVsn71Xme { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:27.1875rem;left:2rem;overflow:hidden;display:block; }
#XDKFau18OAIuu3lrfQGZ7h5he7ilk3A7 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:21.25rem;left:2rem;overflow:hidden;display:block; }
#Iz1HuN2EQleovU0iDpkyJZG0JfRi89Pn { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:35.125rem;left:8.5625rem;height:1.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F3gM3ZJiy2JKreClyNTbnQ8vytCo92Vm { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.015625rem;left:0rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen.adaptive-delivery-prevent-bg, #CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen.lazyload, #CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen.lazyloading { background-image: none; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen > .row .container { border-width: 0; border-radius: 0; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:none; }#y5PSkvndCMItPJeAX0F8v2E8wuExz8y7 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/136c3aad-f702-4188-8bfa-582737a793ca/SF_9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq.adaptive-delivery-prevent-bg, #QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq.lazyload, #QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq.lazyloading { background-image: none; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq > .row .container { border-width: 0; border-radius: 0; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:none; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI > .row .container { border-width: 0; border-radius: 0; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI > .row .container { font-size:0.875rem;font-family:arial;height:8.5625rem;width:60rem;position:relative;display:none; }#JSkKM0UXTNZsaecOpJeQhiwWdadwJBFB { color:#59676f;display:block;width:59.9375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.875rem;left:0rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV > .row .container { border-width: 0; border-radius: 0; }#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:none; }#i5P2vKW3TSLdUc7XpFZMJTEXMmEwcJTo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:8.9375rem;top:1.625rem;left:3.03125rem;overflow:hidden;display:block; }
#h9a5PNGmqTZVJGQlHkw2rBdLrsBBTwdh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:7.5rem;top:1.28125rem;left:18.75rem;overflow:hidden;display:block; }
#osmz1JmG2AEtU0Z78TSrKVGJ1RPOfvlZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:11.6875rem;top:1.875rem;left:31.65625rem;overflow:hidden;display:block; }
#d8tXTdhCaDN4D3be7vOTxlDWywO8ufPB { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.5rem;top:0rem;left:48.75rem;overflow:hidden;display:block; }
#EVahbNDOPdksffC1TxXNxlAh5RognOXy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EVahbNDOPdksffC1TxXNxlAh5RognOXy > .row .container { border-width: 0; border-radius: 0; }#EVahbNDOPdksffC1TxXNxlAh5RognOXy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVahbNDOPdksffC1TxXNxlAh5RognOXy > .row .container { font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;position:relative;display:none; }#KOtKzQsMcUCyzsLbzcSO3WUJpo1Co7xV { color:#59676f;display:block;width:29.9375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:24.3652375rem;text-align:center;text-align-last:center;display:block; }
#mCEHrZLxgiJlVDMMdhIsOERC8RGTgqOU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:28.125rem;top:1.625rem;left:30.84375rem;overflow:hidden;display:block; }
#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 > .row .container { border-width: 0; border-radius: 0; }#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#iSnLWBl2x2IClekoRX86fDwsS7ETK5Zb { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:2.125rem;left:8.5625rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb > .row .container { border-width: 0; border-radius: 0; }#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#bFDotyWI1sEsBmPQsFXPTyUkAoW9fW0Z { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#seVstqINb5CypzlzxOWegXIC8sdbQ4yo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo.adaptive-delivery-prevent-bg, #seVstqINb5CypzlzxOWegXIC8sdbQ4yo.lazyload, #seVstqINb5CypzlzxOWegXIC8sdbQ4yo.lazyloading { background-image: none; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo > .row .container { border-width: 0; border-radius: 0; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#yPJfzSnDrTgnazP1o0PDNs5nPf09B395 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW > .row .container { border-width: 0; border-radius: 0; }#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:none; }#PrCK9bVPHroSDXsRMuOuRfvH6MtPzAwq { color:#59676f;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.5;letter-spacing:0;top:0.71875rem;left:0rem;height:18.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i > .row .container { border-width: 0; border-radius: 0; }#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#dTKyi7UxzrCvdrMtfpWKIoDCXG5X9dkZ { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX > .row .container { border-width: 0; border-radius: 0; }#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX > .row .container { font-size:0.875rem;font-family:arial;height:12.8125rem;width:60rem;position:relative;display:none; }#UHHG0s0BOdBIbzXNUDcXFXy36aOO8HKt { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#shFMx4PbdDgA78pe454MSxLtw7So8ikN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#xzeGDntmCSAIiyDPtUEfRQFG7hT45U7d { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:6.1875rem;left:7.9375rem;overflow:hidden;display:block; }
#C3wOkp9NQnC0SCGQGT43PNDll6ihow7b { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:7.5rem;left:14.375rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ > .row .container { border-width: 0; border-radius: 0; }#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:none; }#E1Q4GUgReXykh72Wk3NHGu0uHbwsv9m0 { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ch6WgHKJBvPVbxKrbTciUhaelpppM3iT { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#GRCLU9xDLGRpO9PQBS5mKU6Athrzcpto { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:8.5625rem;overflow:hidden;display:block; }
#TPFytvTRFBScR3pJUDvPzlJKoT2wCh62 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:10.25rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dvxL94BE1UzXspigciBakudU4uegUxvx { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:17.625rem;left:8.5625rem;overflow:hidden;display:block; }
#nQ3GJd9ya5DkRUHclUtSJmfsoQmACXnL { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:15.6875rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PsstL594kaUIxptVtbteCRrRhQfW5ODp { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:18.9375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DIIDL5uu43aQTVcCXoMLMz9UhRoVLUl4 { position:absolute;display:block;z-index:15020;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:23.3125rem;left:8.5625rem;overflow:hidden;display:block; }
#iN41dNwe8fzpp7cDS9qAplUM4GpIzIU1 { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:24.625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#blwQBaWtNJevIJN1JV44i7NyAZrdLeOM { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:29.1875rem;left:8.5625rem;overflow:hidden;display:block; }
#m7InBfRriipO2V7hQZLZXyL8BB7afDHL { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:30.5rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MFSgLA0BiriZm2OK8veSotqcyBh8LgNS { position:absolute;display:block;z-index:15024;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:35.4375rem;left:8.5625rem;overflow:hidden;display:block; }
#VPINFqKduTHIzBul3xk8cTAJ1V8fgVom { color:#59676f;display:block;width:42.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:35.875rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g.adaptive-delivery-prevent-bg, #HPxH2lVczmDnEN1n4kw8WIHD591QIq3g.lazyload, #HPxH2lVczmDnEN1n4kw8WIHD591QIq3g.lazyloading { background-image: none; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g > .row .container { border-width: 0; border-radius: 0; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#a9OvoTDPLTtpb7ikGmt2XVIPA0NaWuUM { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 > .row .container { border-width: 0; border-radius: 0; }#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;position:relative;display:none; }#TNvPgppXQr3vQfTfePJNJGicFfeK3EMB { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vrRiAdu27EPoUUPJdWf2pm1dGhhxVDAl { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#WJLAEFcdmVaWmVtO0FJAhBKGshcJ8uSn { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:9.4375rem;left:8.25rem;overflow:hidden;display:block; }
#gnxGXcDZIeuC2eMLlyT32QMc2EKs6kyh { color:#59676f;display:block;width:33.125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:10.0625rem;left:14.6875rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kdbMxHMdT0bMG7t9ckH10dgXGZ3U1gLV { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:15.5625rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ly3awVWieaTEzUcbPACkWyTqEqRu4RRf { position:absolute;display:block;z-index:15020;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:37.0625rem;left:8.5625rem;overflow:hidden;display:block; }
#tfHOyZT5WhGEWOh0lSFtlNoh8osurqRF { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:38.375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I3K5vp6M4rN1gqIRvvkWQ9rSPKqOmROL { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:17.8125rem;left:8.4375rem;overflow:hidden;display:block; }
#PhpX5RksqIeXlIrkaLXB3tsiq9EADTJv { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:19.125rem;left:14.6875rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#P9S2R9JIvgzz1XhGCuNKt62yqlJKzxtF { position:absolute;display:block;z-index:15022;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:24.0625rem;left:8.5625rem;overflow:hidden;display:block; }
#zgA1bNkBRePCrsa7wVUV3tbbvnnpn184 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15061;line-height:1.1;letter-spacing:0;top:25.375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FPuKN7Oe4W6M6WAkFl8HsFwmqcBMdzG0 { position:absolute;display:block;z-index:15024;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:30.625rem;left:8.5625rem;overflow:hidden;display:block; }
#xke7RAeU22AWve1TlJhX55NzPWMcHUHi { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15063;line-height:1.1;letter-spacing:0;top:31.9375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy > .row .container { border-width: 0; border-radius: 0; }#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#lOpIhPr1iRf4mXLb7SOmiJfcCN0SwPeC { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsG70LeTwtEqQkdWbxA1xowSvTmafwmo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.9375rem;left:2.59375rem; }
#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr.adaptive-delivery-prevent-bg, #SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr.lazyload, #SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr.lazyloading { background-image: none; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr > .row .container { border-width: 0; border-radius: 0; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#xOlR7W2yhNoACVppVRtTVkTVxxhmrPOf { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:1.640625rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4pLxcPAceEq97qAQEpx2493vsX8QBEV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U4pLxcPAceEq97qAQEpx2493vsX8QBEV > .row .container { border-width: 0; border-radius: 0; }#U4pLxcPAceEq97qAQEpx2493vsX8QBEV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U4pLxcPAceEq97qAQEpx2493vsX8QBEV > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#M9A1BC4tlrxzpU64X7xr609EXBbpCoUL { color:#59676f;display:block;width:18.5rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt > .row .container { border-width: 0; border-radius: 0; }#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:none; }#R6Ux9N1c44sh9ehTPS0oSPUQprPXDZTv { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:12.37305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk > .row .container { border-width: 0; border-radius: 0; }#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:60rem;position:relative;display:none; }#nENHaHReHd1zSan5i81xpsyf2X9A8tkQ { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eGwgcDitqEUXFl2MzwWOLJBmGP2BvppK { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#mFOUwOashdGhSRhK8K1nsiba3gifzH2J { position:absolute;display:block;z-index:15011;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:5.5rem;left:8.5625rem;overflow:hidden;display:block; }
#MzCXeHALvM0mC95mSA0q4nQeMxgcTis8 { color:#59676f;display:block;width:31.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:6.125rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPfRV1MhVNC4FtpspMO3TtxHBF7fTb0a { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.1;letter-spacing:0;top:15.1875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Un4rW2tRn8m03ZuGzg9VrNHtnFuNGQI6 { position:absolute;display:block;z-index:15013;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:13.875rem;left:8.5625rem;overflow:hidden;display:block; }
#rgyW3qZbf0DJNn65VzewtMBeA6WnO2JM { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:11.9375rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ukEGH2CwfuStRMu7EUvgAHzqPE4FNUBT { position:absolute;display:block;z-index:15015;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:19.5625rem;left:8.5625rem;overflow:hidden;display:block; }
#IE2dbQsxKzeEZcZZFB7IydzkRxIvGGOy { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:20.875rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zwxXmALQGDPtSppoTbSl4PqbuMGv5DVm { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:46.3125rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qgVn0GlbMPlpn5zN9MbKGWxRIExhAHJW { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:27rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oWoDlhEuw6TO2TyU8cXh6BNa9DwTbwTJ { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15057;line-height:1.1;letter-spacing:0;top:53.0625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uRyJaqvKsQTItvxrXXmySVhy31XLdLQX { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:45rem;left:8.5625rem;overflow:hidden;display:block; }
#RaZNlS2UKz8ffWkqVeC8uUdd71MyLd1i { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:33.4375rem;left:15.000003814698rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V89ONPiuhMxX4bHwuJXkwrL3M3pbvNrM { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:39.937500953674rem;left:15.000003814698rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SDeyeZDDTer6XsmuOaywGNiKf31ZQb1l { position:absolute;display:block;z-index:15016;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:32.145835876465rem;left:8.5625rem;overflow:hidden;display:block; }
#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC.adaptive-delivery-prevent-bg, #rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC.lazyload, #rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC.lazyloading { background-image: none; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC > .row .container { border-width: 0; border-radius: 0; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#GQuR5UD2DbOWqf7TahIPoN22eBhebwPu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:0.78125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb > .row .container { border-width: 0; border-radius: 0; }#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#bubHFT9LbqNQymTWceoiqrU9GCT3uGDe { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX > .row .container { border-width: 0; border-radius: 0; }#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX > .row .container { font-size:0.875rem;font-family:arial;height:18.9375rem;width:60rem;position:relative;display:none; }#LkaVvLnqWz159Ifv0oKRcMguR2pl2g42 { color:#59676f;display:block;width:57rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.875rem;left:1.5625rem;height:15.1226125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 > .row .container { border-width: 0; border-radius: 0; }#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:none; }#o7XIWZ6wFfGCOvx8cGyLXHazMAc1cFXt { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JMt0nUTSyLyVmNTrudGXeiXbsJQOxsDw { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:8.5625rem;width:8.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#evDn9Dw6C9SpxqEcGdmBsplEItEDVzE1 { position:absolute;display:block;z-index:15017;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:4.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#caKPl7rRmldzp9ZdDHs2N9l3MNXDhvqD { color:#59676f;display:block;width:41.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15056;line-height:1.1;letter-spacing:0;top:5.46875rem;left:15rem;height:4.12435rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K6MpPuixQLzVCq1b8DM2WpA8yqvGZRG9 { color:#59676f;display:block;width:51.436625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15050;line-height:1.1;letter-spacing:0;top:11.874994277954rem;left:8.5622863769531rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H522RoO6JM62F5MwKTWrTrtbkTAkzikz { color:#59676f;display:block;width:41.4355625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.1;letter-spacing:0;top:15.3427734375rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Vds8x8Aiqehoww3oav1H2MnGctyGa1Eq { color:#59676f;display:block;width:41.4355625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:26.375rem;left:15rem;height:2.7495625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vWaLFfoiR6RezfuVqrTksmVLcVOJAsaK { position:absolute;display:block;z-index:15018;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:14.0302734375rem;left:8.5625rem;overflow:hidden;display:block; }
#OW4il6wOMntvOqbgG24RRuNTbeT47vbB { color:#59676f;display:block;width:41.4355625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.1;letter-spacing:0;top:31.25rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SMDgiNrH9rQXPxNA84dBqmTo3T4v5M9t { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:29.9375rem;left:8.5625rem;overflow:hidden;display:block; }
#ws22WTWT26AUpL3fkfJ6THIpN2ce79Jk { color:#59676f;display:block;width:41.434875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15059;line-height:1.1;letter-spacing:0;top:21.5625rem;left:15rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WAkHETrcI8gfxTrrLcdwqhXfZRVfRV6R { position:absolute;display:block;z-index:15019;border-top:0.1875rem solid #0f4c81;border-left:0.1875rem solid #0f4c81;border-right:0.1875rem solid #0f4c81;border-bottom:0.1875rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:5rem;width:5rem;top:20.25rem;left:8.5625rem;overflow:hidden;display:block; }
#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv > .row .container { border-width: 0; border-radius: 0; }#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:none; }#WTqcontC5PgeEItxfnETAP9tmcUZTTWJ { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15049;line-height:1.1;letter-spacing:0;top:1.3125rem;left:8.5625rem;height:1.37478125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H67aDtdnAuF6ubJsgy4mu0kDu9rWzp7y { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:1.125rem;left:30.53125rem; }
#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo > .row .container { border-width: 0; border-radius: 0; }#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo > .row .container { font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;position:relative;display:none; }#sLAxGo2XMxwttfRQOko5zTGvfyw9EM8N { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:0.34375rem;left:8.5625rem;height:19.2469625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y2xdZSuIkXhC9nTrHWVmK0gwvmyNtoCb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:7.46875rem;left:2.59375rem; }
#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU > .row .container { border-width: 0; border-radius: 0; }#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#OHJUqCAlzFGVS64Ou7lKnKAOk1b3BUzn { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg > .row .container { border-width: 0; border-radius: 0; }#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:none; }#nOaqDRttDTCu1eyGFqKZ3khN7bDz0M7s { color:#59676f;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.1;letter-spacing:0;top:1.125rem;left:8.5625rem;height:2.74956875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PyZ9XJcZAta5HZ9ycz43zGqk37yFpy6J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:0.9375rem;left:2.59375rem; }
#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y > .row .container { border-width: 0; border-radius: 0; }#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y > .row .container { font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;position:relative;display:none; }#b1V56ucEfcdaIXsXJkblF5sDTA23X3uQ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:15.625rem;top:5.0625rem;left:22.1875rem;overflow:hidden;display:block; }
#WTaFc3MMVRwcEOUkLsTSaZvKgPTysp2P { color:#59676f;display:block;width:59.875rem;position:absolute;font-family:titilliummaps29;font-size:1.875rem;font-weight:300;z-index:15005;line-height:1.1;letter-spacing:0;top:15.4375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu > .row .container { border-width: 0; border-radius: 0; }#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:60rem;position:relative;display:none; }#SKf57SRv3Q5nQ7idQSx6E6GdIkl7q4Ke { color:#ffffff;display:block;width:3.686525rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:300;z-index:15049;line-height:1.1;letter-spacing:0;top:3.0625rem;left:2rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LIBJe3BKT27rEETtW1wLAiCkxlAE9VAC { color:#ffffff;display:block;width:51.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:300;z-index:15048;line-height:1.1;letter-spacing:0;top:2.375rem;left:8.5625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,102,51,0.95);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 > .row .container { border-width: 0; border-radius: 0; }#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:none; }#at7pzF7TUsTNFudOxyDPDkvxp3wo5egi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:0.4375rem;left:2.15625rem; }
#PDNTJ5xTQXzn7dt0pfN8wEOESO4WuZSc { color:#ffffff;display:block;width:48.375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:400;z-index:15054;line-height:1.1;letter-spacing:0;top:1.03125rem;left:8.375rem;height:1.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#006633;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve > .row .container { border-width: 0; border-radius: 0; }#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve > .row .container { font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;position:relative;display:none; }#RTFiyWdXr7nkctbMthlvfeKoG9OS3d8X { color:#ffffff;display:block;width:41.6875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:300;z-index:15053;line-height:1.4;letter-spacing:0;top:2.0625rem;left:16.9375rem;height:19.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LR13Vye8xkeiFJGV0qC2zqwB9w2EVJLa { color:#ffffff;display:block;width:14.933625rem;position:absolute;font-family:titilliummaps29;font-size:1.125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TE29IV170LFbbo3xi9sQTTq6P81Lrg8z { color:#ffffff;display:block;width:14.933625rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:15.0625rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CG4wW9aAkMB543eANocZZ581peJAEoT4 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:17.6875rem;border-top-right-radius:17.6875rem;border-bottom-left-radius:17.6875rem;border-bottom-right-radius:17.6875rem;box-shadow: none;height:12.1875rem;width:12.1875rem;top:1.5rem;left:1.373046875rem;overflow:hidden;display:block; }
#dqNJydfA7BBPLipSbUezBv4gTtsC09cB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB.adaptive-delivery-prevent-bg, #dqNJydfA7BBPLipSbUezBv4gTtsC09cB.lazyload, #dqNJydfA7BBPLipSbUezBv4gTtsC09cB.lazyloading { background-image: none; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container { background-color: transparent; background-image: none; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container > .video-iframe-container { display: none; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row > .video-iframe-container { display: none; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .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); }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container { border-width: 0; border-radius: 0; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#VeAzBPApzQckLKBhWHkhuQIgJ5tCF7Fx { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.60546875rem;left:0rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container { background-color: transparent; background-image: none; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container > .video-iframe-container { display: none; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row > .video-iframe-container { display: none; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .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); }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container { border-width: 0; border-radius: 0; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:block; }#hJcvvVnS6E16700pvMAsZvg9UVL4y9ml { color:#59676f;display:block;width:56.9998125rem;position:absolute;font-family:titilliummaps29;font-size:1.625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:4.82421875rem;left:1.4984817504882rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 > .row .container { border-width: 0; border-radius: 0; }#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:none; }#HPnMXgTGson8iPItzq5AsaLFTpIG3NGL { position:absolute;display:block;z-index:15005;background-color:rgba(0,136,209,0.23);background-image:none;border-top:0.0625rem solid #59676f;border-left:0.0625rem solid #59676f;border-right:0.0625rem solid #59676f;border-bottom:0.0625rem solid #59676f;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:25.4375rem;width:20rem;top:2.5rem;left:20.0625rem;display:block; }
#CRMIBX2N05Gde5byBdpED9maP0LqdqxA { position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #59676f;border-left:0.0625rem solid #59676f;border-right:0.0625rem solid #59676f;border-bottom:0.0625rem solid #59676f;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:26.5rem;width:18.5625rem;top:4.25rem;left:40.25rem;display:block; }
#iLuInlTGlAKHhNyK8kZZybhoOfVSZLMM { color:#59676f;display:block;width:19.375rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:20rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#txAHqswNZIq3yl9vFvEUqcdSP5Gxrdoa { color:#59676f;display:block;width:19.375rem;position:absolute;font-family:titilliummaps29;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:20.3125rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ILaaFlXTxIMTBPMCt7Cy0RN6tzduSN6n { color:#59676f;display:block;width:17.1875rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:5.3125rem;left:40.875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xDDveZ9G4qsWgWICqPlmHaiStO9TXhlH { color:#59676f;display:block;width:16.8115rem;position:absolute;font-family:titilliummaps29;font-size:3.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:41.5927734375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc { color:#59676f;display:block;width:15.1855625rem;position:absolute;font-family:titilliummaps29;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:13.3173828125rem;left:42.40625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc li:before{  }
#IJKMQLn2GWzzGhFcQonMif9OsqS3sooK { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6230625rem;height:2.999025rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.3125rem;left:23.6875rem;display:block; }
#TSsK43tLKE6vmv63evb460KBg8Q8LK1w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z64bOD456AgNrE5K7oKiK5UbAPbdH3HG { color:#59676f;display:block;width:18.375rem;position:absolute;font-family:titilliummaps29;font-size:1.0625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.25rem;left:21.1875rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#z64bOD456AgNrE5K7oKiK5UbAPbdH3HG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#z64bOD456AgNrE5K7oKiK5UbAPbdH3HG li:before{  }
#BhCX3CT8JviJJVaqHdVE8dLHHScG1ZKs { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.624rem;height:2.99805rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.25rem;left:43.6875rem;display:block; }
#hvTGT3rI6iI0KzNGVhnQ1avhizwoz78n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#imoPv4EZ2V03unmx9oUeaOl2GU1aBR27 { position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0);background-image:none;border-top:0.0625rem solid #59676f;border-left:0.0625rem solid #59676f;border-right:0.0625rem solid #59676f;border-bottom:0.0625rem solid #59676f;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;box-shadow: none;height:26.5rem;width:18.5625rem;top:4.0625rem;left:1.25rem;display:block; }
#LnUOQuTldtCDTXTbWF2x74xF2Q9G6XOl { color:#59676f;display:block;width:17.1875rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M4a7NXIm6Pum1pdSkkrBQKUCbxK0iFCr { color:#59676f;display:block;width:16.8115rem;position:absolute;font-family:titilliummaps29;font-size:3.125rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:8.3984375rem;left:1.59375rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aRRirNITrqUVv4EIcyxkT16mvAHfh9LK { color:#59676f;display:block;width:15.1855625rem;position:absolute;font-family:titilliummaps29;font-size:1.0625rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:13.3173828125rem;left:3rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#aRRirNITrqUVv4EIcyxkT16mvAHfh9LK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aRRirNITrqUVv4EIcyxkT16mvAHfh9LK li:before{  }
#MTl0f09sxl6ANVnMiVfAEzkZzRtTTg9Z { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.6230625rem;height:2.99805rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:32.3115234375rem;left:3.6875rem;display:block; }
#LwnsCg9RchmSPG0lOzWP9AywG8brsgxy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L962mpy336InFgSViTNql3T9ae6bA7Vf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L962mpy336InFgSViTNql3T9ae6bA7Vf.adaptive-delivery-prevent-bg, #L962mpy336InFgSViTNql3T9ae6bA7Vf.lazyload, #L962mpy336InFgSViTNql3T9ae6bA7Vf.lazyloading { background-image: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { background-color: transparent; background-image: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container > .video-iframe-container { display: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container { display: none; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .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); }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { border-width: 0; border-radius: 0; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#tSllIt62mKfv4ezaxCK6536w06uPzxO1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.775390625rem;left:0rem;height:5.07421875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f4c81;background-image:url("https://images.assets-landingi.com/uc/5631b621-54fc-4834-bfe2-338e393b9c27/ViennaHousebyWyndhamAndelsLodzExterior1555411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.adaptive-delivery-prevent-bg, #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.lazyload, #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.lazyloading { background-image: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { background-color: transparent; background-image: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container > .video-iframe-container { display: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row > .video-iframe-container { display: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .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); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { border-width: 0; border-radius: 0; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:57.9375rem;width:60rem;position:relative;display:block; }#peEtWM0u5kZSmM9TcU7diTX9T1MZEP0R { color:#59676f;display:block;width:22.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:4.125rem;left:4rem;height:4.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#vyaVACVSS0kguHTVXDOy9tt2ibK4iOal { position:absolute;display:block;z-index:15028;background-color:#59676f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:10.4375rem;left:3.875rem;display:block; }
#Ht25MoFUaLptqbAb37XTT0TBnMr8bDFx { color:#59676f;display:block;width:24.249rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:11.734375rem;left:4rem;height:14.2480625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BC0hbczL3lF9SNtlx8BGuiohHJ3Ht2Uc { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:27.0625rem;top:8.25rem;left:30.1875rem;overflow:hidden;display:block; }
#kETeRgwP7uRcgMGQVoy2pi3zbDbUhKaQ { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:27.0625rem;top:27.125rem;left:30.1875rem;overflow:hidden;display:block; }
#LTzEmNfNXIMNkzoucSA7sIReRqZDuuai { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.091796875rem;left:29.6875rem;display:none; }
#cSwdVIzeT1LLDifwloTfVAJRRwsAgTel { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OVMJpvHKoZDdu2aV2fOfThu5N9sEX0Pl { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:27.0625rem;top:27.0283203125rem;left:1.875rem;overflow:hidden;display:block; }
#wBmtfM4BZOaM26LrbdRZaDAazlnhoVmL { color:#59676f;display:block;width:56.9998125rem;position:absolute;font-family:titilliummaps29;font-size:1.625rem;font-weight:400;z-index:15051;line-height:1.1;letter-spacing:0;top:48.851999282837rem;left:1.4984817504882rem;height:1.7871125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1.adaptive-delivery-prevent-bg, #sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1.lazyload, #sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1.lazyloading { background-image: none; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container { background-color: transparent; background-image: none; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container > .video-iframe-container { display: none; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row > .video-iframe-container { display: none; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .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); }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container { border-width: 0; border-radius: 0; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:60rem;position:relative;display:block; }#EJJB17hm0V0cTnu2eP83cTobEwvSqH1d { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:2.48046875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU.adaptive-delivery-prevent-bg, #OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU.lazyload, #OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU.lazyloading { background-image: none; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container { background-color: transparent; background-image: none; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container > .video-iframe-container { display: none; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row > .video-iframe-container { display: none; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .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); }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container { border-width: 0; border-radius: 0; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#q6XQBWB3exXRdQIUMxUBL4X6gIl4NS8m { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.96);top:2.125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/136c3aad-f702-4188-8bfa-582737a793ca/SF_9.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV.adaptive-delivery-prevent-bg, #OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV.lazyload, #OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV.lazyloading { background-image: none; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container { background-color: transparent; background-image: none; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container > .video-iframe-container { display: none; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row > .video-iframe-container { display: none; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .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); }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container { border-width: 0; border-radius: 0; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container { background-color: transparent; background-image: none; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container > .video-iframe-container { display: none; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row > .video-iframe-container { display: none; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .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); }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container { border-width: 0; border-radius: 0; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#QRdl014DBlfTfNmR3WbDqfstIBBnnrM1 { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:3rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:42.091796875rem;left:29.6875rem;display:none; }
#ZkSH4eTA1XKo04xaV7Nfkz1LuHz922sW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I6FVEdpOxF1VNCTfR9kNymDD6f06pr6C { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8748125rem;width:12.061625rem;top:0.93641471862794rem;left:23.968097686767rem;overflow:hidden;display:block; }
#OssaVvMWfCROAcAzy64XSTisZx6Fw8OX { color:#59676f;display:block;width:33.624125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:10.623916625976rem;left:13.187934875488rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#lfO1dtoGd51AohvKa7bn7p836zga0CPp { color:#59676f;display:block;width:24.8123125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:16.92382979393rem;left:3.125rem;height:23.1445rem;text-align:center;text-align-last:center;display:block; }
#JahwItHTvBQIivO6WXOnozWEaXZhHcSN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:18.75rem;width:28.125rem;top:19.120010137558rem;left:30.590278625488rem;overflow:hidden;display:block; }
#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N.adaptive-delivery-prevent-bg, #bEBLnme36mEWA5vnraIBuBkF8BHrHe2N.lazyload, #bEBLnme36mEWA5vnraIBuBkF8BHrHe2N.lazyloading { background-image: none; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N > .row .container { border-width: 0; border-radius: 0; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:none; }#X8ndAKy37TFJ9FTi81q46SzVEVkaIMDs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.3866310119629rem;left:0rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 > .row .container { border-width: 0; border-radius: 0; }#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 > .row .container { font-size:0.875rem;font-family:arial;height:65.4375rem;width:60rem;position:relative;display:none; }#cHHiGb8kMSidVdm8ffGAcNKd1QKXdMGe { color:#59676f;display:block;width:22.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uURZWBExL7AKLZhQDSJBvKPpIFkKfsrs { position:absolute;display:block;z-index:15028;background-color:#59676f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.6875rem;left:3.8125rem;display:block; }
#Cnn2Uf4OP15ncT2rbFHaIS8B9vaV29PE { color:#59676f;display:block;width:27.8115rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8.9322929382325rem;left:3.8125rem;height:17.0833125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pcT2u1UgpZZVJcHbWkdzT96DyVgZECJZ { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:27.4375rem;top:26.833335876465rem;left:3.8125rem;overflow:hidden;display:block; }
#gTXEE48Zfw99nyq5c0u8HfNd624Tu9oE { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:23.8125rem;top:24.5625rem;left:33rem;overflow:hidden;display:block; }
#PrARAAN3QkJRxH2bhrJ5O9ukswuJV8F8 { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.8125rem;height:3rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:44.1875rem;left:33rem;display:block; }
#QOyU7BWfJh9UZyGXdDVomkkiugwh2rTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kz121fEAXWcuGOVqcfcOzhB1F0ouO6TC { color:#59676f;display:block;width:24.2480625rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:7.8081588745119rem;left:3.8118515014649rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VE4ZmDmWTeKAlg77nsU9Vo8xMBzqK9k9 { color:#59676f;display:block;width:55.2486875rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:48.657552719116rem;left:2.375rem;height:11.388875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gh1boeN7HXgX8zcbGn914a6Nr9o9QK7P { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:23.8125rem;top:5.585896730423rem;left:33.000003814698rem;overflow:hidden;display:block; }
#pA0aKgQMvvbxMxkXJMSS4CZeIcs3Rs3c { position:absolute;display:block;z-index:15029;background-color:#b0b3b5;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:53.25rem;top:65.250041961669rem;left:3.375rem;display:block; }
#uCGdNOfUUOBMuPTGpN88bHIScwh0XvBo { background-color:#848f93;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.25rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:54.458333969116rem;left:23.875003814698rem;display:block; }
#zTJk1xu3mUZrCuA2q1gnxtFHKtifFbZD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx > .row .container { border-width: 0; border-radius: 0; }#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx > .row .container { font-size:0.875rem;font-family:arial;height:59.125rem;width:60rem;position:relative;display:none; }#zRuv0CKMxia6AGlIRk7SwvdFpuqQixL1 { color:#59676f;display:block;width:22.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.8125rem;height:2.27430625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nE6WTGiHBS6fqnrZD2J0gqinEaJBZ1mP { position:absolute;display:block;z-index:15028;background-color:#59676f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:6.6875rem;left:3.8125rem;display:block; }
#KHV6rOkfB6WVe0Oo1a0lBdUWBLnr3kTh { color:#59676f;display:block;width:24.249rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:8rem;left:3.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JQv0dlrJwlIKVz7nim8XmKFEPQEAXKfs { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:26.875rem;top:3.3125rem;left:29.6875rem;overflow:hidden;display:block; }
#HCqw4FGWIcBTMZxNzT3OsNSaxprHftVT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:26.875rem;top:22.125rem;left:29.6875rem;overflow:hidden;display:block; }
#QL6ihZMOXBMpiEnaZ5o9kITXdvz6FSV5 { color:#59676f;display:block;width:55.2495625rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:47.222305297851rem;left:2.3752174377441rem;height:7.1180625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JPvX4V5s6aP7UbTwML9H5EwNI5QUNEFX { background-color:#59676f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;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:titilliummaps29;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1245625rem;height:2.99913125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:42rem;left:29.6875rem;display:block; }
#KnibNBi8KZW9qTmSVft1O3TBb3FrP9XB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#egyETVvp1lgfhLIkC8OVXZBOJpOOecGQ { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.9375rem;width:26.875rem;top:27.0625rem;left:1.6875rem;overflow:hidden;display:block; }
#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL.adaptive-delivery-prevent-bg, #flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL.lazyload, #flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL.lazyloading { background-image: none; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container { background-color: transparent; background-image: none; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container > .video-iframe-container { display: none; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row > .video-iframe-container { display: none; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .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); }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container { border-width: 0; border-radius: 0; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#gnXps0MfHl1bCnpOW8dgQLbmTwHLTTyi { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:2.5371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container { background-color: transparent; background-image: none; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container > .video-iframe-container { display: none; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row > .video-iframe-container { display: none; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .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); }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container { border-width: 0; border-radius: 0; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#sIqKTXmkJcAsbulEIVO8QaXrSNSygeKO { color:#59676f;display:block;width:28.6875rem;position:absolute;font-family:titilliummaps29;font-size:1.1875rem;font-weight:400;z-index:15019;line-height:1.2;letter-spacing:0;top:3.25rem;left:27.1875rem;height:17.097625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z8vyVs0Nl6qEqQk2nSX7Qz1RQQuN7yVT { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:3.25rem;left:4.125rem;overflow:hidden;display:block; }
#WPIo2OuXcZTneAmrVe2gQETyXGTfKB3d { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:18.75rem;top:17.4375rem;left:4.125rem;overflow:hidden;display:block; }
#gzu2DmcE27B5kN4vLGzwMm9qQXQk8wux { color:#59676f;display:block;width:10.3125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:25.875rem;left:31.875rem;height:1.875rem;display:block; }
#gEIsUs2GUqzurDFlHGSPLq8qT3dOTpxh { background-color:#59676f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.0625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:33.375rem;left:23.4375rem;display:block; }
#SquHHvTGXNt0cD1i8LWc68QW7mR8tJAZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RWVSWdVqHiA3maO4vdRpDgBOqNGbpDZk { color:#59676f;display:block;width:6.875rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:25.875rem;left:49.4375rem;height:1.875rem;display:block; }
#B29UdPeDyMiemoud0G1TwITrTbV79pny { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:25.8125rem;left:29.125rem; }
#XPU97N24TC0HcM5izlm6Q2UDiW5u2wrW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:25.8125rem;left:46.875rem; }
#RucOZ3ppfaCVzqsiolOKp2Amk6IHrits { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:20.375rem;left:27.6875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk.adaptive-delivery-prevent-bg, #QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk.lazyload, #QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk.lazyloading { background-image: none; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container { background-color: transparent; background-image: none; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container > .video-iframe-container { display: none; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row > .video-iframe-container { display: none; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .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); }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container { border-width: 0; border-radius: 0; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#zsGff1qanqpvEEmlzgMZcwK2d7ThFUva { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:2.5371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container { background-color: transparent; background-image: none; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container > .video-iframe-container { display: none; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row > .video-iframe-container { display: none; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .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); }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container { border-width: 0; border-radius: 0; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;position:relative;display:block; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE.adaptive-delivery-prevent-bg, #WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE.lazyload, #WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE.lazyloading { background-image: none; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container { background-color: transparent; background-image: none; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container > .video-iframe-container { display: none; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row > .video-iframe-container { display: none; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .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); }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container { border-width: 0; border-radius: 0; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#n26JRWVQp80WKv9GDNCsLFIrQnGA7wQL { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:2.5371125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { background-color: transparent; background-image: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container > .video-iframe-container { display: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container { display: none; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .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); }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { border-width: 0; border-radius: 0; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { font-size:0.875rem;font-family:arial;height:11.5rem;width:60rem;position:relative;display:block; }#DxiRK0Z76QAwr8oTbpTM2D2NtONGBWx0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:15.75rem;top:2.6226119995117rem;left:21.592884063721rem;overflow:hidden;display:block; }
#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67.adaptive-delivery-prevent-bg, #kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67.lazyload, #kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67.lazyloading { background-image: none; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container { background-color: transparent; background-image: none; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container > .video-iframe-container { display: none; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row > .video-iframe-container { display: none; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .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); }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container { border-width: 0; border-radius: 0; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#zGEDO1ZkzoWTbBGcJ5S6AxoaJwF1HEZg { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container { background-color: transparent; background-image: none; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container > .video-iframe-container { display: none; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row > .video-iframe-container { display: none; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .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); }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container { border-width: 0; border-radius: 0; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:block; }#Lh1lTDXfF4hQA6ybFKbEvWf1xiET1NkK { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.81228125rem;width:12.374125rem;top:3.842227935791rem;left:23.812934875488rem;overflow:hidden;display:block; }
#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d.adaptive-delivery-prevent-bg, #yuRdzkyaVlDAqZeoUERarBWa7ketNM8d.lazyload, #yuRdzkyaVlDAqZeoUERarBWa7ketNM8d.lazyloading { background-image: none; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d > .row .container { border-width: 0; border-radius: 0; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#uN6kweBtgHEuutcFWAHX0T9ogfGn4kbb { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e > .row .container { border-width: 0; border-radius: 0; }#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:none; }#IOq6lcvAE10yJRqqg1DE2PByHdt54J4l { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3748125rem;width:11.3748125rem;top:2.4370670318604rem;left:44.312068939209rem;overflow:hidden;display:block; }
#GinbXiZoLFboToViDDfdmrbM5DTMfn1S { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.6875rem;width:14.8123125rem;top:3.28125rem;left:2.593318939209rem;overflow:hidden;display:block; }
#okGzIDJzxHJaamtwPOOt0XiyLqIusrNv { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4995625rem;width:16.4995625rem;top:2.3741321563721rem;left:21.749134063721rem;overflow:hidden;display:block; }
#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ > .row .container { border-width: 0; border-radius: 0; }#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ > .row .container { font-size:0.875rem;font-family:arial;height:13.5rem;width:60rem;position:relative;display:none; }#DA1cykbw6hsre0D4EWHT1simAhpmuTD1 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.87456875rem;width:14.9370625rem;top:3.8107643127441rem;left:22.531471252441rem;overflow:hidden;display:block; }
#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP > .row .container { border-width: 0; border-radius: 0; }#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#pezh9QXT90DpsILFG9USeQbQwFeaIvaR { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:24.75rem;top:4rem;left:2.625rem;overflow:hidden;display:block; }
#WTIeuvxp9mGBz2UNePhDQax3PWkyzuBt { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:23rem;top:4rem;left:32.625rem;overflow:hidden;display:block; }
#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc > .row .container { border-width: 0; border-radius: 0; }#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#UAFF3stgRRi3BvJyrcxXQ3QxC3e304MP { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:25.75rem;top:4.84375rem;left:32.125rem;overflow:hidden;display:block; }
#nr05urWfCMa9ioL80zc9SQXTAxy6J53I { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:21.75rem;top:4.84375rem;left:2.125rem;overflow:hidden;display:block; }
#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq > .row .container { border-width: 0; border-radius: 0; }#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#JKgo0g8Hn42Pqvo5T4JSSs9xvdFWRV3g { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:25.75rem;top:3.8125rem;left:32.125rem;overflow:hidden;display:block; }
#tGBZHVMhIxzF0nlvd4vJk6XUm00CKmtz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:25.75rem;top:4.84375rem;left:2.125rem;overflow:hidden;display:block; }
#b95THm9MK4lXe37na7mUQJmX3VW84mHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#b95THm9MK4lXe37na7mUQJmX3VW84mHW > .row .container { border-width: 0; border-radius: 0; }#b95THm9MK4lXe37na7mUQJmX3VW84mHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b95THm9MK4lXe37na7mUQJmX3VW84mHW > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#EZ8xi8wh1Wf3QOWe5JClJfXyiJNaTbVc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:22.625rem;top:3.625rem;left:33.6875rem;overflow:hidden;display:block; }
#ekESULeQKk0OmlRVyqKlFZVkAQKdJndK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:9rem;top:3.625rem;left:10.5rem;overflow:hidden;display:block; }
#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r.adaptive-delivery-prevent-bg, #zL7CCEVOVvNR4chNyiOlBk9m4catFp1r.lazyload, #zL7CCEVOVvNR4chNyiOlBk9m4catFp1r.lazyloading { background-image: none; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r > .row .container { border-width: 0; border-radius: 0; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#mIRJho3q4COEozz4oTVobI2t3xR38Llt { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc > .row .container { border-width: 0; border-radius: 0; }#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#PZxP4ImcuqfRDyDeE7ZKmwEtvxLBre3M { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0620625rem;width:20.5620625rem;top:4.0928821563721rem;left:19.907772064209rem;overflow:hidden;display:block; }
#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS.adaptive-delivery-prevent-bg, #Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS.lazyload, #Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS.lazyloading { background-image: none; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS > .row .container { border-width: 0; border-radius: 0; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#kfOOlT2SqJgbHEMFDOTbdXWicTTevkS9 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP > .row .container { border-width: 0; border-radius: 0; }#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:60rem;position:relative;display:none; }#FeG71cvfKdleGcFQo7XtNM6b9AtFkIP4 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49935rem;width:13.311625rem;top:4.3109817504883rem;left:23.344184875488rem;overflow:hidden;display:block; }
#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh.adaptive-delivery-prevent-bg, #dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh.lazyload, #dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh.lazyloading { background-image: none; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container { background-color: transparent; background-image: none; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container > .video-iframe-container { display: none; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row > .video-iframe-container { display: none; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .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); }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container { border-width: 0; border-radius: 0; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#m1y1828rbMRvKE5FBb5fUga9e1HzNCIv { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container { background-color: transparent; background-image: none; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container > .video-iframe-container { display: none; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row > .video-iframe-container { display: none; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .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); }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container { border-width: 0; border-radius: 0; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:60rem;position:relative;display:block; }#RGfP9fUWRKIP9VB7VkzRBMUbasiWF0bT { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:19.75rem;top:3rem;left:20.125rem;overflow:hidden;display:block; }
#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI > .row .container { border-width: 0; border-radius: 0; }#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:60rem;position:relative;display:none; }#sA44BOBiEkC1QNIWFm9dvx0WELSuUBRG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8737rem;width:13.184875rem;top:4.34375rem;left:43.406253814698rem;overflow:hidden;display:block; }
#c0eBuXtB5ukLnNEM3JhWf7NaiIuIwzot { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:11.5625rem;top:3.9375rem;left:24.218753814698rem;overflow:hidden;display:block; }
#NRT54ux73NK7stmpuPC3hW8XBNX1FdpH { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.7487rem;width:8.4986875rem;top:2.90625rem;left:5.7473945617676rem;overflow:hidden;display:block; }
#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt > .row .container { border-width: 0; border-radius: 0; }#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:60rem;position:relative;display:none; }#F4rlVwrrQZlDTSl8dJXlAuwwRWSU0qyb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0612rem;width:17.5rem;top:3.4375rem;left:41.250003814698rem;overflow:hidden;display:block; }
#HMTVMxf7SqftsMeIbT0fZzkriaw4nAUD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.497375rem;width:12.247375rem;top:3.21875rem;left:23.875003814698rem;overflow:hidden;display:block; }
#MIS59i6I8W9CIJGZs0ae9RDV598kaGNN { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:10.25rem;top:1.34375rem;left:4.875rem;overflow:hidden;display:block; }
#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn > .row .container { border-width: 0; border-radius: 0; }#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn > .row .container { font-size:0.875rem;font-family:arial;height:14.375rem;width:60rem;position:relative;display:none; }#CFXiZetwT69WrqyX8BulCBIbuTUCVP1g { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5611875rem;width:9.5611875rem;top:0rem;left:24.718753814698rem;overflow:hidden;display:block; }
#fXnAoPZytw53TDtRAUrA8rsrM56reuTc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9987rem;width:16.183625rem;top:3.90234375rem;left:1.90625rem;overflow:hidden;display:block; }
#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434.adaptive-delivery-prevent-bg, #L6EnraJG38fUXtJ5z0PQVXVXtoPX9434.lazyload, #L6EnraJG38fUXtJ5z0PQVXVXtoPX9434.lazyloading { background-image: none; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 > .row .container { border-width: 0; border-radius: 0; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#v8lzD38GffWPAep5xqaypU3MbrqFXlay { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 > .row .container { border-width: 0; border-radius: 0; }#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:none; }#Mt8W3nnipzUfSplx7WzAoWRzTJC9HrH9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.2498125rem;width:17.561875rem;top:3.999568939209rem;left:36.218532562256rem;overflow:hidden;display:block; }
#Kpy2o1JPDwXtnlBebFQ9UE7ssCI161kV { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3748125rem;width:16.5625rem;top:4.937068939209rem;left:6.71875rem;overflow:hidden;display:block; }
#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k.adaptive-delivery-prevent-bg, #voOg0hRm9O4Hhc38GOHX6pezAmLnt43k.lazyload, #voOg0hRm9O4Hhc38GOHX6pezAmLnt43k.lazyloading { background-image: none; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k > .row .container { border-width: 0; border-radius: 0; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#XD1lXh9GKdsVGpvqx8hAcZan7iRRMr7i { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 > .row .container { border-width: 0; border-radius: 0; }#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#EXmWJb50wXcZKa4HdBoWq1h5LeQemLxC { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.06206875rem;width:16.624375rem;top:6.5928840637206rem;left:6.6872863769531rem;overflow:hidden;display:block; }
#db2p8LTGsJ7oXMAAC3ctM9piONcEGSFX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4995625rem;width:11.436625rem;top:1.4681015014649rem;left:39.280605316162rem;overflow:hidden;display:block; }
#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw.adaptive-delivery-prevent-bg, #HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw.lazyload, #HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw.lazyloading { background-image: none; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw > .row .container { border-width: 0; border-radius: 0; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#KzmVzBD4ZBcx8X55Kh3ZR4CWihQyUOnp { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC { position:relative;display:none; }#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC { border-width: 0; border-radius: 0; }#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GBcATTStK62C75rL7whpmsaiP1c8DyQd { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9365rem;width:6.9365rem;top:5.90625rem;left:19.03125rem;overflow:hidden;display:block; }
#q3tfa3KDiaPgJb1Mc20qX36IoG8Eqo9u { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.6875rem;width:14.9375rem;top:6.53125rem;left:30rem;overflow:hidden;display:block; }
#J3NCKhM4pDO1bzBTT1J9ScaJ9SuzlmPL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1865rem;width:7.624rem;top:5.28125rem;left:48.1865234375rem;overflow:hidden;display:block; }
#lpvSrbCDyWIpGuWm3UTrTRwWvLva0F86 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.8125rem;top:5.625rem;left:1.59375rem;overflow:hidden;display:block; }
#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 > .row .container { border-width: 0; border-radius: 0; }#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:none; }#SHAF6byIpi1I79UyXWuxOlIXHHx76Un2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:6.875rem;top:2.1875rem;left:6.5625rem;overflow:hidden;display:block; }
#H3eJW42B0aZTrKM1TRmNcNHdHbdtxvLu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9365rem;width:13.5615rem;top:1.65625rem;left:23.2177734375rem;overflow:hidden;display:block; }
#fL0iJVLmh8e6HrR4nUqW5fAcGNCKTsIg { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.124rem;width:11.124rem;top:0rem;left:44.4365234375rem;overflow:hidden;display:block; }
#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe.adaptive-delivery-prevent-bg, #Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe.lazyload, #Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe.lazyloading { background-image: none; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe > .row .container { border-width: 0; border-radius: 0; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#qUUT5T6N61z88pbWlS2On1HwfTVJ3cxu { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:2.47504375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 > .row .container { border-width: 0; border-radius: 0; }#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:60rem;position:relative;display:none; }#xArMu6c2PWhfIPfTctIkwJyS8kMt1CZr { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:14.0625rem;top:4.34375rem;left:0.46875rem;overflow:hidden;display:block; }
#ZHTNK6FWpkBMf9CZgnaEbusz23t5Nt7a { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:12.3123125rem;top:4.375rem;left:16.343318939209rem;overflow:hidden;display:block; }
#uPTzUkJ6quQk4lHVfmtpACSTQfeKShCQ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.49913125rem;width:11.749125rem;top:3.4993476867676rem;left:31.624355316162rem;overflow:hidden;display:block; }
#Xhqgt3xgTrHHVgoXTQlkVN31VdkKgJH0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.7498125rem;top:2.34375rem;left:47.124568939209rem;overflow:hidden;display:block; }
#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs > .row .container { border-width: 0; border-radius: 0; }#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:60rem;position:relative;display:none; }#Z2THUqzbUQr2mSMl2NU1gq2fgdWxX8pw { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.18663125rem;width:10.186625rem;top:3.4103736877441rem;left:32.405605316162rem;overflow:hidden;display:block; }
#ivsW7evsLmMv2Bg8QJKOq6fHmtSfWO3A { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56163125rem;width:8.811875rem;top:3.9680976867676rem;left:18.093536376953rem;overflow:hidden;display:block; }
#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 > .row .container { border-width: 0; border-radius: 0; }#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:60rem;position:relative;display:none; }#VEceMVXZC02eP5pygDvD8SX76KahSIQB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:11.25rem;top:2.8125rem;left:1.875rem;overflow:hidden;display:block; }
#BbZ3ElTUt6n7FBxEvFbdkCGHtRGCom3n { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:11.25rem;top:2.78125rem;left:31.875rem;overflow:hidden;display:block; }
#PmcOiy6Kc3EkzqocE5FWWTCpLKN4o2IX { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:4.6875rem;top:9.125rem;left:28.125rem;overflow:hidden;display:block; }
#HnescSvHGp4sRE81Q9M7ET7NEqTiPcVZ { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:11.25rem;top:3.25rem;left:16.875rem;overflow:hidden;display:block; }
#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT.adaptive-delivery-prevent-bg, #AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT.lazyload, #AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT.lazyloading { background-image: none; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT > .row .container { border-width: 0; border-radius: 0; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:none; }#G5zm2ZhNTDgMe4pgdEfam4ydLpNp46Kk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:1.775390625rem;left:0rem;height:4.9500875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 > .row .container { border-width: 0; border-radius: 0; }#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 > .row .container { font-size:0.875rem;font-family:arial;height:14.3125rem;width:60rem;position:relative;display:none; }#SnQdCanJs4nMgxqUwOVt4cOFK91vPRnc { box-sizing:content-box;color:#0f4c81;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:15015;top:5.375rem;left:10.125rem;display:block; }
#fbGpz1pzKwkDCUbQ6GGFLgOaKBUCpZFG { box-sizing:content-box;color:#0f4c81;font-size:4.5625rem;font-weight:400;line-height:1;height:6.5625rem;width:6.624rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:3.875rem;left:13.25rem;display:block; }
#ImCW3FS8KuZ20myABavWax6gaAHpnkl1 { box-sizing:content-box;color:#0f4c81;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:15016;top:5.3125rem;left:40.1875rem;display:block; }
#F50PRx3lhW74UOpIwzlDV5unnysU1AGa { box-sizing:content-box;color:#0f4c81;font-size:4.5625rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:3.875rem;left:43.3125rem;display:block; }
#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/838c04ce-b96b-45d1-bdbb-1af0deaab6d6/Pasek_do_projektowania.png");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt.adaptive-delivery-prevent-bg, #PBwT6skhxO2BT9989sQ6E6kdZplWRfUt.lazyload, #PBwT6skhxO2BT9989sQ6E6kdZplWRfUt.lazyloading { background-image: none; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container { background-color: transparent; background-image: none; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container > .video-iframe-container { display: none; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row > .video-iframe-container { display: none; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .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); }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container { border-width: 0; border-radius: 0; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container { font-size:0.875rem;font-family:arial;height:8.5rem;width:60rem;position:relative;display:block; }#ZSA9UmJUqCBUP4H5hoLObPxbkqOaQTqe { color:#ffffff;display:block;width:60rem;position:absolute;font-family:titilliummaps29;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:3.01171875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container { background-color: transparent; background-image: none; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container > .video-iframe-container { display: none; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row > .video-iframe-container { display: none; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .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); }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container { border-width: 0; border-radius: 0; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#bOLKou6c1eQIsUCAKJ2DqnUscz0S0LGb { background-color:#0f4c81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.03125rem;left:46.75rem;display:block; }
#N8TrRfKlOTiFC3ETJRFUT7ASAnRz0new { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VmFb69EAqbvIZLpgbZba1JGQ57iTLBTF { position:absolute;display:block;z-index:15012;border-top:0.125rem solid #0f4c81;border-left:0.125rem solid #0f4c81;border-right:0.125rem solid #0f4c81;border-bottom:0.125rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:12.1875rem;width:12.25rem;top:1.25rem;left:1.494140625rem;overflow:hidden;display:block; }
#h32Tq7rMEwi5wD39en8wkTBikoTeFhzv { color:#59676f;display:block;width:14.125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.8125rem;height:1.94921875rem;font-style:normal;display:block; }
#hGZOQwP58FhVV33I1XMZ1qoHNyiB1ybI { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.9375rem;left:14.875rem;height:5.625rem;display:block; }
#TaEzqs0CIvnOaTCUuW0LKKv20cUs8rso { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:31.125rem;height:1.875rem;display:block; }
#Glkz3TQV5ZMJVpF8l3W0sTQvU20r4h0U { color:#59676f;display:block;width:7.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.6875rem;height:1.875rem;display:block; }
#aRyCaeGKDr2Lx9Cxw87tP571gWap3L1B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:31.125rem; }
#lviP2wyzJWtiSCZa3ISpZVXOw42ciaLm { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.2470703125rem;left:34.6875rem;height:1.875rem;display:block; }
#ScgSmbzxzSI31ykIQBnoUw5k8EbubGoJ { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1220703125rem;left:31.3125rem; }
#X3VFTTSnZ5Gw1uKnffNGBHE5QuGRGN6E { color:#59676f;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:12.0625rem;left:34.6875rem;height:1.875rem;display:block; }
#FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.9375rem;left:31.375rem; }
#FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#U4e6x6IViILRtBcL6v7WIx83gv9PoDrM { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:11.9375rem;left:9.6875rem; }
#U4e6x6IViILRtBcL6v7WIx83gv9PoDrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#hHHazMlW7ZMv2zcr3TxpJgOO5JuPKN3I { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:11.875rem;left:34.341361999512rem;display:block; }
#qJoFyOtCkBRsPxSXggH3st2BxpiUbFns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { background-color: transparent; background-image: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container > .video-iframe-container { display: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container { display: none; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .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); }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { border-width: 0; border-radius: 0; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#k4I3SBONDHfVfzGnT8UtzuHPz7W40m5K { background-color:#0f4c81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.03125rem;left:46.75rem;display:block; }
#Rld3pIk2FIZeoND6W1MHGesasTLmZ4w9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#E429L5BzH01OrV8HpmDd3BWOngC942FH { color:#59676f;display:block;width:14.125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.875rem;height:1.94921875rem;font-style:normal;display:block; }
#TQ85LtKnhaThr8UClMq7tkFokeSawRqG { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.75rem;left:14.9375rem;height:3.75rem;display:block; }
#KxCxALKnA2DORPokndcyKvtxFvBBTBzS { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:31.125rem;height:1.875rem;display:block; }
#azIR5p2AzDTstCwk7sEXHaV2Tm2d3Kfn { color:#59676f;display:block;width:7.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.375rem;height:1.875rem;display:block; }
#BSUuTP1MsaJvtFPNyCFUbyTI4WKwwIyK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:31.125rem; }
#FJckTONPT9pfhAkgV1lZBTHZhAZTlp8M { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.2470703125rem;left:34.5625rem;height:1.875rem;display:block; }
#TvrKHoc9P5IM3F655PHNlMxw525i2lxP { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1220703125rem;left:31.3125rem; }
#BRVmQy8V3TqOxUXkzaInpade1xhmBqb8 { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #0f4c81;border-left:0.125rem solid #0f4c81;border-right:0.125rem solid #0f4c81;border-bottom:0.125rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.25rem;left:1.125rem;overflow:hidden;display:block; }
#CXXuTv9wxCEW7W4AmnIwnyTFOJz8F3Mq { color:#59676f;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:12.0625rem;left:34.625rem;height:1.875rem;display:block; }
#vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.9375rem;left:31.375rem; }
#vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.5595703125rem;left:9.96875rem; }
#VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#S1t6QOagpESbab18AAhOfri01LSxZks9 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.43706875rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:11.780601501465rem;left:34.375rem;display:block; }
#Na1SdGOigSHp21A7M8FhKyxNaWi9s37V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container { background-color: transparent; background-image: none; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container > .video-iframe-container { display: none; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row > .video-iframe-container { display: none; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .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); }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container { border-width: 0; border-radius: 0; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:block; }#bJgwHWRA6BGK7IZ3TydPrlelfkf70DiK { background-color:#0f4c81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.03125rem;left:46.75rem;display:block; }
#mILrTaiLeapXtrzppuCZ4JJiPEVGvNzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rn59me23LfIrhTe04v6BpTaxWFUm41RS { color:#59676f;display:block;width:14.125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:4.375rem;left:14.875rem;height:1.94921875rem;font-style:normal;display:block; }
#kbKJD1QWtHqKvK8J4HsRdSVR5eA4kwLR { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:6.75rem;left:14.9375rem;height:3.75rem;display:block; }
#l0sWhi4TqKV3K8mWO1BXyLDvEZGf1WDO { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:31.125rem;height:1.875rem;display:block; }
#BAGzFcbTV2UOwKgVO9zkdSd074FJc8Tl { color:#59676f;display:block;width:7.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.375rem;height:1.875rem;display:block; }
#Kv45BTVTUL4bGkJPgt2uzExvdKNUbJGT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:31.125rem; }
#LkT41uoJixGRs5BaaFSFnJw15KHGaXmZ { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.2470703125rem;left:34.5625rem;height:1.875rem;display:block; }
#lmWloQqFBm5UboTJ9Nr8Qe0AwsRGI1Wr { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1220703125rem;left:31.3125rem; }
#P4lNXzWnb8pk8qt3cvdVh83Hnk4fsEBy { position:absolute;display:block;z-index:15018;border-top:0.125rem solid #0f4c81;border-left:0.125rem solid #0f4c81;border-right:0.125rem solid #0f4c81;border-bottom:0.125rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:12.3125rem;width:12.3125rem;top:1.25rem;left:1.125rem;overflow:hidden;display:block; }
#bATT8K8utF6dlrWeE70gKyxNvm8DIS44 { color:#59676f;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:12.0625rem;left:34.625rem;height:1.875rem;display:block; }
#cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.9375rem;left:31.375rem; }
#cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.5595703125rem;left:9.96875rem; }
#XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#WQWNffqwlGL40pT3LzaF9xcSIsIEChxT { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.43706875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:11.780599594116rem;left:34.375rem;display:block; }
#o81DniZ8yV7PN5dXInPpq1pDB4LZrV42 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI > .row .container { border-width: 0; border-radius: 0; }#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#aAQrBIoPnWsefIigI5ipKPTyExkOTbLi { color:#59676f;display:block;width:14.125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.5625rem;left:14.8125rem;height:1.9487875rem;font-style:normal;display:block; }
#gWeTNUbOVNwC6TlsuWoVch4xgvlspKD3 { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.9375rem;left:14.875rem;height:5.625rem;display:block; }
#vALiaz0r7ZG7UxiH66eWhe1ilLIHdhZN { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:0.84375rem;left:31.3125rem;height:1.875rem;display:block; }
#AZfa5Rrbu9wydmty8A9tFSy2s3eb1bTB { color:#59676f;display:block;width:7.8125rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:5.5rem;left:34.875rem;height:1.875rem;display:block; }
#ZTr0XxmJCnudE1dp4QIcNDPxioqrv2Iy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:7.8125rem;left:31.3125rem; }
#oIS6gZqcEIIK7XD9A8mc7eaXJWPZKB0f { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:8.5625rem;left:34.875rem;height:1.875rem;display:block; }
#TkP9DeFrUhBx36CANmGSfr8DrJ1BHQnT { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.5rem;left:31.5rem; }
#mVIGzsFJy5GNbe6v1E2LrFyD9cqKRXpa { color:#59676f;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:11.5rem;left:34.875rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:13.3125rem;left:31.5625rem; }
#y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#fcwVT6HneotOMghNPpUlfCb66FClyqTU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12rem;left:10.1875rem; }
#fcwVT6HneotOMghNPpUlfCb66FClyqTU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#elmWZI89LOTaEVTf7MK0x2ceuXTZQDAn { background-color:#0f4c81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.15625rem;left:47.3125rem;display:block; }
#qFmFaTXTePoDWMsuZu97TVOI9oxm4opG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CDxQ9ehcG8DsS3ntSd5F3JsNIE0AzWKe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:5.75rem;left:31.5rem; }
#kiWa6OVW41MKHLGT9P4OfCI3VEJEyogL { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:8.4375rem;left:31.6875rem; }
#PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:11.25rem;left:31.75rem; }
#PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#yLegB5wrI7nPJyTssOX6INr3r8CKiJxT { position:absolute;display:block;z-index:15013;border-top:0.125rem solid #0f4c81;border-left:0.125rem solid #0f4c81;border-right:0.125rem solid #0f4c81;border-bottom:0.125rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:11.749125rem;width:11.749125rem;top:2.1799049377441rem;left:1.6796875rem;overflow:hidden;display:block; }
#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { border-width: 0; border-radius: 0; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { font-size:0.875rem;font-family:arial;height:16.25rem;width:60rem;position:relative;display:none; }#oezMKvLt6XnbbZh5p3TWdn0BPJwu42bP { background-color:#0f4c81;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;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:titilliummaps29;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:6.03125rem;left:46.75rem;display:block; }
#FuBpFqNJMnHTtZhVhxwQLS3Ehou2G0BJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NJsVnldx9F1L1RAnD8kQU84hNVTZT30b { color:#59676f;display:block;width:14.125rem;position:absolute;font-family:titilliummaps29;font-size:1.5rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.75rem;height:1.9494625rem;font-style:normal;display:block; }
#XkccIC661TAbmr4SM34Tz7T7dbTTaTQw { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:5.8125rem;left:14.8125rem;height:5.625rem;display:block; }
#BGTp5NIRqhdrcakWMnAfRRLiRSBwEEk8 { color:#59676f;display:block;width:27.75rem;position:absolute;font-family:titilliummaps29;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:31.125rem;height:1.875rem;display:block; }
#ToTdbsTSsr4XHmlSw7hrde2P9H4SG5fR { color:#59676f;display:block;width:7.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.5rem;left:34.375rem;height:1.875rem;display:block; }
#Z7RxEiBlQ7CqUNkILE2Rbx07SuyoCrV6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.4375rem;left:31.125rem; }
#TaKgrxsVMBAxNMH18y4Wb1lzfEJlSW8D { color:#59676f;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:9.2470703125rem;left:34.5625rem;height:1.875rem;display:block; }
#NWP8geKZbuCxQWcE97Erymaq4qz3E6aB { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.1220703125rem;left:31.3125rem; }
#BGA4end1Lud87ctEweWkkXxcX4JagPOM { position:absolute;display:block;z-index:15013;border-top:0.125rem solid #0f4c81;border-left:0.125rem solid #0f4c81;border-right:0.125rem solid #0f4c81;border-bottom:0.125rem solid #0f4c81;border-top-left-radius:11.5625rem;border-top-right-radius:11.5625rem;border-bottom-left-radius:11.5625rem;border-bottom-right-radius:11.5625rem;box-shadow: none;height:12.375rem;width:12.375rem;top:1.25rem;left:1.25rem;overflow:hidden;display:block; }
#zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:11.9375rem;left:31.3125rem; }
#zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#And1Bw1TUXGGmwiKcZBKxRE7W7MIfaCz { color:#59676f;display:block;width:16.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:12.0625rem;left:34.5625rem;height:1.875rem;display:block; }
#FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.75rem;left:9.84375rem; }
#FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 { display:none; }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fNp4HEQO3CW7tphep95wB8gSl9EsM3dJ { width:8.6875rem;height:2.4375rem;top:0.875rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrwXL9S4pBd79ZdUyO9tgKzMxl2QRcs { display:block; }
 }@media only screen and (max-width: 763px) { #G3FODJ6wTawro1OvE3l6iFMVH0NRtdBw { width:8.125rem;height:2.4375rem;top:2.6875rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv895A5QTMpi5BD9uyONzMTm8pZtXp4T { display:block; }
 }@media only screen and (max-width: 763px) { #QlIg7OAekzAUUZhqFA5cIp6U3P6AHSTS { width:3.75rem;height:2.4375rem;top:2.6875rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrFb9gnreeN3qERXusTRbTxPZFZWUVw5 { display:block; }
 }@media only screen and (max-width: 763px) { #aOTBw53o2OamEMFyg19PXBkusG7xHs8a { width:6.25rem;height:2.5rem;top:0.875rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11kgEDTZLXBSK3n2KKHwG0HerSNXrqo { display:block; }
 }@media only screen and (max-width: 763px) { #Mfdey9onqTloNPLZMWdMXqh3253acicI { width:10.625rem;height:2.4375rem;top:0.875rem;left:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOEgTJL9zzTXR4cSeCKciRamPkVLuBq { display:block; }
 }@media only screen and (max-width: 763px) { #zQesfBRNT2T6sh4XX9paWuu3vSuIpX8i { width:6.875rem;height:2.4375rem;top:0.875rem;left:23.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJxO1fndgbmrrSJ5pUcScdDOdK6Vtzdt { display:block; }
 }@media only screen and (max-width: 763px) { #CoAqCzxiHNwRp9J0epwGy8tkKcTdv2ST { width:6.25rem;height:2.4375rem;top:0.875rem;left:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9AQsxJdXnrfs51uL3mJQSgmbUECnDy { display:block; }
 }@media only screen and (max-width: 763px) { #KdTTCQ2K5xos9vs8rET8o4XeHp2BTbsa { width:8.125rem;height:2.4375rem;top:2.6875rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixxVNpuvNPAlmEpCWbbEJT6zW2rFC1Vk { display:block; }
 }@media only screen and (max-width: 763px) { #sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP { display:block; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6A1a3uIAWieApeRSrSMJfwZ1zhrnQiu { width:11.8125rem;height:2.5rem;top:1.8125rem;left:32.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beySkKSNUwX0XMuQvSprCqQo1OEiT8lQ { width:3.125rem;height:3.125rem;top:1.8125rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q79dz0347TTbOnfMK5iH8B5NUoK5czFu { width:12.5rem;height:15.25rem;top:5.375rem;left:35.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE { width:2.1875rem;height:2.1875rem;top:1.9375rem;left:0rem;display:block; }
#S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #XZGprBoOkwHEl3VngzUUfAKmdmsvnRc2 { width:14rem;height:2.5625rem;top:1.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw91qLzMRfFVzTwop4eVZUscMVCcTh7o { display:block; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSOzTc9D2u5pu5WOrkwVsSF82tXZJoBQ { width:47.75rem;height:3.25rem;top:41.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAce31rhZniNGsynJbvq2FIyH34mh2p { width:47.75rem;height:9.3011528645833rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKnJX5c8SiTn8gEdabswgESIHviqmvy { width:47.75rem;height:26.859375rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3nogi7e0Hti5LV0WC6cxVbOthlquue { width:33.1875rem;height:18.5625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 { display:block; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HC7WPAQlFSN9bTg8HBb9CKCQZs05fKnB { width:9.5625rem;height:4.5rem;top:1.5625rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .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; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .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; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO { display:flex;width:18rem;height:5.0625rem;top:7.875rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #PRtBKs4QxBqmtTB9nfJX5oVZPJTgB2Tf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #VpUEZvoZF06uLg70EuLWiyQ6aThnvKwH {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #c5OFKMe13M2RkGAlo58OiC5SBTkU6guT {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #DpRcNNgnIQgafAITcnGsLWJmZbC5d9U4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #xq6EKJhobma9FIBMOxxbD5ukicENSs4S {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #F1SN2geLtTyMElNeWnssmnvsQTM1GtXA {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #GQBVtiKAgG60D3hBI9QHSRLSRCHJw3uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #dUPnifxX0q6zzdcyeThGloKWcx0R3lIf {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #vf7QGk7FVQ09m4Vot0J6hUZuzRlE8Urc {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #gVWKfHKiubOE2XuGVo4Ik13oc47uel2n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #topcobfqeTN2xheDz626JRSiGnmIIGUN {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #BsdEP3gaeiE8H80LBWI4TNuba4kMVBsE {  }
 }@media only screen and (max-width: 763px) { #iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS { display:block; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zolMNAbFeq6JotgczxwIGVcfA2GV6HRR { width:27.5625rem;height:2.4375rem;top:16.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75OqLww04TXtPc6WiUbbdxt4xuwlOdI { width:31.25rem;height:0.0625rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6w2XpEC8BDawkO0OuW0maq3gW3VouzX { width:47.75rem;height:;top:20.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNbTEIdhLxpFtugl9lFx22ubDR3nrEQ { width:15.625rem;height:5.5625rem;top:2.125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NiT8GWOQVTI8U8vDUJMTDvlRmqzwgf1V { width:47.75rem;height:;top:9.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT { display:block; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVUZFONp203C63znTGrxqVtW6c01sROo { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc { display:block; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpnnQ77pJkXGCwgtuZLHJzMqZwPUoKR1 { top:3.625rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqsAvrIiTzhE5mBkvD6uhK8qtsHNxKZ { top:8.0625rem;left:0rem;width:12.5rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuGGD5mg2AtSJut0nRBnTPCUvfILQSUx { top:3.625rem;left:11.375rem;width:12.5rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHIrNyiPrBh5TeJ61kWTMR9DV2gnMiT { top:8.0625rem;left:11.375rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdvPtwsZKzuf72LyhQ8k9kT0CmtR48Bt { top:3.625rem;left:23.3125rem;width:12.5rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTtPW63Xwiih6R8pd8sQMzvkfqHAfHJn { top:8.0625rem;left:23.3125rem;width:12.5rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RedSH3D8ZDVwb6GJVJ4HQ0k99P3ny9Mq { top:8.0625rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVvclXB2TtZMDgS1A9maHvpbit0TqHf { top:3.6875rem;left:35.25rem;width:12.5rem;height:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU { display:block; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSVtiIyzvOx4WyDwlpF53qpzDIMgJNtp { width:18.75rem;height:12.5rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoLO62fQpdp4iZPATVAJ7JUwEtLJzKW5 { width:18.875rem;height:12.5625rem;top:13.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgMCCgyIBKGaWsoWnygcXRqaCWWS3utb { width:18.8125rem;height:12.520403762289rem;top:13.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBLqq1GFTvhaemgBJTB0WZ0WqLEXd8wZ { width:18.75rem;height:12.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLkGuyNa6igoSKbPncWcm7Jcir4rG10 { width:18.75rem;height:12.5rem;top:0rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiLdQZLIvrATl6H95gEVw9C97DCBUyu { width:19rem;height:12.625rem;top:0rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zoAghFRugxirMTX6qGMESThKkOs1rX { width:18.8125rem;height:12.520403762289rem;top:27.8125rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA7LJZ3hiwbI18TQCre2SxpGMEQVu5vc { width:18.875rem;height:12.5625rem;top:27.875rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCc5F4CFi0T8FROCBq4xiBrTW6lfHLSG { width:18.75rem;height:12.5rem;top:27.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr { display:block; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5pwHiyTPr6OQWSTArkPQC6L080cFkyV { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv { display:block; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRCsZNXShSBETQ6sRBXgkoeBwb479FaB { top:15.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJm6TT2lQfTnRdnKieaqwQ74ZO66IZOA { width:3.875rem;height:3.875rem;top:15.125rem;left:13.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvvOTGp7NAfpbU8taNOrvBQOJfRPrOco { width:4.1875rem;height:3.75rem;top:10.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuyn9oIOHrdTAvgO989muTmCzb4fymg { width:3.3125rem;height:3.75rem;top:10.5625rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr4369ArixmWbXRPhe99gbSciHMQlZ98 { width:3.75rem;height:3.75rem;top:10.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSb7aEQNMhDpd9mFWKRqEmryvBBKCIM1 { width:3.9375rem;height:3.75rem;top:10.5625rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTIV3F6tXs8m4ZIwQkfgRE2coGwEcNR { top:16.8125rem;left:0rem;width:47.75rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL6T7s19pC03mFfn7pVxXDECwZL7Osb3 { width:3.875rem;height:3.875rem;top:15.125rem;left:32.625rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOCIkI8h2xQfSwxzoWwV8GhgcwpRFNFd { top:20.1875rem;left:0rem;width:9.5625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTPWLrTvSHuvCBL3ZvkDAqyWXtP3zO2g { top:20.1875rem;left:10.249782562256rem;width:11rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZZ3PisOKnqFrXf43Dirht7dAgDoXAsS { top:20.1875rem;left:29.1875rem;width:10.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2uguN1Xt80GAQ16kCJH8VNzCp4g8gL0 { top:23.75rem;left:0rem;width:6.25rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKcLftgabSxgSi6WG7W1D6PPRBvT2JeR { top:23.125rem;left:10.249782562256rem;width:11rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrS9EBKUwC9Cw9h8kfXe8kWWh7XohCAd { top:23.125rem;left:29.1875rem;width:10.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1b5Xq9y2rf5U4AC3qAnu2d3C8VDSof3 { top:23.125rem;left:40.5625rem;width:7.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIvlN5TEBGDIFfirtU23wvyGWdPvpShl { width:3.5rem;height:3.75rem;top:10.5625rem;left:44.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgK1pX6KJU4CE4q9rWw5JEiFwwd7cU7c { top:19.625rem;left:40.5625rem;width:7.1875rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ7VedGrFSAKfPqmlSZwA8lK9heRMscu { top:15.75rem;left:45.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OMbMoyb0PwPcBa1BzweXnNId1O3fAi5F { width:15.625rem;height:5.8125rem;top:1.3125rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl { display:block; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTxp8eIB7iOPUKGqvkPPv6Eq2y3bDoWV { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIw80TzLOibE6dRL4JnuDlVdacTNRnRC { width:47.75rem;height:;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu { display:block; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbBJIFyplDGKcG4xsRtZ3re6vDgxhga2 { width:47.75rem;height:1.75rem;top:3.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn { display:none; }#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dBhahGxJwqO9S2awUxzNezHhJrUtbOis { top:1.375rem;left:26.28125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHwpsRu2Qoxsev0vRhHn15vvgF8aHTt { top:9.625rem;left:20.9375rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHsZXmt8yoOPG0Lz31Ge4Vo5Xup4f8kG { top:1.375rem;left:14.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMoMeKORXCz3yP6xITf3kHBkIUHVF2hZ { top:9.625rem;left:9rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRqEMUAprdhUFJykn7qt4yiMrEcv6xL8 { top:1.375rem;left:2.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7uiLPxqsLOuBixMVCxbpBWqrv36Vt5 { top:9.625rem;left:0rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsTgBSewNICa5f1aGItMFS25XnOArEuw { top:1.375rem;left:38.21875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4a53veEwoSvZAHW4Qpvlu6AkPT6643V { top:9.625rem;left:32.875rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM { display:none; }#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kSeXB3uWtPoEeub7F4iFH1ER7Q2n6I97 { top:1.0625rem;left:38.21875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV6Cv8rf2ovosHs8fC5RkwIhGooBMHN { top:9.3125rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE9IcpyzUWwnK9G5mXAqocyPMIPIWBLz { top:1.0625rem;left:26.28125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXISh0kUDEVW9P3gQmBzAXaGEKT7cU5l { top:9.3125rem;left:20.9375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLrQKA34qRJ17zBcuVw7PoffQ3MOtfqE { top:9.3125rem;left:0rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hfh5BBUCKsO0ZlnfiWE36QyA0IfQ8JRa { top:1.0625rem;left:2.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a69mb5sND1oRTHKyfRheanHiLU0ay44C { top:1.0625rem;left:14.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6A4MU33uPU81OLkZGPtk1xf5slb143T { top:9.3125rem;left:9rem;width:14.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ { display:none; }#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZxZ8eeMFTZgRRiyGTLS3BMhNgTXCwhN { top:1.5625rem;left:38.21875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNH4CybQ59bslPQ3FTPEzIDhSIkafqZF { top:9.8125rem;left:32.875rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urW993ZGydxs0XXRmQLNc65ZP0TbacgH { top:1.5625rem;left:14.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNiQfGaSTITTy9Suo7Sd3pgOUOtyQqP1 { top:9.8125rem;left:9rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETulT90HI0ZcoqLqWEg4M8zJF7JsUmC8 { top:1.5625rem;left:2.40625rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbV3aBz8VpAaXxBXPk4L8hGyUQcr3kQx { top:9.8125rem;left:0rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOTKposWygwOzHBrZNEESvbWr6rM7qK0 { top:1.5625rem;left:26.28125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhER4tFJVIsx1FTToClwR0JoRkIuUr2v { top:9.8125rem;left:20.9375rem;width:14.875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi { display:none; }#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KaMfaWOqnNh8DpQQAKooWmL0x2ZekZby { top:10.0625rem;left:32.875rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxcgiAh8fmwir4E6oza3EhUHExzap1Pp { top:1.8125rem;left:38.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKoU93oUZK9TSDyT0igAWekdxPnwbI64 { top:1.8125rem;left:14.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoCRVwiBfI6JQElB5Le21DSJDuCPETO { top:10.0625rem;left:9rem;width:14.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T336ZlgCoPXRkHWJpbSQ26Wz5x4Wob1e { top:1.8125rem;left:2.40625rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeWCIdlbJ55vdyF5bhvxwFc6XV1XfU5G { top:10rem;left:0rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzQrvUg9ITpspXSeRrcDzQ1hRzqH5OyH { top:1.75rem;left:26.265193939209rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHOoJGUWPXX7MdJn1mbu3h1BQb8kZqCU { top:10rem;left:21rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R { display:none; }#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ODyS6QqbMFEAJQcXRvmxz7yNoBisXgeI { top:1.75rem;left:38.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzXWcWOMtUPloGOfyTU5ISpLpbI5v2N { top:10rem;left:32.875rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AC51RdKPlQJTCfgZw4kO4sKfndadbfuq { top:10rem;left:20.9375rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiLAqgO9Lb2t5XglbKuRsIzV6wisnxJb { top:1.75rem;left:26.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNh6amwP78LSNCW30PNsIGF9MtvZLmy { top:10rem;left:9rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODeEaNxITsWzDwwOWTsL50DvvJEVlhpT { top:1.6875rem;left:14.327693939209rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qZ4QiGf8LxZeiUvnhFAvtGMm0QZHvB { top:10rem;left:0rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvmUAq2Bd4U8fipFw4lXDcw3HdNiHRbZ { top:1.6875rem;left:2.390193939209rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlcZlghkDOTxw54z6UU46m97fr8QGL8A { display:none; }#tlcZlghkDOTxw54z6UU46m97fr8QGL8A > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTN9rCVHTMP4fEkMCU0LvKEb1oNctPal { top:9.4375rem;left:21rem;width:14.8125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBec4Dv89ftOeR2t3Nf7b3TWexT1fmp { top:1.1875rem;left:26.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ohUeLve0T3XyydfaT1C9ElqWL5UPH0 { top:9.5625rem;left:9.0625rem;width:14.8125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Otwa9ZQTXeoJKHoCSzEQhgO7BhhHb5no { top:1.1875rem;left:14.28125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7stTR9eZ6c4coM85UGmTdAsyggmNEG { display:none; }#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kC0NNonk08GvHcmD3VGscUFH3T86RTT3 { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctkplTHAAkWyvkSnCiuTVzvlhItIETRe { width:9.375rem;height:5.5625rem;top:8.4375rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ea5rnX5vgLQIgoi9WRhiDc4W8TPNlm9o { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2Flfrcz8mdpL4HDmpO4LJ4XSDWrgBE8 { width:6.875rem;height:6.875rem;top:0.6875rem;left:14.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2r4U1JprlGbpXq8PqOThArEfmApG94u { width:14.0625rem;height:10rem;top:6.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOErkB2PMP3UblwgDzDp1PNfkdKPpF4O { width:9.9375rem;height:4.1875rem;top:9.125rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehefmvagCIh3TiGNqmMRsAQ21eiiH0Lz { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KisGcgilbagkmtxOUUGeDMQkS0UBF2Tn { width:14.0625rem;height:10rem;top:6.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3wRoznVtgGtLoltoyR3dhM1wc2fchlk { width:9.375rem;height:4.1875rem;top:9.25rem;left:25.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyfrKcWRv35TeKzTn4ofXo2npn7sXK5 { width:13.625rem;height:1.75rem;top:14.8125rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfDzng84I4QhGDM6qQJCEETzOQA3GCkf { width:14.0625rem;height:10rem;top:6.3125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rLZtzCNqC5TF1nEa8L7NhQUnwezBF3 { width:9.375rem;height:4.1875rem;top:9.25rem;left:37.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8IzhqbLlV2IpoUSZIWLTaEMqFyNd3hM { width:13.625rem;height:1.75rem;top:14.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81g1vasSawNauT7aVrGfH0bSfWJGM8k { top:0.6875rem;left:26.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnkfzcF0TEp0tt8wakNbHOql5qaMwogr { top:0.6875rem;left:38.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 { display:none; }#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoZZrUXwfGC6bGpWgUesOp8JWh9XaFfu { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW3iqG8zOFmzRV1rD51iQfnw5N5g56Sk { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEuuHQfdGB9xJy2fxb3kgK3kNebTUmWR { width:14.0625rem;height:10rem;top:6.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFiwwu8ipCbgMsETttrsz20iZzPQRbRw { width:9.9375rem;height:2.75rem;top:10rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzMonS1tdGLSg6qrTGMp3wXVNDZCD5n { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zNxQADDcfLgO3VZWiUdwG8FGr8zf6V { width:14.0625rem;height:10rem;top:6.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAyZTrUwGbAFUpxbOgwU9srF6MdcAoKA { width:9.375rem;height:5.5625rem;top:8.5625rem;left:25.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhgmS8QSMTCUJSwHqq3Koq0rhm28lHZ { width:13.625rem;height:1.75rem;top:14.8125rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCsmIVlxHSc0ubkga4peXCKnd42IAFvv { width:14.0625rem;height:10rem;top:6.3125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQX0gsxVRoUGCuRaaxkmNdAzddD0LFPG { width:9.375rem;height:2.75rem;top:9.25rem;left:37.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXERSpOLKDQoA2xMTZWNF415XHudC8oP { width:13.625rem;height:1.75rem;top:14.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7EhCpbpLwvafhcMu8QmRqxa4RDeWyO { top:0.6875rem;left:26.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hz7UJrwG10W35Om9McXVtflkpBoTtr { top:0.6875rem;left:38.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouRDdDQL6TF9GurqhpADuwAoZdg6XuGQ { top:0.6875rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7CHJV35t61T7hzc87hDW6mIgFnCKqi { width:9.375rem;height:4.1875rem;top:9.25rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3XIdIiwolvlF358crfRnSZxSfXNn7Nh { top:0.6875rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVXebFTPlKsMa1tKqLpipeOeVMfncnng { display:none; }#HVXebFTPlKsMa1tKqLpipeOeVMfncnng > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRVeuDtISCTtaTbi6Mh7UUvnsDvCnk2H { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0mi9f6oHcF7RPC71kJio8ogBDhT2taF { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks90IZsPhOZykM94w1Aq08kNQx3z1n10 { width:14.0625rem;height:10rem;top:6.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILVLm5PiiKzaMiIpzIuQ4tLUBsohni55 { width:9.9375rem;height:2.75rem;top:10rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWwzwzPlIZCgehkclFiiQXhZ6X05cT2 { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrEh8fAb736UIKAvQvucpv8ZpIoztog { width:14.0625rem;height:10rem;top:6.3125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWyTCTLlpUdznG3VhaTy6ssfTzIhhRlG { width:9.375rem;height:2.75rem;top:10rem;left:25.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv3ZZdShTxabKntEorvp5Th5AtzLPr5N { width:13.625rem;height:1.75rem;top:14.8125rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgbEuOSV80vvur40cIDIvfQNG2zobCyC { width:14.0625rem;height:10rem;top:6.3125rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctqGa9aQZzuTofdALwllP8IpsIqnt6H { width:9.375rem;height:2.75rem;top:10rem;left:37.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT1EqNGe2peLbPaQFdSHtLRWh2X2b56 { width:13.625rem;height:1.75rem;top:14.8125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGt6vELEQ47oxZdd4AuaDHPhHon2rNCJ { top:0.6875rem;left:26.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoJOmqyIgXvUWlfTQ14GwH0zyBU0ooQE { top:0.6875rem;left:38.34375rem;width:6.875rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTor4tnwZWDmgxbwue8LItCC6PwzUGTG { width:9.375rem;height:4.1875rem;top:9.25rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XA9BNeTp5OmslpGengOGo2vAMsiy2ofl { top:0.6875rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpKHGcOZgL4583C3vqrgSNFz3t1gfOHp { top:0.6875rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6knrWnxMdXWs8fzoFiIdIQexT0eObXI { display:none; }#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SRWqLzSzr0xpVdSQTNc64c78aOudRbA3 { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ulwhinAMvEVkanTN1lbmzfZH3N14bL { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbPyQAaaiE1T21CBhZZCOHo6gLEXHdmd { width:14.0625rem;height:10rem;top:6.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fKC1DHo2VDk1fc4N7IdHT2ewJAUtZH { width:9.9375rem;height:4.1875rem;top:9.25rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2T3Q5CLAbMDQ260RKNDRpXwZhEfNu0t { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh2Dzzz8SbBvhm0My6fEcWI84BP8qAf2 { width:9.375rem;height:4.1875rem;top:9.25rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBgSirIEnWviS1C1K6EHdOODtL6eRSHi { top:0.6875rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRZRkIiXGD7LFG4TWilM5KekKSF3AXvT { top:0.6875rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7wIE4lnyd1uq3GtlCc6izLA0hcUzr3c { width:14.0625rem;height:10rem;top:6.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmxR8HvdrQzzzxpZPnhc3ytIPx9G8A7 { top:0.8125rem;left:26.59375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEibvCKif2S6Gqi88StAQuTRKyap9IER { width:9.9375rem;height:2.75rem;top:10rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSeaEAgsw0zb9ZpNAvCUtBzR42WViCV { width:13.625rem;height:1.75rem;top:14.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDMsogZlvXBTGce6V1p10razTlMX2ECu { top:0.8125rem;left:38.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVJlUbb59T9OdT3OLS84OVk1x4f4uGTx { width:14.0625rem;height:10rem;top:6.4375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTzygtEg7sniTCSLQWOlXzw1dH39Iz1 { width:9.9375rem;height:4.1875rem;top:10rem;left:36.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toolO0dXBklCFoU095VB4dyNSeeEINcS { width:13.625rem;height:1.75rem;top:14.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefg9e0tVsSLHoJwL0G207ArlLXvJzcT { display:block; }#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4h6WdVwkXT7KJTR81B9GGEQg9SsqkWW { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOkBGwCxH1LBuiTZThxmleAaZ53V0Kb { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0z3w4MGHUCRlzk0qxoskVlQ3bvrnLAW { width:14.0625rem;height:10rem;top:6.3125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XOsQV2ttF98TUHZ6Oi5gMIdNxbZeyR { width:9.9375rem;height:4.1875rem;top:10rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdTiz72JZ6GphH6N89iq68AKkRTDyIg { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC1FxqWLZ24AWA8qcm2IAZETJvkRxD5R { width:9.375rem;height:4.1875rem;top:9.25rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IveyqG8JixCGVbu1IqWkuTRhseI85ydu { top:0.6875rem;left:26.40625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBaPMsa7XGqpgpabJnve93Dukae0MiKi { width:14.0625rem;height:10rem;top:6.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhp0r63enzw6StF9phm0uUCa7JWmnVy9 { width:9.9375rem;height:2.75rem;top:10rem;left:24.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyA2qBT1HOpdNOUHfNNHNfwTV2c51Gbv { width:13.625rem;height:1.75rem;top:14.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odQSLUwgdNxDHu75tBqQydFap6e9eNcn { top:0.6875rem;left:14.46875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTATEpokwUZO6DdLEf9ispsk0VHtlyRQ { top:0.75rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBqsyp6mTD1dFePOXNEJDkw5MNlliF3a { top:0.6875rem;left:38.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAK0L4AfITBFvKwIHgGF3gFWChZGpIpk { width:14.0625rem;height:10rem;top:6.4375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpFSUdndoGXFzMsPXehFs6BIWJi6gUEN { width:9.9375rem;height:2.75rem;top:10rem;left:36.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePU4PHsMUuvLuvz4tawJHBkaA9QnwwfO { width:13.625rem;height:1.75rem;top:14.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 { display:none; }#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQaKJPylfI84Xa6OfA50nAuwXF7EOhzJ { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTbByMDxxcn8Qz8gDUXutR5flQILdSr { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDt9UDlJw3rXUfch3AK6n1yLNCT1bB4m { width:9.375rem;height:2.75rem;top:9.25rem;left:1.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCEygDRtN59LO2XmpsXNZ4TdELTcu8x4 { top:0.75rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7W5NpadMn2T5J68a4CtkU6q4CTxM9qD { width:14.0625rem;height:10rem;top:6.375rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA8OtA0D0OkuZ5zTbcAskZRBi5qaQ558 { top:0.9375rem;left:14.65625rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRXV6OzAi32O7diAOTThDeIs56VscX6n { width:9.375rem;height:4.1875rem;top:9.5rem;left:13.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8C9JixZSncy3erB4EJI3AS5eXFFU5V { width:13.625rem;height:1.75rem;top:14.9375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPgxVDG6ualkQ6SMxD2htXdCAIaThPIA { width:14.0625rem;height:10rem;top:6.375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdRzerQaK1qeUthyIXnc219oe1vnqSEk { width:13.625rem;height:1.75rem;top:14.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E33E0oVTTKwMBtBp3MKKylK3To5v9tJc { width:9.375rem;height:4.1875rem;top:9.5rem;left:25.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MktDbpJ2ZFxDmw4t076bIWThTlgMB5gC { top:0.9375rem;left:26.59375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgLXDRJT9kICrwU7LImLyRIbHELqt86 { width:14.0625rem;height:10rem;top:6.375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSU4QnKbVN3evT1fuH1HqS2MMGy9MOLV { width:13.625rem;height:1.75rem;top:14.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuOgAlnSnvgFQENIl3vHXPIZgQTurV { width:13.6875rem;height:5.5625rem;top:8.5625rem;left:34.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pONRXlI8uL859phhpTDVbB8cfkCyZ4zK { top:0.75rem;left:38.34375rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw { display:none; }#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2CZB0q6mWHKgKGwofTFxnqXbWSguQ6g { width:14.0625rem;height:10rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kwN5zbIT8WSwB6F5H1o8QJTwqzNbfT { width:13.625rem;height:1.75rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlV3U0TSt3D0AHcfA0d0bTH80f2moOww { width:11.9375rem;height:4.1875rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDzOJCrMinvNLo55oxr56hGVqTdXN3l6 { top:0.75rem;left:2.53125rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGD9D6ZEkO6z0TLqSyH5XJ0BaaLyyne { width:14.0625rem;height:10rem;top:6.25rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9TVc3J89gxf7XTzvymcHJJp2zJCyI3y { width:11.9375rem;height:2.75rem;top:9.8125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1feSRWzomeimkyy6b0SoDaLTFr3Zcf9 { top:0.75rem;left:14.65625rem;width:6.875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auGvmi1ZlnJsTmWA5scGhRSIzmMMxuKR { width:13.625rem;height:1.75rem;top:14.75rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC24ZJVprPicigPLsTS2hNn8kWPqk1o5 { width:14.0625rem;height:10rem;top:6.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwd4ovhSoRreygvpvxW01HMtTzCtTMu { width:11.9375rem;height:2.75rem;top:10rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrstL2O2yhyiiemKz1r5e1vyFIQtbnnM { top:0.9375rem;left:26.09375rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf84dw4OtE79B4JFBue9vgovBHxlLcH3 { width:13.625rem;height:1.75rem;top:14.9375rem;left:22.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec2i84XBBWwi6CdksdiChFPtErbohDLb { top:0.9375rem;left:38.53125rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHvZ1o8DKvS2ZAz3LZwi2PhUd2sF1Bm { width:14.0625rem;height:10rem;top:6.4375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlHdV8GhCGhUsneZwU6xlyMWEhVcabb6 { width:11.9375rem;height:4.1875rem;top:10rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UycEGw0TcaPzhXoZ0k741evhJbLB5zyK { width:13.625rem;height:1.75rem;top:14.9375rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVseQPUOSI1uShpqrl8XH88FfkpunDn { display:block; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf2QhqorVMx1CcCXxzdSZFfLZTDw8fKy { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK { display:block; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1SJV3HHmu75gMvgBgqXS9RZCMrBgEpc { width:47.75rem;height:1.75rem;top:4.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlHIG077nuVxT2IgOiEAOnnCHuvnXnve { display:none; }#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzLd7tGTX7Td6ah291JTMRNuHGSys7za { width:47.75rem;height:12.375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt { display:none; }#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JAlm1JqGIIFZHJkIL2Oni6GHg2915w0U { width:47.75rem;height:1.375rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 { display:none; }#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGAUrAHgFy56xtkEnqbLvNnRlkOFCGen { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 { display:none; }#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGTWP8TA7Hg5gXshk4CkJRphwVxTMnZh { width:12.125rem;height:2.75rem;top:1.4375rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLmRXnzQV1KnyWJb9sUhXKX1ft1nww2K { width:14.6875rem;height:2.75rem;top:1.125rem;left:32.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3Hnv6RCzVxk33iTiM96l66gXpyGiQkk { top:0rem;left:2.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHxpcDHU7CQiuGKgTixcOulViqFbxDF { top:0.0625rem;left:25.5rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc { display:none; }#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmPvyyVFUGCr8w6ohSUM8GiAxnKTUcCo { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #coASMnZOJ7Vo8FWVrtWdeKaFUxqn4eCl { width:14.6875rem;height:2.75rem;top:5.6875rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0kg4zRRpb5N4qvtiXwLBaLG5N6JKvq4 { top:4.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G { display:none; }#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lmu9SNd3LBHHghzInqiqah2p0hw1GSsT { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIiAntIUtsB6TMzsqnSTf67tev6AFxRS { top:4.5625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB2fnpoA6X3NIhw9LwTZUXuMd7lLiaqw { width:31.875rem;height:2.75rem;top:5.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z { display:none; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TsdcBy1oc1xfRGCK1MvNmXUTht8kq9MO { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 { display:none; }#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUPv8cwG592XgH4DTUnEt4ntfCCb4I6D { width:47.75rem;height:9.625rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcT27pTT8dc099mTDvTB7TKUMvbRwd1K { display:none; }#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rpFnzC9T4z6a6yv1JybdvLEI1RWnq0Cw { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBp7vgHulhpoH9DCNw6p0wKQTxEPSet5 { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfmBsTfRxBTHwzTsQCippqVKkEzSGkHE { top:5.5rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZvAnmsKFnGMRK9dx0QCXIufiTi6mkt { width:33.375rem;height:4.125rem;top:6.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPAJGq4ybK4Q9wDG6dXxxVV5uovzQPSh { width:47.75rem;height:1.375rem;top:12.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsZTvc2P0RPTHNI9SIq6RmoxLxMFMlPp { top:20.5625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtZCikXow8cu8Ibh2mqyHKiCCh00rBoG { width:31.875rem;height:2.75rem;top:21.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nl1gHZhfS6RWCyQZC5m4KiEnXFUeQhFZ { top:14.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7JUT2vaEa4CasTibqKadLb3tcQPrHm { width:31.875rem;height:2.75rem;top:15.9375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDJDgK5ptGe2FKt02byBR5XpzpP3pal6 { top:26.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuwEQUn09cJ3xoroQTgzbHw2HCPFd64 { width:31.875rem;height:2.75rem;top:27.9375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8pWAedQXvFR96Vsq4STBAeFT8NiFCh2 { top:32.6875rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2kMf47UeJTSb7AuVrMS6iqtzmF7Obt { width:31.875rem;height:2.75rem;top:34rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9RPrqTi0tkHaUqiOtZawiHDGA1CowV8 { width:31.875rem;height:2.75rem;top:39.9375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #em7W2vrvW2EEU0KdOPRoZ45XOLDRBk8M { top:38.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD1PCToV0Na20cQvEEneuoPPcQZqscsT { display:none; }#xD1PCToV0Na20cQvEEneuoPPcQZqscsT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ru2Nc1Z7qvBPUXwi1VakN4fOpRPrnSVM { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1VwThZcowzGS2Z4Hnry4nBxcN1FuDU0 { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu { display:none; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXXVD8p1kg4z0C3T3h982yEGa4W2dFf7 { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 { display:none; }#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6gR1Q9Q7lpM4ZF9b9Iip7QgOpfHnh3p { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhTpWbGBJft323NuzaX0hq6hJTQNuqKA { display:none; }#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RxdxKLXKStMJATn36s73674Ub39J7FnC { width:47.75rem;height:8.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZWeAzTW12wzrSg83RI5qzz68l9nAaAC { display:none; }#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rAKVUmJzv0yJKrihXmfOJl0QP4DtTZWP { width:47.75rem;height:5.5rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUge2vbUBrzr8VSncDh8MS19JTZbegTT { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZMPTWqSUhdhskT5VlQN7a3owcT8pioU { top:7rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfLr5aZAdIFpRZy0rRqapVEZhwkziX8 { width:44.875rem;height:2.75rem;top:8.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH { display:none; }#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvzAwbtK0lUdghIw2Ls8z6TLMBM02hDg { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrmtTQOvFI9ImRngReODaB3qHBWdq2yd { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyriZL0Q6HV96iHeWN0x5rrQrJVrKIi { top:7rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRV0QOiRZkpQhNZ6l0IlmJmybJ2s1Loq { width:44.875rem;height:2.75rem;top:8.3125rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvqSVPUmh8qlTBQOSco8vzT63T1OscXy { display:none; }#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IMTPRWQzbO8udpBQXCvZAMCtrh53DuL4 { width:47.75rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAC3975A0cq3ygMLCB5pnbkRFQmD9O53 { width:1.875rem;height:1.875rem;top:1.125rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcNhPf7Lee0Cx8ZNrbmb64gccky02Och { display:none; }#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D5I5M8klLEiO79JMMGkHfQfnotBQTugk { width:47.75rem;height:16.5rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ls4Tl7muQwOCmKTBF4w5Ib0stNzuK8sq { width:3.125rem;height:3.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh { display:none; }#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PoLom17S2X2aIxJgorLbsiuEZSIJUDII { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFWuvGZJPEryROy7akPhLpS9B9da5K6q { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9lhM9aE64Xx13inSzlrdTZBIDNEmBG { width:31.875rem;height:2.75rem;top:6.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcXosiHkvMmnuvs6GVIXWO5RFCJ20v0 { top:4.875rem;left:2.0625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI { display:none; }#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lqbS3OgRBhtxmgCk9CIMb5UrDgpd0eUa { width:47.75rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2VXqLgKDxJwbfBRDaMg4vPZZ4zOXc0 { width:1.875rem;height:1.875rem;top:1.125rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H { display:none; }#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A4RtfheH1LeVtAiuw6W0RBzP4vZyr2lc { width:47.75rem;height:8.25rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4FEkX1RBboRUcBdCTxlgDpAXe20z7lT { width:3.125rem;height:3.125rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeLFRRK29nznI9L71sq87xqKK23wrd1P { display:none; }#VeLFRRK29nznI9L71sq87xqKK23wrd1P > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZWkSqMRmvT73HIhO9w72QlIStiAWDxPO { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKwgOwU95HiveXBk7Gf8s2NtFqKickLm { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb5rhq4HOhVIL5ontQUq60XiVKXa4Hii { width:47.75rem;height:1.375rem;top:14.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMT9kfhvKzO3LGWncQ7M0ly2tXwzAHe0 { top:28.75rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3VAieOtk4mp6P61Kh6m0921LLHmas5h { width:31.875rem;height:2.75rem;top:30.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvd7fLWoaTTmCsTFvQfSSzFnMbcHITf9 { top:34.375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHrgMpZ2U2QlN6LxZPc8AxSedwuV8TEG { width:38.9375rem;height:2.75rem;top:35.6875rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2rLEWq0Liy0ToCvyXUTKl2hquF97z1o { top:23.1875rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCV16Lbcs8dhfJb6WtGtOl9Z462GBtPH { width:31.875rem;height:2.75rem;top:24.5rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9QfqrzUthzs6xGPJ15bZEFrGT8rbGaw { top:17.3125rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM2MAd69K1i9lmT2Cx6CEvbCdMotfcoh { width:31.875rem;height:2.75rem;top:18.625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMJhKZkJ7IXeIKcxmuTvgSgLlVTQDRo4 { top:40.25rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG8tTWPaQnKXeOKPGCK0zXN8ADWJICcS { width:38.9375rem;height:2.75rem;top:41.5625rem;left:8.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FGURNu8Z6aOPZFU51SEgPkTTM2HpAn2O { top:7.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdHTyQOUJyE27mislKqX6C2LKzT8KLSr { width:31.875rem;height:4.125rem;top:8.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 { display:none; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uRgnGtDJebVisAdlkPFmT9mkecPQfR5E { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM { display:none; }#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hfwDS6uqwyyKVoD6lXhTNwChev5lCgom { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow { display:none; }#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nfw4c7xmgFCPzTuFZX9TbTWDqASRuK9E { width:47.75rem;height:16.5rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq { display:none; }#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z09UdCTn1ie67uFZNAuh9TmkLm9vLlWA { width:47.75rem;height:2.6875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pntl8RAoAkh5EUgdRVHFycpl0Urxh2ac { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTMEU1OSJ1gJCho2U4SqgkIgB9zWSMV { top:4.875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1EmdBKi7VG46Nr1OWsg4MOOIVPu3rwT { width:31.875rem;height:2.75rem;top:6.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3HeJMmTKruFduixxbPbS2SXWZ2my8oD { display:none; }#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTXHetz6ythlf4ANxD7SL9CzB0uDDIJG { width:47.75rem;height:2.6875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #An0o9pKA1Hkg8K3KDTxWTKN8Hp19WbLH { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ91t0HwXEdtNrV2hlhkuNHDstJi7emg { top:4.875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3bzauwUlcye4WzlsIr1n26xqRo4Ezw { width:31.875rem;height:2.6875rem;top:6.125rem;left:8.2500009536744rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz { display:none; }#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQpqLd5E6gDAQWkb1KWHnCcM6zvmz4CP { width:47.75rem;height:2.6875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5c1OWT4i32LOtkbnMiVVVAQJJWHm39L { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGsThwa1oohIhhnTipWS48pRRoXkPLEh { top:4.875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxLUGHHAzxgLtC9JJvwmrfIIspJwLOU { width:31.875rem;height:2.75rem;top:6.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoKw75iKyANg92JIEzxvSrmNNhoIws8K { display:none; }#yoKw75iKyANg92JIEzxvSrmNNhoIws8K > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDbAkwgBnJ1wyGmnSMATLg1Gacorend6 { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICpblnL6O7B6VpNkaMvUlaxLXTS8OtFX { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTWIO4F5v1HExdMbTwhpluCWSKTBsL4 { top:5.5rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDcSb6aMTIRbqIlxS1ZbXliDNJHpDWwF { width:31.875rem;height:4.125rem;top:6.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UanaOPNWWDtvivQqsVnFI4K8fBtTCfIv { width:47.75rem;height:1.375rem;top:12.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3XVySbycCdwMZXm8wXZ9KfetpTUkvI1 { top:20.375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBt4ImkyTt7aIqECfcoKuIHsRb3KIOP { width:31.875rem;height:2.75rem;top:21.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1gFTRsVwsLuEtkqZU17MCMWHcw6xgfw { top:26rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTGF3RcRdoTEZaSc6AJ0XnoFyRgA8KF { width:31.875rem;height:2.75rem;top:27.3125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl0rSsrQX6DXzioNhzDKaADEL7zWaSLg { top:14.8125rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr3xZBpyeSLeSSvP4MGQlm7pAhsZb5kT { width:31.875rem;height:2.75rem;top:16.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8WdkznKCwukGaBdafMISdRJqbbZDpEk { top:31.9375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfTVyWpS9dTWaP9kvu8tTtEV0uEIkV6U { width:31.875rem;height:2.75rem;top:33.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deA1oOysMcOs3qIzd7dL0cEvNfPpTUSg { top:38.0625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znIxVbbX0n96NgE5Jm2u5TqNC9II4QlW { width:31.875rem;height:2.6875rem;top:39.3125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM { display:none; }#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XpAi8M4KSDF8QpTqq66cvTqCbTwwkdqp { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DimdchT2L1XDyAQNIt6tEIVSh6mXJdRc { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J { display:none; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMMzbxPu1sfQ40zQmviqPpvlszoA1EFO { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU { display:none; }#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u57Hyr2vASpZ5URb6GBeNuqGbZMcHD2l { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE { display:none; }#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFuGUEFhnzZs3ThaFuQLuFtTnQTM9MrT { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAh5dLUX3a1NRTzeU3L5santXtGsgmde { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuNZiDdrVMg1wVIpTlTPOVB790Xe7NgH { top:4.875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSPxpJl2TTMEt2GkEcGMFmwbSKP6PAA9 { width:31.875rem;height:2.75rem;top:6.1875rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv { display:none; }#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g9K5yXmIXBTNXfZ3bIetb1xlK4ddywHq { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhuWszE0X7aTXJOxKrB3q8SIAhfsT9lu { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSDuQn8AiVPAfCSf4JARrqTp6BC5ybc { top:6.1875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSDbILgLEhWtvAJGi0LmTC9Mavx80BLr { width:31.875rem;height:2.75rem;top:7.5rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz { display:none; }#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw7yGTlZQngKMgCak4DGXcuLvMXylJmZ { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElWqQNQRVJluPa4aMSequwI4a88Dqa8G { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOOMoKb62foUPf2LuSP3BIK90ynin00 { top:6.1875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UTlMRc3NprLDTlBCdcE9a3mAS1HAdi { width:44.5rem;height:2.75rem;top:7.5rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK { display:none; }#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBxwASgbli6GZrfOKs9Eues33fZNgdQT { width:47.75rem;height:9.625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgzmzwMD81zFMwEaEuKq6ESWBCEcu8b7 { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOz3JnZJxpGzHlDkvJZabWv2Pi98eeL { width:31.875rem;height:2.75rem;top:28.875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lk8Wz1qA8BVZcwaySh4z2JtKqRODqKr2 { width:31.875rem;height:1.375rem;top:19.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BO7tLOoff7HrX43zlEBBzeCzOwwdx4my { top:21.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqT33I3CpPPJ6JyHbvxSDd0u0DpaasHA { width:31.875rem;height:2.75rem;top:22.9375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFEbuxF6iq4m0sVcsPMEeLBDzEzU89yl { top:33.5625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBg265Sx6d1t4LutFPf17AyavoMKOMpZ { width:31.875rem;height:2.75rem;top:35.0625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9vgdrFzLN9h1TeLrEtbfBB3prvo8W9d { top:27.5625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxEv3X1W3L2ngwDQQmvTzzESWWk100T { width:31.875rem;height:2.75rem;top:40.5rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv { display:none; }#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6kM77CSH9xnKpvew3396UyxGsHKSWn1 { width:47.75rem;height:9.625rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6EymH2kXNQkJuNlHmkauKsqxS6GEdkN { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhfQ05mmRqXNVNegc2WQ0FDrArhrINlL { width:31.875rem;height:2.75rem;top:29.5rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhO7DcsZ391mmZucnh2lglVuzlb06hsc { width:31.875rem;height:1.375rem;top:19.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkgfImgeK4BJF5mZn146HB7G7UTMhEJA { top:22.25rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo8GnwRWLoU8fsw0LJlR3Vvn8ceSkLVZ { width:31.875rem;height:2.75rem;top:23.5625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNZAGvld8JEnT0l0lCU5Spev0nf7DMqP { top:52.375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQmUQAaTfkbgK9aZD1en72V5QOyAtm1 { width:31.875rem;height:2.75rem;top:53.6875rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx6qwKzDq9bfdfVSxrUF2ixRLmW9fs4X { top:28.1875rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVnwRaICdPZUoOXyc94kS9FNG4eRd9TL { top:11.9375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTreMpOv0bU07yiExLJOAkOAN1Obae0 { width:33.375rem;height:4.125rem;top:12.5625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mq5ybAS0yd8H8OPLPnweEKHHL9wbh4qR { top:34.4375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRl39vbnCHgsssz2GFW4TxpeJhxv1siM { width:31.875rem;height:2.75rem;top:35.75rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwcBttwMABib0MZtqhG8DfBcZQh164R2 { width:31.875rem;height:2.75rem;top:41.75rem;left:8.8750038146975rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P8rUMynFTMVHOTTugzAJ7v2srQp5zrhO { top:46.25rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbcGTtOTLEfbUx9Jwhpq0iRWJslcp8QJ { width:31.875rem;height:2.75rem;top:47.5625rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkaNI1CRxE8SCRSQ59SEONA1in8HM8ab { top:40.25rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg { display:none; }#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZhO8DUCyK192zIGFVBeyyOEbS4I2QHT { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ { display:none; }#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LPupvRHBzLIxZhs2w6CGH0hmKguVGA7u { width:47.75rem;height:1.375rem;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJyKDTrox6SazSxmE7qIZqP210V4MKtt { top:0.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p { display:none; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ { display:none; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ffS7kqD7UttX3qeissTx7bPQSxA0NbUC { width:47.75rem;height:1.875rem;top:0.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D94Csx7pTUaSMfs5zTuI3d2oNuGBzxw6 { width:47.75rem;height:1.875rem;top:11rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epwWFG2QCS4fT0XzscN7SN7WoAO7zmam { width:47.75rem;height:1.875rem;top:5.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UocM1gCafBLc4pr8MKwp9JsiRRRHhvkZ { top:3.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu5NiVcKtG4JvtcgfWy7NKXe7wGWF2hZ { width:47.75rem;height:1.875rem;top:16.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9lqgd4rpxkQmCbp3UVJdh8tIWfnDFsZ { top:9.4375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZaHVwil923UZ3x7NAa0uLksoQn9Fmk7 { width:47.75rem;height:1.875rem;top:28.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3ytzo1L1Lq4DmoP8EVO5JM3QJT9EK73 { top:15.3125rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHKsQMmGhI2beBOscHJPTaecrinDO4N { width:47.75rem;height:1.875rem;top:22.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLVNVEQx6iEnmD2NUa0OPhCAR8M7Dw9W { width:47.75rem;height:1.875rem;top:41.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmR7sgGpFWxlh9TQbnTopOrmVsn71Xme { top:27.1875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDKFau18OAIuu3lrfQGZ7h5he7ilk3A7 { top:21.25rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz1HuN2EQleovU0iDpkyJZG0JfRi89Pn { width:47.75rem;height:1.875rem;top:35.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3gM3ZJiy2JKreClyNTbnQ8vytCo92Vm { width:47.75rem;height:1.6875rem;top:1rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen { display:none; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y5PSkvndCMItPJeAX0F8v2E8wuExz8y7 { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq { display:none; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI { display:none; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JSkKM0UXTNZsaecOpJeQhiwWdadwJBFB { width:47.75rem;height:4.875rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV { display:none; }#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5P2vKW3TSLdUc7XpFZMJTEXMmEwcJTo { width:8.9375rem;height:3.375rem;top:1.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9a5PNGmqTZVJGQlHkw2rBdLrsBBTwdh { width:7.5rem;height:4.0625rem;top:1.25rem;left:14.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osmz1JmG2AEtU0Z78TSrKVGJ1RPOfvlZ { width:11.6875rem;height:2.875rem;top:1.875rem;left:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tXTdhCaDN4D3be7vOTxlDWywO8ufPB { width:5.5rem;height:5.5rem;top:0rem;left:38.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVahbNDOPdksffC1TxXNxlAh5RognOXy { display:none; }#EVahbNDOPdksffC1TxXNxlAh5RognOXy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOtKzQsMcUCyzsLbzcSO3WUJpo1Co7xV { width:29.9375rem;height:24.375rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEHrZLxgiJlVDMMdhIsOERC8RGTgqOU { width:28.125rem;height:18.75rem;top:1.625rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 { display:none; }#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSnLWBl2x2IClekoRX86fDwsS7ETK5Zb { width:47.75rem;height:1.375rem;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb { display:none; }#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bFDotyWI1sEsBmPQsFXPTyUkAoW9fW0Z { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seVstqINb5CypzlzxOWegXIC8sdbQ4yo { display:none; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yPJfzSnDrTgnazP1o0PDNs5nPf09B395 { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW { display:none; }#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PrCK9bVPHroSDXsRMuOuRfvH6MtPzAwq { width:47.75rem;height:18.75rem;top:0.6875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i { display:none; }#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTKyi7UxzrCvdrMtfpWKIoDCXG5X9dkZ { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX { display:none; }#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHHG0s0BOdBIbzXNUDcXFXy36aOO8HKt { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #shFMx4PbdDgA78pe454MSxLtw7So8ikN { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeGDntmCSAIiyDPtUEfRQFG7hT45U7d { top:6.1875rem;left:1.8125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3wOkp9NQnC0SCGQGT43PNDll6ihow7b { width:31.875rem;height:2.75rem;top:7.5rem;left:8.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ { display:none; }#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E1Q4GUgReXykh72Wk3NHGu0uHbwsv9m0 { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6WgHKJBvPVbxKrbTciUhaelpppM3iT { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRCLU9xDLGRpO9PQBS5mKU6Athrzcpto { top:9.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFytvTRFBScR3pJUDvPzlJKoT2wCh62 { width:31.875rem;height:4.125rem;top:10.25rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dvxL94BE1UzXspigciBakudU4uegUxvx { top:17.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3GJd9ya5DkRUHclUtSJmfsoQmACXnL { width:47.75rem;height:1.375rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsstL594kaUIxptVtbteCRrRhQfW5ODp { width:41.4375rem;height:2.75rem;top:18.9375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIIDL5uu43aQTVcCXoMLMz9UhRoVLUl4 { top:23.3125rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN41dNwe8fzpp7cDS9qAplUM4GpIzIU1 { width:41.4375rem;height:2.75rem;top:24.625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #blwQBaWtNJevIJN1JV44i7NyAZrdLeOM { top:29.1875rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7InBfRriipO2V7hQZLZXyL8BB7afDHL { width:41.4375rem;height:2.75rem;top:30.5rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFSgLA0BiriZm2OK8veSotqcyBh8LgNS { top:35.4375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPINFqKduTHIzBul3xk8cTAJ1V8fgVom { width:42.4375rem;height:4.125rem;top:35.875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPxH2lVczmDnEN1n4kw8WIHD591QIq3g { display:none; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9OvoTDPLTtpb7ikGmt2XVIPA0NaWuUM { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxeNTrW1VenQxt79nTfxX9yZDBl3699 { display:none; }#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNvPgppXQr3vQfTfePJNJGicFfeK3EMB { width:47.75rem;height:4.125rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vrRiAdu27EPoUUPJdWf2pm1dGhhxVDAl { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLAEFcdmVaWmVtO0FJAhBKGshcJ8uSn { top:9.4375rem;left:2.125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxGXcDZIeuC2eMLlyT32QMc2EKs6kyh { width:33.125rem;height:4.125rem;top:10.0625rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdbMxHMdT0bMG7t9ckH10dgXGZ3U1gLV { width:47.75rem;height:1.375rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3awVWieaTEzUcbPACkWyTqEqRu4RRf { top:37.0625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfHOyZT5WhGEWOh0lSFtlNoh8osurqRF { width:31.875rem;height:2.75rem;top:38.375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3K5vp6M4rN1gqIRvvkWQ9rSPKqOmROL { top:17.8125rem;left:2.3125rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhpX5RksqIeXlIrkaLXB3tsiq9EADTJv { width:31.875rem;height:2.75rem;top:19.125rem;left:8.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P9S2R9JIvgzz1XhGCuNKt62yqlJKzxtF { top:24.0625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgA1bNkBRePCrsa7wVUV3tbbvnnpn184 { width:31.875rem;height:2.75rem;top:25.375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPuKN7Oe4W6M6WAkFl8HsFwmqcBMdzG0 { top:30.625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xke7RAeU22AWve1TlJhX55NzPWMcHUHi { width:31.875rem;height:2.75rem;top:31.9375rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy { display:none; }#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lOpIhPr1iRf4mXLb7SOmiJfcCN0SwPeC { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsG70LeTwtEqQkdWbxA1xowSvTmafwmo { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr { display:none; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOlR7W2yhNoACVppVRtTVkTVxxhmrPOf { width:47.75rem;height:;top:1.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4pLxcPAceEq97qAQEpx2493vsX8QBEV { display:none; }#U4pLxcPAceEq97qAQEpx2493vsX8QBEV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M9A1BC4tlrxzpU64X7xr609EXBbpCoUL { width:18.5rem;height:2.75rem;top:1.125rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt { display:none; }#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R6Ux9N1c44sh9ehTPS0oSPUQprPXDZTv { width:47.75rem;height:12.3125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk { display:none; }#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nENHaHReHd1zSan5i81xpsyf2X9A8tkQ { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGwgcDitqEUXFl2MzwWOLJBmGP2BvppK { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFOUwOashdGhSRhK8K1nsiba3gifzH2J { top:5.5rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzCXeHALvM0mC95mSA0q4nQeMxgcTis8 { width:31.875rem;height:4.125rem;top:6.125rem;left:8.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPfRV1MhVNC4FtpspMO3TtxHBF7fTb0a { width:41.4375rem;height:2.75rem;top:15.1875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un4rW2tRn8m03ZuGzg9VrNHtnFuNGQI6 { top:13.875rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyW3qZbf0DJNn65VzewtMBeA6WnO2JM { width:47.75rem;height:1.375rem;top:11.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ukEGH2CwfuStRMu7EUvgAHzqPE4FNUBT { top:19.5625rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE2dbQsxKzeEZcZZFB7IydzkRxIvGGOy { width:41.4375rem;height:2.75rem;top:20.875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwxXmALQGDPtSppoTbSl4PqbuMGv5DVm { width:41.4375rem;height:2.75rem;top:46.3125rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgVn0GlbMPlpn5zN9MbKGWxRIExhAHJW { width:41.4375rem;height:2.75rem;top:27rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWoDlhEuw6TO2TyU8cXh6BNa9DwTbwTJ { width:41.4375rem;height:2.75rem;top:53.0625rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRyJaqvKsQTItvxrXXmySVhy31XLdLQX { top:45rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZNlS2UKz8ffWkqVeC8uUdd71MyLd1i { width:41.4375rem;height:2.75rem;top:33.4375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #V89ONPiuhMxX4bHwuJXkwrL3M3pbvNrM { width:41.4375rem;height:2.75rem;top:39.9375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDeyeZDDTer6XsmuOaywGNiKf31ZQb1l { top:32.125rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC { display:none; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQuR5UD2DbOWqf7TahIPoN22eBhebwPu { width:47.75rem;height:;top:0.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb { display:none; }#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bubHFT9LbqNQymTWceoiqrU9GCT3uGDe { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX { display:none; }#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LkaVvLnqWz159Ifv0oKRcMguR2pl2g42 { width:47.75rem;height:15.125rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 { display:none; }#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7XIWZ6wFfGCOvx8cGyLXHazMAc1cFXt { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMt0nUTSyLyVmNTrudGXeiXbsJQOxsDw { top:0rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDn9Dw6C9SpxqEcGdmBsplEItEDVzE1 { top:4.9375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #caKPl7rRmldzp9ZdDHs2N9l3MNXDhvqD { width:41.4375rem;height:4.125rem;top:5.4375rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6MpPuixQLzVCq1b8DM2WpA8yqvGZRG9 { width:47.75rem;height:1.3125rem;top:11.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H522RoO6JM62F5MwKTWrTrtbkTAkzikz { width:41.375rem;height:2.75rem;top:15.3125rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vds8x8Aiqehoww3oav1H2MnGctyGa1Eq { width:41.375rem;height:2.75rem;top:26.375rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWaLFfoiR6RezfuVqrTksmVLcVOJAsaK { top:14rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4il6wOMntvOqbgG24RRuNTbeT47vbB { width:41.375rem;height:2.75rem;top:31.25rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDgiNrH9rQXPxNA84dBqmTo3T4v5M9t { top:29.9375rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws22WTWT26AUpL3fkfJ6THIpN2ce79Jk { width:41.375rem;height:2.75rem;top:21.5625rem;left:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAkHETrcI8gfxTrrLcdwqhXfZRVfRV6R { top:20.25rem;left:2.4375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv { display:none; }#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTqcontC5PgeEItxfnETAP9tmcUZTTWJ { width:47.75rem;height:1.375rem;top:1.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H67aDtdnAuF6ubJsgy4mu0kDu9rWzp7y { width:1.875rem;height:1.875rem;top:1.125rem;left:24.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo { display:none; }#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sLAxGo2XMxwttfRQOko5zTGvfyw9EM8N { width:47.75rem;height:19.25rem;top:0.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2xdZSuIkXhC9nTrHWVmK0gwvmyNtoCb { width:3.125rem;height:3.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ0VMuDky9y4h0l4rXexON1PE9JixXEU { display:none; }#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHJUqCAlzFGVS64Ou7lKnKAOk1b3BUzn { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg { display:none; }#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nOaqDRttDTCu1eyGFqKZ3khN7bDz0M7s { width:47.75rem;height:2.75rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyZ9XJcZAta5HZ9ycz43zGqk37yFpy6J { width:3.125rem;height:3.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y { display:none; }#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b1V56ucEfcdaIXsXJkblF5sDTA23X3uQ { width:15.625rem;height:5.8125rem;top:5.0625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaFc3MMVRwcEOUkLsTSaZvKgPTysp2P { width:47.75rem;height:;top:15.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu { display:none; }#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SKf57SRv3Q5nQ7idQSx6E6GdIkl7q4Ke { width:3.625rem;height:1.375rem;top:3.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIBJe3BKT27rEETtW1wLAiCkxlAE9VAC { width:47.75rem;height:2.75rem;top:2.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 { display:none; }#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #at7pzF7TUsTNFudOxyDPDkvxp3wo5egi { width:2.5625rem;height:2.5625rem;top:0.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNTJ5xTQXzn7dt0pfN8wEOESO4WuZSc { width:47.75rem;height:1.375rem;top:1rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhmFHFWBhgaENgClsF0md3eT0T7Fzyve { display:none; }#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RTFiyWdXr7nkctbMthlvfeKoG9OS3d8X { width:41.6875rem;height:19.25rem;top:2.0625rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR13Vye8xkeiFJGV0qC2zqwB9w2EVJLa { top:17rem;left:0rem;width:14.875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE29IV170LFbbo3xi9sQTTq6P81Lrg8z { top:15.0625rem;left:0rem;width:14.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG4wW9aAkMB543eANocZZ581peJAEoT4 { width:12.1875rem;height:12.1875rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqNJydfA7BBPLipSbUezBv4gTtsC09cB { display:block; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeAzBPApzQckLKBhWHkhuQIgJ5tCF7Fx { width:47.75rem;height:;top:2.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D { display:block; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJcvvVnS6E16700pvMAsZvg9UVL4y9ml { width:47.75rem;height:1.75rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 { display:none; }#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPnMXgTGson8iPItzq5AsaLFTpIG3NGL { top:2.5rem;left:11.625rem;width:20rem;height:25.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRMIBX2N05Gde5byBdpED9maP0LqdqxA { top:4.25rem;left:28.9375rem;width:18.5625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLuInlTGlAKHhNyK8kZZybhoOfVSZLMM { top:3.3125rem;left:12.375rem;width:19.375rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txAHqswNZIq3yl9vFvEUqcdSP5Gxrdoa { top:7rem;left:12.375rem;width:19.375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILaaFlXTxIMTBPMCt7Cy0RN6tzduSN6n { top:5.3125rem;left:30.4375rem;width:17.1875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDveZ9G4qsWgWICqPlmHaiStO9TXhlH { top:8.375rem;left:30.875rem;width:16.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc { top:13.3125rem;left:32.09375rem;width:15.125rem;height:;font-size:1.0625rem;display:block; }#tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc li:before{  }
 }@media only screen and (max-width: 763px) { #IJKMQLn2GWzzGhFcQonMif9OsqS3sooK { width:12.5625rem;height:2.9375rem;top:29.3125rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsK43tLKE6vmv63evb460KBg8Q8LK1w { display:block; }
 }@media only screen and (max-width: 763px) { #z64bOD456AgNrE5K7oKiK5UbAPbdH3HG { top:11.25rem;left:13.375rem;width:18.375rem;height:;font-size:1rem;display:block; }#z64bOD456AgNrE5K7oKiK5UbAPbdH3HG li:before{  }
 }@media only screen and (max-width: 763px) { #BhCX3CT8JviJJVaqHdVE8dLHHScG1ZKs { width:12.5625rem;height:2.9375rem;top:32.25rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTGT3rI6iI0KzNGVhnQ1avhizwoz78n { display:block; }
 }@media only screen and (max-width: 763px) { #imoPv4EZ2V03unmx9oUeaOl2GU1aBR27 { top:4.0625rem;left:0rem;width:18.5625rem;height:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnUOQuTldtCDTXTbWF2x74xF2Q9G6XOl { top:5.125rem;left:0rem;width:17.1875rem;height:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4a7NXIm6Pum1pdSkkrBQKUCbxK0iFCr { top:8.375rem;left:0rem;width:16.75rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRRirNITrqUVv4EIcyxkT16mvAHfh9LK { top:13.3125rem;left:0.75rem;width:15.125rem;height:;font-size:1.0625rem;display:block; }#aRRirNITrqUVv4EIcyxkT16mvAHfh9LK li:before{  }
 }@media only screen and (max-width: 763px) { #MTl0f09sxl6ANVnMiVfAEzkZzRtTTg9Z { width:12.5625rem;height:2.9375rem;top:32.25rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwnsCg9RchmSPG0lOzWP9AywG8brsgxy { display:block; }
 }@media only screen and (max-width: 763px) { #L962mpy336InFgSViTNql3T9ae6bA7Vf { display:block; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSllIt62mKfv4ezaxCK6536w06uPzxO1 { width:47.75rem;height:4.9375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG { display:block; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peEtWM0u5kZSmM9TcU7diTX9T1MZEP0R { width:22.8125rem;height:4.5625rem;top:4.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyaVACVSS0kguHTVXDOy9tt2ibK4iOal { width:20rem;height:0;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht25MoFUaLptqbAb37XTT0TBnMr8bDFx { width:24.1875rem;height:;top:11.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0hbczL3lF9SNtlx8BGuiohHJ3Ht2Uc { width:27rem;height:17.958137214598rem;top:8.25rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETeRgwP7uRcgMGQVoy2pi3zbDbUhKaQ { width:27rem;height:17.958137214598rem;top:27.125rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTzEmNfNXIMNkzoucSA7sIReRqZDuuai { width:27.125rem;height:3rem;top:42.0625rem;left:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSwdVIzeT1LLDifwloTfVAJRRwsAgTel { display:block; }
 }@media only screen and (max-width: 763px) { #OVMJpvHKoZDdu2aV2fOfThu5N9sEX0Pl { width:27.0625rem;height:18rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmtfM4BZOaM26LrbdRZaDAazlnhoVmL { width:47.75rem;height:1.75rem;top:48.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 { display:block; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJJB17hm0V0cTnu2eP83cTobEwvSqH1d { width:47.75rem;height:;top:2.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU { display:block; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6XQBWB3exXRdQIUMxUBL4X6gIl4NS8m { width:47.75rem;height:;top:2.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV { display:block; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOZwBNiA689F8DmieG6WxrgT9UHySNF { display:block; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRdl014DBlfTfNmR3WbDqfstIBBnnrM1 { width:27.125rem;height:3rem;top:42.0625rem;left:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkSH4eTA1XKo04xaV7Nfkz1LuHz922sW { display:block; }
 }@media only screen and (max-width: 763px) { #I6FVEdpOxF1VNCTfR9kNymDD6f06pr6C { width:12rem;height:8.8294694951965rem;top:0.875rem;left:17.843097686767rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssaVvMWfCROAcAzy64XSTisZx6Fw8OX { width:33.5625rem;height:4.625rem;top:10.5625rem;left:7.0629348754881rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfO1dtoGd51AohvKa7bn7p836zga0CPp { width:24.75rem;height:23.125rem;top:16.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahwItHTvBQIivO6WXOnozWEaXZhHcSN { width:28.125rem;height:18.75rem;top:19.0625rem;left:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEBLnme36mEWA5vnraIBuBkF8BHrHe2N { display:none; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X8ndAKy37TFJ9FTi81q46SzVEVkaIMDs { width:47.75rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSkLItA34Z49hVG686sWgpWvMnqTwv0 { display:none; }#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cHHiGb8kMSidVdm8ffGAcNKd1QKXdMGe { width:22.8125rem;height:;top:3.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURZWBExL7AKLZhQDSJBvKPpIFkKfsrs { width:20rem;height:0;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn2Uf4OP15ncT2rbFHaIS8B9vaV29PE { width:27.75rem;height:17.0625rem;top:8.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcT2u1UgpZZVJcHbWkdzT96DyVgZECJZ { width:27.4375rem;height:20.4375rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXEE48Zfw99nyq5c0u8HfNd624Tu9oE { width:23.8125rem;height:17.8125rem;top:24.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrARAAN3QkJRxH2bhrJ5O9ukswuJV8F8 { width:23.8125rem;height:3rem;top:44.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyU7BWfJh9UZyGXdDVomkkiugwh2rTs { display:block; }
 }@media only screen and (max-width: 763px) { #kz121fEAXWcuGOVqcfcOzhB1F0ouO6TC { width:24.1875rem;height:;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE4ZmDmWTeKAlg77nsU9Vo8xMBzqK9k9 { width:47.75rem;height:;top:48.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1boeN7HXgX8zcbGn914a6Nr9o9QK7P { width:23.8125rem;height:17.8125rem;top:5.5625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0aKgQMvvbxMxkXJMSS4CZeIcs3Rs3c { width:47.75rem;height:0.1875rem;top:65.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCGdNOfUUOBMuPTGpN88bHIScwh0XvBo { width:12.25rem;height:2.5rem;top:54.4375rem;left:17.750003814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTJk1xu3mUZrCuA2q1gnxtFHKtifFbZD { display:block; }
 }@media only screen and (max-width: 763px) { #TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx { display:none; }#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRuv0CKMxia6AGlIRk7SwvdFpuqQixL1 { width:22.8125rem;height:2.25rem;top:3.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE6WTGiHBS6fqnrZD2J0gqinEaJBZ1mP { width:20rem;height:0;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHV6rOkfB6WVe0Oo1a0lBdUWBLnr3kTh { width:24.1875rem;height:;top:7.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQv0dlrJwlIKVz7nim8XmKFEPQEAXKfs { width:26.875rem;height:17.9375rem;top:3.3125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqw4FGWIcBTMZxNzT3OsNSaxprHftVT { width:26.875rem;height:17.9375rem;top:22.125rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6ihZMOXBMpiEnaZ5o9kITXdvz6FSV5 { width:47.75rem;height:;top:47.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPvX4V5s6aP7UbTwML9H5EwNI5QUNEFX { width:27.0625rem;height:2.9375rem;top:42rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnibNBi8KZW9qTmSVft1O3TBb3FrP9XB { display:block; }
 }@media only screen and (max-width: 763px) { #egyETVvp1lgfhLIkC8OVXZBOJpOOecGQ { width:26.875rem;height:17.9375rem;top:27.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL { display:block; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnXps0MfHl1bCnpOW8dgQLbmTwHLTTyi { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV { display:block; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIqKTXmkJcAsbulEIVO8QaXrSNSygeKO { width:28.6875rem;height:17.0625rem;top:3.25rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8vyVs0Nl6qEqQk2nSX7Qz1RQQuN7yVT { width:18.75rem;height:12.5rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIo2OuXcZTneAmrVe2gQETyXGTfKB3d { width:18.75rem;height:12.5rem;top:17.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzu2DmcE27B5kN4vLGzwMm9qQXQk8wux { top:25.8125rem;left:25.75rem;width:10.3125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEIsUs2GUqzurDFlHGSPLq8qT3dOTpxh { width:12.1875rem;height:2.0625rem;top:33.375rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SquHHvTGXNt0cD1i8LWc68QW7mR8tJAZ { display:block; }
 }@media only screen and (max-width: 763px) { #RWVSWdVqHiA3maO4vdRpDgBOqNGbpDZk { top:25.8125rem;left:40.875rem;width:6.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29UdPeDyMiemoud0G1TwITrTbV79pny { width:2rem;height:2rem;top:25.8125rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU97N24TC0HcM5izlm6Q2UDiW5u2wrW { width:2rem;height:2rem;top:25.8125rem;left:40.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RucOZ3ppfaCVzqsiolOKp2Amk6IHrits { top:20.375rem;left:20rem;width:27.75rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk { display:block; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsGff1qanqpvEEmlzgMZcwK2d7ThFUva { width:47.75rem;height:2.4375rem;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tFy3Eb3grbNVWtVTOeTlFD09WL483W { display:block; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE { display:block; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n26JRWVQp80WKv9GDNCsLFIrQnGA7wQL { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 { display:block; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxiRK0Z76QAwr8oTbpTM2D2NtONGBWx0 { width:15.75rem;height:6.25rem;top:2.5625rem;left:15.467884063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 { display:block; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGEDO1ZkzoWTbBGcJ5S6AxoaJwF1HEZg { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN { display:block; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lh1lTDXfF4hQA6ybFKbEvWf1xiET1NkK { width:12.3125rem;height:4.7883153669956rem;top:3.8125rem;left:17.687934875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRdzkyaVlDAqZeoUERarBWa7ketNM8d { display:none; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uN6kweBtgHEuutcFWAHX0T9ogfGn4kbb { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e { display:none; }#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IOq6lcvAE10yJRqqg1DE2PByHdt54J4l { width:11.3125rem;height:11.3125rem;top:2.375rem;left:33.999568939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #GinbXiZoLFboToViDDfdmrbM5DTMfn1S { width:14.75rem;height:9.64674658329rem;top:3.25rem;left:0.53081893920899rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGzIDJzxHJaamtwPOOt0XiyLqIusrNv { width:16.4375rem;height:11.456307316861rem;top:2.3125rem;left:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ { display:none; }#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DA1cykbw6hsre0D4EWHT1simAhpmuTD1 { width:14.875rem;height:5.8501603080425rem;top:3.75rem;left:16.343971252441rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP { display:none; }#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pezh9QXT90DpsILFG9USeQbQwFeaIvaR { width:24.75rem;height:8.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTIeuvxp9mGBz2UNePhDQax3PWkyzuBt { width:23rem;height:8.25rem;top:4rem;left:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc { display:none; }#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAFF3stgRRi3BvJyrcxXQ3QxC3e304MP { width:25.75rem;height:7.1875rem;top:4.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr05urWfCMa9ioL80zc9SQXTAxy6J53I { width:21.75rem;height:7.1875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq { display:none; }#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKgo0g8Hn42Pqvo5T4JSSs9xvdFWRV3g { width:25.75rem;height:8.625rem;top:3.8125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBZHVMhIxzF0nlvd4vJk6XUm00CKmtz { width:25.75rem;height:6.5625rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b95THm9MK4lXe37na7mUQJmX3VW84mHW { display:none; }#b95THm9MK4lXe37na7mUQJmX3VW84mHW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EZ8xi8wh1Wf3QOWe5JClJfXyiJNaTbVc { width:22.625rem;height:9rem;top:3.625rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekESULeQKk0OmlRVyqKlFZVkAQKdJndK { width:9rem;height:9rem;top:3.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL7CCEVOVvNR4chNyiOlBk9m4catFp1r { display:none; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mIRJho3q4COEozz4oTVobI2t3xR38Llt { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc { display:none; }#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PZxP4ImcuqfRDyDeE7ZKmwEtvxLBre3M { width:20.5rem;height:8.0377287662656rem;top:4.0625rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS { display:none; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kfOOlT2SqJgbHEMFDOTbdXWicTTevkS9 { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP { display:none; }#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FeG71cvfKdleGcFQo7XtNM6b9AtFkIP4 { width:13.25rem;height:3.4831500662016rem;top:4.25rem;left:17.219184875488rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh { display:block; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1y1828rbMRvKE5FBb5fUga9e1HzNCIv { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp { display:block; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGfP9fUWRKIP9VB7VkzRBMUbasiWF0bT { width:19.75rem;height:5.625rem;top:3rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI { display:none; }#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sA44BOBiEkC1QNIWFm9dvx0WELSuUBRG { width:13.125rem;height:2.8606499872013rem;top:4.3125rem;left:33.093753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0eBuXtB5ukLnNEM3JhWf7NaiIuIwzot { width:11.5625rem;height:3.6875rem;top:3.9375rem;left:18.031253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRT54ux73NK7stmpuPC3hW8XBNX1FdpH { width:8.4375rem;height:5.7073114230874rem;top:2.875rem;left:3.6848945617676rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt { display:none; }#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4rlVwrrQZlDTSl8dJXlAuwwRWSU0qyb { width:17.5rem;height:6.0612rem;top:3.4375rem;left:30.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTVMxf7SqftsMeIbT0fZzkriaw4nAUD { width:12.1875rem;height:6.46561061554rem;top:3.1875rem;left:17.687503814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIS59i6I8W9CIJGZs0ae9RDV598kaGNN { width:10.25rem;height:10.25rem;top:1.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn { display:none; }#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFXiZetwT69WrqyX8BulCBIbuTUCVP1g { width:9.5rem;height:9.5rem;top:0rem;left:18.531253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXnAoPZytw53TDtRAUrA8rsrM56reuTc { width:16.125rem;height:3.984214754111rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 { display:none; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v8lzD38GffWPAep5xqaypU3MbrqFXlay { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 { display:none; }#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mt8W3nnipzUfSplx7WzAoWRzTJC9HrH9 { width:17.5rem;height:8.2207462899037rem;top:3.9375rem;left:27.031032562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpy2o1JPDwXtnlBebFQ9UE7ssCI161kV { width:16.5625rem;height:6.3748125rem;top:4.875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOg0hRm9O4Hhc38GOHX6pezAmLnt43k { display:none; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XD1lXh9GKdsVGpvqx8hAcZan7iRRMr7i { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 { display:none; }#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXmWJb50wXcZKa4HdBoWq1h5LeQemLxC { width:16.5625rem;height:3.0506719002594rem;top:6.5625rem;left:3.6247863769531rem;display:block; }
 }@media only screen and (max-width: 763px) { #db2p8LTGsJ7oXMAAC3ctM9piONcEGSFX { width:11.375rem;height:11.437598368181rem;top:1.4375rem;left:30.093105316162rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw { display:none; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzmVzBD4ZBcx8X55Kh3ZR4CWihQyUOnp { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4f8NRQM36mkTqJGVlL7TkiD789bNqTC { display:none; }#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBcATTStK62C75rL7whpmsaiP1c8DyQd { width:6.875rem;height:6.875rem;top:5.875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3tfa3KDiaPgJb1Mc20qX36IoG8Eqo9u { width:14.9375rem;height:5.6875rem;top:6.5rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NCKhM4pDO1bzBTT1J9ScaJ9SuzlmPL { width:7.5625rem;height:8.120462519675rem;top:5.25rem;left:37.4677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvSrbCDyWIpGuWm3UTrTRwWvLva0F86 { width:11.8125rem;height:7.5rem;top:5.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 { display:none; }#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHAF6byIpi1I79UyXWuxOlIXHHx76Un2 { width:6.875rem;height:6.875rem;top:2.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3eJW42B0aZTrKM1TRmNcNHdHbdtxvLu { width:13.5rem;height:7.900508793275rem;top:1.625rem;left:17.0302734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL0iJVLmh8e6HrR4nUqW5fAcGNCKTsIg { width:11.0625rem;height:11.0625rem;top:0rem;left:34.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe { display:none; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qUUT5T6N61z88pbWlS2On1HwfTVJ3cxu { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 { display:none; }#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xArMu6c2PWhfIPfTctIkwJyS8kMt1CZr { width:14.0625rem;height:3.8125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTNK6FWpkBMf9CZgnaEbusz23t5Nt7a { width:12.25rem;height:3.7310212845881rem;top:4.375rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTzUkJ6quQk4lHVfmtpACSTQfeKShCQ { width:11.6875rem;height:5.4702879137276rem;top:3.4375rem;left:23.968105316162rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhqgt3xgTrHHVgoXTQlkVN31VdkKgJH0 { width:10.6875rem;height:7.7672139630344rem;top:2.3125rem;left:36.405818939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs { display:none; }#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2THUqzbUQr2mSMl2NU1gq2fgdWxX8pw { width:10.125rem;height:5.1552542089504rem;top:3.375rem;left:24.749355316162rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsW7evsLmMv2Bg8QJKOq6fHmtSfWO3A { width:8.75rem;height:4.5296005035818rem;top:3.9375rem;left:13.499786376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 { display:none; }#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VEceMVXZC02eP5pygDvD8SX76KahSIQB { width:11.25rem;height:2.3125rem;top:2.8125rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZ3ElTUt6n7FBxEvFbdkCGHtRGCom3n { width:11.25rem;height:2.375rem;top:2.75rem;left:24.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmcOiy6Kc3EkzqocE5FWWTCpLKN4o2IX { width:4.6875rem;height:5.375rem;top:9.125rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnescSvHGp4sRE81Q9M7ET7NEqTiPcVZ { width:11.25rem;height:1.4375rem;top:3.25rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT { display:none; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G5zm2ZhNTDgMe4pgdEfam4ydLpNp46Kk { width:47.75rem;height:4.9375rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 { display:none; }#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SnQdCanJs4nMgxqUwOVt4cOFK91vPRnc { width:3.125rem;height:3.125rem;top:5.375rem;left:7.0625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbGpz1pzKwkDCUbQ6GGFLgOaKBUCpZFG { top:3.875rem;left:10.1875rem;width:6.5625rem;height:6.5015709918481rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImCW3FS8KuZ20myABavWax6gaAHpnkl1 { width:3.125rem;height:3.125rem;top:5.3125rem;left:31rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F50PRx3lhW74UOpIwzlDV5unnysU1AGa { top:3.875rem;left:34.125rem;width:6.5625rem;height:6.5625rem;font-size:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBwT6skhxO2BT9989sQ6E6kdZplWRfUt { display:block; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSA9UmJUqCBUP4H5hoLObPxbkqOaQTqe { width:47.75rem;height:;top:3rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F { display:block; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOLKou6c1eQIsUCAKJ2DqnUscz0S0LGb { width:12.1875rem;height:2.8125rem;top:6rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TrRfKlOTiFC3ETJRFUT7ASAnRz0new { display:block; }
 }@media only screen and (max-width: 763px) { #VmFb69EAqbvIZLpgbZba1JGQ57iTLBTF { width:12.25rem;height:12.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32Tq7rMEwi5wD39en8wkTBikoTeFhzv { top:3.5rem;left:9.8125rem;width:14.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGZOQwP58FhVV33I1XMZ1qoHNyiB1ybI { top:5.9375rem;left:9.5rem;width:14.375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEzqs0CIvnOaTCUuW0LKKv20cUs8rso { top:1.25rem;left:20rem;width:27.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Glkz3TQV5ZMJVpF8l3W0sTQvU20r4h0U { top:6.5rem;left:25.5rem;width:7.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRyCaeGKDr2Lx9Cxw87tP571gWap3L1B { width:2rem;height:2rem;top:6.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lviP2wyzJWtiSCZa3ISpZVXOw42ciaLm { top:9.1875rem;left:25.5rem;width:14.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScgSmbzxzSI31ykIQBnoUw5k8EbubGoJ { width:2rem;height:2rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3VFTTSnZ5Gw1uKnffNGBHE5QuGRGN6E { top:12.0625rem;left:25.5rem;width:16.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I { width:2rem;height:2rem;top:11.9375rem;left:23.875rem;display:block; }
#FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #U4e6x6IViILRtBcL6v7WIx83gv9PoDrM { width:2rem;height:2rem;top:11.9375rem;left:6.625rem;display:block; }
#U4e6x6IViILRtBcL6v7WIx83gv9PoDrM > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #hHHazMlW7ZMv2zcr3TxpJgOO5JuPKN3I { width:17.5rem;height:2.4375rem;top:11.875rem;left:25.153861999512rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoFyOtCkBRsPxSXggH3st2BxpiUbFns { display:block; }
 }@media only screen and (max-width: 763px) { #RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ { display:block; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4I3SBONDHfVfzGnT8UtzuHPz7W40m5K { width:12.1875rem;height:2.8125rem;top:6rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rld3pIk2FIZeoND6W1MHGesasTLmZ4w9 { display:block; }
 }@media only screen and (max-width: 763px) { #E429L5BzH01OrV8HpmDd3BWOngC942FH { top:4.375rem;left:9.75rem;width:14.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ85LtKnhaThr8UClMq7tkFokeSawRqG { top:6.75rem;left:9.4375rem;width:14.4375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCxALKnA2DORPokndcyKvtxFvBBTBzS { top:1.25rem;left:20rem;width:27.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIR5p2AzDTstCwk7sEXHaV2Tm2d3Kfn { top:6.5rem;left:25.1875rem;width:7.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSUuTP1MsaJvtFPNyCFUbyTI4WKwwIyK { width:2rem;height:2rem;top:6.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJckTONPT9pfhAkgV1lZBTHZhAZTlp8M { top:9.1875rem;left:25.375rem;width:14.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrKHoc9P5IM3F655PHNlMxw525i2lxP { width:2rem;height:2rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRVmQy8V3TqOxUXkzaInpade1xhmBqb8 { width:12.375rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXuTv9wxCEW7W4AmnIwnyTFOJz8F3Mq { top:12.0625rem;left:25.4375rem;width:16.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W { width:2rem;height:2rem;top:11.9375rem;left:23.875rem;display:block; }
#vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 { width:2rem;height:2rem;top:11.5rem;left:6.90625rem;display:block; }
#VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #S1t6QOagpESbab18AAhOfri01LSxZks9 { width:17.5rem;height:2.375rem;top:11.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1SdGOigSHp21A7M8FhKyxNaWi9s37V { display:block; }
 }@media only screen and (max-width: 763px) { #uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa { display:block; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJgwHWRA6BGK7IZ3TydPrlelfkf70DiK { width:12.1875rem;height:2.8125rem;top:6rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILrTaiLeapXtrzppuCZ4JJiPEVGvNzH { display:block; }
 }@media only screen and (max-width: 763px) { #Rn59me23LfIrhTe04v6BpTaxWFUm41RS { top:4.3125rem;left:9.8125rem;width:14.0625rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbKJD1QWtHqKvK8J4HsRdSVR5eA4kwLR { top:6.6875rem;left:9.5rem;width:14.375rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0sWhi4TqKV3K8mWO1BXyLDvEZGf1WDO { top:1.25rem;left:20rem;width:27.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAGzFcbTV2UOwKgVO9zkdSd074FJc8Tl { top:6.4375rem;left:25.1875rem;width:7.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv45BTVTUL4bGkJPgt2uzExvdKNUbJGT { width:2rem;height:2rem;top:6.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkT41uoJixGRs5BaaFSFnJw15KHGaXmZ { top:9.1875rem;left:25.374130249024rem;width:14.375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmWloQqFBm5UboTJ9Nr8Qe0AwsRGI1Wr { width:2rem;height:2rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4lNXzWnb8pk8qt3cvdVh83Hnk4fsEBy { width:12.3125rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATT8K8utF6dlrWeE70gKyxNvm8DIS44 { top:12.0625rem;left:25.4375rem;width:16.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 { width:2rem;height:2rem;top:11.9375rem;left:23.875rem;display:block; }
#cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK { width:2rem;height:2rem;top:11.5rem;left:6.90625rem;display:block; }
#XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #WQWNffqwlGL40pT3LzaF9xcSIsIEChxT { width:17.5rem;height:2.375rem;top:11.75rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81DniZ8yV7PN5dXInPpq1pDB4LZrV42 { display:block; }
 }@media only screen and (max-width: 763px) { #SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI { display:none; }#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAQrBIoPnWsefIigI5ipKPTyExkOTbLi { top:3.5625rem;left:9.75rem;width:14.125rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWeTNUbOVNwC6TlsuWoVch4xgvlspKD3 { top:5.9375rem;left:9.4375rem;width:14.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALiaz0r7ZG7UxiH66eWhe1ilLIHdhZN { top:0.8125rem;left:20rem;width:27.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZfa5Rrbu9wydmty8A9tFSy2s3eb1bTB { top:5.5rem;left:25.6875rem;width:7.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTr0XxmJCnudE1dp4QIcNDPxioqrv2Iy { width:2rem;height:2rem;top:7.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS6gZqcEIIK7XD9A8mc7eaXJWPZKB0f { top:8.5625rem;left:25.6875rem;width:14.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkP9DeFrUhBx36CANmGSfr8DrJ1BHQnT { width:2rem;height:2rem;top:10.5rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVIGzsFJy5GNbe6v1E2LrFyD9cqKRXpa { top:11.5rem;left:25.6875rem;width:16.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp { width:2rem;height:2rem;top:13.3125rem;left:23.875rem;display:block; }
#y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fcwVT6HneotOMghNPpUlfCb66FClyqTU { width:2rem;height:2rem;top:12rem;left:7.125rem;display:block; }
#fcwVT6HneotOMghNPpUlfCb66FClyqTU > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #elmWZI89LOTaEVTf7MK0x2ceuXTZQDAn { width:12.1875rem;height:2.8125rem;top:6.125rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFmFaTXTePoDWMsuZu97TVOI9oxm4opG { display:block; }
 }@media only screen and (max-width: 763px) { #CDxQ9ehcG8DsS3ntSd5F3JsNIE0AzWKe { width:2rem;height:2rem;top:5.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kiWa6OVW41MKHLGT9P4OfCI3VEJEyogL { width:2rem;height:2rem;top:8.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 { width:2rem;height:2rem;top:11.25rem;left:23.875rem;display:block; }
#PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #yLegB5wrI7nPJyTssOX6INr3r8CKiJxT { width:11.6875rem;height:11.6875rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW { display:none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oezMKvLt6XnbbZh5p3TWdn0BPJwu42bP { width:12.1875rem;height:2.8125rem;top:6rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuBpFqNJMnHTtZhVhxwQLS3Ehou2G0BJ { display:block; }
 }@media only screen and (max-width: 763px) { #NJsVnldx9F1L1RAnD8kQU84hNVTZT30b { top:3.4375rem;left:9.75rem;width:14.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkccIC661TAbmr4SM34Tz7T7dbTTaTQw { top:5.8125rem;left:9.4375rem;width:14.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTp5NIRqhdrcakWMnAfRRLiRSBwEEk8 { top:1.25rem;left:20rem;width:27.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTdbsTSsr4XHmlSw7hrde2P9H4SG5fR { top:6.5rem;left:25.1875rem;width:7.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7RxEiBlQ7CqUNkILE2Rbx07SuyoCrV6 { width:2rem;height:2rem;top:6.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaKgrxsVMBAxNMH18y4Wb1lzfEJlSW8D { top:9.1875rem;left:25.375rem;width:14.4375rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWP8geKZbuCxQWcE97Erymaq4qz3E6aB { width:2rem;height:2rem;top:9.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGA4end1Lud87ctEweWkkXxcX4JagPOM { width:12.375rem;height:12.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 { width:2rem;height:2rem;top:11.9375rem;left:23.875rem;display:block; }
#zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #And1Bw1TUXGGmwiKcZBKxRE7W7MIfaCz { top:12.0625rem;left:25.375rem;width:16.8125rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 { width:2rem;height:2rem;top:11.75rem;left:6.78125rem;display:block; }
#FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 { position:relative;z-index:auto;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -moz-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -ms-linear-gradient(45deg, #0072ff, #00c6ff);background-image: -o-linear-gradient(45deg, #0072ff, #00c6ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072ff', endColorstr='#00c6ff' );";background-image: linear-gradient(45deg, #0072ff, #00c6ff);background-size:auto !important;display:none; }#iPaFT93Vl0yg1tpC6yVCU0EaRy76cT76 > .row .container { width:20rem;height:40.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fNp4HEQO3CW7tphep95wB8gSl9EsM3dJ { width:8.6875rem;height:2.4375rem;top:8.125rem;left:5.65625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxrwXL9S4pBd79ZdUyO9tgKzMxl2QRcs { display:block; }
 }@media only screen and (max-width: 763px) { #G3FODJ6wTawro1OvE3l6iFMVH0NRtdBw { width:8.75rem;height:2.4375rem;top:5.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sv895A5QTMpi5BD9uyONzMTm8pZtXp4T { display:block; }
 }@media only screen and (max-width: 763px) { #QlIg7OAekzAUUZhqFA5cIp6U3P6AHSTS { width:3.75rem;height:2.4375rem;top:14.6875rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrFb9gnreeN3qERXusTRbTxPZFZWUVw5 { display:block; }
 }@media only screen and (max-width: 763px) { #aOTBw53o2OamEMFyg19PXBkusG7xHs8a { width:6.25rem;height:2.4375rem;top:18.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W11kgEDTZLXBSK3n2KKHwG0HerSNXrqo { display:block; }
 }@media only screen and (max-width: 763px) { #Mfdey9onqTloNPLZMWdMXqh3253acicI { width:10.625rem;height:2.4375rem;top:25.75rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caOEgTJL9zzTXR4cSeCKciRamPkVLuBq { display:block; }
 }@media only screen and (max-width: 763px) { #zQesfBRNT2T6sh4XX9paWuu3vSuIpX8i { width:6.875rem;height:2.4375rem;top:22.0625rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJxO1fndgbmrrSJ5pUcScdDOdK6Vtzdt { display:block; }
 }@media only screen and (max-width: 763px) { #CoAqCzxiHNwRp9J0epwGy8tkKcTdv2ST { width:6.25rem;height:2.4375rem;top:29.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QD9AQsxJdXnrfs51uL3mJQSgmbUECnDy { display:block; }
 }@media only screen and (max-width: 763px) { #KdTTCQ2K5xos9vs8rET8o4XeHp2BTbsa { width:8.125rem;height:2.4375rem;top:33.125rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixxVNpuvNPAlmEpCWbbEJT6zW2rFC1Vk { display:block; }
 }@media only screen and (max-width: 763px) { #sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP { display:block; }#sZwTnqG4uq4cNhEyV8hwf64dHzwhD0iP > .row .container { width:20rem;height:40.7871125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6A1a3uIAWieApeRSrSMJfwZ1zhrnQiu { width:11.8125rem;height:2.1875rem;top:1.6875rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beySkKSNUwX0XMuQvSprCqQo1OEiT8lQ { width:3.125rem;height:3.125rem;top:4.625rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q79dz0347TTbOnfMK5iH8B5NUoK5czFu { width:12.5rem;height:15.4238375rem;top:9.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE { display:flex;width:2.5625rem;height:2.5625rem;top:33.125rem;left:8.6875rem; }
#S7TmqzXHSXHuToHFk7K5pMyOzXbJZWJE > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #XZGprBoOkwHEl3VngzUUfAKmdmsvnRc2 { width:14rem;height:0;top:36.9375rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dw91qLzMRfFVzTwop4eVZUscMVCcTh7o { display:block; }#dw91qLzMRfFVzTwop4eVZUscMVCcTh7o > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oSOzTc9D2u5pu5WOrkwVsSF82tXZJoBQ { width:20rem;height:3.25rem;top:13.686440677966rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuAce31rhZniNGsynJbvq2FIyH34mh2p { width:20rem;height:3.8955rem;top:18.186440677966rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utKnJX5c8SiTn8gEdabswgESIHviqmvy { width:20rem;height:11.25rem;top:23.331940677966rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3nogi7e0Hti5LV0WC6cxVbOthlquue { width:20rem;height:11.186440677966rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 { display:block; }#TDIRw8xRb1Q88zAKrVPTd57v0gvi6CF8 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HC7WPAQlFSN9bTg8HBb9CKCQZs05fKnB { width:5.9375rem;height:3.59765625rem;top:0.603515625rem;left:1.0947265625rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .widget-text.counter-number { padding-top:0.2875rem;padding-right:0.2625rem;padding-bottom:0.2875rem;padding-left:0.2625rem;width:1.578125rem;min-width:1.578125rem;height:1.545625rem;font-size:1.15125rem;line-height:24.73px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.18rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.10625rem;height:0.610625rem;font-size:0.431875rem;line-height:9.77px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO { display:flex;width:12.4375rem;height:2.91125rem;top:0.66015625rem;left:7.9063219393988rem;padding-top:0.336875rem;padding-right:0.359375rem;padding-bottom:0.336875rem;padding-left:0.359375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #PRtBKs4QxBqmtTB9nfJX5oVZPJTgB2Tf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #VpUEZvoZF06uLg70EuLWiyQ6aThnvKwH {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #c5OFKMe13M2RkGAlo58OiC5SBTkU6guT {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #DpRcNNgnIQgafAITcnGsLWJmZbC5d9U4 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #xq6EKJhobma9FIBMOxxbD5ukicENSs4S {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #F1SN2geLtTyMElNeWnssmnvsQTM1GtXA {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #GQBVtiKAgG60D3hBI9QHSRLSRCHJw3uf { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #dUPnifxX0q6zzdcyeThGloKWcx0R3lIf {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #vf7QGk7FVQ09m4Vot0J6hUZuzRlE8Urc {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #gVWKfHKiubOE2XuGVo4Ik13oc47uel2n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #topcobfqeTN2xheDz626JRSiGnmIIGUN {  }
 }@media only screen and (max-width: 763px) { #xtKRQMvfTcDrwrmG8gBUTM7s7a3TxRDO #BsdEP3gaeiE8H80LBWI4TNuba4kMVBsE {  }
 }@media only screen and (max-width: 763px) { #iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS { display:block; }#iiNfwVGpbApVTorWmoLuVQhF7vEmm5TS > .row .container { width:20rem;height:52.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zolMNAbFeq6JotgczxwIGVcfA2GV6HRR { width:20rem;height:1.625rem;top:7.0341796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s75OqLww04TXtPc6WiUbbdxt4xuwlOdI { width:9.375rem;height:0.0625rem;top:9.0341796875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6w2XpEC8BDawkO0OuW0maq3gW3VouzX { width:20rem;height:42rem;top:10.7216796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZNbTEIdhLxpFtugl9lFx22ubDR3nrEQ { width:15.625rem;height:5.5625rem;top:1.25rem;left:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiT8GWOQVTI8U8vDUJMTDvlRmqzwgf1V { width:20rem;height:2.75rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT { display:block; }#gHSmV1RyM2nAaz2k4SmMnc4mmdWAoigT > .row .container { width:20rem;height:4.9746125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVUZFONp203C63znTGrxqVtW6c01sROo { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc { display:block; }#OHURI6hIpV7Ckrcpn5nhJJKhi9fQRoqc > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vpnnQ77pJkXGCwgtuZLHJzMqZwPUoKR1 { width:20rem;height:1.875rem;top:1.0380859375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJqsAvrIiTzhE5mBkvD6uhK8qtsHNxKZ { width:20rem;height:1.2000875rem;top:2.9130859375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuGGD5mg2AtSJut0nRBnTPCUvfILQSUx { width:20rem;height:1.875rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTHIrNyiPrBh5TeJ61kWTMR9DV2gnMiT { width:12.6875rem;height:1.2000875rem;top:6.75rem;left:3.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdvPtwsZKzuf72LyhQ8k9kT0CmtR48Bt { width:20rem;height:1.875rem;top:14rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTtPW63Xwiih6R8pd8sQMzvkfqHAfHJn { width:20rem;height:1.2000875rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RedSH3D8ZDVwb6GJVJ4HQ0k99P3ny9Mq { width:20rem;height:1.2000875rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAVvclXB2TtZMDgS1A9maHvpbit0TqHf { width:20rem;height:1.875rem;top:9.5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU { display:block; }#iMMP8N4NodQ1qbXaN1EeBh5kT4KHEJdU > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSVtiIyzvOx4WyDwlpF53qpzDIMgJNtp { width:18.8125rem;height:12.5625rem;top:39.625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoLO62fQpdp4iZPATVAJ7JUwEtLJzKW5 { width:18.9375rem;height:12.625rem;top:52.875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgMCCgyIBKGaWsoWnygcXRqaCWWS3utb { width:18.9375rem;height:12.625rem;top:66.125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBLqq1GFTvhaemgBJTB0WZ0WqLEXd8wZ { width:18.8125rem;height:12.5625rem;top:0rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKLkGuyNa6igoSKbPncWcm7Jcir4rG10 { width:18.8125rem;height:12.5625rem;top:13.25rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJiLdQZLIvrATl6H95gEVw9C97DCBUyu { width:18.625rem;height:12.4375rem;top:26.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9zoAghFRugxirMTX6qGMESThKkOs1rX { width:18.9375rem;height:12.625rem;top:106.0625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hA7LJZ3hiwbI18TQCre2SxpGMEQVu5vc { width:18.9375rem;height:12.625rem;top:92.6875rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCc5F4CFi0T8FROCBq4xiBrTW6lfHLSG { width:18.875rem;height:12.5625rem;top:79.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr { display:block; }#t6GKeaJc8zef9C44nhubbRrDnlQ8R5Mr > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i5pwHiyTPr6OQWSTArkPQC6L080cFkyV { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv { display:block; }#Ney8nKaxz3WfpzmxThuIxrfNRPpizHbv > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRCsZNXShSBETQ6sRBXgkoeBwb479FaB { width:1.5625rem;height:1.5625rem;top:19.099609375rem;left:8.90625rem;border-top:0.3125rem solid #866ae3;border-left:0.3125rem solid #866ae3;border-right:0.3125rem solid #866ae3;border-bottom:0.3125rem solid #866ae3;display:none; }
 }@media only screen and (max-width: 763px) { #qJm6TT2lQfTnRdnKieaqwQ74ZO66IZOA { width:3.875rem;height:3.875rem;top:15.8994140625rem;left:5.09375rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nvvOTGp7NAfpbU8taNOrvBQOJfRPrOco { width:2.5rem;height:2.1875rem;top:4.3681640625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVuyn9oIOHrdTAvgO989muTmCzb4fymg { width:2.5rem;height:2.8125rem;top:8.5927734375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vr4369ArixmWbXRPhe99gbSciHMQlZ98 { width:2.5rem;height:2.5rem;top:8.7490234375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSb7aEQNMhDpd9mFWKRqEmryvBBKCIM1 { width:2.5rem;height:2.375rem;top:13.5244140625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTTIV3F6tXs8m4ZIwQkfgRE2coGwEcNR { width:20rem;height:0.375rem;top:22.466796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PL6T7s19pC03mFfn7pVxXDECwZL7Osb3 { width:3.875rem;height:3.875rem;top:15.8994140625rem;left:2.0625rem;font-size:2.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TOCIkI8h2xQfSwxzoWwV8GhgcwpRFNFd { width:5.1875rem;height:1.2999125rem;top:4.8125rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FTPWLrTvSHuvCBL3ZvkDAqyWXtP3zO2g { width:5.75rem;height:1.2999125rem;top:9.349609375rem;left:6.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RZZ3PisOKnqFrXf43Dirht7dAgDoXAsS { width:6.125rem;height:1.2999125rem;top:14.0625rem;left:6.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D2uguN1Xt80GAQ16kCJH8VNzCp4g8gL0 { width:6.25rem;height:2.2734375rem;top:4.3251953125rem;left:13rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZKcLftgabSxgSi6WG7W1D6PPRBvT2JeR { width:6.875rem;height:4.546875rem;top:7.7265625rem;left:13.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QrS9EBKUwC9Cw9h8kfXe8kWWh7XohCAd { width:6.875rem;height:2.2734375rem;top:13.5751953125rem;left:13.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #t1b5Xq9y2rf5U4AC3qAnu2d3C8VDSof3 { width:7.1875rem;height:0;top:17.919921875rem;left:12.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #EIvlN5TEBGDIFfirtU23wvyGWdPvpShl { width:2.5rem;height:2.625rem;top:16.537109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fgK1pX6KJU4CE4q9rWw5JEiFwwd7cU7c { width:7.1875rem;height:0;top:17.919921875rem;left:6.40625rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #qQ7VedGrFSAKfPqmlSZwA8lK9heRMscu { width:2.25rem;height:2.25rem;top:21.287109375rem;left:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMbMoyb0PwPcBa1BzweXnNId1O3fAi5F { width:7.5rem;height:2.75rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl { display:block; }#HTTOI0TGTw4yX8V1WdCtf7POaJWHaJnl > .row .container { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dTxp8eIB7iOPUKGqvkPPv6Eq2y3bDoWV { width:20rem;height:1.375rem;top:1.78125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIw80TzLOibE6dRL4JnuDlVdacTNRnRC { width:20rem;height:0;top:4.9375rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu { display:block; }#MBAtU9x56SxH2LFdzSuZIFXkNOs64Fbu > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbBJIFyplDGKcG4xsRtZ3re6vDgxhga2 { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn { display:none; }#Sp5rdqIQQSESPy6TZ6u49vGoQU6fk5Pn > .row .container { width:20rem;height:51.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dBhahGxJwqO9S2awUxzNezHhJrUtbOis { width:6.875rem;height:6.875rem;top:25.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXHwpsRu2Qoxsev0vRhHn15vvgF8aHTt { width:14.875rem;height:3.41015625rem;top:33.9375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHsZXmt8yoOPG0Lz31Ge4Vo5Xup4f8kG { width:6.875rem;height:6.875rem;top:13.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMoMeKORXCz3yP6xITf3kHBkIUHVF2hZ { width:14.875rem;height:2.2734375rem;top:22.3125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QRqEMUAprdhUFJykn7qt4yiMrEcv6xL8 { width:6.875rem;height:6.875rem;top:0.9375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7uiLPxqsLOuBixMVCxbpBWqrv36Vt5 { width:14.875rem;height:3.41015625rem;top:9.4375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MsTgBSewNICa5f1aGItMFS25XnOArEuw { width:6.875rem;height:6.875rem;top:38.59765625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4a53veEwoSvZAHW4Qpvlu6AkPT6643V { width:14.875rem;height:3.41015625rem;top:47.09765625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM { display:none; }#Untc2SotfJ6iD2rJAbCNXq9XKAl7lvtM > .row .container { width:20rem;height:53.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kSeXB3uWtPoEeub7F4iFH1ER7Q2n6I97 { width:6.875rem;height:6.875rem;top:40.25rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkV6Cv8rf2ovosHs8fC5RkwIhGooBMHN { width:14.875rem;height:2.2734375rem;top:49rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eE9IcpyzUWwnK9G5mXAqocyPMIPIWBLz { width:6.875rem;height:6.875rem;top:28.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXISh0kUDEVW9P3gQmBzAXaGEKT7cU5l { width:14.875rem;height:2.2734375rem;top:36.625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLrQKA34qRJ17zBcuVw7PoffQ3MOtfqE { width:14.875rem;height:3.41015625rem;top:9.25rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hfh5BBUCKsO0ZlnfiWE36QyA0IfQ8JRa { width:6.875rem;height:6.875rem;top:0.75rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a69mb5sND1oRTHKyfRheanHiLU0ay44C { width:6.875rem;height:6.875rem;top:14.3125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6A4MU33uPU81OLkZGPtk1xf5slb143T { width:14.875rem;height:3.41015625rem;top:22.8125rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ { display:none; }#nav4zLwZ9Waz8TBIHVr6uRz3b1QrqTpQ > .row .container { width:20rem;height:48.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eZxZ8eeMFTZgRRiyGTLS3BMhNgTXCwhN { width:6.875rem;height:6.875rem;top:25.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNH4CybQ59bslPQ3FTPEzIDhSIkafqZF { width:14.875rem;height:2.2734375rem;top:33.5625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urW993ZGydxs0XXRmQLNc65ZP0TbacgH { width:6.875rem;height:6.875rem;top:0.5625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNiQfGaSTITTy9Suo7Sd3pgOUOtyQqP1 { width:14.875rem;height:2.2734375rem;top:9.0625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ETulT90HI0ZcoqLqWEg4M8zJF7JsUmC8 { width:6.875rem;height:6.8125rem;top:12.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbV3aBz8VpAaXxBXPk4L8hGyUQcr3kQx { width:14.875rem;height:2.2734375rem;top:20.9375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wOTKposWygwOzHBrZNEESvbWr6rM7qK0 { width:6.875rem;height:6.875rem;top:37.0859375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhER4tFJVIsx1FTToClwR0JoRkIuUr2v { width:14.875rem;height:2.2734375rem;top:45.5859375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi { display:none; }#HX9IW2MVXPmOCTamQsfMINmA2rbgKpFi > .row .container { width:20rem;height:52.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KaMfaWOqnNh8DpQQAKooWmL0x2ZekZby { width:14.875rem;height:2.2734375rem;top:49.9375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxcgiAh8fmwir4E6oza3EhUHExzap1Pp { width:6.875rem;height:6.875rem;top:41.4375rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKoU93oUZK9TSDyT0igAWekdxPnwbI64 { width:6.875rem;height:6.875rem;top:15rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoCRVwiBfI6JQElB5Le21DSJDuCPETO { width:19.8125rem;height:4.546875rem;top:23.1875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T336ZlgCoPXRkHWJpbSQ26Wz5x4Wob1e { width:6.875rem;height:6.8125rem;top:2.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeWCIdlbJ55vdyF5bhvxwFc6XV1XfU5G { width:14.875rem;height:3.41015625rem;top:10.5rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GzQrvUg9ITpspXSeRrcDzQ1hRzqH5OyH { width:6.875rem;height:6.875rem;top:28.375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHOoJGUWPXX7MdJn1mbu3h1BQb8kZqCU { width:14.8123125rem;height:3.41015625rem;top:36.75rem;left:2.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R { display:none; }#LSSao2lRyyoqvQFxT6XkTAJx7pSNzI7R > .row .container { width:20rem;height:51.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ODyS6QqbMFEAJQcXRvmxz7yNoBisXgeI { width:6.875rem;height:6.875rem;top:26.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUzXWcWOMtUPloGOfyTU5ISpLpbI5v2N { width:14.875rem;height:2.2734375rem;top:35rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AC51RdKPlQJTCfgZw4kO4sKfndadbfuq { width:14.874125rem;height:2.2734375rem;top:22.25rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CiLAqgO9Lb2t5XglbKuRsIzV6wisnxJb { width:6.875rem;height:6.875rem;top:14rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHNh6amwP78LSNCW30PNsIGF9MtvZLmy { width:14.875rem;height:3.41015625rem;top:47.625rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ODeEaNxITsWzDwwOWTsL50DvvJEVlhpT { width:6.875rem;height:6.875rem;top:39.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3qZ4QiGf8LxZeiUvnhFAvtGMm0QZHvB { width:14.874125rem;height:2.2734375rem;top:10.5rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pvmUAq2Bd4U8fipFw4lXDcw3HdNiHRbZ { width:6.875rem;height:6.875rem;top:1.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlcZlghkDOTxw54z6UU46m97fr8QGL8A { display:none; }#tlcZlghkDOTxw54z6UU46m97fr8QGL8A > .row .container { width:20rem;height:25.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tTN9rCVHTMP4fEkMCU0LvKEb1oNctPal { width:14.875rem;height:3.41015625rem;top:21.375rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mnBec4Dv89ftOeR2t3Nf7b3TWexT1fmp { width:6.875rem;height:6.875rem;top:12.875rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5ohUeLve0T3XyydfaT1C9ElqWL5UPH0 { width:14.875rem;height:2.2734375rem;top:9.25rem;left:2.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Otwa9ZQTXeoJKHoCSzEQhgO7BhhHb5no { width:6.875rem;height:6.875rem;top:1.125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7stTR9eZ6c4coM85UGmTdAsyggmNEG { display:none; }#uM7stTR9eZ6c4coM85UGmTdAsyggmNEG > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kC0NNonk08GvHcmD3VGscUFH3T86RTT3 { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctkplTHAAkWyvkSnCiuTVzvlhItIETRe { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ea5rnX5vgLQIgoi9WRhiDc4W8TPNlm9o { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C2Flfrcz8mdpL4HDmpO4LJ4XSDWrgBE8 { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2r4U1JprlGbpXq8PqOThArEfmApG94u { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOErkB2PMP3UblwgDzDp1PNfkdKPpF4O { width:9.9375rem;height:0;top:36.923828125rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehefmvagCIh3TiGNqmMRsAQ21eiiH0Lz { width:13.625rem;height:0;top:42.54296875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KisGcgilbagkmtxOUUGeDMQkS0UBF2Tn { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3wRoznVtgGtLoltoyR3dhM1wc2fchlk { width:9.375rem;height:0;top:56.806640625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZyfrKcWRv35TeKzTn4ofXo2npn7sXK5 { width:13.625rem;height:0;top:62.35546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfDzng84I4QhGDM6qQJCEETzOQA3GCkf { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6rLZtzCNqC5TF1nEa8L7NhQUnwezBF3 { width:9.375rem;height:0;top:76.556640625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8IzhqbLlV2IpoUSZIWLTaEMqFyNd3hM { width:13.625rem;height:0;top:82.10546875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N81g1vasSawNauT7aVrGfH0bSfWJGM8k { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnkfzcF0TEp0tt8wakNbHOql5qaMwogr { width:6.875rem;height:6.875rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 { display:none; }#krTLkTOb433ssPoJcr1MQrrCqC2k6AH9 > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HoZZrUXwfGC6bGpWgUesOp8JWh9XaFfu { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uW3iqG8zOFmzRV1rD51iQfnw5N5g56Sk { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEuuHQfdGB9xJy2fxb3kgK3kNebTUmWR { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFiwwu8ipCbgMsETttrsz20iZzPQRbRw { width:9.9375rem;height:0;top:37.755859375rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSzMonS1tdGLSg6qrTGMp3wXVNDZCD5n { width:13.625rem;height:0;top:42.54296875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4zNxQADDcfLgO3VZWiUdwG8FGr8zf6V { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAyZTrUwGbAFUpxbOgwU9srF6MdcAoKA { width:9.375rem;height:0;top:56.107421875rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdhgmS8QSMTCUJSwHqq3Koq0rhm28lHZ { width:13.625rem;height:0;top:62.35546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCsmIVlxHSc0ubkga4peXCKnd42IAFvv { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQX0gsxVRoUGCuRaaxkmNdAzddD0LFPG { width:9.375rem;height:0;top:76.556640625rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXERSpOLKDQoA2xMTZWNF415XHudC8oP { width:13.625rem;height:0;top:82.10546875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7EhCpbpLwvafhcMu8QmRqxa4RDeWyO { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hz7UJrwG10W35Om9McXVtflkpBoTtr { width:6.875rem;height:6.875rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ouRDdDQL6TF9GurqhpADuwAoZdg6XuGQ { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh7CHJV35t61T7hzc87hDW6mIgFnCKqi { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3XIdIiwolvlF358crfRnSZxSfXNn7Nh { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVXebFTPlKsMa1tKqLpipeOeVMfncnng { display:none; }#HVXebFTPlKsMa1tKqLpipeOeVMfncnng > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QRVeuDtISCTtaTbi6Mh7UUvnsDvCnk2H { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0mi9f6oHcF7RPC71kJio8ogBDhT2taF { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ks90IZsPhOZykM94w1Aq08kNQx3z1n10 { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILVLm5PiiKzaMiIpzIuQ4tLUBsohni55 { width:9.9375rem;height:0;top:37.755859375rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSWwzwzPlIZCgehkclFiiQXhZ6X05cT2 { width:13.625rem;height:0;top:42.54296875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmrEh8fAb736UIKAvQvucpv8ZpIoztog { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWyTCTLlpUdznG3VhaTy6ssfTzIhhRlG { width:9.375rem;height:0;top:57.505859375rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cv3ZZdShTxabKntEorvp5Th5AtzLPr5N { width:13.625rem;height:0;top:62.35546875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgbEuOSV80vvur40cIDIvfQNG2zobCyC { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xctqGa9aQZzuTofdALwllP8IpsIqnt6H { width:9.375rem;height:0;top:77.255859375rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JpT1EqNGe2peLbPaQFdSHtLRWh2X2b56 { width:13.625rem;height:0;top:82.10546875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGt6vELEQ47oxZdd4AuaDHPhHon2rNCJ { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoJOmqyIgXvUWlfTQ14GwH0zyBU0ooQE { width:6.875rem;height:6.8125rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTor4tnwZWDmgxbwue8LItCC6PwzUGTG { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XA9BNeTp5OmslpGengOGo2vAMsiy2ofl { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpKHGcOZgL4583C3vqrgSNFz3t1gfOHp { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6knrWnxMdXWs8fzoFiIdIQexT0eObXI { display:none; }#k6knrWnxMdXWs8fzoFiIdIQexT0eObXI > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SRWqLzSzr0xpVdSQTNc64c78aOudRbA3 { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0ulwhinAMvEVkanTN1lbmzfZH3N14bL { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RbPyQAaaiE1T21CBhZZCOHo6gLEXHdmd { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8fKC1DHo2VDk1fc4N7IdHT2ewJAUtZH { width:9.9375rem;height:0;top:37.056640625rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2T3Q5CLAbMDQ260RKNDRpXwZhEfNu0t { width:13.625rem;height:0;top:42.54296875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dh2Dzzz8SbBvhm0My6fEcWI84BP8qAf2 { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SBgSirIEnWviS1C1K6EHdOODtL6eRSHi { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRZRkIiXGD7LFG4TWilM5KekKSF3AXvT { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7wIE4lnyd1uq3GtlCc6izLA0hcUzr3c { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmxR8HvdrQzzzxpZPnhc3ytIPx9G8A7 { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LEibvCKif2S6Gqi88StAQuTRKyap9IER { width:9.9375rem;height:0;top:57.380859375rem;left:4.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrSeaEAgsw0zb9ZpNAvCUtBzR42WViCV { width:13.625rem;height:0;top:62.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDMsogZlvXBTGce6V1p10razTlMX2ECu { width:6.875rem;height:6.875rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVJlUbb59T9OdT3OLS84OVk1x4f4uGTx { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhTzygtEg7sniTCSLQWOlXzw1dH39Iz1 { width:9.9375rem;height:0;top:77.125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #toolO0dXBklCFoU095VB4dyNSeeEINcS { width:13.625rem;height:0;top:82.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tefg9e0tVsSLHoJwL0G207ArlLXvJzcT { display:none; }#tefg9e0tVsSLHoJwL0G207ArlLXvJzcT > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D4h6WdVwkXT7KJTR81B9GGEQg9SsqkWW { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrOkBGwCxH1LBuiTZThxmleAaZ53V0Kb { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0z3w4MGHUCRlzk0qxoskVlQ3bvrnLAW { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9XOsQV2ttF98TUHZ6Oi5gMIdNxbZeyR { width:9.9375rem;height:0;top:37.755859375rem;left:4.96875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTdTiz72JZ6GphH6N89iq68AKkRTDyIg { width:13.625rem;height:0;top:42.54296875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC1FxqWLZ24AWA8qcm2IAZETJvkRxD5R { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IveyqG8JixCGVbu1IqWkuTRhseI85ydu { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBaPMsa7XGqpgpabJnve93Dukae0MiKi { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhp0r63enzw6StF9phm0uUCa7JWmnVy9 { width:9.9375rem;height:0;top:57.380859375rem;left:4.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyA2qBT1HOpdNOUHfNNHNfwTV2c51Gbv { width:13.625rem;height:0;top:62.3125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #odQSLUwgdNxDHu75tBqQydFap6e9eNcn { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTATEpokwUZO6DdLEf9ispsk0VHtlyRQ { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBqsyp6mTD1dFePOXNEJDkw5MNlliF3a { width:6.875rem;height:6.875rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAK0L4AfITBFvKwIHgGF3gFWChZGpIpk { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpFSUdndoGXFzMsPXehFs6BIWJi6gUEN { width:9.9375rem;height:0;top:77.125rem;left:4.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePU4PHsMUuvLuvz4tawJHBkaA9QnwwfO { width:13.625rem;height:0;top:82.0625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 { display:none; }#bqXHP5dpQeXSCrOX0y83x5ItPBASPnJ3 > .row .container { width:20rem;height:93.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MQaKJPylfI84Xa6OfA50nAuwXF7EOhzJ { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnTbByMDxxcn8Qz8gDUXutR5flQILdSr { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDt9UDlJw3rXUfch3AK6n1yLNCT1bB4m { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCEygDRtN59LO2XmpsXNZ4TdELTcu8x4 { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7W5NpadMn2T5J68a4CtkU6q4CTxM9qD { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NA8OtA0D0OkuZ5zTbcAskZRBi5qaQ558 { width:6.875rem;height:6.875rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRXV6OzAi32O7diAOTThDeIs56VscX6n { width:9.375rem;height:0;top:37.1875rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #an8C9JixZSncy3erB4EJI3AS5eXFFU5V { width:13.625rem;height:0;top:42.625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPgxVDG6ualkQ6SMxD2htXdCAIaThPIA { width:14.0625rem;height:10rem;top:53.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdRzerQaK1qeUthyIXnc219oe1vnqSEk { width:13.625rem;height:0;top:62.375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E33E0oVTTKwMBtBp3MKKylK3To5v9tJc { width:9.375rem;height:0;top:56.9375rem;left:5.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MktDbpJ2ZFxDmw4t076bIWThTlgMB5gC { width:6.875rem;height:6.875rem;top:65.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrgLXDRJT9kICrwU7LImLyRIbHELqt86 { width:14.0625rem;height:10rem;top:73.5625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSU4QnKbVN3evT1fuH1HqS2MMGy9MOLV { width:13.625rem;height:0;top:82.125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdnuOgAlnSnvgFQENIl3vHXPIZgQTurV { width:13.6875rem;height:0;top:75.794921875rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pONRXlI8uL859phhpTDVbB8cfkCyZ4zK { width:6.875rem;height:6.875rem;top:85.1875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw { display:none; }#k5G0LH4TqqKNmGipQil4DvVLKXEVtvPw > .row .container { width:20rem;height:92.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z2CZB0q6mWHKgKGwofTFxnqXbWSguQ6g { width:19.625rem;height:14.375rem;top:9.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7kwN5zbIT8WSwB6F5H1o8QJTwqzNbfT { width:20rem;height:1.5996125rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FlV3U0TSt3D0AHcfA0d0bTH80f2moOww { width:18.75rem;height:6.3984375rem;top:13.8125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qDzOJCrMinvNLo55oxr56hGVqTdXN3l6 { width:6.875rem;height:6.875rem;top:25.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #znGD9D6ZEkO6z0TLqSyH5XJ0BaaLyyne { width:14.0625rem;height:10rem;top:34.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9TVc3J89gxf7XTzvymcHJJp2zJCyI3y { width:11.9375rem;height:0;top:37.630859375rem;left:3.78125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1feSRWzomeimkyy6b0SoDaLTFr3Zcf9 { width:6.875rem;height:6.75rem;top:45.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auGvmi1ZlnJsTmWA5scGhRSIzmMMxuKR { width:13.625rem;height:0;top:42.5625rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GC24ZJVprPicigPLsTS2hNn8kWPqk1o5 { width:14.0625rem;height:10rem;top:53.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLwd4ovhSoRreygvpvxW01HMtTzCtTMu { width:11.9375rem;height:0;top:57.25rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrstL2O2yhyiiemKz1r5e1vyFIQtbnnM { width:6.75rem;height:6.75rem;top:65.3125rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vf84dw4OtE79B4JFBue9vgovBHxlLcH3 { width:13.625rem;height:0;top:62.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ec2i84XBBWwi6CdksdiChFPtErbohDLb { width:6.75rem;height:6.75rem;top:84.9375rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dsHvZ1o8DKvS2ZAz3LZwi2PhUd2sF1Bm { width:14.0625rem;height:10rem;top:73.3125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlHdV8GhCGhUsneZwU6xlyMWEhVcabb6 { width:11.9375rem;height:0;top:76.875rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UycEGw0TcaPzhXoZ0k741evhJbLB5zyK { width:13.625rem;height:0;top:81.8125rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCVseQPUOSI1uShpqrl8XH88FfkpunDn { display:block; }#KCVseQPUOSI1uShpqrl8XH88FfkpunDn > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zf2QhqorVMx1CcCXxzdSZFfLZTDw8fKy { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK { background-color:transparent;background-image:none;display:block; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { background-color: transparent; background-image: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container > .video-iframe-container { display: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row > .video-iframe-container { display: none; }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .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); }#QlFKkBMoTGgH7dUgzNHWg7Xh1VOzqzkK > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R1SJV3HHmu75gMvgBgqXS9RZCMrBgEpc { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XlHIG077nuVxT2IgOiEAOnnCHuvnXnve { background-color:transparent;background-image:none;display:none; }#XlHIG077nuVxT2IgOiEAOnnCHuvnXnve > .row .container { width:20rem;height:20.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzLd7tGTX7Td6ah291JTMRNuHGSys7za { width:20rem;height:19.7929125rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt { background-color:transparent;background-image:none;display:none; }#NU2iTbHMCLTy5CrrqrETv1GKHOC9F9bt > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JAlm1JqGIIFZHJkIL2Oni6GHg2915w0U { width:20rem;height:1.375rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 { background-color:transparent;background-image:none;display:none; }#GbdTqXRA38dWCxVksc8yhZFg1RzTlHX9 > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wGAUrAHgFy56xtkEnqbLvNnRlkOFCGen { width:20rem;height:2.19921875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 { background-color:transparent;background-image:none;display:none; }#TPqfMM2PXxRgqT39UKd1DPsIkucBOzO2 > .row .container { width:20rem;height:10.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dGTWP8TA7Hg5gXshk4CkJRphwVxTMnZh { width:13.0625rem;height:2.19921875rem;top:1.587890625rem;left:6.4375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fLmRXnzQV1KnyWJb9sUhXKX1ft1nww2K { width:12.625rem;height:2.19921875rem;top:6.537109375rem;left:6.59375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J3Hnv6RCzVxk33iTiM96l66gXpyGiQkk { width:3.75rem;height:3.75rem;top:0.625rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISHxpcDHU7CQiuGKgTixcOulViqFbxDF { width:3.75rem;height:3.75rem;top:5.57421875rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc { background-color:transparent;background-image:none;display:none; }#tVaV6vxCG6d1oCDaXThdlJlN4ioZGBFc > .row .container { width:20rem;height:10rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TmPvyyVFUGCr8w6ohSUM8GiAxnKTUcCo { width:20rem;height:3.298825rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #coASMnZOJ7Vo8FWVrtWdeKaFUxqn4eCl { width:13.1875rem;height:2.19921875rem;top:5.572265625rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #r0kg4zRRpb5N4qvtiXwLBaLG5N6JKvq4 { width:3.75rem;height:3.75rem;top:4.609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G { background-color:transparent;background-image:none;display:none; }#e9NKhT0PRvyDQDO7PG43Iw5y0KtDHp5G > .row .container { width:20rem;height:9.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Lmu9SNd3LBHHghzInqiqah2p0hw1GSsT { width:20rem;height:3.298825rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NIiAntIUtsB6TMzsqnSTf67tev6AFxRS { width:3.75rem;height:3.75rem;top:3.484375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB2fnpoA6X3NIhw9LwTZUXuMd7lLiaqw { width:13.3125rem;height:4.3984375rem;top:3.484375rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z { display:none; }#DoDfBGykzrRs1KFiZkRvyf2y6RbE8w4z > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TsdcBy1oc1xfRGCK1MvNmXUTht8kq9MO { width:20rem;height:2.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 { background-color:transparent;background-image:none;display:none; }#ylw9gFn6bSqWJGXfV3KLgl9ToJNJ66G2 > .row .container { width:20rem;height:19.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AUPv8cwG592XgH4DTUnEt4ntfCCb4I6D { width:20rem;height:15.3945375rem;top:2.2080078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mcT27pTT8dc099mTDvTB7TKUMvbRwd1K { background-color:transparent;background-image:none;display:none; }#mcT27pTT8dc099mTDvTB7TKUMvbRwd1K > .row .container { width:20rem;height:40.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rpFnzC9T4z6a6yv1JybdvLEI1RWnq0Cw { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xBp7vgHulhpoH9DCNw6p0wKQTxEPSet5 { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfmBsTfRxBTHwzTsQCippqVKkEzSGkHE { width:3.75rem;height:3.75rem;top:8.44921875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDZvAnmsKFnGMRK9dx0QCXIufiTi6mkt { width:12.75rem;height:3.298825rem;top:8.44921875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #xPAJGq4ybK4Q9wDG6dXxxVV5uovzQPSh { width:20rem;height:1.0996125rem;top:14.09765625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JsZTvc2P0RPTHNI9SIq6RmoxLxMFMlPp { width:3.75rem;height:3.75rem;top:20.68359375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtZCikXow8cu8Ibh2mqyHKiCCh00rBoG { width:13.25rem;height:2.19921875rem;top:21.646484375rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Nl1gHZhfS6RWCyQZC5m4KiEnXFUeQhFZ { width:3.75rem;height:3.75rem;top:15.759765625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT7JUT2vaEa4CasTibqKadLb3tcQPrHm { width:13.125rem;height:4.3984375rem;top:16.171875rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oDJDgK5ptGe2FKt02byBR5XpzpP3pal6 { width:3.75rem;height:3.75rem;top:25.3310546875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmuwEQUn09cJ3xoroQTgzbHw2HCPFd64 { width:13.125rem;height:2.19921875rem;top:26.2939453125rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #v8pWAedQXvFR96Vsq4STBAeFT8NiFCh2 { width:3.75rem;height:3.75rem;top:30.255859375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz2kMf47UeJTSb7AuVrMS6iqtzmF7Obt { width:13.125rem;height:2.19921875rem;top:31.21875rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #n9RPrqTi0tkHaUqiOtZawiHDGA1CowV8 { width:12.9375rem;height:3.298825rem;top:35.630859375rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #em7W2vrvW2EEU0KdOPRoZ45XOLDRBk8M { width:3.75rem;height:3.75rem;top:35.216796875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xD1PCToV0Na20cQvEEneuoPPcQZqscsT { background-color:transparent;background-image:none;display:none; }#xD1PCToV0Na20cQvEEneuoPPcQZqscsT > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ru2Nc1Z7qvBPUXwi1VakN4fOpRPrnSVM { width:20rem;height:2.19921875rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #I1VwThZcowzGS2Z4Hnry4nBxcN1FuDU0 { display:flex;width:1.875rem;height:1.875rem;top:0.6875rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu { display:none; }#TE27PRTB3et4Jed5qlAUzdRNsEgHMrHu > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXXVD8p1kg4z0C3T3h982yEGa4W2dFf7 { width:20rem;height:2.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 { background-color:transparent;background-image:none;display:none; }#hxn31FCn0KfJsqvVXiFrDOHvx8GC5ge2 > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6gR1Q9Q7lpM4ZF9b9Iip7QgOpfHnh3p { width:20rem;height:2.19921875rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #KhTpWbGBJft323NuzaX0hq6hJTQNuqKA { background-color:transparent;background-image:none;display:none; }#KhTpWbGBJft323NuzaX0hq6hJTQNuqKA > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RxdxKLXKStMJATn36s73674Ub39J7FnC { width:20rem;height:14.2949375rem;top:1.0390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hZWeAzTW12wzrSg83RI5qzz68l9nAaAC { background-color:transparent;background-image:none;display:none; }#hZWeAzTW12wzrSg83RI5qzz68l9nAaAC > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rAKVUmJzv0yJKrihXmfOJl0QP4DtTZWP { width:20rem;height:5.49805rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rUge2vbUBrzr8VSncDh8MS19JTZbegTT { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZMPTWqSUhdhskT5VlQN7a3owcT8pioU { width:3.75rem;height:3.75rem;top:10.9375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIfLr5aZAdIFpRZy0rRqapVEZhwkziX8 { width:12.75rem;height:2.19921875rem;top:11.875rem;left:6.125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH { background-color:transparent;background-image:none;display:none; }#HyNfpSoSJSZbJGzTJcbDFyswSdPdFLLH > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uvzAwbtK0lUdghIw2Ls8z6TLMBM02hDg { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RrmtTQOvFI9ImRngReODaB3qHBWdq2yd { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #APyriZL0Q6HV96iHeWN0x5rrQrJVrKIi { width:3.75rem;height:3.75rem;top:10.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRV0QOiRZkpQhNZ6l0IlmJmybJ2s1Loq { width:12.75rem;height:5.49805rem;top:10.6875rem;left:6rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #XvqSVPUmh8qlTBQOSco8vzT63T1OscXy { display:none; }#XvqSVPUmh8qlTBQOSco8vzT63T1OscXy > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IMTPRWQzbO8udpBQXCvZAMCtrh53DuL4 { width:20rem;height:1.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sAC3975A0cq3ygMLCB5pnbkRFQmD9O53 { display:flex;width:1.875rem;height:1.875rem;top:2.724609375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #TcNhPf7Lee0Cx8ZNrbmb64gccky02Och { background-color:transparent;background-image:none;display:none; }#TcNhPf7Lee0Cx8ZNrbmb64gccky02Och > .row .container { width:20rem;height:28.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D5I5M8klLEiO79JMMGkHfQfnotBQTugk { width:20rem;height:20.89259375rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ls4Tl7muQwOCmKTBF4w5Ib0stNzuK8sq { display:flex;width:2.375rem;height:2.375rem;top:1.08984375rem;left:8.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh { background-color:transparent;background-image:none;display:none; }#BUTvqz0SSS2M7MTbFVq7uxgkLSPCF6Dh > .row .container { width:20rem;height:15rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PoLom17S2X2aIxJgorLbsiuEZSIJUDII { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MFWuvGZJPEryROy7akPhLpS9B9da5K6q { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp9lhM9aE64Xx13inSzlrdTZBIDNEmBG { width:12.1875rem;height:2.19921875rem;top:10.298828125rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DWcXosiHkvMmnuvs6GVIXWO5RFCJ20v0 { width:3.75rem;height:3.75rem;top:9.3359375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI { display:none; }#GOLyhKsXHhdWnn5o4wQdEXVmuv56LshI > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lqbS3OgRBhtxmgCk9CIMb5UrDgpd0eUa { width:20rem;height:1.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oZ2VXqLgKDxJwbfBRDaMg4vPZZ4zOXc0 { display:flex;width:1.875rem;height:1.875rem;top:2.724609375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H { background-color:transparent;background-image:none;display:none; }#Gf2apouLTak4EKXtRyO8ndLpQKZDJL6H > .row .container { width:20rem;height:19.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A4RtfheH1LeVtAiuw6W0RBzP4vZyr2lc { width:20rem;height:13.1953125rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #G4FEkX1RBboRUcBdCTxlgDpAXe20z7lT { display:flex;width:2.375rem;height:2.375rem;top:1.08984375rem;left:8.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #VeLFRRK29nznI9L71sq87xqKK23wrd1P { background-color:transparent;background-image:none;display:none; }#VeLFRRK29nznI9L71sq87xqKK23wrd1P > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZWkSqMRmvT73HIhO9w72QlIStiAWDxPO { width:20rem;height:3.29883125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fKwgOwU95HiveXBk7Gf8s2NtFqKickLm { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pb5rhq4HOhVIL5ontQUq60XiVKXa4Hii { width:20rem;height:1.0996125rem;top:9.1601715087887rem;left:0.062500059604644rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yMT9kfhvKzO3LGWncQ7M0ly2tXwzAHe0 { width:3.75rem;height:3.75rem;top:27.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3VAieOtk4mp6P61Kh6m0921LLHmas5h { width:11.0625rem;height:3.298825rem;top:28.0625rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #cvd7fLWoaTTmCsTFvQfSSzFnMbcHITf9 { width:3.75rem;height:3.75rem;top:33.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHrgMpZ2U2QlN6LxZPc8AxSedwuV8TEG { width:12.375rem;height:5.49805rem;top:32.5rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #p2rLEWq0Liy0ToCvyXUTKl2hquF97z1o { width:3.75rem;height:3.75rem;top:22.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCV16Lbcs8dhfJb6WtGtOl9Z462GBtPH { width:13.375rem;height:2.19921875rem;top:23.625rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #X9QfqrzUthzs6xGPJ15bZEFrGT8rbGaw { width:3.75rem;height:3.75rem;top:17.4609375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sM2MAd69K1i9lmT2Cx6CEvbCdMotfcoh { width:13.1875rem;height:2.19921875rem;top:18.423828125rem;left:6.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HMJhKZkJ7IXeIKcxmuTvgSgLlVTQDRo4 { width:3.75rem;height:3.75rem;top:38.810546875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aG8tTWPaQnKXeOKPGCK0zXN8ADWJICcS { width:13.25rem;height:2.19921875rem;top:39.7734375rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FGURNu8Z6aOPZFU51SEgPkTTM2HpAn2O { width:3.75rem;height:3.75rem;top:11.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdHTyQOUJyE27mislKqX6C2LKzT8KLSr { width:12.0625rem;height:3.298825rem;top:12rem;left:7.3125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 { display:none; }#A6aLGGsHa8VDRFcmHoBniBJyZgPlTNo5 > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uRgnGtDJebVisAdlkPFmT9mkecPQfR5E { width:20rem;height:2.75rem;top:0.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM { background-color:transparent;background-image:none;display:none; }#iG4IkssyVHUQLeLsBNWy0TRhSDvJzKxM > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hfwDS6uqwyyKVoD6lXhTNwChev5lCgom { width:20rem;height:2.19921875rem;top:0.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow { background-color:transparent;background-image:none;display:none; }#WTN9OHdAxax6CiyPUkmySeG7lRX5H7Ow > .row .container { width:20rem;height:30rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Nfw4c7xmgFCPzTuFZX9TbTWDqASRuK9E { width:20rem;height:27.49025rem;top:1.25390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq { background-color:transparent;background-image:none;display:none; }#zVGp3rsdwJFvK3cMSnCSdbcmeKgznIdq > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z09UdCTn1ie67uFZNAuh9TmkLm9vLlWA { width:20rem;height:3.298825rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Pntl8RAoAkh5EUgdRVHFycpl0Urxh2ac { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvTMEU1OSJ1gJCho2U4SqgkIgB9zWSMV { width:3.75rem;height:3.75rem;top:8.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1EmdBKi7VG46Nr1OWsg4MOOIVPu3rwT { width:12.1875rem;height:3.298825rem;top:9.8544921875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #J3HeJMmTKruFduixxbPbS2SXWZ2my8oD { background-color:transparent;background-image:none;display:none; }#J3HeJMmTKruFduixxbPbS2SXWZ2my8oD > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uTXHetz6ythlf4ANxD7SL9CzB0uDDIJG { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #An0o9pKA1Hkg8K3KDTxWTKN8Hp19WbLH { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQ91t0HwXEdtNrV2hlhkuNHDstJi7emg { width:3.75rem;height:3.75rem;top:8.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kF3bzauwUlcye4WzlsIr1n26xqRo4Ezw { width:12.1875rem;height:2.19921875rem;top:9.8544921875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz { background-color:transparent;background-image:none;display:none; }#bt2CGmKLIX9b36uEFHw8FOFFSP80u4xz > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xQpqLd5E6gDAQWkb1KWHnCcM6zvmz4CP { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #m5c1OWT4i32LOtkbnMiVVVAQJJWHm39L { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGsThwa1oohIhhnTipWS48pRRoXkPLEh { width:3.75rem;height:3.75rem;top:9.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTxLUGHHAzxgLtC9JJvwmrfIIspJwLOU { width:12.1875rem;height:3.298825rem;top:10.125rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yoKw75iKyANg92JIEzxvSrmNNhoIws8K { background-color:transparent;background-image:none;display:none; }#yoKw75iKyANg92JIEzxvSrmNNhoIws8K > .row .container { width:20rem;height:42.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iDbAkwgBnJ1wyGmnSMATLg1Gacorend6 { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ICpblnL6O7B6VpNkaMvUlaxLXTS8OtFX { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTWIO4F5v1HExdMbTwhpluCWSKTBsL4 { width:3.75rem;height:3.75rem;top:8.44921875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDcSb6aMTIRbqIlxS1ZbXliDNJHpDWwF { width:12.75rem;height:4.3984375rem;top:8.44921875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UanaOPNWWDtvivQqsVnFI4K8fBtTCfIv { width:20rem;height:1.0996125rem;top:14.033203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #S3XVySbycCdwMZXm8wXZ9KfetpTUkvI1 { width:3.75rem;height:3.75rem;top:21.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgBt4ImkyTt7aIqECfcoKuIHsRb3KIOP { width:11.0625rem;height:3.298825rem;top:21.75rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #v1gFTRsVwsLuEtkqZU17MCMWHcw6xgfw { width:3.75rem;height:3.75rem;top:26.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTGF3RcRdoTEZaSc6AJ0XnoFyRgA8KF { width:12.375rem;height:3.298825rem;top:26.5rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #gl0rSsrQX6DXzioNhzDKaADEL7zWaSLg { width:3.75rem;height:3.75rem;top:16.3125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cr3xZBpyeSLeSSvP4MGQlm7pAhsZb5kT { width:13.375rem;height:2.199225rem;top:17.3125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #h8WdkznKCwukGaBdafMISdRJqbbZDpEk { width:3.75rem;height:3.75rem;top:31.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfTVyWpS9dTWaP9kvu8tTtEV0uEIkV6U { width:13.375rem;height:3.298825rem;top:31.849609375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #deA1oOysMcOs3qIzd7dL0cEvNfPpTUSg { width:3.81185rem;height:3.81185rem;top:36.372614860534rem;left:1.7795138955116rem;display:block; }
 }@media only screen and (max-width: 763px) { #znIxVbbX0n96NgE5Jm2u5TqNC9II4QlW { width:13.499375rem;height:3.298825rem;top:36.766494750976rem;left:6.4995661377906rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM { background-color:transparent;background-image:none;display:none; }#GZkxRZXQe1GmRihx5Fcb39F0ATNS0qLM > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XpAi8M4KSDF8QpTqq66cvTqCbTwwkdqp { width:20rem;height:2.19921875rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DimdchT2L1XDyAQNIt6tEIVSh6mXJdRc { display:flex;width:1.875rem;height:1.875rem;top:0.375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J { display:none; }#dVbZqvISv3dUs7IBRABn5Q3P3yXbdf8J > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMMzbxPu1sfQ40zQmviqPpvlszoA1EFO { width:20rem;height:2.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU { background-color:transparent;background-image:none;display:none; }#Qi0sGNh6FZxVQLpn7L1r8Gdm0OZmBOCU > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #u57Hyr2vASpZ5URb6GBeNuqGbZMcHD2l { width:20rem;height:2.19921875rem;top:0.650390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE { background-color:transparent;background-image:none;display:none; }#rZfpOia2BQhsyQXHkrflyoZcpGdFXNOE > .row .container { width:20rem;height:14.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TFuGUEFhnzZs3ThaFuQLuFtTnQTM9MrT { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QAh5dLUX3a1NRTzeU3L5santXtGsgmde { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuNZiDdrVMg1wVIpTlTPOVB790Xe7NgH { width:3.75rem;height:3.75rem;top:8.875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSPxpJl2TTMEt2GkEcGMFmwbSKP6PAA9 { width:12.1875rem;height:2.19921875rem;top:9.8544921875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv { background-color:transparent;background-image:none;display:none; }#eOBadzPM1CsNon0bpMFaUtLzzK7aQ0cv > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #g9K5yXmIXBTNXfZ3bIetb1xlK4ddywHq { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uhuWszE0X7aTXJOxKrB3q8SIAhfsT9lu { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSDuQn8AiVPAfCSf4JARrqTp6BC5ybc { width:3.75rem;height:3.75rem;top:10rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RSDbILgLEhWtvAJGi0LmTC9Mavx80BLr { width:12.1875rem;height:3.298825rem;top:10.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz { background-color:transparent;background-image:none;display:none; }#kdcAJ5l7oJ9iQRDFvMbh2k3LFdGQbEVz > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Xw7yGTlZQngKMgCak4DGXcuLvMXylJmZ { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ElWqQNQRVJluPa4aMSequwI4a88Dqa8G { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTOOMoKb62foUPf2LuSP3BIK90ynin00 { width:3.75rem;height:3.75rem;top:10rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9UTlMRc3NprLDTlBCdcE9a3mAS1HAdi { width:12.1875rem;height:5.49805rem;top:10.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK { background-color:transparent;background-image:none;display:none; }#GZtvQQLTh5LXbMrEVUPy5O7fIyg2J0bK > .row .container { width:20rem;height:43.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KBxwASgbli6GZrfOKs9Eues33fZNgdQT { width:20rem;height:8.79688125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pgzmzwMD81zFMwEaEuKq6ESWBCEcu8b7 { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOz3JnZJxpGzHlDkvJZabWv2Pi98eeL { width:12.0625rem;height:3.29883125rem;top:29.169921875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lk8Wz1qA8BVZcwaySh4z2JtKqRODqKr2 { width:18.375rem;height:1.0996125rem;top:20.7421875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BO7tLOoff7HrX43zlEBBzeCzOwwdx4my { width:3.75rem;height:3.75rem;top:23.794921875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqT33I3CpPPJ6JyHbvxSDd0u0DpaasHA { width:12.1875rem;height:2.19921875rem;top:24.7578125rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #GFEbuxF6iq4m0sVcsPMEeLBDzEzU89yl { width:3.75rem;height:3.75rem;top:33.625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBg265Sx6d1t4LutFPf17AyavoMKOMpZ { width:12.0625rem;height:2.19921875rem;top:34.5625rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #W9vgdrFzLN9h1TeLrEtbfBB3prvo8W9d { width:3.75rem;height:3.75rem;top:28.7578125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkxEv3X1W3L2ngwDQQmvTzzESWWk100T { width:12rem;height:3.29883125rem;top:38.3662109375rem;left:8rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv { background-color:transparent;background-image:none;display:none; }#z4UwPh5KTNz8iEixAbNrS3TUhr2F2Iiv > .row .container { width:20rem;height:55.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L6kM77CSH9xnKpvew3396UyxGsHKSWn1 { width:20rem;height:8.79688125rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #e6EymH2kXNQkJuNlHmkauKsqxS6GEdkN { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhfQ05mmRqXNVNegc2WQ0FDrArhrINlL { width:12.0625rem;height:3.29883125rem;top:29.169921875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zhO7DcsZ391mmZucnh2lglVuzlb06hsc { width:18.375rem;height:1.0996125rem;top:20.7421875rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zkgfImgeK4BJF5mZn146HB7G7UTMhEJA { width:3.75rem;height:3.75rem;top:23.794921875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo8GnwRWLoU8fsw0LJlR3Vvn8ceSkLVZ { width:12.1875rem;height:2.19921875rem;top:24.7578125rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #fNZAGvld8JEnT0l0lCU5Spev0nf7DMqP { width:3.75rem;height:3.75rem;top:49.25rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTQmUQAaTfkbgK9aZD1en72V5QOyAtm1 { width:12.0625rem;height:2.19921875rem;top:50.1875rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vx6qwKzDq9bfdfVSxrUF2ixRLmW9fs4X { width:3.75rem;height:3.75rem;top:28.7578125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVnwRaICdPZUoOXyc94kS9FNG4eRd9TL { width:3.75rem;height:3.75rem;top:15.5390625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqTreMpOv0bU07yiExLJOAkOAN1Obae0 { width:12.25rem;height:3.298825rem;top:15.951171875rem;left:7.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #mq5ybAS0yd8H8OPLPnweEKHHL9wbh4qR { width:3.875rem;height:3.875rem;top:34.05078125rem;left:2.3736980557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRl39vbnCHgsssz2GFW4TxpeJhxv1siM { width:11.9375rem;height:2.199225rem;top:35.05859375rem;left:8.0611985325812rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dwcBttwMABib0MZtqhG8DfBcZQh164R2 { width:11.875rem;height:3.29883125rem;top:39.388671875rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P8rUMynFTMVHOTTugzAJ7v2srQp5zrhO { width:3.75rem;height:3.75rem;top:44.361328125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbcGTtOTLEfbUx9Jwhpq0iRWJslcp8QJ { width:11.875rem;height:3.298825rem;top:44.775390625rem;left:8.125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #QkaNI1CRxE8SCRSQ59SEONA1in8HM8ab { width:3.75rem;height:3.75rem;top:39.11328125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg { background-color:transparent;background-image:none;display:none; }#Oou6XTO94MrR8FiTcVFUcdiufOCgWkNg > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LZhO8DUCyK192zIGFVBeyyOEbS4I2QHT { width:20rem;height:3.298825rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ { background-color:transparent;background-image:none;display:none; }#y2B509epN8Ab5zMNbCdWPv8ViQGuyCeQ > .row .container { width:20rem;height:95.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LPupvRHBzLIxZhs2w6CGH0hmKguVGA7u { width:20rem;height:0;top:7.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pJyKDTrox6SazSxmE7qIZqP210V4MKtt { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p { display:none; }#FEZm9OnpxiaBCSc0CORrLdHSDkIaAl0p > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ { background-color:transparent;background-image:none;display:none; }#CKqG23aKCK2ceVQ4TRdhZyXAH8Wa2iKZ > .row .container { width:20rem;height:95.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ffS7kqD7UttX3qeissTx7bPQSxA0NbUC { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #D94Csx7pTUaSMfs5zTuI3d2oNuGBzxw6 { width:20rem;height:3.75rem;top:21.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #epwWFG2QCS4fT0XzscN7SN7WoAO7zmam { width:20rem;height:3.75rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UocM1gCafBLc4pr8MKwp9JsiRRRHhvkZ { width:5rem;height:5rem;top:4.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cu5NiVcKtG4JvtcgfWy7NKXe7wGWF2hZ { width:20rem;height:3.75rem;top:33.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #S9lqgd4rpxkQmCbp3UVJdh8tIWfnDFsZ { width:5rem;height:5rem;top:15.625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZaHVwil923UZ3x7NAa0uLksoQn9Fmk7 { width:20rem;height:1.875rem;top:55.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #F3ytzo1L1Lq4DmoP8EVO5JM3QJT9EK73 { width:5rem;height:5rem;top:26.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZHKsQMmGhI2beBOscHJPTaecrinDO4N { width:20rem;height:3.75rem;top:44.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #TLVNVEQx6iEnmD2NUa0OPhCAR8M7Dw9W { width:20rem;height:3.75rem;top:63.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OmR7sgGpFWxlh9TQbnTopOrmVsn71Xme { width:5rem;height:5rem;top:49.375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDKFau18OAIuu3lrfQGZ7h5he7ilk3A7 { width:5rem;height:5rem;top:38.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz1HuN2EQleovU0iDpkyJZG0JfRi89Pn { width:20rem;height:3.75rem;top:58.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #F3gM3ZJiy2JKreClyNTbnQ8vytCo92Vm { width:20rem;height:0;top:1.4375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen { display:none; }#CsNHaLq9TNRhC8gFhlhGHgf6HvPccyen > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #y5PSkvndCMItPJeAX0F8v2E8wuExz8y7 { width:20rem;height:4.125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq { display:none; }#QR6e0WzlcOK3PcE9TXTpSsoQc98VNobq > .row .container { width:20rem;height:20.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI { display:none; }#lWTr8GkNGkCApr8rOd3xhuS3o04S8FSI > .row .container { width:20rem;height:11.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JSkKM0UXTNZsaecOpJeQhiwWdadwJBFB { width:20rem;height:9.098625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV { display:none; }#qRwWnNMZQwyiQqK5BSK2akPa6Jq8VCXV > .row .container { width:20rem;height:9.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #i5P2vKW3TSLdUc7XpFZMJTEXMmEwcJTo { width:7.4375rem;height:2.75rem;top:1.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9a5PNGmqTZVJGQlHkw2rBdLrsBBTwdh { width:6.9375rem;height:3.6875rem;top:0.71875rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #osmz1JmG2AEtU0Z78TSrKVGJ1RPOfvlZ { width:9.6875rem;height:1.9375rem;top:5.90625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d8tXTdhCaDN4D3be7vOTxlDWywO8ufPB { width:3.875rem;height:3.875rem;top:5rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVahbNDOPdksffC1TxXNxlAh5RognOXy { display:none; }#EVahbNDOPdksffC1TxXNxlAh5RognOXy > .row .container { width:20rem;height:45rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KOtKzQsMcUCyzsLbzcSO3WUJpo1Co7xV { width:20rem;height:28.59573125rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCEHrZLxgiJlVDMMdhIsOERC8RGTgqOU { width:19.75rem;height:13.125rem;top:29.8447265625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 { background-color:transparent;background-image:none;display:none; }#nGBRezvSPZZUC8yP5MXFsqpT5IHmxW06 > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iSnLWBl2x2IClekoRX86fDwsS7ETK5Zb { width:20rem;height:1.375rem;top:0.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb { background-color:transparent;background-image:none;display:none; }#oW4AHM7wriozHUfRb1Pis8CJIMlnAZKb > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bFDotyWI1sEsBmPQsFXPTyUkAoW9fW0Z { width:20rem;height:3.298825rem;top:0.630859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #seVstqINb5CypzlzxOWegXIC8sdbQ4yo { display:none; }#seVstqINb5CypzlzxOWegXIC8sdbQ4yo > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yPJfzSnDrTgnazP1o0PDNs5nPf09B395 { width:20rem;height:4.125rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW { display:none; }#dPtTqDhLTpmXckbKOhc3cHqhtUgpeMEW > .row .container { width:20rem;height:21.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PrCK9bVPHroSDXsRMuOuRfvH6MtPzAwq { width:20rem;height:15.46875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i { background-color:transparent;background-image:none;display:none; }#THQ6KpJxgqnLTJIrGEpxCOeznKAThf8i > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dTKyi7UxzrCvdrMtfpWKIoDCXG5X9dkZ { width:20rem;height:2.19921875rem;top:0.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX { background-color:transparent;background-image:none;display:none; }#Pgd5D5r9asTfATvcraOsFTBkRa1J2TxX > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UHHG0s0BOdBIbzXNUDcXFXy36aOO8HKt { width:20rem;height:2.199225rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #shFMx4PbdDgA78pe454MSxLtw7So8ikN { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzeGDntmCSAIiyDPtUEfRQFG7hT45U7d { width:3.75rem;height:3.75rem;top:10.0234375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3wOkp9NQnC0SCGQGT43PNDll6ihow7b { width:12.1875rem;height:3.298825rem;top:10.435546875rem;left:7.8125rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ { background-color:transparent;background-image:none;display:none; }#kB58RxGkuqaLNTBdIlznOO4ed2OrHwyJ > .row .container { width:20rem;height:45.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #E1Q4GUgReXykh72Wk3NHGu0uHbwsv9m0 { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ch6WgHKJBvPVbxKrbTciUhaelpppM3iT { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRCLU9xDLGRpO9PQBS5mKU6Athrzcpto { width:3.75rem;height:3.75rem;top:10.625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPFytvTRFBScR3pJUDvPzlJKoT2wCh62 { width:12.75rem;height:5.49805rem;top:10.625rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dvxL94BE1UzXspigciBakudU4uegUxvx { width:3.75rem;height:3.75rem;top:19.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ3GJd9ya5DkRUHclUtSJmfsoQmACXnL { width:20rem;height:1.0996125rem;top:17.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PsstL594kaUIxptVtbteCRrRhQfW5ODp { width:10.6875rem;height:3.298825rem;top:19.9375rem;left:6.5625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #DIIDL5uu43aQTVcCXoMLMz9UhRoVLUl4 { width:3.75rem;height:3.75rem;top:25.375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iN41dNwe8fzpp7cDS9qAplUM4GpIzIU1 { width:11.875rem;height:3.298825rem;top:25.8125rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #blwQBaWtNJevIJN1JV44i7NyAZrdLeOM { width:3.75rem;height:3.75rem;top:31.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7InBfRriipO2V7hQZLZXyL8BB7afDHL { width:13.25rem;height:4.3984375rem;top:31.9375rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #MFSgLA0BiriZm2OK8veSotqcyBh8LgNS { width:3.75rem;height:3.75rem;top:38.0234375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPINFqKduTHIzBul3xk8cTAJ1V8fgVom { width:12.6875rem;height:5.49805rem;top:37.5234375rem;left:6.84375rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #HPxH2lVczmDnEN1n4kw8WIHD591QIq3g { display:none; }#HPxH2lVczmDnEN1n4kw8WIHD591QIq3g > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a9OvoTDPLTtpb7ikGmt2XVIPA0NaWuUM { width:20rem;height:2.75rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLxeNTrW1VenQxt79nTfxX9yZDBl3699 { background-color:transparent;background-image:none;display:none; }#FLxeNTrW1VenQxt79nTfxX9yZDBl3699 > .row .container { width:20rem;height:41.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TNvPgppXQr3vQfTfePJNJGicFfeK3EMB { width:20rem;height:4.3984375rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vrRiAdu27EPoUUPJdWf2pm1dGhhxVDAl { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJLAEFcdmVaWmVtO0FJAhBKGshcJ8uSn { width:3.75rem;height:3.75rem;top:11.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnxGXcDZIeuC2eMLlyT32QMc2EKs6kyh { width:12.75rem;height:5.49805rem;top:11.4375rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #kdbMxHMdT0bMG7t9ckH10dgXGZ3U1gLV { width:20rem;height:1.0996125rem;top:18.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3awVWieaTEzUcbPACkWyTqEqRu4RRf { width:3.75rem;height:3.75rem;top:35.5625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfHOyZT5WhGEWOh0lSFtlNoh8osurqRF { width:12.9375rem;height:2.19921875rem;top:36.5rem;left:6.75rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #I3K5vp6M4rN1gqIRvvkWQ9rSPKqOmROL { width:3.75rem;height:3.75rem;top:20.0625rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PhpX5RksqIeXlIrkaLXB3tsiq9EADTJv { width:13.375rem;height:4.3984375rem;top:19.9375rem;left:6.625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #P9S2R9JIvgzz1XhGCuNKt62yqlJKzxtF { width:3.75rem;height:3.75rem;top:25.4375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgA1bNkBRePCrsa7wVUV3tbbvnnpn184 { width:13.125rem;height:2.19921875rem;top:26.375rem;left:6.875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #FPuKN7Oe4W6M6WAkFl8HsFwmqcBMdzG0 { width:3.75rem;height:3.75rem;top:30.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xke7RAeU22AWve1TlJhX55NzPWMcHUHi { width:12.1875rem;height:2.19921875rem;top:31.5rem;left:7.0625rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy { background-color:transparent;background-image:none;display:none; }#hvUDZG3od5u6xdLcWDmFvGxwucLd36Cy > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lOpIhPr1iRf4mXLb7SOmiJfcCN0SwPeC { width:20rem;height:2.19921875rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #UsG70LeTwtEqQkdWbxA1xowSvTmafwmo { display:flex;width:1.875rem;height:1.875rem;top:0.3125rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr { display:none; }#SRETfZZ9LFZBtkvO65VRnR9oyzmLrAwr > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xOlR7W2yhNoACVppVRtTVkTVxxhmrPOf { width:20rem;height:4.125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4pLxcPAceEq97qAQEpx2493vsX8QBEV { background-color:transparent;background-image:none;display:none; }#U4pLxcPAceEq97qAQEpx2493vsX8QBEV > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #M9A1BC4tlrxzpU64X7xr609EXBbpCoUL { width:20rem;height:2.19921875rem;top:0.462890625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt { background-color:transparent;background-image:none;display:none; }#E7dXgZ6eNmnd3cqrdlLw9tCt2ts64sTt > .row .container { width:20rem;height:23.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R6Ux9N1c44sh9ehTPS0oSPUQprPXDZTv { width:20rem;height:21.9921625rem;top:0.5205078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk { background-color:transparent;background-image:none;display:none; }#zXUx60HBVSeTAiU5nDqhTH7iP3Xwoagk > .row .container { width:20rem;height:52.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nENHaHReHd1zSan5i81xpsyf2X9A8tkQ { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eGwgcDitqEUXFl2MzwWOLJBmGP2BvppK { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFOUwOashdGhSRhK8K1nsiba3gifzH2J { width:3.75rem;height:3.75rem;top:8.44921875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzCXeHALvM0mC95mSA0q4nQeMxgcTis8 { width:12.75rem;height:3.298825rem;top:8.44921875rem;left:6.5rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #yPfRV1MhVNC4FtpspMO3TtxHBF7fTb0a { width:11.25rem;height:4.3984375rem;top:17.093831300736rem;left:7.1875002980231rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Un4rW2tRn8m03ZuGzg9VrNHtnFuNGQI6 { width:3.75rem;height:3.75rem;top:17.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgyW3qZbf0DJNn65VzewtMBeA6WnO2JM { width:20rem;height:1.0996125rem;top:13.574219226837rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #ukEGH2CwfuStRMu7EUvgAHzqPE4FNUBT { width:3.75rem;height:3.75rem;top:22.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IE2dbQsxKzeEZcZZFB7IydzkRxIvGGOy { width:12.6875rem;height:2.19921875rem;top:23.130210876465rem;left:7.2486980557444rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zwxXmALQGDPtSppoTbSl4PqbuMGv5DVm { width:12.75rem;height:2.19921875rem;top:38.1875rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #qgVn0GlbMPlpn5zN9MbKGWxRIExhAHJW { width:12.8125rem;height:3.298825rem;top:27.313802003861rem;left:7.1236980557444rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #oWoDlhEuw6TO2TyU8cXh6BNa9DwTbwTJ { width:12.6875rem;height:3.298825rem;top:42.375002384186rem;left:7.1875002980231rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uRyJaqvKsQTItvxrXXmySVhy31XLdLQX { width:3.75rem;height:3.75rem;top:37.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaZNlS2UKz8ffWkqVeC8uUdd71MyLd1i { width:12.625rem;height:4.3984375rem;top:32.046877384186rem;left:7.1875002980231rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #V89ONPiuhMxX4bHwuJXkwrL3M3pbvNrM { width:11.625rem;height:4.3984375rem;top:47.046877384186rem;left:7.1875002980231rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SDeyeZDDTer6XsmuOaywGNiKf31ZQb1l { width:3.8125rem;height:3.8125rem;top:32.171877384186rem;left:1.7799480557442rem;display:block; }
 }@media only screen and (max-width: 763px) { #rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC { display:none; }#rqlyZtOpI3veFNFDmlQTicdTRC1nUQRC > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GQuR5UD2DbOWqf7TahIPoN22eBhebwPu { width:20rem;height:5.5rem;top:0.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb { background-color:transparent;background-image:none;display:none; }#vXBbhlUP0WhF8Nmv0JPTC2O9dfZgAVkb > .row .container { width:20rem;height:3.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bubHFT9LbqNQymTWceoiqrU9GCT3uGDe { width:20rem;height:2.19921875rem;top:0.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX { background-color:transparent;background-image:none;display:none; }#BOwTT7RoPnw4tZh4H4tQTt0MGGpG4UrX > .row .container { width:20rem;height:24.7080078125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LkaVvLnqWz159Ifv0oKRcMguR2pl2g42 { width:20rem;height:24.191425rem;top:0.5205078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 { background-color:transparent;background-image:none;display:none; }#vy3omhk6AXcIVPqEQKUlu49fSspQHmn4 > .row .container { width:20rem;height:37.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #o7XIWZ6wFfGCOvx8cGyLXHazMAc1cFXt { width:20rem;height:2.19921875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #JMt0nUTSyLyVmNTrudGXeiXbsJQOxsDw { width:5.625rem;height:5.625rem;top:0rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evDn9Dw6C9SpxqEcGdmBsplEItEDVzE1 { width:3.75rem;height:3.75rem;top:8.57421875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caKPl7rRmldzp9ZdDHs2N9l3MNXDhvqD { width:12.3125rem;height:3.298825rem;top:9.048828125rem;left:7rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #K6MpPuixQLzVCq1b8DM2WpA8yqvGZRG9 { width:20rem;height:1.0996125rem;top:14.9755859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H522RoO6JM62F5MwKTWrTrtbkTAkzikz { width:12.0615rem;height:3.298825rem;top:17.8603515625rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #Vds8x8Aiqehoww3oav1H2MnGctyGa1Eq { width:12.75rem;height:3.29883125rem;top:27.375rem;left:7.25rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #vWaLFfoiR6RezfuVqrTksmVLcVOJAsaK { width:3.75rem;height:3.75rem;top:17.44921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OW4il6wOMntvOqbgG24RRuNTbeT47vbB { width:12.375rem;height:3.298825rem;top:32.0625rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #SMDgiNrH9rQXPxNA84dBqmTo3T4v5M9t { width:3.75rem;height:3.75rem;top:31.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws22WTWT26AUpL3fkfJ6THIpN2ce79Jk { width:12.8125rem;height:2.19921875rem;top:23.5625rem;left:7.1875rem;text-align:left;text-align-last:left;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #WAkHETrcI8gfxTrrLcdwqhXfZRVfRV6R { width:3.6875rem;height:3.6875rem;top:22.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv { display:none; }#ldaZpBBF2Ru2LodXvowoDFX21TqZmiKv > .row .container { width:20rem;height:5.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WTqcontC5PgeEItxfnETAP9tmcUZTTWJ { width:20rem;height:1.0996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #H67aDtdnAuF6ubJsgy4mu0kDu9rWzp7y { display:flex;width:1.875rem;height:1.875rem;top:2.724609375rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo { background-color:transparent;background-image:none;display:none; }#OsyMD0cP6gvdKd6aBOl2Ky2lzP0Eu9qo > .row .container { width:20rem;height:24.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sLAxGo2XMxwttfRQOko5zTGvfyw9EM8N { width:20rem;height:19.792975rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #y2xdZSuIkXhC9nTrHWVmK0gwvmyNtoCb { display:flex;width:2.375rem;height:2.375rem;top:1.08984375rem;left:8.8125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #MQ0VMuDky9y4h0l4rXexON1PE9JixXEU { background-color:transparent;background-image:none;display:none; }#MQ0VMuDky9y4h0l4rXexON1PE9JixXEU > .row .container { width:20rem;height:3.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OHJUqCAlzFGVS64Ou7lKnKAOk1b3BUzn { width:20rem;height:2.19921875rem;top:0.650390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg { background-color:transparent;background-image:none;display:none; }#OwTK5LZQQdvq1QJ902B7TKlTJLMVAgFg > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nOaqDRttDTCu1eyGFqKZ3khN7bDz0M7s { width:20rem;height:2.19921875rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PyZ9XJcZAta5HZ9ycz43zGqk37yFpy6J { display:flex;width:1.875rem;height:1.875rem;top:0.1875rem;left:9.0625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y { display:none; }#WwZiHNdHXyNcw70g7kpR5qupSxXzyl6y > .row .container { width:20rem;height:70.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #b1V56ucEfcdaIXsXJkblF5sDTA23X3uQ { width:15.625rem;height:5.8125rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTaFc3MMVRwcEOUkLsTSaZvKgPTysp2P { width:20rem;height:0;top:8.3125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu { background-color:transparent;background-image:none;display:none; }#NtX0yEShO0lWhzuXx3mh2HKvxOGTXOsu > .row .container { width:20rem;height:95.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SKf57SRv3Q5nQ7idQSx6E6GdIkl7q4Ke { width:3.625rem;height:0;top:1.25rem;left:8.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LIBJe3BKT27rEETtW1wLAiCkxlAE9VAC { width:20rem;height:0;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 { display:none; }#eCh2Ob5KD7azsN1bzFiNx3qr8Tx48Dg9 > .row .container { width:20rem;height:139.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #at7pzF7TUsTNFudOxyDPDkvxp3wo5egi { width:2.5625rem;height:2.5625rem;top:1.25rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDNTJ5xTQXzn7dt0pfN8wEOESO4WuZSc { width:20rem;height:0;top:5.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #RhmFHFWBhgaENgClsF0md3eT0T7Fzyve { display:none; }#RhmFHFWBhgaENgClsF0md3eT0T7Fzyve > .row .container { width:20rem;height:139.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RTFiyWdXr7nkctbMthlvfeKoG9OS3d8X { width:20rem;height:0;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #LR13Vye8xkeiFJGV0qC2zqwB9w2EVJLa { width:14.875rem;height:0;top:17.8125rem;left:2.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE29IV170LFbbo3xi9sQTTq6P81Lrg8z { width:14.875rem;height:0;top:14.6875rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG4wW9aAkMB543eANocZZ581peJAEoT4 { width:12.1875rem;height:12.1875rem;top:1.25rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqNJydfA7BBPLipSbUezBv4gTtsC09cB { display:block; }#dqNJydfA7BBPLipSbUezBv4gTtsC09cB > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VeAzBPApzQckLKBhWHkhuQIgJ5tCF7Fx { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D { display:block; }#PbWTUOOfMZVe7JLJ8LkigPwh6239VP1D > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJcvvVnS6E16700pvMAsZvg9UVL4y9ml { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 { display:none; }#NxvrcNzqQMRF5pM0wLPPri6c4m9nW5V3 > .row .container { width:20rem;height:74.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HPnMXgTGson8iPItzq5AsaLFTpIG3NGL { width:20rem;height:21.4375rem;top:1.25rem;left:0rem;background-color:rgba(0,0,0,0);background-image:none;display:none; }
 }@media only screen and (max-width: 763px) { #CRMIBX2N05Gde5byBdpED9maP0LqdqxA { width:20rem;height:25.3125rem;top:68.826171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLuInlTGlAKHhNyK8kZZybhoOfVSZLMM { width:20rem;height:2.5996125rem;top:1.80078125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #txAHqswNZIq3yl9vFvEUqcdSP5Gxrdoa { width:20rem;height:3.16796875rem;top:4.400390625rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ILaaFlXTxIMTBPMCt7Cy0RN6tzduSN6n { width:20rem;height:2.599825rem;top:52.9375rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDDveZ9G4qsWgWICqPlmHaiStO9TXhlH { width:20rem;height:3.25rem;top:55rem;left:0.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc { width:20rem;height:8.4238125rem;top:58.5625rem;left:0rem;font-size:1rem;display:block; }#tl1MKaEUkEl3792HM0nnaLTIMX3KH7pc li:before{  }
 }@media only screen and (max-width: 763px) { #IJKMQLn2GWzzGhFcQonMif9OsqS3sooK { width:12.625rem;height:2.5rem;top:21.8125rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSsK43tLKE6vmv63evb460KBg8Q8LK1w { display:block; }
 }@media only screen and (max-width: 763px) { #z64bOD456AgNrE5K7oKiK5UbAPbdH3HG { width:19.9375rem;height:12.94825rem;top:7.880859375rem;left:0rem;font-size:1rem;display:block; }#z64bOD456AgNrE5K7oKiK5UbAPbdH3HG li:before{  }
 }@media only screen and (max-width: 763px) { #BhCX3CT8JviJJVaqHdVE8dLHHScG1ZKs { width:12.5625rem;height:2.5rem;top:67.822265625rem;left:3.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvTGT3rI6iI0KzNGVhnQ1avhizwoz78n { display:block; }
 }@media only screen and (max-width: 763px) { #imoPv4EZ2V03unmx9oUeaOl2GU1aBR27 { width:18.5625rem;height:26.5rem;top:95.513671875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LnUOQuTldtCDTXTbWF2x74xF2Q9G6XOl { width:17.1875rem;height:2.599825rem;top:27.701171875rem;left:1.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4a7NXIm6Pum1pdSkkrBQKUCbxK0iFCr { width:16.75rem;height:2.5996125rem;top:30.138671875rem;left:1.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRRirNITrqUVv4EIcyxkT16mvAHfh9LK { width:20rem;height:11.3359375rem;top:33.55078125rem;left:0rem;font-size:1rem;display:block; }#aRRirNITrqUVv4EIcyxkT16mvAHfh9LK li:before{  }
 }@media only screen and (max-width: 763px) { #MTl0f09sxl6ANVnMiVfAEzkZzRtTTg9Z { width:12.5625rem;height:2.625rem;top:45.951171875rem;left:3.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwnsCg9RchmSPG0lOzWP9AywG8brsgxy { display:block; }
 }@media only screen and (max-width: 763px) { #L962mpy336InFgSViTNql3T9ae6bA7Vf { display:block; }#L962mpy336InFgSViTNql3T9ae6bA7Vf > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tSllIt62mKfv4ezaxCK6536w06uPzxO1 { width:20rem;height:2.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG { background-color:#0f4c81;background-image:url("https://images.assets-landingi.com/uc/5631b621-54fc-4834-bfe2-338e393b9c27/ViennaHousebyWyndhamAndelsLodzExterior1555411.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.adaptive-delivery-prevent-bg, #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.lazyload, #KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG.lazyloading { background-image: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { background-color: transparent; background-image: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container > .video-iframe-container { display: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row > .video-iframe-container { display: none; }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .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); }#KBS4QO3i5HAAvvbyVpkCxeLoEMVs5aqG > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peEtWM0u5kZSmM9TcU7diTX9T1MZEP0R { width:20rem;height:3.25rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyaVACVSS0kguHTVXDOy9tt2ibK4iOal { width:20rem;height:0;top:6.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ht25MoFUaLptqbAb37XTT0TBnMr8bDFx { width:20rem;height:11.9921875rem;top:4.412109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BC0hbczL3lF9SNtlx8BGuiohHJ3Ht2Uc { width:20rem;height:13.30175rem;top:16.404296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kETeRgwP7uRcgMGQVoy2pi3zbDbUhKaQ { width:20rem;height:13.30175rem;top:44.283203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTzEmNfNXIMNkzoucSA7sIReRqZDuuai { width:19rem;height:2.625rem;top:58.0849609375rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cSwdVIzeT1LLDifwloTfVAJRRwsAgTel { display:block; }
 }@media only screen and (max-width: 763px) { #OVMJpvHKoZDdu2aV2fOfThu5N9sEX0Pl { width:20rem;height:13.30175rem;top:30.294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBmtfM4BZOaM26LrbdRZaDAazlnhoVmL { width:20rem;height:0;top:58.783203125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 { display:block; }#sy5laGI2JOGNrlrvTaFzUaTz1GIO3SA1 > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EJJB17hm0V0cTnu2eP83cTobEwvSqH1d { width:20rem;height:2.75rem;top:0.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU { display:block; }#OoCXnEbRbho8dFeTSy7Gmz9QV4ArPqVU > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q6XQBWB3exXRdQIUMxUBL4X6gIl4NS8m { width:20rem;height:4.125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV { display:block; }#OtTOtvL1Z0fJVdZaco7lhSlBqvTtghWV > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CpOZwBNiA689F8DmieG6WxrgT9UHySNF { display:block; }#CpOZwBNiA689F8DmieG6WxrgT9UHySNF > .row .container { width:20rem;height:87.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRdl014DBlfTfNmR3WbDqfstIBBnnrM1 { width:19rem;height:2.625rem;top:58.0849609375rem;left:0.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZkSH4eTA1XKo04xaV7Nfkz1LuHz922sW { display:block; }
 }@media only screen and (max-width: 763px) { #I6FVEdpOxF1VNCTfR9kNymDD6f06pr6C { width:12rem;height:8.8287526427061rem;top:44.2197265625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #OssaVvMWfCROAcAzy64XSTisZx6Fw8OX { width:20rem;height:0;top:54.298479205206rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfO1dtoGd51AohvKa7bn7p836zga0CPp { width:20rem;height:0;top:60.177385455206rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahwItHTvBQIivO6WXOnozWEaXZhHcSN { width:19.75rem;height:13.125rem;top:29.8447265625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEBLnme36mEWA5vnraIBuBkF8BHrHe2N { display:none; }#bEBLnme36mEWA5vnraIBuBkF8BHrHe2N > .row .container { width:20rem;height:4.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #X8ndAKy37TFJ9FTi81q46SzVEVkaIMDs { width:20rem;height:1.375rem;top:1.7480487823486rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlSkLItA34Z49hVG686sWgpWvMnqTwv0 { display:none; }#TlSkLItA34Z49hVG686sWgpWvMnqTwv0 > .row .container { width:20rem;height:88.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cHHiGb8kMSidVdm8ffGAcNKd1QKXdMGe { width:20rem;height:1.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uURZWBExL7AKLZhQDSJBvKPpIFkKfsrs { width:20rem;height:0;top:6.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cnn2Uf4OP15ncT2rbFHaIS8B9vaV29PE { width:20rem;height:16.7890625rem;top:2.9969615936279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcT2u1UgpZZVJcHbWkdzT96DyVgZECJZ { width:17.625rem;height:13.1875rem;top:19.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTXEE48Zfw99nyq5c0u8HfNd624Tu9oE { width:17.625rem;height:13.1875rem;top:34.3125rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrARAAN3QkJRxH2bhrJ5O9ukswuJV8F8 { width:18.9986875rem;height:2.9362rem;top:64.002605438231rem;left:0.50000005960464rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QOyU7BWfJh9UZyGXdDVomkkiugwh2rTs { display:block; }
 }@media only screen and (max-width: 763px) { #kz121fEAXWcuGOVqcfcOzhB1F0ouO6TC { width:20rem;height:2.3984375rem;top:68.294273376462rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VE4ZmDmWTeKAlg77nsU9Vo8xMBzqK9k9 { width:20rem;height:10.793rem;top:69.48437690735rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gh1boeN7HXgX8zcbGn914a6Nr9o9QK7P { width:17.75rem;height:13.1875rem;top:49.25rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA0aKgQMvvbxMxkXJMSS4CZeIcs3Rs3c { width:20rem;height:0.3125rem;top:87.5000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCGdNOfUUOBMuPTGpN88bHIScwh0XvBo { width:11.6875rem;height:2.3125rem;top:74.255210876462rem;left:4.1562502980232rem;font-size:1.125rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #zTJk1xu3mUZrCuA2q1gnxtFHKtifFbZD { display:block; }
 }@media only screen and (max-width: 763px) { #TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx { display:none; }#TXKSXeCao7Pg7JDAfRHHwvz4qPRZmpNx > .row .container { width:20rem;height:78.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zRuv0CKMxia6AGlIRk7SwvdFpuqQixL1 { width:20rem;height:1.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE6WTGiHBS6fqnrZD2J0gqinEaJBZ1mP { width:20rem;height:0;top:6.7246125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHV6rOkfB6WVe0Oo1a0lBdUWBLnr3kTh { width:20rem;height:15.589875rem;top:2.9969615936279rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQv0dlrJwlIKVz7nim8XmKFEPQEAXKfs { width:19.874125rem;height:13.2498125rem;top:18.528646469116rem;left:0.062934041023256rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCqw4FGWIcBTMZxNzT3OsNSaxprHftVT { width:19.874125rem;height:13.2498125rem;top:32.655078887939rem;left:0.12586802244186rem;display:block; }
 }@media only screen and (max-width: 763px) { #QL6ihZMOXBMpiEnaZ5o9kITXdvz6FSV5 { width:20rem;height:7.1953125rem;top:65.020618438719rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPvX4V5s6aP7UbTwML9H5EwNI5QUNEFX { width:18.9995625rem;height:2.93728125rem;top:61.12850189209rem;left:0.50021702051162rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnibNBi8KZW9qTmSVft1O3TBb3FrP9XB { display:block; }
 }@media only screen and (max-width: 763px) { #egyETVvp1lgfhLIkC8OVXZBOJpOOecGQ { width:20rem;height:13.3485rem;top:46.716583251953rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL { display:block; }#flvVkqFXl2LaEgLDEvg3nvlMDyxWVMfL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnXps0MfHl1bCnpOW8dgQLbmTwHLTTyi { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV { display:block; }#Gv8rPtIzZVUyu3HwcHDdTbJpORWHL2EV > .row .container { width:20rem;height:60rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sIqKTXmkJcAsbulEIVO8QaXrSNSygeKO { width:20rem;height:17.98825rem;top:27.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8vyVs0Nl6qEqQk2nSX7Qz1RQQuN7yVT { width:18.75rem;height:12.5rem;top:0.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPIo2OuXcZTneAmrVe2gQETyXGTfKB3d { width:18.75rem;height:12.5rem;top:13.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzu2DmcE27B5kN4vLGzwMm9qQXQk8wux { width:10.3125rem;height:1.50065rem;top:50.515625rem;left:6.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEIsUs2GUqzurDFlHGSPLq8qT3dOTpxh { width:20rem;height:2.0625rem;top:56.203125rem;left:-0.09375rem;z-index:15014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SquHHvTGXNt0cD1i8LWc68QW7mR8tJAZ { display:block; }
 }@media only screen and (max-width: 763px) { #RWVSWdVqHiA3maO4vdRpDgBOqNGbpDZk { width:6.875rem;height:1.50065rem;top:53.203125rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B29UdPeDyMiemoud0G1TwITrTbV79pny { width:1.875rem;height:1.875rem;top:50.265625rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPU97N24TC0HcM5izlm6Q2UDiW5u2wrW { width:1.875rem;height:1.875rem;top:53.015625rem;left:2.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RucOZ3ppfaCVzqsiolOKp2Amk6IHrits { width:20rem;height:3rem;top:45.765625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk { display:block; }#QiNxmUTQDBGV87FIcBF1Wh1ntMnp0MEk > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zsGff1qanqpvEEmlzgMZcwK2d7ThFUva { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H7tFy3Eb3grbNVWtVTOeTlFD09WL483W { display:block; }#H7tFy3Eb3grbNVWtVTOeTlFD09WL483W > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE { display:block; }#WtOKIAOHbo2tSoo1A6fzq3dzmNqDtgwE > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n26JRWVQp80WKv9GDNCsLFIrQnGA7wQL { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 { display:block; }#fMtVMFwPBdTcJyVXWHgqCVy2UL5vAc59 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DxiRK0Z76QAwr8oTbpTM2D2NtONGBWx0 { width:10.4375rem;height:4.125rem;top:0.40454816818237rem;left:4.4053822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 { display:block; }#kJgxeKAdcfbNf8Hz3eCT0lD75xeTWo67 > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGEDO1ZkzoWTbBGcJ5S6AxoaJwF1HEZg { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN { display:block; }#veN9b6fot4yMTO7ROi7n6UW0IzXHuyeN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lh1lTDXfF4hQA6ybFKbEvWf1xiET1NkK { width:7.374125rem;height:2.74956875rem;top:1.1241321563721rem;left:6.3118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuRdzkyaVlDAqZeoUERarBWa7ketNM8d { display:none; }#yuRdzkyaVlDAqZeoUERarBWa7ketNM8d > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uN6kweBtgHEuutcFWAHX0T9ogfGn4kbb { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e { display:none; }#yTJaCr1ZrxkUwnWodCQ3do1VgnQkuo7e > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #IOq6lcvAE10yJRqqg1DE2PByHdt54J4l { width:7.7495625rem;height:7.7495625rem;top:15.564237594604rem;left:6.1252174973488rem;display:block; }
 }@media only screen and (max-width: 763px) { #GinbXiZoLFboToViDDfdmrbM5DTMfn1S { width:12.249375rem;height:7.999125rem;top:1.1328125rem;left:3.8747830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #okGzIDJzxHJaamtwPOOt0XiyLqIusrNv { width:12.874375rem;height:8.9995625rem;top:8.0673103332519rem;left:3.5622830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ { display:none; }#R1nFQkDbc5FCdE62Hyo1BhXtVFEvxIiZ > .row .container { width:20rem;height:6.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DA1cykbw6hsre0D4EWHT1simAhpmuTD1 { width:10.686875rem;height:4.18728125rem;top:1.1859817504882rem;left:4.6560330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP { display:none; }#Hro2aMiCWdT5FK2O6qi1Divbqggs7WRP > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pezh9QXT90DpsILFG9USeQbQwFeaIvaR { width:20rem;height:6.6666666666669rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTIeuvxp9mGBz2UNePhDQax3PWkyzuBt { width:20rem;height:7.1739130434781rem;top:9.166rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc { display:none; }#qyheQVM4xqh9uThgOyAT95qTp6ZaA3sc > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UAFF3stgRRi3BvJyrcxXQ3QxC3e304MP { width:20rem;height:5.5825242718447rem;top:9.108375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr05urWfCMa9ioL80zc9SQXTAxy6J53I { width:20rem;height:6.6091954022987rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq { display:none; }#qlvtn1nZpNsbXRAhS5cKyKU7giANbLvq > .row .container { width:20rem;height:16.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKgo0g8Hn42Pqvo5T4JSSs9xvdFWRV3g { width:20rem;height:6.6990291262138rem;top:7.59668125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBZHVMhIxzF0nlvd4vJk6XUm00CKmtz { width:20rem;height:5.0970873786408rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b95THm9MK4lXe37na7mUQJmX3VW84mHW { display:none; }#b95THm9MK4lXe37na7mUQJmX3VW84mHW > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EZ8xi8wh1Wf3QOWe5JClJfXyiJNaTbVc { width:20rem;height:7.9558011049725rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekESULeQKk0OmlRVyqKlFZVkAQKdJndK { width:9rem;height:9rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL7CCEVOVvNR4chNyiOlBk9m4catFp1r { display:none; }#zL7CCEVOVvNR4chNyiOlBk9m4catFp1r > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mIRJho3q4COEozz4oTVobI2t3xR38Llt { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc { display:none; }#pFCzviXwEiuxZkpbJHqsVN2cH1w3WNcc > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PZxP4ImcuqfRDyDeE7ZKmwEtvxLBre3M { width:11.0623125rem;height:4.0625rem;top:0.46875rem;left:4.4683161377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS { display:none; }#Ua5sFbTh34nbSDG5tKN485DaU5TLhRWS > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #kfOOlT2SqJgbHEMFDOTbdXWicTTevkS9 { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP { display:none; }#NsGnJ8IJ5Xowxczq5aW8qFtvfv40kOyP > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #FeG71cvfKdleGcFQo7XtNM6b9AtFkIP4 { width:7.374125rem;height:1.74913125rem;top:1.6243495941162rem;left:6.3118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh { display:block; }#dveV7EEfwIC1NvBZd8NbvdRcZSSiMiFh > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1y1828rbMRvKE5FBb5fUga9e1HzNCIv { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp { display:block; }#OLhOpxTLo6T99KVfhqQOrlXq2hIbUnyp > .row .container { width:20rem;height:20.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGfP9fUWRKIP9VB7VkzRBMUbasiWF0bT { width:7rem;height:2rem;top:8.59375rem;left:6.4687502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI { display:none; }#X9NCgIVywK7Tbkhf8Q3UTH7GAbhIhHqI > .row .container { width:20rem;height:17.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sA44BOBiEkC1QNIWFm9dvx0WELSuUBRG { width:11.5625rem;height:1.6875rem;top:12.872396469116rem;left:4.9479168057442rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0eBuXtB5ukLnNEM3JhWf7NaiIuIwzot { width:9.8125rem;height:3.0625rem;top:7.2317714691163rem;left:5.8229168057442rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #NRT54ux73NK7stmpuPC3hW8XBNX1FdpH { width:5.4987rem;height:3.5612rem;top:1.9973964691162rem;left:7.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt { display:none; }#D8nefJS4vtTL2olfgRK1yv6nyCtpCbAt > .row .container { width:20rem;height:17.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F4rlVwrrQZlDTSl8dJXlAuwwRWSU0qyb { width:10.684875rem;height:3.4987rem;top:12.625rem;left:4.6575520634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMTVMxf7SqftsMeIbT0fZzkriaw4nAUD { width:8.059875rem;height:4.1237rem;top:7.5208339691163rem;left:5.9700520634651rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIS59i6I8W9CIJGZs0ae9RDV598kaGNN { width:5.9375rem;height:5.9375rem;top:0.80989646911619rem;left:7.0312502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn { display:none; }#LPDe3GGB2DKi61dNxmMhlVyoibTJgdAn > .row .container { width:20rem;height:12.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CFXiZetwT69WrqyX8BulCBIbuTUCVP1g { width:5.9987rem;height:5.9987rem;top:5.4375rem;left:7.0000002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #fXnAoPZytw53TDtRAUrA8rsrM56reuTc { width:9.5rem;height:2.1875rem;top:1.310546875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 { display:none; }#L6EnraJG38fUXtJ5z0PQVXVXtoPX9434 > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #v8lzD38GffWPAep5xqaypU3MbrqFXlay { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 { display:none; }#r7kMtVWcwIxk5CMk6zL1wK2hODQx7Lm6 > .row .container { width:20rem;height:13.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Mt8W3nnipzUfSplx7WzAoWRzTJC9HrH9 { width:10.3125rem;height:4.81228125rem;top:7.6215267181394rem;left:4.8437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kpy2o1JPDwXtnlBebFQ9UE7ssCI161kV { width:11.749125rem;height:4.49978125rem;top:1.8066387176514rem;left:4.1243491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #voOg0hRm9O4Hhc38GOHX6pezAmLnt43k { display:none; }#voOg0hRm9O4Hhc38GOHX6pezAmLnt43k > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XD1lXh9GKdsVGpvqx8hAcZan7iRRMr7i { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 { display:none; }#IAfd5CCvVCMvMRGxrJU5Th2cuR1y3xr0 > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXmWJb50wXcZKa4HdBoWq1h5LeQemLxC { width:10.811625rem;height:1.93685rem;top:2.0625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #db2p8LTGsJ7oXMAAC3ctM9piONcEGSFX { width:6.25rem;height:6.25rem;top:4.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw { display:none; }#HeHFDsg7dC5Fyzoog7iazPSh6OsXCEXw > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KzmVzBD4ZBcx8X55Kh3ZR4CWihQyUOnp { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4f8NRQM36mkTqJGVlL7TkiD789bNqTC { display:none; }#d4f8NRQM36mkTqJGVlL7TkiD789bNqTC > .row .container { width:20rem;height:11.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GBcATTStK62C75rL7whpmsaiP1c8DyQd { width:3.999025rem;height:3.999025rem;top:1.1826171875rem;left:12.7548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3tfa3KDiaPgJb1Mc20qX36IoG8Eqo9u { width:9.249rem;height:3.4375rem;top:6.8681640625rem;left:10.1298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NCKhM4pDO1bzBTT1J9ScaJ9SuzlmPL { width:3.811525rem;height:3.811525rem;top:6.6806640625rem;left:3.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvSrbCDyWIpGuWm3UTrTRwWvLva0F86 { width:7.5rem;height:4.75rem;top:0.806640625rem;left:2.2177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 { display:none; }#VPLCZnTvd9iQTL8NaaOvwlZNsnxnTT10 > .row .container { width:20rem;height:6.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SHAF6byIpi1I79UyXWuxOlIXHHx76Un2 { width:3.99956875rem;height:3.99956875rem;top:1.4366321563721rem;left:1.4605036377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3eJW42B0aZTrKM1TRmNcNHdHbdtxvLu { width:7.999125rem;height:4.56163125rem;top:1.1555976867676rem;left:5.9993491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #fL0iJVLmh8e6HrR4nUqW5fAcGNCKTsIg { width:5.99935rem;height:5.99935rem;top:0.43619918823242rem;left:13.997396528721rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe { display:none; }#Tp4oQGf2A9fZIsPKpPCpph9n2t5QtyNe > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #qUUT5T6N61z88pbWlS2On1HwfTVJ3cxu { width:20rem;height:1.375rem;top:0.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 { display:none; }#Sosd5TJ2mZ7d3zPvt0h0Aq0M0mTThnu3 > .row .container { width:20rem;height:7.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xArMu6c2PWhfIPfTctIkwJyS8kMt1CZr { width:8.9995625rem;height:2.31228125rem;top:1.2163639068604rem;left:1.3118490576744rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTNK6FWpkBMf9CZgnaEbusz23t5Nt7a { width:6.749125rem;height:1.99978125rem;top:1.3704433441162rem;left:11.434462606907rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPTzUkJ6quQk4lHVfmtpACSTQfeKShCQ { width:6.12413125rem;height:2.87435rem;top:4.0288639068604rem;left:2.7495661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xhqgt3xgTrHHVgoXTQlkVN31VdkKgJH0 { width:5.49913125rem;height:3.93663125rem;top:3.4993495941162rem;left:11.434462606907rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs { display:none; }#RLKso0VLkVZ0BFM9oGw8N1gJCroTVGqs > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z2THUqzbUQr2mSMl2NU1gq2fgdWxX8pw { width:6.8120625rem;height:3.49935rem;top:0.74869918823244rem;left:10.874566137791rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivsW7evsLmMv2Bg8QJKOq6fHmtSfWO3A { width:5.12478125rem;height:2.62478125rem;top:1.1859817504882rem;left:2.7625868916511rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 { display:none; }#PLRutfrwKy4BXGIdQw2drT2uk96qq4s0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VEceMVXZC02eP5pygDvD8SX76KahSIQB { width:11.25rem;height:2.3125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbZ3ElTUt6n7FBxEvFbdkCGHtRGCom3n { width:11.25rem;height:2.375rem;top:14.125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmcOiy6Kc3EkzqocE5FWWTCpLKN4o2IX { width:4.6875rem;height:5.375rem;top:7.5rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnescSvHGp4sRE81Q9M7ET7NEqTiPcVZ { width:11.25rem;height:1.4375rem;top:4.8125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT { display:none; }#AJihAgXkb0rvr9ktXyVXTy6n8W6RrxHT > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #G5zm2ZhNTDgMe4pgdEfam4ydLpNp46Kk { width:20rem;height:4.125rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 { display:none; }#izpNVIKf3EFwQpJlaWfSkyXt2OzU6Dn7 > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SnQdCanJs4nMgxqUwOVt4cOFK91vPRnc { width:3.125rem;height:3.125rem;top:5.375rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbGpz1pzKwkDCUbQ6GGFLgOaKBUCpZFG { width:4.1875rem;height:4.125rem;top:0.5625rem;left:5.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImCW3FS8KuZ20myABavWax6gaAHpnkl1 { width:3.125rem;height:3.125rem;top:5.3125rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F50PRx3lhW74UOpIwzlDV5unnysU1AGa { width:4.125rem;height:4.125rem;top:0.5625rem;left:10.625rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBwT6skhxO2BT9989sQ6E6kdZplWRfUt { display:block; }#PBwT6skhxO2BT9989sQ6E6kdZplWRfUt > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSA9UmJUqCBUP4H5hoLObPxbkqOaQTqe { width:20rem;height:2.75rem;top:0.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F { display:block; }#nSrveiM8MgeKqpqAnRI8x3rKbJFikB4F > .row .container { width:20rem;height:22.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOLKou6c1eQIsUCAKJ2DqnUscz0S0LGb { width:14.0625rem;height:2.1875rem;top:9.3125rem;left:2.96875rem;z-index:15014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8TrRfKlOTiFC3ETJRFUT7ASAnRz0new { display:block; }
 }@media only screen and (max-width: 763px) { #VmFb69EAqbvIZLpgbZba1JGQ57iTLBTF { width:4.9375rem;height:4.9375rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h32Tq7rMEwi5wD39en8wkTBikoTeFhzv { width:14.0625rem;height:1.29980625rem;top:3.1875rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGZOQwP58FhVV33I1XMZ1qoHNyiB1ybI { width:14.0625rem;height:4.5rem;top:4.3125rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaEzqs0CIvnOaTCUuW0LKKv20cUs8rso { width:20rem;height:2rem;top:0.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Glkz3TQV5ZMJVpF8l3W0sTQvU20r4h0U { width:7.8125rem;height:1.50065rem;top:14.5625rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRyCaeGKDr2Lx9Cxw87tP571gWap3L1B { width:2rem;height:2rem;top:47.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #lviP2wyzJWtiSCZa3ISpZVXOw42ciaLm { width:14.4375rem;height:1.50065rem;top:13.0625rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScgSmbzxzSI31ykIQBnoUw5k8EbubGoJ { width:2rem;height:2rem;top:53.8125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3VFTTSnZ5Gw1uKnffNGBHE5QuGRGN6E { width:13.625rem;height:1.5rem;top:16.0625rem;left:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I { width:1.5625rem;height:1.5625rem;top:16.0625rem;left:2.875rem;font-size:1.0625rem;display:block; }
#FJWGUa4QlDHcJrml4LHqwmbRRDoMwx6I > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #U4e6x6IViILRtBcL6v7WIx83gv9PoDrM { width:1.25rem;height:1.25rem;top:7.3125rem;left:0.25rem;font-size:0.875rem;display:block; }
#U4e6x6IViILRtBcL6v7WIx83gv9PoDrM > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #hHHazMlW7ZMv2zcr3TxpJgOO5JuPKN3I { width:17.5rem;height:2.4375rem;top:18.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJoFyOtCkBRsPxSXggH3st2BxpiUbFns { display:block; }
 }@media only screen and (max-width: 763px) { #RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ { display:block; }#RQ5cTmxgngOu8luRTgClbT5AUNBRJLxJ > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4I3SBONDHfVfzGnT8UtzuHPz7W40m5K { width:14.0625rem;height:2.1875rem;top:9rem;left:2.96875rem;z-index:15014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rld3pIk2FIZeoND6W1MHGesasTLmZ4w9 { display:block; }
 }@media only screen and (max-width: 763px) { #E429L5BzH01OrV8HpmDd3BWOngC942FH { width:11rem;height:1.29980625rem;top:4.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ85LtKnhaThr8UClMq7tkFokeSawRqG { width:14.3125rem;height:1.5rem;top:5.375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxCxALKnA2DORPokndcyKvtxFvBBTBzS { width:20rem;height:1.5rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #azIR5p2AzDTstCwk7sEXHaV2Tm2d3Kfn { width:7.8125rem;height:1.5rem;top:13.9375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSUuTP1MsaJvtFPNyCFUbyTI4WKwwIyK { width:2rem;height:2rem;top:58.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJckTONPT9pfhAkgV1lZBTHZhAZTlp8M { width:14.4375rem;height:1.5rem;top:12.4375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvrKHoc9P5IM3F655PHNlMxw525i2lxP { width:2rem;height:2rem;top:64.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #BRVmQy8V3TqOxUXkzaInpade1xhmBqb8 { width:5rem;height:5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXXuTv9wxCEW7W4AmnIwnyTFOJz8F3Mq { width:13.5rem;height:1.5rem;top:15.40625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W { width:1.5625rem;height:1.5625rem;top:15.375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
#vOTKk3llC751Ja1QJSDiLRCf1ky8AC6W > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 { width:1.25rem;height:1.25rem;top:6.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
#VoSGaHoiG1JywDuXUimnV0a0UaFd45n6 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #S1t6QOagpESbab18AAhOfri01LSxZks9 { width:17.5rem;height:2.375rem;top:18.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Na1SdGOigSHp21A7M8FhKyxNaWi9s37V { display:block; }
 }@media only screen and (max-width: 763px) { #uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa { display:block; }#uIGs9nFAxlrTaBEbgCPJ8rQIlbzM1vVa > .row .container { width:20rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJgwHWRA6BGK7IZ3TydPrlelfkf70DiK { width:14.0625rem;height:2.1875rem;top:9rem;left:2.96875rem;z-index:15014;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mILrTaiLeapXtrzppuCZ4JJiPEVGvNzH { display:block; }
 }@media only screen and (max-width: 763px) { #Rn59me23LfIrhTe04v6BpTaxWFUm41RS { width:11rem;height:1.29980625rem;top:4.125rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kbKJD1QWtHqKvK8J4HsRdSVR5eA4kwLR { width:14.3125rem;height:1.5rem;top:5.375rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0sWhi4TqKV3K8mWO1BXyLDvEZGf1WDO { width:20rem;height:1.5rem;top:0.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAGzFcbTV2UOwKgVO9zkdSd074FJc8Tl { width:7.8125rem;height:1.5rem;top:13.9375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv45BTVTUL4bGkJPgt2uzExvdKNUbJGT { width:2rem;height:2rem;top:58.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #LkT41uoJixGRs5BaaFSFnJw15KHGaXmZ { width:14.4375rem;height:1.5rem;top:12.4375rem;left:2.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmWloQqFBm5UboTJ9Nr8Qe0AwsRGI1Wr { width:2rem;height:2rem;top:64.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #P4lNXzWnb8pk8qt3cvdVh83Hnk4fsEBy { width:5rem;height:5rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bATT8K8utF6dlrWeE70gKyxNvm8DIS44 { width:13.5rem;height:1.5rem;top:15.40625rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 { width:1.5625rem;height:1.5625rem;top:15.375rem;left:2.71875rem;font-size:1.0625rem;display:block; }
#cRBlUuP3RB2duEzv3C5sJdyKqgilC7L7 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK { width:1.25rem;height:1.25rem;top:6.625rem;left:0.3125rem;font-size:0.875rem;display:block; }
#XfMWa2ETLQoZbo3PdBI5UudWVVXrfsTK > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #WQWNffqwlGL40pT3LzaF9xcSIsIEChxT { width:17.5rem;height:2.375rem;top:18.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o81DniZ8yV7PN5dXInPpq1pDB4LZrV42 { display:block; }
 }@media only screen and (max-width: 763px) { #SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI { display:none; }#SnhTicEr2vKiaf2i8EJqGZeTWbvFgvoI > .row .container { width:20rem;height:33.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAQrBIoPnWsefIigI5ipKPTyExkOTbLi { width:14.0625rem;height:1.29980625rem;top:4.5625rem;left:5.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWeTNUbOVNwC6TlsuWoVch4xgvlspKD3 { width:14rem;height:4.5rem;top:6.0625rem;left:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vALiaz0r7ZG7UxiH66eWhe1ilLIHdhZN { width:14.1875rem;height:2rem;top:1.5625rem;left:2.90625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #AZfa5Rrbu9wydmty8A9tFSy2s3eb1bTB { width:7.8125rem;height:1.5rem;top:17.5625rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTr0XxmJCnudE1dp4QIcNDPxioqrv2Iy { width:2rem;height:2rem;top:19rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oIS6gZqcEIIK7XD9A8mc7eaXJWPZKB0f { width:14.4375rem;height:1.5rem;top:15.875rem;left:3.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkP9DeFrUhBx36CANmGSfr8DrJ1BHQnT { width:2rem;height:2rem;top:25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVIGzsFJy5GNbe6v1E2LrFyD9cqKRXpa { width:15.1875rem;height:1.5rem;top:19.0625rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp { width:2rem;height:2rem;top:31.5rem;left:9.0625rem;display:block; }
#y72J1Ji06cVKrcvzzJWIIiPbPI4tCOPp > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #fcwVT6HneotOMghNPpUlfCb66FClyqTU { width:1.25rem;height:1.25rem;top:8.4375rem;left:0.375rem;display:block; }
#fcwVT6HneotOMghNPpUlfCb66FClyqTU > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #elmWZI89LOTaEVTf7MK0x2ceuXTZQDAn { width:14.0625rem;height:2.1875rem;top:11.625rem;left:3rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #qFmFaTXTePoDWMsuZu97TVOI9oxm4opG { display:block; }
 }@media only screen and (max-width: 763px) { #CDxQ9ehcG8DsS3ntSd5F3JsNIE0AzWKe { width:2rem;height:2rem;top:5.75rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #kiWa6OVW41MKHLGT9P4OfCI3VEJEyogL { width:2rem;height:2rem;top:8.4375rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 { width:1.5625rem;height:1.5625rem;top:19.0625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
#PH3MMFO1r2WN4fp7UNQV0Bpzxt0B9Ng5 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; } }@media only screen and (max-width: 763px) { #yLegB5wrI7nPJyTssOX6INr3r8CKiJxT { width:4.8125rem;height:4.8125rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW { display:none; }#UJZiQ2kurJFzpv9xwdZFmALd4OeQoDVW > .row .container { width:20rem;height:95.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oezMKvLt6XnbbZh5p3TWdn0BPJwu42bP { width:14.0625rem;height:2.8125rem;top:37.75rem;left:2.96875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FuBpFqNJMnHTtZhVhxwQLS3Ehou2G0BJ { display:block; }
 }@media only screen and (max-width: 763px) { #NJsVnldx9F1L1RAnD8kQU84hNVTZT30b { width:14.0625rem;height:1.94921875rem;top:23.75rem;left:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkccIC661TAbmr4SM34Tz7T7dbTTaTQw { width:15.625rem;height:7.5rem;top:26.1875rem;left:3.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGTp5NIRqhdrcakWMnAfRRLiRSBwEEk8 { width:20rem;height:0;top:55.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToTdbsTSsr4XHmlSw7hrde2P9H4SG5fR { width:7.8125rem;height:0;top:62.0625rem;left:6.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7RxEiBlQ7CqUNkILE2Rbx07SuyoCrV6 { width:2rem;height:2rem;top:58.8125rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaKgrxsVMBAxNMH18y4Wb1lzfEJlSW8D { width:14.4375rem;height:0;top:68.4375rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWP8geKZbuCxQWcE97Erymaq4qz3E6aB { width:2rem;height:2rem;top:65.1875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGA4end1Lud87ctEweWkkXxcX4JagPOM { width:12.375rem;height:12.375rem;top:41.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 { width:2rem;height:2rem;top:71.5625rem;left:9rem;display:block; }
#zE3edq0PJW95VT5mBZvT4ge6m7ogzTD5 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #And1Bw1TUXGGmwiKcZBKxRE7W7MIfaCz { width:16.8125rem;height:0;top:74.8125rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 { width:2rem;height:2rem;top:52.3125rem;left:12.28125rem;display:block; }
#FhgGJsqdiWfxHGoufAJOmstNEpE1QRA9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }