.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:247,233,233;--color-primary-1:229,183,182;--color-primary-2:203,110,109;--color-primary-3:102,55,55;--color-primary-4:30,17,16;--color-secondary-0:247,216,228;--color-secondary-1:230,139,175;--color-secondary-2:213,62,121;--color-secondary-3:169,81,137;--color-secondary-4:43,12,24;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#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); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg { background-color:transparent;background-image:url("https://images.assets-landingi.com/Iq9O3rw5/tlo_landing_sprzeda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.adaptive-delivery-prevent-bg, #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.lazyload, #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.lazyloading { background-image: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { background-color: transparent; background-image: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container > .video-iframe-container { display: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row > .video-iframe-container { display: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .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); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { border-width: 0; border-radius: 0; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#fbcLI1Ev551G2pacdkUgKV1h3BMGuAgt { position:absolute;display:block;z-index:15029;background-color:#005ac4;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: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:6.3125rem;left:38.125rem;display:block; }
#pTx8V95hObmsO9htIrwB83pCbP5OUTdT { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.4;letter-spacing:0;top:6.9375rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wf04ogNSEX8c0L3JzeU95gfaoUlswi6y { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),1);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:28.0625rem;width:21.875rem;top:8.3125rem;left:38.125rem;display:block; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-form-header {  }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f2930c;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.75rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(142,132,134,0.12) ;line-height:1.3; }#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button.adaptive-delivery-prevent-bg, #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button.lazyload, #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button.lazyloading { background-image: none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-container:first-of-type{padding-top:0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-container:last-of-type{padding-bottom:0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:38.4375rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z {display:block;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15024;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:10.9375rem;left:38.4375rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #u8zRrrXJTA4oaHsG6kUsLGSfQF6H2zRT { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #MfTQhuGaoR6bgKKSoZovgq8k1GCbJEk9 { position:relative;display:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #uhnMlXAnwlaFTFhENPGu8r9LSchtpB8J { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #ycQl4afpVxw2cJ8exZ6TtGToPiCGJkih { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #nd7r5va8rPRldBvaxM3QtCqX6umkTroD { position:relative;display:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n47AxAo57ENpPWccysTTeBJO4dCXdfdn { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #XqpBeokoeC21tQdGC1JSVJgW4sErDh39 { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #I98bNcMD3425hh6nWklCrRpLwmtTxn27 { position:relative;display:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #xcxONNwqEc2zLZ7ZUiJqdndkgP8nSTQS { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #THesqXoTGdPgH8xEIhI24akqqzwumTr2 { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TiwS5XiKC4Tzd7SIgPsH61TaSTXRvn2A { position:relative;display:none; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #B8A7blMo8bvr63kxTVDHT8mH1frouI4a { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n1b6WTy2REiSZeQpTEBgtPEp1L3r8Teo { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TawRoPXkFyWUVl9MVho8Brzfr9Gbglfp { position:relative;z-index:2; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #f1NU0B3IpzfTthbM21aAzAt4mGxCPJXE { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #e2Iwywt9eHamN5zzpvRTpz13qxTxnFrG { position:relative; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #AMrIuGa82zKpGuTV3ig8kSeePNmKIcps { position:relative; }
#kkiC3ZGqADxiIUQpUPnqBBt3mHLgJAAA { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-tertiary-0),1);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: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:23.8125rem;width:21.875rem;top:9.4375rem;left:38.125rem;display:block; }
#BE5tdOqNZ0iHTt45upW4Sq7IQM1sd1el { color:rgba(var(--color-tertiary-0),1);display:block;width:36.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.9375rem;left:0rem;height:10.2363125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk { color:rgba(var(--color-tertiary-0),1);display:block;width:36.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15014;line-height:1.8;letter-spacing:0;top:23.125rem;left:0rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk li:before{  }
#xyJVHXNqt95b1CL5LKTHVNnmm8V7a1cC { 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:5.5rem;width:5.875rem;top:2.625rem;left:0rem;overflow:hidden;display:block; }
#IdCCFgp2c0x1CXtE7suuqh0K9zWvdIhf { color:rgba(var(--color-tertiary-0),1);display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.8;letter-spacing:0;top:36.375rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qinD7fR30tQTLlpFrkTTPJ2x86nt5c53 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15068;line-height:1.8;letter-spacing:0;top:38.75rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NR3g47lgo6H1RkJCDamCiiftDTp5TpDX { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15069;line-height:1.8;letter-spacing:0;top:38.8125rem;left:14.875rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xm7mgh6EcC50ud1ETlxHd4qWGTH3q64w { color:rgba(var(--color-tertiary-0),1);display:block;width:10.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15070;line-height:1.8;letter-spacing:0;top:38.75rem;left:28.9375rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container { background-color: transparent; background-image: none; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container > .video-iframe-container { display: none; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row > .video-iframe-container { display: none; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .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); }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container { border-width: 0; border-radius: 0; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container { font-size:0.875rem;font-family:arial;height:41.75rem;width:60rem;position:relative;display:block; }#SW7uU19fOcwI51itzLXd9TLHEtRQnruB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KVfcko6HQdA6QptEgHwbiaLEfgJBWoOZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:10.250000476837rem;left:0rem;height:27.09375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HhDK97dPJKhs3BNM5NKr7rbBb2JHKckb { position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(52deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(52deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(52deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(52deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(52deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:cover !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.4375rem;width:8.375rem;top:7.6875rem;left:0rem;display:block; }
#KAZS14MHpBMMkw3cGiTyTtltcr3cicVF { position:absolute;display:block;z-index:15010;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:30.875rem;width:27.75rem;top:10.8123125rem;left:32.3125rem;overflow:hidden;display:block; }
#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ekdCf1IP/kolor_landing_sprzedaz.png");background-position:center !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; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3.adaptive-delivery-prevent-bg, #ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3.lazyload, #ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3.lazyloading { background-image: none; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container { background-color: transparent; background-image: none; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container > .video-iframe-container { display: none; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row > .video-iframe-container { display: none; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .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); }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container { border-width: 0; border-radius: 0; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:block; }#wXUXZwJauqRZ17ekpX1hQXMvZJHAEkNN { 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:3.125rem;width:8.8125rem;top:4.09375rem;left:15rem;overflow:hidden;display:block; }
#bircA6UR9FTpTSdBabDefKhPwqePbaC9 { 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.8125rem;width:7.9375rem;top:4.25rem;left:38.5rem;overflow:hidden;display:block; }
#bfxD2gxTUf9eQbKBiwRJZXdRRhoDrzD9 { 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.9375rem;width:11.25rem;top:4.46875rem;left:0rem;overflow:hidden;display:block; }
#QJU7LnPTKsgU9N81TGegJDsb5AzhSCyI { 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.75rem;width:7.75rem;top:3.28125rem;left:27.125rem;overflow:hidden;display:block; }
#J9NeUoByMpoiP556yKPlzzMdoROrnTA7 { 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:3.5625rem;width:10.0625rem;top:3.875rem;left:49.9375rem;overflow:hidden;display:block; }
#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container { background-color: transparent; background-image: none; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container > .video-iframe-container { display: none; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row > .video-iframe-container { display: none; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .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); }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container { border-width: 0; border-radius: 0; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#eN6tvs61ibQQ6h2y5FyTV98hPpBB6OgO { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.25rem;left:32.25rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F08PVPT9KrB9Jiy7l4gTxb8AfODMsVJB { color:rgba(var(--color-tertiary-4),1);display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:32.25rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zPSRfg064lx0zaeA4BHOcUk6SPqXBb22 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.4375rem;left:32.25rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gEQWe3EOxAonEuy3syd91R4pCrTaRQIC { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.6875rem;left:32.25rem;display:block; }
#xJP8v44dwfaTpkJBKOiBbSTfLgk4tSAo { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:23.25rem;left:32.25rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:25.1484375rem;left:32.25rem;height:12.3828125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu li:before{  }
#uxu76peAhoq8o9TwNh8TOTPTa55WwAEG { position:absolute;display:block;z-index:15029;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.9375rem;width:13.8125rem;top:30.65625rem;left:9.28125rem;overflow:hidden;display:block; }
#QuCQWoX8Cr9cuxlwZbPbzWZITiIG9MD1 { position:absolute;display:block;z-index:15009;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:29.9375rem;width:18.875rem;top:7.6875rem;left:6.75rem;overflow:hidden;display:block; }
#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container { background-color: transparent; background-image: none; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container > .video-iframe-container { display: none; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row > .video-iframe-container { display: none; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .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); }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container { border-width: 0; border-radius: 0; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#rVb0GiIkWe5W2xk2Mra2uLztW8TeKRct { color:rgba(var(--color-tertiary-4),1);display:block;width:25.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEE44yrTPm6MM74MW8THKWLTxnnHceph { position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:0rem;display:block; }
#firCMG9Dk14241WBhQPO0NkpSZx4rlUT { color:rgba(var(--color-tertiary-4),1);display:block;width:31.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UFB4kihe7940ci8JTqmO8ns7rNbPAL8I { color:rgba(var(--color-tertiary-4),1);display:block;width:29rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:12.4921875rem;left:0rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EqTpZT3ZEk2eHC4KbuSBcPozLvxaZhFe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:24.8984375rem;left:0rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:26.796875rem;left:0rem;height:9.209rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g li:before{  }
#mP2XBDnC4h05y1T7hnq6zv1HriMqrlKD { position:absolute;display:block;z-index:15010;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:28.375rem;width:25.1875rem;top:7.7109375rem;left:34.8125rem;overflow:hidden;display:block; }
#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container { background-color: transparent; background-image: none; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container > .video-iframe-container { display: none; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row > .video-iframe-container { display: none; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .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); }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container { border-width: 0; border-radius: 0; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container { font-size:0.875rem;font-family:arial;height:42.9375rem;width:60rem;position:relative;display:block; }#VTqXy1FzF6lwz5bqLfqMv83NZUIec657 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:31.0625rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RcXUOO3tuVzgZN1nrvBNVRq384kQ888S { color:rgba(var(--color-tertiary-4),1);display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:31rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#APDlS1JB53oNs1BHExHkg1TfTpTHIKXk { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.4296875rem;left:31.125rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lO44euRvSniisrnc35Z2CrN5WMyaq2MI { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:31rem;display:block; }
#XmaK5TXpptSTQcK6szvZzLUXKPL5Sg4W { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:23.2421875rem;left:31.0625rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n3AnA1znPKleqLPJGSTznhrgMeyaq9qW { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:25.140625rem;left:30.9375rem;height:13.34475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#n3AnA1znPKleqLPJGSTznhrgMeyaq9qW li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n3AnA1znPKleqLPJGSTznhrgMeyaq9qW li:before{  }
#xFyUwQBVOVearxnAWIUqylmmid2szb6z { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.0625rem;width:29.0625rem;top:7.7109375rem;left:0rem;overflow:hidden;display:block; }
#uJE50ql0ftTZL9uUq702omWxUO75fFDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container { background-color: transparent; background-image: none; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container > .video-iframe-container { display: none; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row > .video-iframe-container { display: none; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .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); }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container { border-width: 0; border-radius: 0; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container { font-size:0.875rem;font-family:arial;height:38.8125rem;width:60rem;position:relative;display:block; }#Vb8eG6m0K1TD6TSrM5CWWntFmUPMzZCw { color:rgba(var(--color-tertiary-4),1);display:block;width:28.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adksnrUrsksVJkrsAWOf2AvOCuazVfyK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SzFtgA15JOTI7aBhMOecTgRSkkNMvZ85 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.4296875rem;left:0.0625rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hvOTz84UXcUuMRvz1UEXyX91A6VCDhz2 { position:absolute;display:block;z-index:15010;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:0rem;display:block; }
#U04hk3ZDTIpIJbXSGQP2fW0Pv3UFHy1e { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.2;letter-spacing:0;top:21.6484375rem;left:0rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 { color:rgba(var(--color-tertiary-4),1);display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.2;letter-spacing:0;top:23.546875rem;left:0rem;height:10.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 li:before{  }
#B5iEKTsAJ5SxWGRUrUSkGehNRVA6xySv { position:absolute;display:block;z-index:15012;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:26.625rem;width:29.5rem;top:7.7109375rem;left:30.392682926829rem;overflow:hidden;display:block; }
#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container { background-color: transparent; background-image: none; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container > .video-iframe-container { display: none; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row > .video-iframe-container { display: none; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .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); }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container { border-width: 0; border-radius: 0; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#TU56VmuLSkPawHnBrbJpL2yWWDKbnmFF { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:29.75rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G4wy9ZJGhxKXizsu66n5ihAvSZT298Ec { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:29.75rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJThB91Hk4TJ5XyuLMgrpTpBTU8duzzT { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:29.75rem;display:block; }
#TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:25.140625rem;left:29.75rem;height:13.34475rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ li:before{  }
#gS5i0OkV25HybRBzmVrsE01tcD2d1sfe { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:23.2421875rem;left:29.75rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hrhzDawWE77stsKXx9rnSh46HIEPTR94 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.4296875rem;left:29.75rem;height:9.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lUTWWbib99MrZ89cGBf1ed9EkdrHBlXG { position:absolute;display:block;z-index:15013;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:27.625rem;width:27.625rem;top:7.7109375rem;left:0rem;overflow:hidden;display:block; }
#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container { background-color: transparent; background-image: none; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container > .video-iframe-container { display: none; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row > .video-iframe-container { display: none; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .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); }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container { border-width: 0; border-radius: 0; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#mX55lbryATz10FnpOk7eWSrHRFUMG3OX { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#beoUeGSqkBlWIKEiEhtRzSN8TxgoaJi3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ASXMC38qzrV9TaZivSbIFTp0NVDs92zd { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:0rem;display:block; }
#HtTA0vpKkcGZT0eN56eAvysqlcLCz471 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:28.328125rem;left:0rem;height:10.795875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#HtTA0vpKkcGZT0eN56eAvysqlcLCz471 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HtTA0vpKkcGZT0eN56eAvysqlcLCz471 li:before{  }
#P4ItbXs2ivZiVtDDHKnTwDZfxtswMNgB { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:26.4296875rem;left:0rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IhOQLTitzylUvap176Hslrp1GgSfhZrd { color:rgba(var(--color-tertiary-4),1);display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.4296875rem;left:0rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n6QEksgtmdi1qITmzQQLvdGxCLkHV9Kg { position:absolute;display:block;z-index:15012;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:28.75rem;width:29.375rem;top:7.7109375rem;left:30.625rem;overflow:hidden;display:block; }
#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container { background-color: transparent; background-image: none; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container > .video-iframe-container { display: none; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row > .video-iframe-container { display: none; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .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); }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container { border-width: 0; border-radius: 0; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:60rem;position:relative;display:block; }#ua5ekQ6VnBAHqp2TZLT8XloyJp3SvVTX { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:31.5rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hoCFsiaOZDduv9tP7vhNQgkNqkivWiwS { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:31.5625rem;display:block; }
#N63KLgTAixH2ZnWx1CzeCc1DpevhNdlh { position:absolute;display:block;z-index:15013;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:26.8125rem;width:28rem;top:4.8984375rem;left:0rem;overflow:hidden;display:block; }
#e8FRdrXRM2qI52yPqrf0DoU9FJMQXOhT { position:absolute;display:block;z-index:15022;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.1875rem;width:11.1875rem;top:22.982421875rem;left:8.40625rem;overflow:hidden;display:block; }
#dWMTHTihpdrcuDVWl2vcew7EFAee3uVc { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15021;line-height:1.2;letter-spacing:0;top:24.857421875rem;left:31.8125rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15020;line-height:1.2;letter-spacing:0;top:26.755859375rem;left:31.75rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 li:before{  }
#XJEVht3qRGmsMvNzW8cnsChiSPbIF7c9 { color:rgba(var(--color-tertiary-4),1);display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:12.5rem;left:31.8125rem;height:11.15625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aeNW8hBGFWBB9oMhUZ6XLS1arHpUts8S { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.3125rem;left:31.8125rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container { background-color: transparent; background-image: none; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container > .video-iframe-container { display: none; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row > .video-iframe-container { display: none; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .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); }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container { border-width: 0; border-radius: 0; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container { font-size:0.875rem;font-family:arial;height:43.625rem;width:60rem;position:relative;display:block; }#UsksEKdrJifshxPkN9PJubhAEHPbzFby { color:rgba(var(--color-tertiary-4),1);display:block;width:30.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:0rem;height:1.59375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fiTGKOOHkQZkbzSZaN6XUuJCJvXZy5JC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FKbGeBX7IIhDLqDv3aTG2CeW94Duhllq { position:absolute;display:block;z-index:15011;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:0rem;display:block; }
#CPQTBEbhrcgv07AohohgCXGIcd1Pofbo { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.2;letter-spacing:0;top:28.328125rem;left:0rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#CPQTBEbhrcgv07AohohgCXGIcd1Pofbo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CPQTBEbhrcgv07AohohgCXGIcd1Pofbo li:before{  }
#RwDuKWL2wRvpZV7g5XNdvupuOttGNqxA { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.2;letter-spacing:0;top:26.4296875rem;left:0rem;height:1.27485625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tmdmOwblHEJiLiLNOVDTK2poybbFufd6 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:12.4296875rem;left:0rem;height:12.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#o50Ua8xqXc4fVovQGNLM8RIQmyX3FiCP { position:absolute;display:block;z-index:15012;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:28.75rem;width:27.125rem;top:7.7109375rem;left:32.875rem;overflow:hidden;display:block; }
#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/ekdCf1IP/kolor_landing_sprzedaz.png");background-position:center !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; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL.adaptive-delivery-prevent-bg, #GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL.lazyload, #GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL.lazyloading { background-image: none; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container { background-color: transparent; background-image: none; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container > .video-iframe-container { display: none; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row > .video-iframe-container { display: none; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .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); }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container { border-width: 0; border-radius: 0; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container { font-size:0.875rem;font-family:arial;height:11.375rem;width:60rem;position:relative;display:block; }#GoTn3LQRgWG5SnU5827EaDO6eKkb06u1 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpo9VgJbKHouuDfJpv8yZaIJUdpTHgJe { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:6.9921875rem;left:0rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#CIPJ8A5pMUUSomeVhSit5ragDnbJmfMr { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.875rem;left:20rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ws5IiNQVDd1DGeeyK2nAuf9dO7g55otW { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.9921875rem;left:20rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#ldOkx4SmMzO1SXK0TCXME3z7KKHF3TOE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.875rem;left:40rem;height:5.11875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdtHNA1W2Cqgi6qglT1hgaDNakVCoUp7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:6.9921875rem;left:40rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container { background-color: transparent; background-image: none; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container > .video-iframe-container { display: none; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row > .video-iframe-container { display: none; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .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); }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container { border-width: 0; border-radius: 0; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container { font-size:0.875rem;font-family:arial;height:81.125rem;width:60rem;position:relative;display:block; }#SqS4w8PsFEZpo1yTE1dqboN0UCh90yyl { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FV3Kc8xoXnSRkktwUgFu95fzlIVqqNeh { position:absolute;display:block;z-index:15015;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-size:cover !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.4375rem;width:8.375rem;top:7.7109375rem;left:0rem;display:block; }
#A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL { color:rgba(var(--color-tertiary-4),1);display:block;width:30.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:10.2734375rem;left:0rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL li:before{  }
#hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB { color:rgba(var(--color-tertiary-4),1);display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:15.6171875rem;left:0rem;height:6.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB li:before{  }
#iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT { color:rgba(var(--color-tertiary-4),1);display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:22.5546875rem;left:0rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT li:before{  }
#LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ { color:rgba(var(--color-tertiary-4),1);display:block;width:30.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:31.0859375rem;left:0rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ li:before{  }
#MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL { color:rgba(var(--color-tertiary-4),1);display:block;width:31.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:39.6171875rem;left:0rem;height:4.78125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL li:before{  }
#MK2FoiBcpM2hsTXrph8N2PpWJkOnZmRC { position:absolute;display:block;z-index:15016;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:36.125rem;width:20.1875rem;top:7.7109375rem;left:39.8125rem;overflow:hidden;display:block; }
#c5lcHDvy8NhatNtcW6ozeX2LurZ4SVEW { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:46.5rem;left:16.65625rem;height:1.59375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MqElDLcowJWglTfumCX9xXPVb9UgxU0N { position:absolute;display:block;z-index:15042;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:15.25rem;width:60rem;top:57.3125rem;left:0rem;overflow:hidden;display:block; }
#koOHWELi6gc0SyaMIMMs4vZmiJFRr3AS { position:absolute;display:block;z-index:15049;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:26.5rem;width:60rem;top:48.9375rem;left:0rem;overflow:hidden;display:block; }
#VEXQb3tZqTEH8UGQwnuW7pDobRI4oie8 { position:absolute;display:block;z-index:15066;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:26.5rem;width:60rem;top:48.9375rem;left:0rem;overflow:hidden;display:block; }
#Zhe2eQsN7DWD3SEP8r4sSHMvbKHzDQDG { position:absolute;display:block;z-index:15051;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:14rem;width:60rem;top:55.1875rem;left:0rem;overflow:hidden;display:block; }
#QMwGqXO4ECAl8HWiKpTIgMV66riuqWux { position:absolute;display:block;z-index:15052;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:22.375rem;width:60rem;top:50.4375rem;left:0rem;overflow:hidden;display:block; }
#dckRSPc4FW9KplWFBUJmCNZ6Jice539W { position:absolute;display:block;z-index:15053;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:15.5625rem;width:60rem;top:55.1875rem;left:0rem;overflow:hidden;display:block; }
#VIXTTzPmTFdPXr75d6p7GPP4TQXgSW5m { position:absolute;display:block;z-index:15054;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:22.375rem;width:60rem;top:51.78125rem;left:0rem;overflow:hidden;display:block; }
#ydMRaLAd8MNQM1iZ3hMNh3wshb5woFup { position:absolute;display:block;z-index:15055;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:22.25rem;width:60rem;top:51rem;left:0rem;overflow:hidden;display:block; }
#RxoL3BJwst8rfrRyJQxu4F95rk9y676L { position:absolute;display:block;z-index:15056;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:15.5625rem;width:60rem;top:54.40625rem;left:0rem;overflow:hidden;display:block; }
#L7ThqWGWydk4I7lVRQihPzznhZnUE9ME { position:absolute;display:block;z-index:15057;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:24.6875rem;width:41.6875rem;top:50.8125rem;left:9.15625rem;overflow:hidden;display:block; }
#kT8mylvv2hGi9219u8zHSRmyFGA6W27C { position:absolute;display:block;z-index:15058;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#IcgirW4xHOsXQCaQwlJ639cNUgMVMGvT { position:absolute;display:block;z-index:15059;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#iVV75M3r5WofibS3X79XAgzHITDhd6Ua { position:absolute;display:block;z-index:15060;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#vdhw55PpDL8FVdtywTFb2S01cG6pkQSv { position:absolute;display:block;z-index:15061;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#wAWrsLEpGLPXEdvUxqomf81H9XSZuHIJ { position:absolute;display:block;z-index:15062;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#vIwhQwRvwmk05bXq7VEsFTiPWpTynGs4 { position:absolute;display:block;z-index:15063;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#ZyUwlShWM49I0gBymiDp9sHEvN3x6HQE { position:absolute;display:block;z-index:15065;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:24.6875rem;width:41.5625rem;top:50.8125rem;left:9.21875rem;overflow:hidden;display:block; }
#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container { background-color: transparent; background-image: none; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container > .video-iframe-container { display: none; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row > .video-iframe-container { display: none; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .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); }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container { border-width: 0; border-radius: 0; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:60rem;position:relative;display:block; }#PGJrKVykvL8zr5O9Uw1NmTWPS6LQ2W8T { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:21.0625rem;width:18.75rem;top:10.1875rem;left:0rem;display:block; }
#ei2Us3mAXKdCMdN1D6oaGH5769hXIkqD { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15034;line-height:1.4;letter-spacing:0;top:16.3125rem;left:2.625rem;height:9.795875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oZsQhtCOmi6uycDcnlblvBC4zxJmPwht { position:absolute;display:block;z-index:15035;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.5625rem;width:0.875rem;top:15.8125rem;left:1.375rem;overflow:hidden;display:block; }
#TN7J4lL989rTWytdaefHHNxoHx0fFcn2 { position:absolute;display:block;z-index:15036;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:3.6875rem;top:11.0625rem;left:0rem;overflow:hidden;display:block; }
#lJcNdkVQAWxgAZQ02F4TFZDdNG1h89WL { color:rgba(var(--color-tertiary-4),0.5);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:13rem;left:3.8125rem;height:1.21875rem;display:block; }
#iTpWIwROaGTJDKM967Amm4R8DtRGvn9s { color:rgba(var(--color-primary-2),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:11.75rem;left:3.8125rem;height:1.1375rem;font-style:normal;display:block; }
#zUTvmJPsWnTGTDOf7c3Vq47FbzGvXscz { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:21.125rem;width:18.75rem;top:10.1875rem;left:20.625rem;display:block; }
#wvRzdTkCtz38sCvoPs680ZTqgaIvrJqT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:16.3125rem;left:23.1875rem;height:12.594725rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#aCpZwq3LQE54SSceQ8gzOfkQ5t0yWLLW { position:absolute;display:block;z-index:15041;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.5625rem;width:0.875rem;top:15.8125rem;left:21.9375rem;overflow:hidden;display:block; }
#uPrtUEFbJ1gJAKbuKlxhTXt2PVlBF2zh { position:absolute;display:block;z-index:15042;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:3.75rem;top:11.0625rem;left:21.5625rem;overflow:hidden;display:block; }
#ZE0RxWvkwb0iOTeke1MfwXpaWwIUC11k { color:rgba(var(--color-tertiary-4),0.5);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:13rem;left:26.25rem;height:1.21875rem;display:block; }
#U1wvXboKasQXSBuUzAJ4r1BR039E75yx { color:rgba(var(--color-primary-2),1);display:block;width:4.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:11.75rem;left:26.25rem;height:1.1375rem;font-style:normal;display:block; }
#deMNNleQi9wzBdEelbUnaKJ8pP5Rt3qc { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:21rem;width:18.75rem;top:10.25rem;left:41.25rem;display:block; }
#sheFfkGCbCzxiR7iKXnXEBE7X45nkIZ6 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:16.875rem;left:44rem;height:11.19530625rem;font-style:italic;display:block; }
#H1iGmZIe3tbqkM8VXKIeZrlAaTiqgm10 { position:absolute;display:block;z-index:15047;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.5625rem;width:0.875rem;top:16.375rem;left:42.75rem;overflow:hidden;display:block; }
#r1t1TKZkQDQFJBuJ3664pkaT4TOMV6cM { position:absolute;display:block;z-index:15048;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:3.75rem;top:11.625rem;left:42.5rem;overflow:hidden;display:block; }
#D39gG5wgkK3bfNDvTyAJngDFrJl5evfs { color:rgba(var(--color-tertiary-4),0.5);display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:13.5625rem;left:47.3125rem;height:1.21875rem;display:block; }
#cJRO2rxwKKOLUs1TwtwNbNtmAKykm1CW { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:12.3125rem;left:47.3125rem;height:1.1375rem;font-style:normal;display:block; }
#ToklCc8xewJr0lTSBTLSfkSaRceINTIF { position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:18.375rem;width:18.75rem;top:33.5rem;left:0rem;display:block; }
#eIn97epM35CNtfcWPCMLFCEDJTi2ESp0 { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15040;line-height:1.4;letter-spacing:0;top:39.625rem;left:2.625rem;height:9.795875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Fdf8VMhWdIVfL0Zc8sofdaa9DduUeZDK { color:rgba(var(--color-tertiary-4),0.5);display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15034;line-height:1.5;letter-spacing:0;top:36.3125rem;left:8.9375rem;height:1.21875rem;display:block; }
#Lt8FIk567t9bNVPZqF8Lct1iT7haMW3z { position:absolute;display:block;z-index:15042;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.25rem;width:4.4375rem;top:35.3125rem;left:22rem;overflow:hidden;display:block; }
#JfbzA13daZ0WOTTm6qRs6Tgyy5BtwmXT { color:rgba(var(--color-primary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:35.0625rem;left:8.9375rem;height:1.1375rem;font-style:normal;display:block; }
#puSyCE9nfU2yQeyT12iB5MtaWzozBb8Z { position:absolute;display:block;z-index:15041;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.5625rem;width:0.875rem;top:38.6875rem;left:1.375rem;overflow:hidden;display:block; }
#IiE36LGXDAknpZAZmSQSx2ESL4uva6qg { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:39.1875rem;left:23.25rem;height:6.9970625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#T1XT84m9L8eOn0OZuKvf7Sz22FVTDaRT { color:rgba(var(--color-tertiary-4),0.5);display:block;width:9.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15040;line-height:1.5;letter-spacing:0;top:35.875rem;left:27.6875rem;height:1.21875rem;display:block; }
#GJOyGDelimEdwhrTSRCtL3Oc744GACIZ { color:rgba(var(--color-primary-2),1);display:block;width:7.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:34.625rem;left:27.6875rem;height:1.1375rem;font-style:normal;display:block; }
#A7ydqkgwEaHHHybUis2EzpO4sliJkTR4 { position:absolute;display:block;z-index:15047;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.5625rem;width:0.875rem;top:38.6875rem;left:22rem;overflow:hidden;display:block; }
#U2vEHJWK26VLq1ihh4G5zhnpkTTq94xE { color:rgba(var(--color-tertiary-4),0.5);display:block;width:14.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15052;line-height:1.4;letter-spacing:0;top:39.1875rem;left:43.25rem;height:4.19824375rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#uOF73FuulOxoEeGspcQ5NVXIaJkleXH3 { position:absolute;display:block;z-index:15054;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:3.6875rem;top:34.09375rem;left:42rem;overflow:hidden;display:block; }
#gd8VB562UChW6uZUU9kRPiOXf3deZAkt { color:rgba(var(--color-tertiary-4),0.5);display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15046;line-height:1.5;letter-spacing:0;top:35.875rem;left:46.9375rem;height:1.21875rem;display:block; }
#CqQgdyKSE4Mh2weU9ahutSPqinxP0LRZ { color:rgba(var(--color-primary-2),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:34.625rem;left:46.9375rem;height:1.1375rem;font-style:normal;display:block; }
#T6JJ1HdFfzLRvICNb2F5txLD1VO9Tzgq { position:absolute;display:block;z-index:15053;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.5625rem;width:0.875rem;top:38.6875rem;left:42rem;overflow:hidden;display:block; }
#qqphTJhtl2WgT9eURPNuwE4qq5ffWMNS { position:absolute;display:block;z-index:15043;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.25rem;width:6.3125rem;top:35.796875rem;left:1.375rem;overflow:hidden;display:block; }
#mTx7DIaQNCBR6LLmSVmrn520AZ457vw2 { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:18.375rem;width:18.75rem;top:33.498046875rem;left:20.625rem;display:block; }
#XZlMOnMKoNeIckzNk8TXpGzazmP5aTSt { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-tertiary-0),1);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: 0.0625rem 0.3125rem 0.9375rem rgba(7,80,181,0.1) ;height:18.375rem;width:18.75rem;top:33.498046875rem;left:41.25rem;display:block; }
#QkHZ3zOUhqHUm7FMmAbgFLmagvSvV7eX { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));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.4375rem;width:8.375rem;top:7.625rem;left:25.8125rem;display:block; }
#BzDDByptOSTwgyBQSLtZndEd60CqBQPH { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:4.3125rem;left:0rem;height:2.3369125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container { background-color: transparent; background-image: none; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container > .video-iframe-container { display: none; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row > .video-iframe-container { display: none; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .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); }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container { border-width: 0; border-radius: 0; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:60rem;position:relative;display:block; }#yEk3qHgLFCnqEqkis6y53Tsc6PBTyDbZ { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10.25rem;left:10.3125rem;display:block; }
#S1JFMCXVHtSliFymdcTG8qIJe9uVReqD { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:4.375rem;left:0rem;height:2.3375375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dG96epmTWWJNvMAEzA2kF9C2uFAiedku { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(153deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-3),1));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.4375rem;width:8.375rem;top:7.6875rem;left:26.125rem;display:block; }
#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Iq9O3rw5/tlo_landing_sprzeda.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.adaptive-delivery-prevent-bg, #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.lazyload, #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.lazyloading { background-image: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { background-color: transparent; background-image: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container > .video-iframe-container { display: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row > .video-iframe-container { display: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .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); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { border-width: 0; border-radius: 0; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { font-size:0.875rem;font-family:arial;height:39.1875rem;width:60rem;position:relative;display:block; }#h6z3h8gmdbSPmvsgwFzuaX6tMnOuSmGA { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15005;line-height:1.8;letter-spacing:0;top:17.6875rem;left:0rem;height:11.81153125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nOzUPQdGttTozKTOp3TGVvEZ4kMNqHR5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:10.96875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a7ImiTu3NLPFGfOqeOSIF1dVGnfQdegg { position:absolute;display:block;z-index:15034;background-color:#005ac4;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: 0.1875rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.2) ;height:4.625rem;width:21.875rem;top:3rem;left:38.125rem;display:block; }
#qFyV2T2kGU4A7ODTXfkrmMmTb9vNrIF2 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:3.625rem;left:38.125rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HnSvJyUzch1nrBhNGfEhi8N9afS2JR5M { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);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:28.0625rem;width:21.875rem;top:5rem;left:38.125rem;display:block; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-form-header {  }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(7,80,181,0.2);border-left:0.0625rem solid rgba(7,80,181,0.2);border-right:0.0625rem solid rgba(7,80,181,0.2);border-bottom:0.0625rem solid rgba(7,80,181,0.2);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#f2930c;background-image:url("Wyślij");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.75rem;height:3.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.125rem 0.0625rem 0.4375rem rgba(142,132,134,0.12) ;line-height:1.3; }#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button.adaptive-delivery-prevent-bg, #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button.lazyload, #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button.lazyloading { background-image: none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.4);font-family:"open sans";font-size:0.875rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.6875rem;overflow:hidden;font-style:normal;float:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-container:first-of-type{padding-top:0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-container:last-of-type{padding-bottom:0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:38.4375rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem;display:block;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV {display:block;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15026;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:7.625rem;left:38.4375rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #uGGDXw7rAtWd0KZsCCrTiQEceW8BSMFh { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MgqVTVGTtWxeLlKMXJIpevLJa8H62qof { position:relative;display:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Ezr0i2ec4h4xUJF0tfgFLMmRzLQTAdWW { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #NipzPbpLoNNqkWHthrSfdqlyFQhMDDq6 { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #dvcPCkD9uv9iQuISRunNTvu9Mcm4ECg2 { position:relative;display:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KrnfEvu8FzCvSB4ZGTRkawKlnULxh7CQ { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Txzr0WRSSIJ2wCHFRiG0kywG82wp0BSC { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #P8vykCE11gGQroqDuWDz9d2b3ovDhpl3 { position:relative;display:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #ZEhrkUxcyNIVa2yATbx7NmPC1kapNcDB { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #C1FtNP0giTVaGrdsVdwwkly3AzkT2Nv6 { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #t6DHx9OxeBTDnbFwtuQrWUV5Swzh5J5E { position:relative;display:none; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KouPen4NokddWV0G0KsGXvHZeCUCTN6P { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MbLIClgseZTWVwChdc71TlpN0w1VT6wm { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #z7VgQu2JNBLx6FF6JOGrQhvgGPcnA5Kg { position:relative;z-index:2; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #xk7lq0SPKrrlmD0r85gomPLFCwMJdfin { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KL7e7I4zyTNacqU1tVkH4T74EXzNNbiB { position:relative; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #yZfFmHunMnZEJ7GuU9au0Krix0r34HT9 { position:relative; }
#bkhoLtUB6pCeeJbmppNCap0nee4wi9tN { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15057;line-height:1.8;letter-spacing:0;top:30.76171875rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#beFcyzMd56LHU4hwZdwLVQnLn5qOKVGe { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15057;line-height:1.8;letter-spacing:0;top:33.0625rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JFz3duudSPnV56lpzR4WsQCvvqk6WCsI { color:rgba(var(--color-tertiary-0),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15058;line-height:1.8;letter-spacing:0;top:35.4248046875rem;left:0rem;height:2.36230625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr { background-color:#0d0e0e;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container { background-color: transparent; background-image: none; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container > .video-iframe-container { display: none; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row > .video-iframe-container { display: none; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .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); }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container { border-width: 0; border-radius: 0; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;overflow:visible;position:relative;display:block; }#JLiQyKl5ak3dy30SaQT4ns5ZFL1PUPIH { color:rgba(var(--color-tertiary-1),1);display:block;width:22.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.515625rem;left:4.4306640625rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPwpDfugsxBHnw3oWSEOCmkSJGnHz2wy { 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:3.0625rem;width:3.25rem;top:1.59375rem;left:0rem;overflow:hidden;display:block; }
#lTWNCCfZmT6XiT9EsgJAmMbhskxNUxVT { color:rgba(var(--color-tertiary-0),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15006;line-height:1.8;letter-spacing:0;top:1.662109375rem;left:39.4375rem;height:2.9243625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg { display:block; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbcLI1Ev551G2pacdkUgKV1h3BMGuAgt { width:21.875rem;height:4.625rem;top:6.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTx8V95hObmsO9htIrwB83pCbP5OUTdT { width:21.875rem;height:3.5rem;top:6.9375rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf04ogNSEX8c0L3JzeU95gfaoUlswi6y { width:21.875rem;height:28.0625rem;top:8.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z  { width:18.75rem;height:auto;top:10.9375rem;left:26.5rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z {display:block;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z { width:18.75rem;height:auto;top:10.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #u8zRrrXJTA4oaHsG6kUsLGSfQF6H2zRT {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #MfTQhuGaoR6bgKKSoZovgq8k1GCbJEk9 { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #uhnMlXAnwlaFTFhENPGu8r9LSchtpB8J {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #ycQl4afpVxw2cJ8exZ6TtGToPiCGJkih {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #nd7r5va8rPRldBvaxM3QtCqX6umkTroD { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n47AxAo57ENpPWccysTTeBJO4dCXdfdn {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #XqpBeokoeC21tQdGC1JSVJgW4sErDh39 {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #I98bNcMD3425hh6nWklCrRpLwmtTxn27 { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #xcxONNwqEc2zLZ7ZUiJqdndkgP8nSTQS {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #THesqXoTGdPgH8xEIhI24akqqzwumTr2 {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TiwS5XiKC4Tzd7SIgPsH61TaSTXRvn2A { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #B8A7blMo8bvr63kxTVDHT8mH1frouI4a {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n1b6WTy2REiSZeQpTEBgtPEp1L3r8Teo {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TawRoPXkFyWUVl9MVho8Brzfr9Gbglfp {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #f1NU0B3IpzfTthbM21aAzAt4mGxCPJXE {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #e2Iwywt9eHamN5zzpvRTpz13qxTxnFrG {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #AMrIuGa82zKpGuTV3ig8kSeePNmKIcps {  }
 }@media only screen and (max-width: 763px) { #kkiC3ZGqADxiIUQpUPnqBBt3mHLgJAAA { width:21.875rem;height:23.8125rem;top:9.4375rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE5tdOqNZ0iHTt45upW4Sq7IQM1sd1el { width:36.25rem;height:;top:10.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk { width:36.625rem;height:;top:23.125rem;left:0rem;font-size:1.1875rem;display:block; }#CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk li:before{  }
 }@media only screen and (max-width: 763px) { #xyJVHXNqt95b1CL5LKTHVNnmm8V7a1cC { top:2.625rem;left:0rem;width:5.875rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdCCFgp2c0x1CXtE7suuqh0K9zWvdIhf { width:9.875rem;height:2.3125rem;top:36.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinD7fR30tQTLlpFrkTTPJ2x86nt5c53 { width:11.75rem;height:2.3125rem;top:38.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3g47lgo6H1RkJCDamCiiftDTp5TpDX { width:10.8125rem;height:2.3125rem;top:38.8125rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7mgh6EcC50ud1ETlxHd4qWGTH3q64w { width:10.8125rem;height:2.3125rem;top:38.75rem;left:22.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46ckXumwWztzM2LlNT9JbZO8bQhmpLK { display:block; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW7uU19fOcwI51itzLXd9TLHEtRQnruB { width:31.5rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVfcko6HQdA6QptEgHwbiaLEfgJBWoOZ { width:29.1875rem;height:27.0625rem;top:10.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhDK97dPJKhs3BNM5NKr7rbBb2JHKckb { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAZS14MHpBMMkw3cGiTyTtltcr3cicVF { top:10.75rem;left:20rem;width:27.75rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 { display:block; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXUXZwJauqRZ17ekpX1hQXMvZJHAEkNN { top:4.0625rem;left:8.875rem;width:8.8125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bircA6UR9FTpTSdBabDefKhPwqePbaC9 { top:4.25rem;left:32.375rem;width:7.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxD2gxTUf9eQbKBiwRJZXdRRhoDrzD9 { top:4.4375rem;left:0rem;width:11.25rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJU7LnPTKsgU9N81TGegJDsb5AzhSCyI { top:3.25rem;left:21rem;width:7.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9NeUoByMpoiP556yKPlzzMdoROrnTA7 { top:3.875rem;left:37.6875rem;width:10.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D { display:block; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN6tvs61ibQQ6h2y5FyTV98hPpBB6OgO { width:26.6875rem;height:1.5625rem;top:10.25rem;left:21.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08PVPT9KrB9Jiy7l4gTxb8AfODMsVJB { width:26rem;height:2.3125rem;top:4.375rem;left:21.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPSRfg064lx0zaeA4BHOcUk6SPqXBb22 { width:27.75rem;height:9.5625rem;top:12.4375rem;left:20rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQWe3EOxAonEuy3syd91R4pCrTaRQIC { top:7.6875rem;left:26.125rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJP8v44dwfaTpkJBKOiBbSTfLgk4tSAo { width:20.625rem;height:1.25rem;top:23.25rem;left:26.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu { width:21.9375rem;height:12.375rem;top:25.125rem;left:25.8125rem;font-size:1.0625rem;display:block; }#UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu li:before{  }
 }@media only screen and (max-width: 763px) { #uxu76peAhoq8o9TwNh8TOTPTa55WwAEG { top:30.625rem;left:3.15625rem;width:13.8125rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCQWoX8Cr9cuxlwZbPbzWZITiIG9MD1 { top:7.6875rem;left:0.625rem;width:18.875rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ { display:block; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVb0GiIkWe5W2xk2Mra2uLztW8TeKRct { width:25.9375rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEE44yrTPm6MM74MW8THKWLTxnnHceph { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #firCMG9Dk14241WBhQPO0NkpSZx4rlUT { width:31.3125rem;height:1.5625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFB4kihe7940ci8JTqmO8ns7rNbPAL8I { width:29rem;height:11.125rem;top:12.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTpZT3ZEk2eHC4KbuSBcPozLvxaZhFe { width:20.625rem;height:1.25rem;top:24.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g { width:21.9375rem;height:9.1875rem;top:26.75rem;left:0rem;font-size:1.0625rem;display:block; }#BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g li:before{  }
 }@media only screen and (max-width: 763px) { #mP2XBDnC4h05y1T7hnq6zv1HriMqrlKD { top:7.6875rem;left:22.5625rem;width:25.1875rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy { display:block; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTqXy1FzF6lwz5bqLfqMv83NZUIec657 { width:28.9375rem;height:1.5625rem;top:10.25rem;left:18.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXUOO3tuVzgZN1nrvBNVRq384kQ888S { width:28.6875rem;height:2.3125rem;top:4.375rem;left:19.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APDlS1JB53oNs1BHExHkg1TfTpTHIKXk { width:28.875rem;height:9.5625rem;top:12.375rem;left:18.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO44euRvSniisrnc35Z2CrN5WMyaq2MI { top:7.6875rem;left:24.875rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmaK5TXpptSTQcK6szvZzLUXKPL5Sg4W { width:20.625rem;height:1.25rem;top:23.1875rem;left:24.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AnA1znPKleqLPJGSTznhrgMeyaq9qW { width:29.0625rem;height:13.3125rem;top:25.125rem;left:18.6875rem;font-size:1.0625rem;display:block; }#n3AnA1znPKleqLPJGSTznhrgMeyaq9qW li:before{  }
 }@media only screen and (max-width: 763px) { #xFyUwQBVOVearxnAWIUqylmmid2szb6z { top:7.6875rem;left:0rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJE50ql0ftTZL9uUq702omWxUO75fFDS { display:block; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb8eG6m0K1TD6TSrM5CWWntFmUPMzZCw { width:28.9375rem;height:1.5625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adksnrUrsksVJkrsAWOf2AvOCuazVfyK { width:27.9375rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzFtgA15JOTI7aBhMOecTgRSkkNMvZ85 { width:28.875rem;height:7.9375rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvOTz84UXcUuMRvz1UEXyX91A6VCDhz2 { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U04hk3ZDTIpIJbXSGQP2fW0Pv3UFHy1e { width:20.625rem;height:1.25rem;top:21.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 { width:21.9375rem;height:10.75rem;top:23.5rem;left:0rem;font-size:1.0625rem;display:block; }#X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 li:before{  }
 }@media only screen and (max-width: 763px) { #B5iEKTsAJ5SxWGRUrUSkGehNRVA6xySv { top:7.6875rem;left:18.25rem;width:29.5rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIS6772AEu80o85uiqMNMBEvwbyI4NQ { display:block; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU56VmuLSkPawHnBrbJpL2yWWDKbnmFF { width:30.25rem;height:1.5625rem;top:10.25rem;left:17.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4wy9ZJGhxKXizsu66n5ihAvSZT298Ec { width:23.3125rem;height:2.3125rem;top:4.375rem;left:23.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJThB91Hk4TJ5XyuLMgrpTpBTU8duzzT { top:7.6875rem;left:23.625rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ { width:25.25rem;height:13.3125rem;top:25.125rem;left:22.5rem;font-size:1.0625rem;display:block; }#TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ li:before{  }
 }@media only screen and (max-width: 763px) { #gS5i0OkV25HybRBzmVrsE01tcD2d1sfe { width:20.625rem;height:1.25rem;top:23.1875rem;left:23.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrhzDawWE77stsKXx9rnSh46HIEPTR94 { width:29.0625rem;height:9.5625rem;top:12.375rem;left:18.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUTWWbib99MrZ89cGBf1ed9EkdrHBlXG { top:7.6875rem;left:0rem;width:27.625rem;height:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR { display:block; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX55lbryATz10FnpOk7eWSrHRFUMG3OX { width:30.25rem;height:1.5625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beoUeGSqkBlWIKEiEhtRzSN8TxgoaJi3 { width:23.3125rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASXMC38qzrV9TaZivSbIFTp0NVDs92zd { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTA0vpKkcGZT0eN56eAvysqlcLCz471 { width:28.5625rem;height:10.75rem;top:28.3125rem;left:0rem;font-size:1.0625rem;display:block; }#HtTA0vpKkcGZT0eN56eAvysqlcLCz471 li:before{  }
 }@media only screen and (max-width: 763px) { #P4ItbXs2ivZiVtDDHKnTwDZfxtswMNgB { width:20.625rem;height:1.25rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOQLTitzylUvap176Hslrp1GgSfhZrd { width:29.3125rem;height:14.375rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6QEksgtmdi1qITmzQQLvdGxCLkHV9Kg { top:7.6875rem;left:18.375rem;width:29.375rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR { display:block; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua5ekQ6VnBAHqp2TZLT8XloyJp3SvVTX { width:26.6875rem;height:2.3125rem;top:4.375rem;left:21.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoCFsiaOZDduv9tP7vhNQgkNqkivWiwS { top:7.6875rem;left:25.4375rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N63KLgTAixH2ZnWx1CzeCc1DpevhNdlh { top:4.875rem;left:0rem;width:28rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FRdrXRM2qI52yPqrf0DoU9FJMQXOhT { top:22.9375rem;left:2.28125rem;width:11.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWMTHTihpdrcuDVWl2vcew7EFAee3uVc { width:20.625rem;height:1.25rem;top:24.8125rem;left:25.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 { width:26.1875rem;height:;top:26.75rem;left:21.5625rem;font-size:1.0625rem;display:block; }#brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 li:before{  }
 }@media only screen and (max-width: 763px) { #XJEVht3qRGmsMvNzW8cnsChiSPbIF7c9 { width:28.1875rem;height:11.125rem;top:12.5rem;left:19.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNW8hBGFWBB9oMhUZ6XLS1arHpUts8S { width:26.3125rem;height:1.5625rem;top:10.3125rem;left:21.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 { display:block; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsksEKdrJifshxPkN9PJubhAEHPbzFby { width:30.25rem;height:1.5625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTGKOOHkQZkbzSZaN6XUuJCJvXZy5JC { width:28.3125rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKbGeBX7IIhDLqDv3aTG2CeW94Duhllq { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPQTBEbhrcgv07AohohgCXGIcd1Pofbo { width:28.5625rem;height:;top:28.3125rem;left:0rem;font-size:1.0625rem;display:block; }#CPQTBEbhrcgv07AohohgCXGIcd1Pofbo li:before{  }
 }@media only screen and (max-width: 763px) { #RwDuKWL2wRvpZV7g5XNdvupuOttGNqxA { width:20.625rem;height:1.25rem;top:26.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmdmOwblHEJiLiLNOVDTK2poybbFufd6 { width:29.75rem;height:12.75rem;top:12.375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50Ua8xqXc4fVovQGNLM8RIQmyX3FiCP { top:7.6875rem;left:20.625rem;width:27.125rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL { display:block; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoTn3LQRgWG5SnU5827EaDO6eKkb06u1 { width:20rem;height:5.0625rem;top:1.9375rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpo9VgJbKHouuDfJpv8yZaIJUdpTHgJe { width:20.0625rem;height:1.6875rem;top:6.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIPJ8A5pMUUSomeVhSit5ragDnbJmfMr { width:19.9375rem;height:5.0625rem;top:1.875rem;left:11.8125rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws5IiNQVDd1DGeeyK2nAuf9dO7g55otW { width:20rem;height:1.6875rem;top:6.9375rem;left:11.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldOkx4SmMzO1SXK0TCXME3z7KKHF3TOE { width:20.0625rem;height:5.0625rem;top:1.875rem;left:27.5625rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdtHNA1W2Cqgi6qglT1hgaDNakVCoUp7 { width:20rem;height:1.6875rem;top:6.9375rem;left:27.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw { display:block; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqS4w8PsFEZpo1yTE1dqboN0UCh90yyl { width:32.3125rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV3Kc8xoXnSRkktwUgFu95fzlIVqqNeh { top:7.6875rem;left:0rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL { width:30.6875rem;height:4.8125rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }#A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL li:before{  }
 }@media only screen and (max-width: 763px) { #hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB { width:31.5625rem;height:6.375rem;top:15.5625rem;left:0rem;font-size:1.0625rem;display:block; }#hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB li:before{  }
 }@media only screen and (max-width: 763px) { #iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT { width:32.125rem;height:7.9375rem;top:22.5rem;left:0rem;font-size:1.0625rem;display:block; }#iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT li:before{  }
 }@media only screen and (max-width: 763px) { #LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ { width:30.8125rem;height:7.9375rem;top:31.0625rem;left:0rem;font-size:1.0625rem;display:block; }#LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ li:before{  }
 }@media only screen and (max-width: 763px) { #MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL { width:31.4375rem;height:4.75rem;top:39.5625rem;left:0rem;font-size:1.0625rem;display:block; }#MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL li:before{  }
 }@media only screen and (max-width: 763px) { #MK2FoiBcpM2hsTXrph8N2PpWJkOnZmRC { top:7.6875rem;left:27.5625rem;width:20.1875rem;height:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5lcHDvy8NhatNtcW6ozeX2LurZ4SVEW { width:26.6875rem;height:1.5625rem;top:46.5rem;left:10.53125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqElDLcowJWglTfumCX9xXPVb9UgxU0N { top:57.3125rem;left:0rem;width:47.75rem;height:12.136458333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #koOHWELi6gc0SyaMIMMs4vZmiJFRr3AS { top:48.9375rem;left:0rem;width:47.75rem;height:21.089583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEXQb3tZqTEH8UGQwnuW7pDobRI4oie8 { top:48.9375rem;left:0rem;width:47.75rem;height:21.089583333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zhe2eQsN7DWD3SEP8r4sSHMvbKHzDQDG { top:55.1875rem;left:0rem;width:47.75rem;height:11.141666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMwGqXO4ECAl8HWiKpTIgMV66riuqWux { top:50.4375rem;left:0rem;width:47.75rem;height:17.806770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #dckRSPc4FW9KplWFBUJmCNZ6Jice539W { top:55.1875rem;left:0rem;width:47.75rem;height:12.38515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIXTTzPmTFdPXr75d6p7GPP4TQXgSW5m { top:51.75rem;left:0rem;width:47.75rem;height:17.806770833333rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydMRaLAd8MNQM1iZ3hMNh3wshb5woFup { top:51rem;left:0rem;width:47.75rem;height:17.707291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #RxoL3BJwst8rfrRyJQxu4F95rk9y676L { top:54.375rem;left:0rem;width:47.75rem;height:12.38515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7ThqWGWydk4I7lVRQihPzznhZnUE9ME { top:50.8125rem;left:3.03125rem;width:41.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT8mylvv2hGi9219u8zHSRmyFGA6W27C { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcgirW4xHOsXQCaQwlJ639cNUgMVMGvT { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVV75M3r5WofibS3X79XAgzHITDhd6Ua { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdhw55PpDL8FVdtywTFb2S01cG6pkQSv { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAWrsLEpGLPXEdvUxqomf81H9XSZuHIJ { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vIwhQwRvwmk05bXq7VEsFTiPWpTynGs4 { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZyUwlShWM49I0gBymiDp9sHEvN3x6HQE { top:50.8125rem;left:3.09375rem;width:41.5625rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy { display:block; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGJrKVykvL8zr5O9Uw1NmTWPS6LQ2W8T { width:18.75rem;height:21.0625rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2Us3mAXKdCMdN1D6oaGH5769hXIkqD { width:14.8125rem;height:11.1875rem;top:16.3125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsQhtCOmi6uycDcnlblvBC4zxJmPwht { width:0.875rem;height:0.5625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN7J4lL989rTWytdaefHHNxoHx0fFcn2 { width:3.6875rem;height:3.6875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJcNdkVQAWxgAZQ02F4TFZDdNG1h89WL { width:7.8125rem;height:1.1875rem;top:13rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpWIwROaGTJDKM967Amm4R8DtRGvn9s { width:5.8125rem;height:1.125rem;top:11.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTvmJPsWnTGTDOf7c3Vq47FbzGvXscz { width:18.75rem;height:21.125rem;top:10.1875rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvRzdTkCtz38sCvoPs680ZTqgaIvrJqT { width:14.9375rem;height:12.5625rem;top:16.3125rem;left:16.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCpZwq3LQE54SSceQ8gzOfkQ5t0yWLLW { width:0.875rem;height:0.5625rem;top:15.8125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPrtUEFbJ1gJAKbuKlxhTXt2PVlBF2zh { width:3.75rem;height:3.6875rem;top:11.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0RxWvkwb0iOTeke1MfwXpaWwIUC11k { width:9.5625rem;height:1.1875rem;top:13rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wvXboKasQXSBuUzAJ4r1BR039E75yx { width:4.375rem;height:1.125rem;top:11.75rem;left:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMNNleQi9wzBdEelbUnaKJ8pP5Rt3qc { width:18.75rem;height:21rem;top:10.25rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sheFfkGCbCzxiR7iKXnXEBE7X45nkIZ6 { width:14.1875rem;height:12.5625rem;top:16.875rem;left:33.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1iGmZIe3tbqkM8VXKIeZrlAaTiqgm10 { width:0.875rem;height:0.5625rem;top:16.375rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1t1TKZkQDQFJBuJ3664pkaT4TOMV6cM { width:3.75rem;height:3.6875rem;top:11.625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39gG5wgkK3bfNDvTyAJngDFrJl5evfs { width:10.1875rem;height:1.1875rem;top:13.5625rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRO2rxwKKOLUs1TwtwNbNtmAKykm1CW { width:10.0625rem;height:1.125rem;top:12.3125rem;left:37rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToklCc8xewJr0lTSBTLSfkSaRceINTIF { width:18.75rem;height:18.375rem;top:33.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn97epM35CNtfcWPCMLFCEDJTi2ESp0 { width:14.8125rem;height:9.75rem;top:39.625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdf8VMhWdIVfL0Zc8sofdaa9DduUeZDK { width:7.8125rem;height:1.1875rem;top:36.3125rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8FIk567t9bNVPZqF8Lct1iT7haMW3z { width:4.4375rem;height:1.25rem;top:35.3125rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfbzA13daZ0WOTTm6qRs6Tgyy5BtwmXT { width:7.375rem;height:1.125rem;top:35.0625rem;left:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSyCE9nfU2yQeyT12iB5MtaWzozBb8Z { width:0.875rem;height:0.5625rem;top:38.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiE36LGXDAknpZAZmSQSx2ESL4uva6qg { width:14.8125rem;height:6.9375rem;top:39.1875rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1XT84m9L8eOn0OZuKvf7Sz22FVTDaRT { width:9.5rem;height:1.25rem;top:35.875rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOyGDelimEdwhrTSRCtL3Oc744GACIZ { width:7.375rem;height:1.125rem;top:34.625rem;left:21.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ydqkgwEaHHHybUis2EzpO4sliJkTR4 { width:0.875rem;height:0.5625rem;top:38.6875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2vEHJWK26VLq1ihh4G5zhnpkTTq94xE { width:14.8125rem;height:4.1875rem;top:39.1875rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF73FuulOxoEeGspcQ5NVXIaJkleXH3 { width:3.6875rem;height:3.6875rem;top:34.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8VB562UChW6uZUU9kRPiOXf3deZAkt { width:12.625rem;height:1.25rem;top:35.875rem;left:35.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQgdyKSE4Mh2weU9ahutSPqinxP0LRZ { width:10.0625rem;height:1.125rem;top:34.625rem;left:36.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JJ1HdFfzLRvICNb2F5txLD1VO9Tzgq { width:0.875rem;height:0.5625rem;top:38.6875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqphTJhtl2WgT9eURPNuwE4qq5ffWMNS { width:6.3125rem;height:1.25rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTx7DIaQNCBR6LLmSVmrn520AZ457vw2 { width:18.75rem;height:18.375rem;top:33.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZlMOnMKoNeIckzNk8TXpGzazmP5aTSt { width:18.75rem;height:18.375rem;top:33.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkHZ3zOUhqHUm7FMmAbgFLmagvSvV7eX { top:7.625rem;left:19.625rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzDDByptOSTwgyBQSLtZndEd60CqBQPH { width:47.75rem;height:2.3125rem;top:4.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 { display:block; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEk3qHgLFCnqEqkis6y53Tsc6PBTyDbZ { top:10.25rem;left:4.1875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JFMCXVHtSliFymdcTG8qIJe9uVReqD { width:47.75rem;height:2.3125rem;top:4.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dG96epmTWWJNvMAEzA2kF9C2uFAiedku { top:7.6875rem;left:20rem;width:8.375rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 { display:block; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6z3h8gmdbSPmvsgwFzuaX6tMnOuSmGA { width:31.5625rem;height:11.75rem;top:17.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOzUPQdGttTozKTOp3TGVvEZ4kMNqHR5 { width:34.3125rem;height:;top:4.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ImiTu3NLPFGfOqeOSIF1dVGnfQdegg { width:21.875rem;height:4.625rem;top:3rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFyV2T2kGU4A7ODTXfkrmMmTb9vNrIF2 { width:21.875rem;height:3.5rem;top:3.625rem;left:25.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnSvJyUzch1nrBhNGfEhi8N9afS2JR5M { width:21.875rem;height:28.0625rem;top:5rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-regular-label { width:18.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-textarea { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-checkbox-label { width:17.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV  { width:18.75rem;height:auto;top:10.9375rem;left:26.5rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .radio-container { width:18.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV {display:block;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV { width:18.75rem;height:auto;top:10.9375rem;left:26.5rem; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #uGGDXw7rAtWd0KZsCCrTiQEceW8BSMFh {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MgqVTVGTtWxeLlKMXJIpevLJa8H62qof { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Ezr0i2ec4h4xUJF0tfgFLMmRzLQTAdWW {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #NipzPbpLoNNqkWHthrSfdqlyFQhMDDq6 {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #dvcPCkD9uv9iQuISRunNTvu9Mcm4ECg2 { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KrnfEvu8FzCvSB4ZGTRkawKlnULxh7CQ {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Txzr0WRSSIJ2wCHFRiG0kywG82wp0BSC {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #P8vykCE11gGQroqDuWDz9d2b3ovDhpl3 { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #ZEhrkUxcyNIVa2yATbx7NmPC1kapNcDB {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #C1FtNP0giTVaGrdsVdwwkly3AzkT2Nv6 {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #t6DHx9OxeBTDnbFwtuQrWUV5Swzh5J5E { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KouPen4NokddWV0G0KsGXvHZeCUCTN6P {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MbLIClgseZTWVwChdc71TlpN0w1VT6wm {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #z7VgQu2JNBLx6FF6JOGrQhvgGPcnA5Kg {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #xk7lq0SPKrrlmD0r85gomPLFCwMJdfin {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KL7e7I4zyTNacqU1tVkH4T74EXzNNbiB {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #yZfFmHunMnZEJ7GuU9au0Krix0r34HT9 {  }
 }@media only screen and (max-width: 763px) { #bkhoLtUB6pCeeJbmppNCap0nee4wi9tN { width:35.0625rem;height:2.3125rem;top:30.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFcyzMd56LHU4hwZdwLVQnLn5qOKVGe { width:35.0625rem;height:2.3125rem;top:33.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFz3duudSPnV56lpzR4WsQCvvqk6WCsI { width:35.0625rem;height:2.3125rem;top:35.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr { display:block; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLiQyKl5ak3dy30SaQT4ns5ZFL1PUPIH { width:22.0625rem;height:1.25rem;top:2.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPwpDfugsxBHnw3oWSEOCmkSJGnHz2wy { top:1.5625rem;left:0rem;width:3.25rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWNCCfZmT6XiT9EsgJAmMbhskxNUxVT { width:20.5625rem;height:2.875rem;top:1.625rem;left:27.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg { background-color:transparent;background-image:url("https://images.assets-landingi.com/Iq9O3rw5/tlo_landing_sprzeda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.adaptive-delivery-prevent-bg, #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.lazyload, #ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg.lazyloading { background-image: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { background-color: transparent; background-image: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container > .video-iframe-container { display: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row > .video-iframe-container { display: none; }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .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); }#ZDV1t7mgiaHDoGI6TdliJt77ClkbtMQg > .row .container { width:20rem;height:91.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbcLI1Ev551G2pacdkUgKV1h3BMGuAgt { width:20rem;height:4.625rem;top:46.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTx8V95hObmsO9htIrwB83pCbP5OUTdT { width:20rem;height:3.5rem;top:46.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wf04ogNSEX8c0L3JzeU95gfaoUlswi6y { width:20rem;height:28.125rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z  { width:17.5rem;height:auto;top:51.25rem;left:0rem; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z {display:block;}#VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z { width:17.5rem;height:auto;top:51.25rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #u8zRrrXJTA4oaHsG6kUsLGSfQF6H2zRT {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #MfTQhuGaoR6bgKKSoZovgq8k1GCbJEk9 { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #uhnMlXAnwlaFTFhENPGu8r9LSchtpB8J {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #ycQl4afpVxw2cJ8exZ6TtGToPiCGJkih {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #nd7r5va8rPRldBvaxM3QtCqX6umkTroD { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n47AxAo57ENpPWccysTTeBJO4dCXdfdn {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #XqpBeokoeC21tQdGC1JSVJgW4sErDh39 {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #I98bNcMD3425hh6nWklCrRpLwmtTxn27 { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #xcxONNwqEc2zLZ7ZUiJqdndkgP8nSTQS {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #THesqXoTGdPgH8xEIhI24akqqzwumTr2 {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TiwS5XiKC4Tzd7SIgPsH61TaSTXRvn2A { display:none; }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #B8A7blMo8bvr63kxTVDHT8mH1frouI4a {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #n1b6WTy2REiSZeQpTEBgtPEp1L3r8Teo {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #TawRoPXkFyWUVl9MVho8Brzfr9Gbglfp {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #f1NU0B3IpzfTthbM21aAzAt4mGxCPJXE {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #e2Iwywt9eHamN5zzpvRTpz13qxTxnFrG {  }
 }@media only screen and (max-width: 763px) { #VUsV3cKl0GbSfNhbv3rw3GvnJyD1ks6z #AMrIuGa82zKpGuTV3ig8kSeePNmKIcps {  }
 }@media only screen and (max-width: 763px) { #kkiC3ZGqADxiIUQpUPnqBBt3mHLgJAAA { width:20rem;height:23.8125rem;top:49.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BE5tdOqNZ0iHTt45upW4Sq7IQM1sd1el { width:20rem;height:15.597625rem;top:8rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk { width:20rem;height:19.746125rem;top:24.8466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#CnpHlpiTwBIKtOlclc3gtr09Nkp35kUk li:before{  }
 }@media only screen and (max-width: 763px) { #xyJVHXNqt95b1CL5LKTHVNnmm8V7a1cC { width:5.875rem;height:5.5rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdCCFgp2c0x1CXtE7suuqh0K9zWvdIhf { width:9.875rem;height:1.57493125rem;top:77.875rem;left:5.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qinD7fR30tQTLlpFrkTTPJ2x86nt5c53 { width:11.75rem;height:2.25rem;top:80.69921875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR3g47lgo6H1RkJCDamCiiftDTp5TpDX { width:10.8125rem;height:2.25rem;top:84.19921875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xm7mgh6EcC50ud1ETlxHd4qWGTH3q64w { width:10.8125rem;height:2.25rem;top:87.69921875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #X46ckXumwWztzM2LlNT9JbZO8bQhmpLK { display:block; }#X46ckXumwWztzM2LlNT9JbZO8bQhmpLK > .row .container { width:20rem;height:56.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SW7uU19fOcwI51itzLXd9TLHEtRQnruB { width:20rem;height:1.375rem;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) { #KVfcko6HQdA6QptEgHwbiaLEfgJBWoOZ { width:20rem;height:26.25rem;top:27.365234375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhDK97dPJKhs3BNM5NKr7rbBb2JHKckb { width:8.375rem;height:0.4375rem;top:2.875rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #KAZS14MHpBMMkw3cGiTyTtltcr3cicVF { width:19.8125rem;height:22.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 { display:block; }#ZsgndAqIQr1X7B1gWWWdGoN85RasrCI3 > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXUXZwJauqRZ17ekpX1hQXMvZJHAEkNN { width:8.8125rem;height:3.125rem;top:1.25rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bircA6UR9FTpTSdBabDefKhPwqePbaC9 { width:7.9375rem;height:2.8125rem;top:6.25rem;left:6.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfxD2gxTUf9eQbKBiwRJZXdRRhoDrzD9 { width:11.25rem;height:2.9375rem;top:10.9375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJU7LnPTKsgU9N81TGegJDsb5AzhSCyI { width:7.75rem;height:4.75rem;top:15.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9NeUoByMpoiP556yKPlzzMdoROrnTA7 { width:10.0625rem;height:3.5625rem;top:22.375rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D { display:block; }#Lb646vhzTh6xtHRMwRJc7GyXvqiIgG2D > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eN6tvs61ibQQ6h2y5FyTV98hPpBB6OgO { width:20rem;height:3.1875rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F08PVPT9KrB9Jiy7l4gTxb8AfODMsVJB { width:16.8125rem;height:1.375rem;top:1.25rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPSRfg064lx0zaeA4BHOcUk6SPqXBb22 { width:20rem;height:15.9375rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEQWe3EOxAonEuy3syd91R4pCrTaRQIC { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #xJP8v44dwfaTpkJBKOiBbSTfLgk4tSAo { width:20rem;height:1.27485625rem;top:43.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu { width:20rem;height:12.3828125rem;top:45.5859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#UFi2r8MEDkHIbbteEwdCKIgAI8Q9XHcu li:before{  }
 }@media only screen and (max-width: 763px) { #uxu76peAhoq8o9TwNh8TOTPTa55WwAEG { width:13.8125rem;height:6.9375rem;top:58.59375rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuCQWoX8Cr9cuxlwZbPbzWZITiIG9MD1 { width:11.5625rem;height:18.375rem;top:4.3125rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ { display:block; }#EVd06qmumrnVDAmUE2TX6u5XKa7I78TZ > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVb0GiIkWe5W2xk2Mra2uLztW8TeKRct { width:20rem;height:1.375rem;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) { #QEE44yrTPm6MM74MW8THKWLTxnnHceph { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #firCMG9Dk14241WBhQPO0NkpSZx4rlUT { width:20rem;height:3.1875rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFB4kihe7940ci8JTqmO8ns7rNbPAL8I { width:20rem;height:19.125rem;top:24.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqTpZT3ZEk2eHC4KbuSBcPozLvxaZhFe { width:20rem;height:1.27485625rem;top:44.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g { width:20rem;height:9.209rem;top:46.2109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#BAHKrSuS1qb7TuNNcbNwhFJPTlKWJT5g li:before{  }
 }@media only screen and (max-width: 763px) { #mP2XBDnC4h05y1T7hnq6zv1HriMqrlKD { width:13.875rem;height:15.625rem;top:4.5rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy { display:block; }#NTvTfirWg5K0EISt1zOzFoUXMyM1HUFy > .row .container { width:20rem;height:62.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VTqXy1FzF6lwz5bqLfqMv83NZUIec657 { width:20rem;height:3.1875rem;top:19.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcXUOO3tuVzgZN1nrvBNVRq384kQ888S { width:16.8125rem;height:1.375rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #APDlS1JB53oNs1BHExHkg1TfTpTHIKXk { width:20rem;height:14.34375rem;top:23.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO44euRvSniisrnc35Z2CrN5WMyaq2MI { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #XmaK5TXpptSTQcK6szvZzLUXKPL5Sg4W { width:20rem;height:1.27485625rem;top:38.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3AnA1znPKleqLPJGSTznhrgMeyaq9qW { width:20rem;height:19.7168125rem;top:40.1796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#n3AnA1znPKleqLPJGSTznhrgMeyaq9qW li:before{  }
 }@media only screen and (max-width: 763px) { #xFyUwQBVOVearxnAWIUqylmmid2szb6z { width:14.5625rem;height:14.5625rem;top:4.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJE50ql0ftTZL9uUq702omWxUO75fFDS { display:block; }#uJE50ql0ftTZL9uUq702omWxUO75fFDS > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vb8eG6m0K1TD6TSrM5CWWntFmUPMzZCw { width:20rem;height:3.1875rem;top:23rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adksnrUrsksVJkrsAWOf2AvOCuazVfyK { width:16.8125rem;height:1.375rem;top:1.25rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzFtgA15JOTI7aBhMOecTgRSkkNMvZ85 { width:20rem;height:12.75rem;top:26.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvOTz84UXcUuMRvz1UEXyX91A6VCDhz2 { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #U04hk3ZDTIpIJbXSGQP2fW0Pv3UFHy1e { width:20rem;height:1.27485625rem;top:40.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 { width:20rem;height:10.795875rem;top:42.0859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#X6WuH9h3sG7gSeQBrkXItE2TECwsfVl3 li:before{  }
 }@media only screen and (max-width: 763px) { #B5iEKTsAJ5SxWGRUrUSkGehNRVA6xySv { width:20rem;height:18.05075rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUIS6772AEu80o85uiqMNMBEvwbyI4NQ { display:block; }#kUIS6772AEu80o85uiqMNMBEvwbyI4NQ > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TU56VmuLSkPawHnBrbJpL2yWWDKbnmFF { width:20rem;height:3.1875rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4wy9ZJGhxKXizsu66n5ihAvSZT298Ec { width:20rem;height:1.375rem;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) { #TJThB91Hk4TJ5XyuLMgrpTpBTU8duzzT { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ { width:20rem;height:18.442375rem;top:48.8046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#TB0M9qO2eCiyHXy1mbeUnTCiuzWKfGMJ li:before{  }
 }@media only screen and (max-width: 763px) { #gS5i0OkV25HybRBzmVrsE01tcD2d1sfe { width:20rem;height:1.27485625rem;top:46.90625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrhzDawWE77stsKXx9rnSh46HIEPTR94 { width:20rem;height:17.53125rem;top:28.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUTWWbib99MrZ89cGBf1ed9EkdrHBlXG { width:20rem;height:20rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR { display:block; }#FFJDns8MJzbbr8JTmFl2UhnlX78lO5WR > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mX55lbryATz10FnpOk7eWSrHRFUMG3OX { width:20rem;height:3.1875rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beoUeGSqkBlWIKEiEhtRzSN8TxgoaJi3 { width:20rem;height:1.375rem;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) { #ASXMC38qzrV9TaZivSbIFTp0NVDs92zd { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #HtTA0vpKkcGZT0eN56eAvysqlcLCz471 { width:20rem;height:13.34475rem;top:44.3359375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#HtTA0vpKkcGZT0eN56eAvysqlcLCz471 li:before{  }
 }@media only screen and (max-width: 763px) { #P4ItbXs2ivZiVtDDHKnTwDZfxtswMNgB { width:20rem;height:1.27485625rem;top:42.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhOQLTitzylUvap176Hslrp1GgSfhZrd { width:20rem;height:19.125rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6QEksgtmdi1qITmzQQLvdGxCLkHV9Kg { width:14.25rem;height:13.9375rem;top:4.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR { display:block; }#ZJhCbkAssKbCAzs5a1IzK5MBxwG2qrRR > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ua5ekQ6VnBAHqp2TZLT8XloyJp3SvVTX { width:16.8125rem;height:1.375rem;top:1.25rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoCFsiaOZDduv9tP7vhNQgkNqkivWiwS { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #N63KLgTAixH2ZnWx1CzeCc1DpevhNdlh { width:14.3125rem;height:13.6875rem;top:4.3125rem;left:2.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8FRdrXRM2qI52yPqrf0DoU9FJMQXOhT { width:11.1875rem;height:10.1875rem;top:49.15234375rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWMTHTihpdrcuDVWl2vcew7EFAee3uVc { width:20rem;height:1.27485625rem;top:40.59375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 { width:20rem;height:6.03515625rem;top:42.4921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#brwNCoqdNgLttDfqfg8pTFeMRBIRSbr0 li:before{  }
 }@media only screen and (max-width: 763px) { #XJEVht3qRGmsMvNzW8cnsChiSPbIF7c9 { width:20rem;height:17.53125rem;top:22.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aeNW8hBGFWBB9oMhUZ6XLS1arHpUts8S { width:20rem;height:3.1875rem;top:18.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 { display:block; }#DMIyWuexTCoRRtIEKO9dM8efXxu0Vwv6 > .row .container { width:20rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UsksEKdrJifshxPkN9PJubhAEHPbzFby { width:20rem;height:3.1875rem;top:18.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiTGKOOHkQZkbzSZaN6XUuJCJvXZy5JC { width:20rem;height:1.375rem;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) { #FKbGeBX7IIhDLqDv3aTG2CeW94Duhllq { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #CPQTBEbhrcgv07AohohgCXGIcd1Pofbo { width:20rem;height:13.34475rem;top:45.9296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#CPQTBEbhrcgv07AohohgCXGIcd1Pofbo li:before{  }
 }@media only screen and (max-width: 763px) { #RwDuKWL2wRvpZV7g5XNdvupuOttGNqxA { width:20rem;height:1.27485625rem;top:44.03125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmdmOwblHEJiLiLNOVDTK2poybbFufd6 { width:20rem;height:19.125rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o50Ua8xqXc4fVovQGNLM8RIQmyX3FiCP { width:13.125rem;height:13.9375rem;top:4.3125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL { display:block; }#GruZTa2NhJ3bnxnv7hSfpRkXELoq0xmL > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GoTn3LQRgWG5SnU5827EaDO6eKkb06u1 { width:20rem;height:3.57510625rem;top:1.25rem;left:0.0625rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpo9VgJbKHouuDfJpv8yZaIJUdpTHgJe { width:20rem;height:1.6875rem;top:4.82421875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIPJ8A5pMUUSomeVhSit5ragDnbJmfMr { width:20rem;height:3.57510625rem;top:7.76171875rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ws5IiNQVDd1DGeeyK2nAuf9dO7g55otW { width:20rem;height:1.6875rem;top:11.3359375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ldOkx4SmMzO1SXK0TCXME3z7KKHF3TOE { width:20rem;height:3.57510625rem;top:14.2734375rem;left:0.125rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdtHNA1W2Cqgi6qglT1hgaDNakVCoUp7 { width:20rem;height:1.6875rem;top:17.84765625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw { display:block; }#FbSPXqrzKaVeofWQLn7bb3um2UNVl8gw > .row .container { width:20rem;height:104.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqS4w8PsFEZpo1yTE1dqboN0UCh90yyl { width:20rem;height:1.375rem;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) { #FV3Kc8xoXnSRkktwUgFu95fzlIVqqNeh { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL { width:20rem;height:9.5625rem;top:76.28125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#A7FVyPhyLzu0EEhXEkGu5hUoBVsEfwGL li:before{  }
 }@media only screen and (max-width: 763px) { #hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB { width:20rem;height:11.15625rem;top:64.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#hsBhgVxdGbmT1vkvEZp9U0E82wLOHFvB li:before{  }
 }@media only screen and (max-width: 763px) { #iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT { width:20rem;height:15.9375rem;top:47.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#iuiETCDHpMh0vb5DJ5h1BWA6FeKekKGT li:before{  }
 }@media only screen and (max-width: 763px) { #LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ { width:20rem;height:14.34375rem;top:32.96875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#LhgqT6cSNWM7zB8FlqPwzzlwkLiWNNPZ li:before{  }
 }@media only screen and (max-width: 763px) { #MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL { width:20rem;height:7.96875rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }#MpmWhbnHXv0u9KOOKFp7gXOBw7TxQHwL li:before{  }
 }@media only screen and (max-width: 763px) { #MK2FoiBcpM2hsTXrph8N2PpWJkOnZmRC { width:10.125rem;height:18.1875rem;top:4.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5lcHDvy8NhatNtcW6ozeX2LurZ4SVEW { width:20rem;height:3.1875rem;top:87.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqElDLcowJWglTfumCX9xXPVb9UgxU0N { width:20rem;height:5.08203125rem;top:97.875rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #koOHWELi6gc0SyaMIMMs4vZmiJFRr3AS { width:20rem;height:8.8333333333331rem;top:91.875rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #VEXQb3tZqTEH8UGQwnuW7pDobRI4oie8 { width:20rem;height:8.8333333333331rem;top:94.5rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Zhe2eQsN7DWD3SEP8r4sSHMvbKHzDQDG { width:20rem;height:4.6666666666667rem;top:98.125rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #QMwGqXO4ECAl8HWiKpTIgMV66riuqWux { width:20rem;height:7.4583333333331rem;top:93.375rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #dckRSPc4FW9KplWFBUJmCNZ6Jice539W { width:20rem;height:5.1875rem;top:98.125rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #VIXTTzPmTFdPXr75d6p7GPP4TQXgSW5m { width:20rem;height:7.4583333333331rem;top:94.6875rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ydMRaLAd8MNQM1iZ3hMNh3wshb5woFup { width:20rem;height:7.4166666666669rem;top:93.9375rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #RxoL3BJwst8rfrRyJQxu4F95rk9y676L { width:20rem;height:5.1875rem;top:97.3125rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #L7ThqWGWydk4I7lVRQihPzznhZnUE9ME { width:20rem;height:11.844077961019rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #kT8mylvv2hGi9219u8zHSRmyFGA6W27C { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #IcgirW4xHOsXQCaQwlJ639cNUgMVMGvT { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #iVV75M3r5WofibS3X79XAgzHITDhd6Ua { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #vdhw55PpDL8FVdtywTFb2S01cG6pkQSv { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #wAWrsLEpGLPXEdvUxqomf81H9XSZuHIJ { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #vIwhQwRvwmk05bXq7VEsFTiPWpTynGs4 { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ZyUwlShWM49I0gBymiDp9sHEvN3x6HQE { width:20rem;height:11.87969924812rem;top:91rem;left:0rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy { display:block; }#uIP2FE6cC3LWr9GsnQ6l3XWvyPGiBLJy > .row .container { width:20rem;height:132.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PGJrKVykvL8zr5O9Uw1NmTWPS6LQ2W8T { width:18.75rem;height:21.0625rem;top:4.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ei2Us3mAXKdCMdN1D6oaGH5769hXIkqD { width:14.8125rem;height:11.1953125rem;top:11.0625rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZsQhtCOmi6uycDcnlblvBC4zxJmPwht { width:0.875rem;height:0.5625rem;top:10.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN7J4lL989rTWytdaefHHNxoHx0fFcn2 { width:3.6875rem;height:3.6875rem;top:5.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJcNdkVQAWxgAZQ02F4TFZDdNG1h89WL { width:10.75rem;height:1.5rem;top:7.75rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTpWIwROaGTJDKM967Amm4R8DtRGvn9s { width:5.8125rem;height:1.29980625rem;top:6.5rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUTvmJPsWnTGTDOf7c3Vq47FbzGvXscz { width:18.75rem;height:21.125rem;top:46.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvRzdTkCtz38sCvoPs680ZTqgaIvrJqT { width:14.9375rem;height:12.594725rem;top:53rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCpZwq3LQE54SSceQ8gzOfkQ5t0yWLLW { width:0.875rem;height:0.5625rem;top:52.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uPrtUEFbJ1gJAKbuKlxhTXt2PVlBF2zh { width:3.75rem;height:3.6875rem;top:47.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZE0RxWvkwb0iOTeke1MfwXpaWwIUC11k { width:12.1875rem;height:1.5rem;top:49.6875rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1wvXboKasQXSBuUzAJ4r1BR039E75yx { width:4.375rem;height:1.29980625rem;top:48.4375rem;left:6.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #deMNNleQi9wzBdEelbUnaKJ8pP5Rt3qc { width:18.75rem;height:21rem;top:88.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sheFfkGCbCzxiR7iKXnXEBE7X45nkIZ6 { width:14.1875rem;height:12.59471875rem;top:95.5rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1iGmZIe3tbqkM8VXKIeZrlAaTiqgm10 { width:0.875rem;height:0.5625rem;top:95rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1t1TKZkQDQFJBuJ3664pkaT4TOMV6cM { width:3.75rem;height:3.6875rem;top:90.25rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D39gG5wgkK3bfNDvTyAJngDFrJl5evfs { width:11.875rem;height:1.5rem;top:92.1875rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJRO2rxwKKOLUs1TwtwNbNtmAKykm1CW { width:10.0625rem;height:1.29980625rem;top:90.9375rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToklCc8xewJr0lTSBTLSfkSaRceINTIF { width:18.75rem;height:18.375rem;top:27.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIn97epM35CNtfcWPCMLFCEDJTi2ESp0 { width:14.8125rem;height:9.795875rem;top:33.375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdf8VMhWdIVfL0Zc8sofdaa9DduUeZDK { width:7.8125rem;height:1.5rem;top:30.0625rem;left:9.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt8FIk567t9bNVPZqF8Lct1iT7haMW3z { width:4.4375rem;height:1.25rem;top:71.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfbzA13daZ0WOTTm6qRs6Tgyy5BtwmXT { width:7.375rem;height:1.29980625rem;top:28.8125rem;left:9.5625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #puSyCE9nfU2yQeyT12iB5MtaWzozBb8Z { width:0.875rem;height:0.5625rem;top:32.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IiE36LGXDAknpZAZmSQSx2ESL4uva6qg { width:14.8125rem;height:6.9970625rem;top:74.9375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1XT84m9L8eOn0OZuKvf7Sz22FVTDaRT { width:11.3125rem;height:1.5rem;top:71.625rem;left:7.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJOyGDelimEdwhrTSRCtL3Oc744GACIZ { width:7.375rem;height:1.29980625rem;top:70.375rem;left:7.6875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7ydqkgwEaHHHybUis2EzpO4sliJkTR4 { width:0.875rem;height:0.5625rem;top:74.4375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2vEHJWK26VLq1ihh4G5zhnpkTTq94xE { width:14.8125rem;height:4.19824375rem;top:118.0625rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOF73FuulOxoEeGspcQ5NVXIaJkleXH3 { width:3.6875rem;height:3.6875rem;top:111.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd8VB562UChW6uZUU9kRPiOXf3deZAkt { width:13rem;height:3rem;top:113.5rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqQgdyKSE4Mh2weU9ahutSPqinxP0LRZ { width:12rem;height:1.29980625rem;top:112.25rem;left:6.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6JJ1HdFfzLRvICNb2F5txLD1VO9Tzgq { width:0.875rem;height:0.5625rem;top:117.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqphTJhtl2WgT9eURPNuwE4qq5ffWMNS { width:6.3125rem;height:1.25rem;top:29.5625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTx7DIaQNCBR6LLmSVmrn520AZ457vw2 { width:18.75rem;height:18.375rem;top:69.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZlMOnMKoNeIckzNk8TXpGzazmP5aTSt { width:18.75rem;height:18.375rem;top:111.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkHZ3zOUhqHUm7FMmAbgFLmagvSvV7eX { width:8.375rem;height:0.4375rem;top:3.25rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzDDByptOSTwgyBQSLtZndEd60CqBQPH { width:20rem;height:1.375rem;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) { #i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 { display:block; }#i5x9BFVWdVD6lhFwEQZnD5QnKXxtnZ19 > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yEk3qHgLFCnqEqkis6y53Tsc6PBTyDbZ { height:11.25rem;width:20rem;top:6.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1JFMCXVHtSliFymdcTG8qIJe9uVReqD { width:20rem;height:2.75rem;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) { #dG96epmTWWJNvMAEzA2kF9C2uFAiedku { width:8.375rem;height:0.4375rem;top:4.625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/Iq9O3rw5/tlo_landing_sprzeda.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.adaptive-delivery-prevent-bg, #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.lazyload, #TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2.lazyloading { background-image: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { background-color: transparent; background-image: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container > .video-iframe-container { display: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row > .video-iframe-container { display: none; }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .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); }#TcP4BcWumnILGXZ7B4w9QC8ELyTJMdt2 > .row .container { width:20rem;height:72.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6z3h8gmdbSPmvsgwFzuaX6tMnOuSmGA { width:20rem;height:11.01953125rem;top:15.498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOzUPQdGttTozKTOp3TGVvEZ4kMNqHR5 { width:20rem;height:12.9980625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7ImiTu3NLPFGfOqeOSIF1dVGnfQdegg { width:20rem;height:4.625rem;top:36.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFyV2T2kGU4A7ODTXfkrmMmTb9vNrIF2 { width:20rem;height:3.5rem;top:37.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnSvJyUzch1nrBhNGfEhi8N9afS2JR5M { width:20rem;height:28.0625rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-text {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-select {padding-top: 0; padding-bottom: 0;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV  { width:17.5rem;height:auto;top:43.875rem;left:0rem; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV {display:block;}#kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV { width:17.5rem;height:auto;top:43.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #uGGDXw7rAtWd0KZsCCrTiQEceW8BSMFh {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MgqVTVGTtWxeLlKMXJIpevLJa8H62qof { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Ezr0i2ec4h4xUJF0tfgFLMmRzLQTAdWW {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #NipzPbpLoNNqkWHthrSfdqlyFQhMDDq6 {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #dvcPCkD9uv9iQuISRunNTvu9Mcm4ECg2 { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KrnfEvu8FzCvSB4ZGTRkawKlnULxh7CQ {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #Txzr0WRSSIJ2wCHFRiG0kywG82wp0BSC {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #P8vykCE11gGQroqDuWDz9d2b3ovDhpl3 { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #ZEhrkUxcyNIVa2yATbx7NmPC1kapNcDB {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #C1FtNP0giTVaGrdsVdwwkly3AzkT2Nv6 {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #t6DHx9OxeBTDnbFwtuQrWUV5Swzh5J5E { display:none; }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KouPen4NokddWV0G0KsGXvHZeCUCTN6P {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #MbLIClgseZTWVwChdc71TlpN0w1VT6wm {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #z7VgQu2JNBLx6FF6JOGrQhvgGPcnA5Kg {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #xk7lq0SPKrrlmD0r85gomPLFCwMJdfin {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #KL7e7I4zyTNacqU1tVkH4T74EXzNNbiB {  }
 }@media only screen and (max-width: 763px) { #kKZkGJEuGu5onkAovB87pe1m2Lmb6mqV #yZfFmHunMnZEJ7GuU9au0Krix0r34HT9 {  }
 }@media only screen and (max-width: 763px) { #bkhoLtUB6pCeeJbmppNCap0nee4wi9tN { width:20rem;height:1.57493125rem;top:28.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beFcyzMd56LHU4hwZdwLVQnLn5qOKVGe { width:20rem;height:2.25rem;top:30.44921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFz3duudSPnV56lpzR4WsQCvvqk6WCsI { width:20rem;height:2.25rem;top:32.69921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr { display:block; }#LvLTeJs6WTRUfOUQcRLLw3Vh0qMFa6yr > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JLiQyKl5ak3dy30SaQT4ns5ZFL1PUPIH { width:20rem;height:2.4375rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPwpDfugsxBHnw3oWSEOCmkSJGnHz2wy { width:3.25rem;height:3.0625rem;top:1.5rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTWNCCfZmT6XiT9EsgJAmMbhskxNUxVT { width:20rem;height:4.3857375rem;top:8.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }