.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:255,249,217;--color-primary-1:255,237,128;--color-primary-2:255,218,0;--color-primary-3:128,109,0;--color-primary-4:38,33,0;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:248,248,248;--color-tertiary-2:246,246,246;--color-tertiary-3:4,4,4;--color-tertiary-4:0,0,0;--headlines-font-family:"Syne";--paragraphs-font-family:"Syne"; }@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-4),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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#tT9XNIMtdSFTmPUsSSD8osc0e7P1cIMg { 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:1.875rem;width:12.5625rem;top:2.5625rem;left:3.0625rem;overflow:hidden;display:block; }
#KW9FDnJdtL6uB2ld7ckLDv5LJ4LTRxM7 { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:3rem;left:25.625rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lP7ZdIECTUcbGIWM2lGlPinZZqiDlVMw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3rem;left:33.0625rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LKbMhL5xRa2CZkkHVL7m5BKDxth3TC7v { color:rgba(var(--color-tertiary-0),1);display:block;width:5.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3rem;left:51.875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vyW5clgINw1gSLWqeZRcTyxUyta1eoEl { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3rem;left:43.5rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r7EfwQRsSuvJU4ZnTThEIkUNPD6Revs2 { color:rgba(var(--color-tertiary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.0625rem;left:2.28125rem;height:7.6888rem;text-align:center;text-align-last:center;display:block; }
#GhbvkCWgrw7gL70daa5SL25gH8sIQSbr { color:#fbfbfb;display:block;width:49.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:22.0625rem;left:5.0625rem;height:2.2747375rem;text-align:center;text-align-last:center;display:block; }
#GluewEfngTtbT7OfdHoJf3mSQRMyp9Ab { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:31.875rem;left:20.1875rem;display:block; }
#vkLkL8afQrxCIiLGDOAFNLpDvA2uhJMV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:39.6875rem;left:28rem; }
#R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }#J4Dk3q1tRwQr2T67ppqgOciJ6q3Qat2z { color:rgba(var(--color-tertiary-2),1);display:block;width:55.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.0625rem;left:2.28125rem;height:7.6875rem;text-align:center;text-align-last:center;display:none; }
#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu { 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; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container { background-color: transparent; background-image: none; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container > .video-iframe-container { display: none; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row > .video-iframe-container { display: none; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .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); }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container { border-width: 0; border-radius: 0; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container { font-size:0.875rem;font-family:arial;height:61.0625rem;width:60rem;position:relative;display:block; }#t1mMeI4lxACQlD0iDBclCoW9HTGk76v4 { color:rgba(var(--color-tertiary-4),1);display:block;width:49.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.3125rem;left:5.125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#kTKt78aMoWWFXi6LZs4xiEukaH3nqzgD { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:5rem;left:5.125rem;display:block; }
#uSLqupso75OoP7Uzg2g4WPKZFVHg5fno { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:14.5rem;left:22.4375rem;height:2.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VS6eRfLToCeueNy876bJrWEJHK1VM2da { 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:9.6875rem;width:9.0625rem;top:11.6875rem;left:10.9375rem;overflow:hidden;display:block; }
#ybuvb4ncuAZ4MWIIzRkhpG1KxEaqvqnD { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:26.6875rem;left:22.25rem;height:2.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zSw3geVBtz5CziMTJmQId9malRsgGbRW { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:10.375rem;top:23.5625rem;left:10.25rem;overflow:hidden;display:block; }
#k5JpiBGfPKDKZTEOPS0fcPn44Ot6xofe { color:rgba(var(--color-tertiary-4),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1;letter-spacing:0;top:37.0625rem;left:22.5rem;height:2.5rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DFCLNpGNSFxT8ZgPTlvP4B9tM2OIyK5I { position:absolute;display:block;z-index:15015;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.1875rem;width:8.875rem;top:35.1875rem;left:11rem;overflow:hidden;display:block; }
#k4NrX00HOIfwWZJaTK0re3ODqIFmWRx9 { 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:7.125rem;width:7.625rem;top:45.46875rem;left:11.65625rem;overflow:hidden;display:block; }
#UOFTihA78ZPEkyTDf1T4RXc9sXcIDPes { color:rgba(var(--color-tertiary-4),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:48.09375rem;left:22.4375rem;height:1.5625rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WKIPGTVTpoiHRP2KVbzWvoZgQETRCW2L { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:15.5rem;top:49.96875rem;left:22rem;display:block; }
#HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:55rem;left:27.75rem; }
#HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH { 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; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container { background-color: transparent; background-image: none; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container > .video-iframe-container { display: none; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row > .video-iframe-container { display: none; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .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); }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container { border-width: 0; border-radius: 0; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container { font-size:0.875rem;font-family:arial;height:38.875rem;width:60rem;position:relative;display:block; }#iQ8N5QNz0SFBPNSJtP2QatEMTgkflkEe { color:rgba(var(--color-tertiary-3),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:2.1875rem;left:4.3125rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#nEblSuMH09mDxBXaDkTwGHdXlH75iyHZ { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:1.875rem;left:3.125rem;display:block; }
#EHNo0xzIWnkFmtEPTMkLbJTrpGXybDAx { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:2.1875rem;left:19.875rem;height:2.11263125rem;text-align:center;text-align-last:center;display:block; }
#qXhwBAHt3wDtJ6nm7n9A31Ibss9IPXO0 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15015;line-height:1;letter-spacing:0;top:9.6865234375rem;left:3.125rem;height:23.63278125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KOK2NcG3HqpQHuQiMtE0DkFzRKx4KMnB { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.0625rem;width:20.875rem;display:none; }
#RNuDViqtqlzvsVZ7oABSrbbZSeoOtIzW { 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:5.0625rem;width:9.9375rem;top:18.15234375rem;left:21.1171875rem;overflow:hidden;display:block; }
#c90EcaUV5IiB2uiRT3aBiERvS9HOAKpN { 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:29.9375rem;width:39.75rem;top:8.8741331100462rem;left:28.25rem;overflow:hidden;display:block; }
#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container { background-color: transparent; background-image: none; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container > .video-iframe-container { display: none; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row > .video-iframe-container { display: none; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .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); }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container { border-width: 0; border-radius: 0; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:60rem;position:relative;display:block; }#AQIUaSgJCHIgOFbdP8aIsMocnD5wP4g5 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:51.5625rem;top:3.90625rem;left:4.21875rem;display:block; }
#xkFb61Ia4f4hL7s90HPCXArf3XP6QZX9 { position:absolute;display:block;z-index:15001;height:23.75rem;width:43.9375rem;top:7.09375rem;left:8.03125rem;display:block; }
#HATuFuJwzG3kyxLoRtGJNTv3t1wewVKq { position:absolute;display:block;z-index:15001;height:23.75rem;width:43.9375rem;top:7.09375rem;left:8.03125rem;display:none; }
#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR { 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; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container { background-color: transparent; background-image: none; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container > .video-iframe-container { display: none; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row > .video-iframe-container { display: none; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .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); }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container { border-width: 0; border-radius: 0; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:60rem;position:relative;display:block; }#WqJi5RSgyadC7TGQ7b3P7qOkUQdTkUmQ { color:rgba(var(--color-tertiary-3),1);display:block;width:37.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:3.880859375rem;left:11.40625rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rHHvODyLS4SbV1XJg5hlPmHWzfvFAWFb { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:3.5625rem;left:3.125rem;display:block; }
#wswShIh7fuNFWMNTJgu6bsbMdMcI2pAn { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:none;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;width:0;top:8.4375rem;left:4.8125rem;display:block; }
#vgyNvcAUBkTwpq6J8yFDpIwKaDwOkf2T { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:10rem;left:4rem;display:block; }
#yLPVJwAThMpwV4kMLMOJQ4dwbJHciGUh { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:10rem;left:16.9375rem;display:block; }
#ws6ysEZtK5waUcc4Ryc42z5lMrD8pdNp { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:10rem;left:29.875rem;display:block; }
#DS2h78wfZXUaaLcfXWdNoVr6lcXeuzlW { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:10rem;left:42.8125rem;display:block; }
#aDrhn5tTJqsOy9rXVLaN6KB0DK946qpe { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:25rem;left:10.5rem;display:block; }
#XLowiPXWb2FraHu1R5gbE45hCOLbTCAa { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:25rem;left:23.4375rem;display:block; }
#FfavWBnqcNSrMh6K4qJzGBMtbDWVsRur { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:11.625rem;top:25rem;left:36.375rem;display:block; }
#Fld38iQsfDupmIiVEsAegJPx4kdxnHPC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.25rem;left:4.8125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PIJrS5O6IQ3Kq0XnWLkX39PkmBBIPz39 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:15.3125rem;left:4.8125rem;height:2.11154375rem;text-align:center;text-align-last:center;display:block; }
#kItSRmJ9SKZ802LP3ihBUbIUxDPWO5LF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:11.6875rem;left:17.5rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#LMnL9FAoUyVtoOIKGblsK49zcFlghsFi { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.8125rem;left:17.5625rem;height:5.84635625rem;text-align:center;text-align-last:center;display:block; }
#P6C6tTZTx6iWNx4cqJBtdeaocn1sqifI { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:12.75rem;left:30.5rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#W6no84TrM20yHBDCs4aNMSThbiO305o6 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:14.8125rem;left:30.5rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#ik2DsA3LbRrfsPt2TtQvSgsG60M86xlz { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.6875rem;left:43.4375rem;height:4.87305rem;text-align:center;text-align-last:center;display:block; }
#GBOOLE93aNBC9gWstzNQKRmtVpyw6PD2 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.75rem;left:43.4375rem;height:0.97439375rem;text-align:center;text-align-last:center;display:block; }
#bFXgdnybzLPX1lo2z5WBrwQSolR3aWvQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:27.625rem;left:11.125rem;height:1.37478125rem;text-align:center;text-align-last:center;display:block; }
#uo0ZBin4Q3fhDVi6Tqwf2ueulLUHkbG3 { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:30.8125rem;left:11.125rem;height:3.89756875rem;text-align:center;text-align-last:center;display:block; }
#C69u4Q34TFnwwsOxKbLa2ZFBxrXXxdg9 { 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.875rem;width:6.875rem;top:17.6875rem;left:49.125rem;overflow:hidden;display:block; }
#A53kQM9QaNCe4vAg7qkiw3Ur8pd8qg6Q { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:27.625rem;left:24.0625rem;height:2.75rem;text-align:center;text-align-last:center;display:block; }
#tJlqRcP9h5eZSXHRE7GNPQ1rRJEFL3N5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:30.8125rem;left:24.0625rem;height:4.8719625rem;text-align:center;text-align-last:center;display:block; }
#GVntpC3USiv36n34folsSZ2ibFOeBcMt { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15019;line-height:1.1;letter-spacing:0;top:27.625rem;left:37rem;height:4.94791875rem;text-align:center;text-align-last:center;display:block; }
#nu1cA68egXt3qZsDaRSKcaZavm6OzmMC { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:32.875rem;left:37rem;height:2.92318125rem;text-align:center;text-align-last:center;display:block; }
#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container { background-color: transparent; background-image: none; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container > .video-iframe-container { display: none; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row > .video-iframe-container { display: none; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .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); }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container { border-width: 0; border-radius: 0; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:60rem;position:relative;display:block; }#GJlb5qKH761l2c1k3n6pV1zb9TPVZTKF { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:2.0625rem;left:20.1875rem;display:block; }
#PRZ0OW9eLKgzJfZ7cULE1WSiTUOG3SKF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 { 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; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container { background-color: transparent; background-image: none; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container > .video-iframe-container { display: none; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row > .video-iframe-container { display: none; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .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); }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container { border-width: 0; border-radius: 0; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#srNIrrtGP5CxIzS7xdufXiTtXezXiJrH { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:4.0625rem;left:3.125rem;display:block; }
#ZnQwKmNNMfRwnV1bm8PpZ2XGkThgOerP { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.380859375rem;left:12.1875rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Mwoxld0W6nshfVCRx6KdzNnBybvd9w0L { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6015625rem;left:3.0625rem;height:18.77495rem;text-align:justify;text-align-last:initial;display:block; }
#KRCMl6zqsk1h47n1lT2iIMHTVRx3cZv9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:3.255859375rem;left:12.1875rem;height:2.11230625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#lc2LTuwQRwlDbai0Q3DcVeLaNDDqFEUO { position:absolute;display:block;z-index:14999;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.3125rem;width:21.6873125rem;top:17.83203125rem;left:32.809242248535rem;overflow:hidden;display:block; }
#XZUFt4Hxb7iMG9Kl3TR2gKq37iTaqk5Q { color:rgba(var(--color-tertiary-4),1);display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:13.6015625rem;left:3.0625rem;height:20.4726375rem;text-align:justify;text-align-last:initial;display:none; }
#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN { position:relative;display:block; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN { background-color: transparent; background-image: none; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container > .video-iframe-container { display: none; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row > .video-iframe-container { display: none; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .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); }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN { border-width: 0; border-radius: 0; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;font-size:0.875rem;font-family:arial;height:26.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kIyGArHv8ONKCJG5aibFloKUHknFvDiC { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:28.4375rem;top:4.75rem;left:30.8125rem;display:block; }
#I7IM1d0WRZHg8wbgpAVzndJzndBVIhuc { position:absolute;display:block;z-index:15031;height:14.3125rem;width:25.75rem;top:6.1875rem;left:32.125rem;display:block; }
#xi5tWcvAOfNdVr7CkVkcRn9uXNQ2BXGA { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:28.4375rem;top:4.75rem;left:0.8125rem;display:block; }
#GGuIPkowypK6eaZpbWqL5aFhWELydw0G { position:absolute;display:block;z-index:15030;height:14.3125rem;width:25.75rem;top:6.1875rem;left:2.125rem;display:block; }
#ndCp9XRrCuvr2ATlTLvBGGEJ53QsnXf4 { position:absolute;display:block;z-index:15031;height:14.3125rem;width:25.75rem;top:43.9375rem;left:32.125rem;display:none; }
#EIPttMBz7sTt8NWSeL2o3fTrg2tqe3s6 { position:absolute;display:block;z-index:15030;height:14.3125rem;width:25.75rem;top:43.9375rem;left:2.125rem;display:none; }
#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD { 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; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container { background-color: transparent; background-image: none; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container > .video-iframe-container { display: none; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row > .video-iframe-container { display: none; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .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); }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container { border-width: 0; border-radius: 0; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#wReJpkTTnzmE7toRBxxpEGftTJEvaR54 { color:rgba(var(--color-tertiary-0),1);display:block;width:37.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:4.380859375rem;left:11.375rem;height:2.11263125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#u2fOBoS81gDTlXxs61ptd6Vnn0KiLFiQ { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:17.3125rem;top:4.0625rem;left:3.125rem;display:block; }
#VB3hE1BrqhHCCdK1l6g0okDcnA8xIsAM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43.0625rem;width:18.0625rem;top:8.5703125rem;left:2.75rem;overflow:hidden;display:block; }
#LqdEwmmdHMvpUzv4xNzTZTmG4kGe8ZX3 { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:13.4375rem;left:21.4375rem;height:1.7875rem;text-align:justify;text-align-last:initial;display:block; }
#Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:16.25rem;left:21.375rem;height:7.4609375rem;text-align:justify;text-align-last:initial;display:block; }#Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/066ba2d5-715f-416f-9116-7a37a2fa6e42/Projektbeztytuu321.crop_186x328_153,77.preview.webp); }
#ylhbKAiyNU2FxLrLvDm2PTH184RLmLeD { color:rgba(var(--color-tertiary-4),1);display:block;width:35.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:26.25rem;left:21.5rem;height:17.06814375rem;text-align:justify;text-align-last:initial;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; }
#yxTIUZZQfFz4H7RrGqnPS70TSCCzp121 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.1875rem;width:14.0625rem;top:11.25rem;left:3.25rem;overflow:hidden;display:none; }
#ecFP7Mgv9xmF0bKOOcH9QcHOotxhRbi3 { 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:5.125rem;width:6.8125rem;top:45.9453125rem;left:0rem;overflow:hidden;display:block; }
#zlkqqqV02aHU5aUBfh254dycD0I2nUpO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:50.25rem;left:28rem; }
#zlkqqqV02aHU5aUBfh254dycD0I2nUpO > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container { background-color: transparent; background-image: none; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container > .video-iframe-container { display: none; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row > .video-iframe-container { display: none; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .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); }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container { border-width: 0; border-radius: 0; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;position:relative;display:block; }#kpsdduW7x9cMJMDSRyUlB5rNTmZDF7rx { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4rem;left:5.59375rem;height:8.52864375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJmSTJ5WlqyGgMGFX2bl932fSGR1T55c { color:rgba(var(--color-tertiary-1),1);display:block;width:48.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:17.375rem;left:5.65625rem;height:4.549475rem;text-align:center;text-align-last:center;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-form-header {  }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-regular-label { height:auto;display:block;font-family:autentyczni;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:27.4375rem;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;font-style:normal;overflow:hidden; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text { 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;border-right:0;border-bottom:0;border-left:0;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:27.4375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-textarea { 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;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;width:27.4375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .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;border-right:0;border-bottom:0;border-left:0;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:27.4375rem;box-sizing:border-box;height:2.75rem;color:rgba(var(--color-secondary-4),1);font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-button { 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:#000000;background-image:none;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.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:27.4375rem;height:3.75rem;font-family:autentyczni;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-secondary-4),0.25) ; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .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:lato;line-height:1.3;font-size:0.6875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:26.1875rem;overflow:hidden;font-style:normal;text-align:justify;text-align-last:initial; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .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; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container:first-of-type{padding-top:0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container:last-of-type{padding-bottom:0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki  { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.031253814698rem;top:26.001312255859rem;z-index:15024;position:absolute; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.4375rem;display:block;vertical-align:top; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki {display:block;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki { background-color:rgba(var(--color-primary-2),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.031253814698rem;top:26.001312255859rem;z-index:15024;position:absolute; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #ydiywqDLcTZcKzS72eugAG7vAZTAVAwB { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HMm797qP8GgJ8uD8cEAr9tdiLv7cydBR { position:relative;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #q2qMpTXHE5b0Etn3qdnNJuVbviDAiTi3 { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #NFiFDOTqpy03u7rU82rgmbtIvy0oOTLN { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #LDWW9QXpHN60IX9QI4QXXIBace8i0alU { position:relative;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #luTJQ23n6QTyKLop5q55dAGqP1KUyGq4 { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #t4HBvRpEJMmylSbTTgrghTI8TLF3sl7T { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #cQOb2CZFPL8wQqqTE9nbOMTGkcnat7it { position:relative;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bLBBC7kSw9q1GVSu3orX32howEUISRNz { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HABwtxeiXvFAkWuvaiOGcWgpuLdNkGbD { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #v3yokOMRnTwzW3CDIpQuGQG4tA4qfpbw { position:relative;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bQU0FO95OH6Nh9B1FK5QMlq9xfTFqsGS { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #EFuWnz304Ec8qwFMTTNKMAK7QkIC8CFc { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qCgoTM3zx15Z27J4UszvBeUwGNgOhVW9 { position:relative;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #u3eUc8qPymuyZbpUbREeXA5nxu2PQfyn { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #J3TXOnI1slQyvO7Nr11z0w9OctMlvF7l { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #KrvVTmBagOP1gdUVUnX6xn7ZhUXLJVFx { position:relative;z-index:2; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #Vk0FMTsFobVHlmft54b2cv3892t7TwvF { position:relative; }
#vq7h3iPcQ9FoxoihQOTJuFfitwHyReOm { position:relative;display:block;z-index:100000;display:block; }
#ozUAIiwe2asr0dqJt816KgXrUVWBk1Ab { position:relative;display:block;z-index:100000;display:block; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qHf55EABglLvmpvuzwVt7dyvHtf3WzCr { position:relative; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #iViMw07mrlFN87iVeENeKlOB1UGbeTUM { position:relative; }
#lUvmDSXmNWtBD33CtNapQ51iWhT7DObN { color:rgba(var(--color-tertiary-1),1);display:block;width:30.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:18.6875rem;left:25.53125rem;height:6.8232375rem;text-align:left;text-align-last:left;display:none; }
#Uc4cX2rAJn2XqDvqod2UiZGehonFScKy { color:rgba(var(--color-tertiary-0),1);display:block;width:48.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:4rem;left:5.59375rem;height:8.53125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9XNIMtdSFTmPUsSSD8osc0e7P1cIMg { top:2.5625rem;left:0rem;width:12.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW9FDnJdtL6uB2ld7ckLDv5LJ4LTRxM7 { top:3rem;left:19.5rem;width:6.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP7ZdIECTUcbGIWM2lGlPinZZqiDlVMw { top:3rem;left:26.9375rem;width:9.375rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbMhL5xRa2CZkkHVL7m5BKDxth3TC7v { top:3rem;left:42.6875rem;width:5.0625rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyW5clgINw1gSLWqeZRcTyxUyta1eoEl { top:3rem;left:37.375rem;width:7.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7EfwQRsSuvJU4ZnTThEIkUNPD6Revs2 { top:13.0625rem;left:0rem;width:47.75rem;height:7.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhbvkCWgrw7gL70daa5SL25gH8sIQSbr { top:22.0625rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GluewEfngTtbT7OfdHoJf3mSQRMyp9Ab { width:19.625rem;height:3.4375rem;top:31.875rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLkL8afQrxCIiLGDOAFNLpDvA2uhJMV { display:block; }
 }@media only screen and (max-width: 763px) { #R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 { top:39.6875rem;left:21.875rem;width:4rem;height:4rem;display:block; }
#R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #J4Dk3q1tRwQr2T67ppqgOciJ6q3Qat2z { top:7.9375rem;left:0rem;width:18.4375rem;height:4.875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu { display:block; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1mMeI4lxACQlD0iDBclCoW9HTGk76v4 { top:5.3125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKt78aMoWWFXi6LZs4xiEukaH3nqzgD { top:5rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLqupso75OoP7Uzg2g4WPKZFVHg5fno { top:14.5rem;left:16.3125rem;width:27.3125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VS6eRfLToCeueNy876bJrWEJHK1VM2da { top:11.6875rem;left:4.8125rem;width:9.0625rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuvb4ncuAZ4MWIIzRkhpG1KxEaqvqnD { top:26.6875rem;left:16.125rem;width:27.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSw3geVBtz5CziMTJmQId9malRsgGbRW { top:23.5625rem;left:4.125rem;width:10.375rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JpiBGfPKDKZTEOPS0fcPn44Ot6xofe { top:37.0625rem;left:16.375rem;width:27.3125rem;height:2.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFCLNpGNSFxT8ZgPTlvP4B9tM2OIyK5I { top:35.1875rem;left:4.875rem;width:8.875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4NrX00HOIfwWZJaTK0re3ODqIFmWRx9 { top:45.4375rem;left:5.53125rem;width:7.625rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFTihA78ZPEkyTDf1T4RXc9sXcIDPes { top:48.0625rem;left:16.3125rem;width:15.3125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKIPGTVTpoiHRP2KVbzWvoZgQETRCW2L { top:50rem;left:15.875rem;width:15.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 { top:55rem;left:21.625rem;width:4rem;height:4rem;display:block; }
#HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #Av13yKCIBJBTeEatWgygKdON2EBwonbH { display:block; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ8N5QNz0SFBPNSJtP2QatEMTgkflkEe { top:2.1875rem;left:0rem;width:21.5625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEblSuMH09mDxBXaDkTwGHdXlH75iyHZ { top:1.875rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNo0xzIWnkFmtEPTMkLbJTrpGXybDAx { top:2.1875rem;left:10.6875rem;width:37.0625rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXhwBAHt3wDtJ6nm7n9A31Ibss9IPXO0 { top:9.625rem;left:0rem;width:27.1875rem;height:24.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOK2NcG3HqpQHuQiMtE0DkFzRKx4KMnB { width:20.875rem;height:11.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RNuDViqtqlzvsVZ7oABSrbbZSeoOtIzW { top:18.125rem;left:14.9921875rem;width:9.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c90EcaUV5IiB2uiRT3aBiERvS9HOAKpN { top:8.8125rem;left:8rem;width:39.75rem;height:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ { display:block; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQIUaSgJCHIgOFbdP8aIsMocnD5wP4g5 { top:3.875rem;left:0rem;width:47.75rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFb61Ia4f4hL7s90HPCXArf3XP6QZX9 { top:7.0625rem;left:1.90625rem;width:43.9375rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HATuFuJwzG3kyxLoRtGJNTv3t1wewVKq { top:7.0625rem;left:1.90625rem;width:43.9375rem;height:23.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR { display:block; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqJi5RSgyadC7TGQ7b3P7qOkUQdTkUmQ { top:3.875rem;left:5.28125rem;width:37.1875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHHvODyLS4SbV1XJg5hlPmHWzfvFAWFb { top:3.5625rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wswShIh7fuNFWMNTJgu6bsbMdMcI2pAn { top:8.4375rem;left:0rem;width:0;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #vgyNvcAUBkTwpq6J8yFDpIwKaDwOkf2T { top:10rem;left:0rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLPVJwAThMpwV4kMLMOJQ4dwbJHciGUh { top:10rem;left:10.8125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6ysEZtK5waUcc4Ryc42z5lMrD8pdNp { top:10rem;left:23.75rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS2h78wfZXUaaLcfXWdNoVr6lcXeuzlW { top:10rem;left:36.125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDrhn5tTJqsOy9rXVLaN6KB0DK946qpe { top:25rem;left:4.375rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLowiPXWb2FraHu1R5gbE45hCOLbTCAa { top:25rem;left:17.3125rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfavWBnqcNSrMh6K4qJzGBMtbDWVsRur { top:25rem;left:30.25rem;width:11.625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fld38iQsfDupmIiVEsAegJPx4kdxnHPC { top:12.25rem;left:0rem;width:10.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJrS5O6IQ3Kq0XnWLkX39PkmBBIPz39 { top:15.3125rem;left:0rem;width:10.4375rem;height:3.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kItSRmJ9SKZ802LP3ihBUbIUxDPWO5LF { top:11.6875rem;left:11.375rem;width:10.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMnL9FAoUyVtoOIKGblsK49zcFlghsFi { top:14.8125rem;left:11.4375rem;width:10.4375rem;height:5.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6C6tTZTx6iWNx4cqJBtdeaocn1sqifI { top:12.75rem;left:24.375rem;width:10.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6no84TrM20yHBDCs4aNMSThbiO305o6 { top:14.8125rem;left:24.375rem;width:10.4375rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik2DsA3LbRrfsPt2TtQvSgsG60M86xlz { top:11.6875rem;left:37.3125rem;width:10.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBOOLE93aNBC9gWstzNQKRmtVpyw6PD2 { top:16.75rem;left:37.3125rem;width:10.4375rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFXgdnybzLPX1lo2z5WBrwQSolR3aWvQ { top:27.625rem;left:5rem;width:10.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uo0ZBin4Q3fhDVi6Tqwf2ueulLUHkbG3 { top:30.8125rem;left:5rem;width:10.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #C69u4Q34TFnwwsOxKbLa2ZFBxrXXxdg9 { top:17.6875rem;left:40.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A53kQM9QaNCe4vAg7qkiw3Ur8pd8qg6Q { top:27.625rem;left:17.9375rem;width:10.4375rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJlqRcP9h5eZSXHRE7GNPQ1rRJEFL3N5 { top:30.8125rem;left:17.9375rem;width:10.4375rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVntpC3USiv36n34folsSZ2ibFOeBcMt { top:27.625rem;left:30.875rem;width:10.4375rem;height:4.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu1cA68egXt3qZsDaRSKcaZavm6OzmMC { top:32.875rem;left:30.875rem;width:10.4375rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe { display:block; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJlb5qKH761l2c1k3n6pV1zb9TPVZTKF { width:19.625rem;height:3.4375rem;top:2.0625rem;left:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZ0OW9eLKgzJfZ7cULE1WSiTUOG3SKF { display:block; }
 }@media only screen and (max-width: 763px) { #DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 { display:block; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srNIrrtGP5CxIzS7xdufXiTtXezXiJrH { top:4.0625rem;left:0.0625rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQwKmNNMfRwnV1bm8PpZ2XGkThgOerP { top:4.375rem;left:0rem;width:31.6875rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mwoxld0W6nshfVCRx6KdzNnBybvd9w0L { top:13.5625rem;left:0rem;width:27rem;height:20.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRCMl6zqsk1h47n1lT2iIMHTVRx3cZv9 { top:1.75rem;left:0rem;width:15.875rem;height:3.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lc2LTuwQRwlDbai0Q3DcVeLaNDDqFEUO { top:17.8125rem;left:23.875rem;width:21.625rem;height:10.282869880719rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZUFt4Hxb7iMG9Kl3TR2gKq37iTaqk5Q { top:8.1875rem;left:0rem;width:16.875rem;height:19.125rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pf7O5vwGJSgizJz6431aiEV1kTHbZUdN { display:block; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIyGArHv8ONKCJG5aibFloKUHknFvDiC { top:4.75rem;left:19.3125rem;width:28.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7IM1d0WRZHg8wbgpAVzndJzndBVIhuc { top:6.1875rem;left:22rem;width:25.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xi5tWcvAOfNdVr7CkVkcRn9uXNQ2BXGA { top:4.75rem;left:0rem;width:28.4375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuIPkowypK6eaZpbWqL5aFhWELydw0G { top:6.1875rem;left:0rem;width:25.75rem;height:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndCp9XRrCuvr2ATlTLvBGGEJ53QsnXf4 { top:43.9375rem;left:22rem;width:25.75rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EIPttMBz7sTt8NWSeL2o3fTrg2tqe3s6 { top:43.9375rem;left:0rem;width:25.75rem;height:14.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD { display:block; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wReJpkTTnzmE7toRBxxpEGftTJEvaR54 { top:4.375rem;left:5.25rem;width:37.25rem;height:2.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2fOBoS81gDTlXxs61ptd6Vnn0KiLFiQ { top:4.0625rem;left:0rem;width:17.3125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB3hE1BrqhHCCdK1l6g0okDcnA8xIsAM { top:8.5625rem;left:0rem;width:18.0625rem;height:43.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqdEwmmdHMvpUzv4xNzTZTmG4kGe8ZX3 { top:13.4375rem;left:12.125rem;width:35.625rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT { top:16.25rem;left:12.125rem;width:35.625rem;height:7.4375rem;font-size:1.125rem;display:block; }#Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/066ba2d5-715f-416f-9116-7a37a2fa6e42/Projektbeztytuu321.crop_186x328_153,77.preview.webp); }
 }@media only screen and (max-width: 763px) { #ylhbKAiyNU2FxLrLvDm2PTH184RLmLeD { top:26.25rem;left:12.125rem;width:35.625rem;height:20.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxTIUZZQfFz4H7RrGqnPS70TSCCzp121 { top:11.25rem;left:0rem;width:14.0625rem;height:33.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecFP7Mgv9xmF0bKOOcH9QcHOotxhRbi3 { top:45.9375rem;left:0rem;width:6.8125rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlkqqqV02aHU5aUBfh254dycD0I2nUpO { top:50.25rem;left:21.875rem;width:4rem;height:4rem;display:block; }
#zlkqqqV02aHU5aUBfh254dycD0I2nUpO > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat { display:block; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpsdduW7x9cMJMDSRyUlB5rNTmZDF7rx { top:4rem;left:0rem;width:47.75rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJmSTJ5WlqyGgMGFX2bl932fSGR1T55c { top:17.375rem;left:0rem;width:47.75rem;height:4.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-regular-label { display:block;width:27.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text { width:27.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-textarea { width:27.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-select { width:27.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-button { width:20.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.5625rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-checkbox-label { width:26.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki  { width:27.4375rem;height:auto;top:26rem;left:8.9062538146975rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .radio-container { width:27.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki {display:block;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki { width:27.4375rem;height:auto;top:26rem;left:8.9062538146975rem; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #ydiywqDLcTZcKzS72eugAG7vAZTAVAwB {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HMm797qP8GgJ8uD8cEAr9tdiLv7cydBR {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #q2qMpTXHE5b0Etn3qdnNJuVbviDAiTi3 {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #NFiFDOTqpy03u7rU82rgmbtIvy0oOTLN {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #LDWW9QXpHN60IX9QI4QXXIBace8i0alU {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #luTJQ23n6QTyKLop5q55dAGqP1KUyGq4 {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #t4HBvRpEJMmylSbTTgrghTI8TLF3sl7T {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #cQOb2CZFPL8wQqqTE9nbOMTGkcnat7it {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bLBBC7kSw9q1GVSu3orX32howEUISRNz {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HABwtxeiXvFAkWuvaiOGcWgpuLdNkGbD {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #v3yokOMRnTwzW3CDIpQuGQG4tA4qfpbw {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bQU0FO95OH6Nh9B1FK5QMlq9xfTFqsGS {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #EFuWnz304Ec8qwFMTTNKMAK7QkIC8CFc {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qCgoTM3zx15Z27J4UszvBeUwGNgOhVW9 { display:block; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #u3eUc8qPymuyZbpUbREeXA5nxu2PQfyn {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #J3TXOnI1slQyvO7Nr11z0w9OctMlvF7l {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #KrvVTmBagOP1gdUVUnX6xn7ZhUXLJVFx {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #Vk0FMTsFobVHlmft54b2cv3892t7TwvF {  }
 }@media only screen and (max-width: 763px) { #vq7h3iPcQ9FoxoihQOTJuFfitwHyReOm { display:block; }
 }@media only screen and (max-width: 763px) { #ozUAIiwe2asr0dqJt816KgXrUVWBk1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qHf55EABglLvmpvuzwVt7dyvHtf3WzCr {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #iViMw07mrlFN87iVeENeKlOB1UGbeTUM {  }
 }@media only screen and (max-width: 763px) { #lUvmDSXmNWtBD33CtNapQ51iWhT7DObN { top:17.625rem;left:4.125rem;width:9.75rem;height:6.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uc4cX2rAJn2XqDvqod2UiZGehonFScKy { top:2.75rem;left:0rem;width:19.3125rem;height:8.125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tT9XNIMtdSFTmPUsSSD8osc0e7P1cIMg { width:12.5625rem;height:1.875rem;top:2.5rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KW9FDnJdtL6uB2ld7ckLDv5LJ4LTRxM7 { width:6.25rem;height:0;top:4.375rem;left:6.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lP7ZdIECTUcbGIWM2lGlPinZZqiDlVMw { width:9.375rem;height:0;top:6.6796875rem;left:5.3125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKbMhL5xRa2CZkkHVL7m5BKDxth3TC7v { width:5.0625rem;height:0;top:11.2890625rem;left:7.4375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vyW5clgINw1gSLWqeZRcTyxUyta1eoEl { width:7.25rem;height:0;top:8.984375rem;left:6.375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #r7EfwQRsSuvJU4ZnTThEIkUNPD6Revs2 { width:18.4375rem;height:0;top:6.21875rem;left:0.78125rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GhbvkCWgrw7gL70daa5SL25gH8sIQSbr { width:16rem;height:1.462675rem;top:14.40625rem;left:2.0000000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GluewEfngTtbT7OfdHoJf3mSQRMyp9Ab { width:15.95833375rem;height:2.89583375rem;top:23.578125rem;left:2.0000000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkLkL8afQrxCIiLGDOAFNLpDvA2uhJMV { display:block; }
 }@media only screen and (max-width: 763px) { #R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 { width:4rem;height:4rem;top:35.8291015625rem;left:8rem;display:none; }
#R9Zy86JapyrxrwBgRvIe7zSASmXGGOf2 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #J4Dk3q1tRwQr2T67ppqgOciJ6q3Qat2z { width:18.4375rem;height:4.8763rem;top:7.96875rem;left:0.78125rem;font-size:1.625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu { display:block; }#kJWa1BuTXJVZfV0PV1O288sDxdBb6NAu > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1mMeI4lxACQlD0iDBclCoW9HTGk76v4 { width:20rem;height:3.2487rem;top:3.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTKt78aMoWWFXi6LZs4xiEukaH3nqzgD { width:17.5rem;height:2.3125rem;top:3.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSLqupso75OoP7Uzg2g4WPKZFVHg5fno { width:15.8125rem;height:4.50086875rem;top:15.2119140625rem;left:2.09375rem;font-size:1.125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #VS6eRfLToCeueNy876bJrWEJHK1VM2da { width:5.4375rem;height:5.8125rem;top:9.3994140625rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybuvb4ncuAZ4MWIIzRkhpG1KxEaqvqnD { width:15.8125rem;height:3.37565rem;top:28.7119140625rem;left:2.09375rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zSw3geVBtz5CziMTJmQId9malRsgGbRW { width:6.25rem;height:4.5625rem;top:23.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5JpiBGfPKDKZTEOPS0fcPn44Ot6xofe { width:15.8125rem;height:3.37565rem;top:41.4375rem;left:2.125rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DFCLNpGNSFxT8ZgPTlvP4B9tM2OIyK5I { width:6.25rem;height:4.3125rem;top:36.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4NrX00HOIfwWZJaTK0re3ODqIFmWRx9 { width:6.25rem;height:5.8125rem;top:48.75rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOFTihA78ZPEkyTDf1T4RXc9sXcIDPes { width:15.8125rem;height:1.12521875rem;top:55.6875rem;left:2.125rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WKIPGTVTpoiHRP2KVbzWvoZgQETRCW2L { width:15.5rem;height:0.3125rem;top:58.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 { width:4rem;height:4rem;top:55rem;left:8rem;display:none; }
#HKHwLsVNVnhKRRe7wl9FvFxx4HEGGoP7 > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #Av13yKCIBJBTeEatWgygKdON2EBwonbH { display:block; }#Av13yKCIBJBTeEatWgygKdON2EBwonbH > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iQ8N5QNz0SFBPNSJtP2QatEMTgkflkEe { width:20rem;height:1.625rem;top:0.6875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEblSuMH09mDxBXaDkTwGHdXlH75iyHZ { width:17.3125rem;height:2.75rem;top:0.125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHNo0xzIWnkFmtEPTMkLbJTrpGXybDAx { width:20rem;height:3.2487rem;top:4.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXhwBAHt3wDtJ6nm7n9A31Ibss9IPXO0 { width:17.75rem;height:25.88001875rem;top:8.5625rem;left:1.125rem;font-size:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KOK2NcG3HqpQHuQiMtE0DkFzRKx4KMnB { top:39.0625rem;left:2.3125rem;width:5.5rem;height:2.875rem;z-index:15017;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RNuDViqtqlzvsVZ7oABSrbbZSeoOtIzW { width:9.9375rem;height:5.0625rem;top:47.749998092651rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c90EcaUV5IiB2uiRT3aBiERvS9HOAKpN { width:13.1875rem;height:10rem;top:36.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ { display:block; }#rkE5mnzwgzkOuP23ecM617C3I4dEoWxZ > .row .container { width:20rem;height:20.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQIUaSgJCHIgOFbdP8aIsMocnD5wP4g5 { width:20rem;height:15.3125rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkFb61Ia4f4hL7s90HPCXArf3XP6QZX9 { width:20rem;height:23.75rem;top:4.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HATuFuJwzG3kyxLoRtGJNTv3t1wewVKq { width:18.1875rem;height:11.6875rem;top:4.6875rem;left:0.9375rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR { display:block; }#ml1J4Z70RaMBWsIN31yUNZBbUZOrTvkR > .row .container { width:20rem;height:99.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WqJi5RSgyadC7TGQ7b3P7qOkUQdTkUmQ { width:20rem;height:1.625rem;top:2.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rHHvODyLS4SbV1XJg5hlPmHWzfvFAWFb { width:17.3125rem;height:2.75rem;top:2.375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wswShIh7fuNFWMNTJgu6bsbMdMcI2pAn { width:0;height:0;top:6.125rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgyNvcAUBkTwpq6J8yFDpIwKaDwOkf2T { width:11.625rem;height:11.625rem;top:7.375rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLPVJwAThMpwV4kMLMOJQ4dwbJHciGUh { width:11.625rem;height:11.625rem;top:20.25rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ws6ysEZtK5waUcc4Ryc42z5lMrD8pdNp { width:11.625rem;height:11.625rem;top:33.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DS2h78wfZXUaaLcfXWdNoVr6lcXeuzlW { width:11.625rem;height:11.625rem;top:46rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDrhn5tTJqsOy9rXVLaN6KB0DK946qpe { width:11.625rem;height:11.625rem;top:59.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLowiPXWb2FraHu1R5gbE45hCOLbTCAa { width:11.625rem;height:11.625rem;top:72rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfavWBnqcNSrMh6K4qJzGBMtbDWVsRur { width:11.625rem;height:11.625rem;top:84.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fld38iQsfDupmIiVEsAegJPx4kdxnHPC { width:10.4375rem;height:1.625rem;top:10.5625rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PIJrS5O6IQ3Kq0XnWLkX39PkmBBIPz39 { width:10.4375rem;height:3.16796875rem;top:13.125rem;left:4.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kItSRmJ9SKZ802LP3ihBUbIUxDPWO5LF { width:10.4375rem;height:2.75rem;top:21.9375rem;left:4.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LMnL9FAoUyVtoOIKGblsK49zcFlghsFi { width:10.4375rem;height:5.84635625rem;top:25.0625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P6C6tTZTx6iWNx4cqJBtdeaocn1sqifI { width:10.4375rem;height:1.625rem;top:35.875rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W6no84TrM20yHBDCs4aNMSThbiO305o6 { width:10.4375rem;height:4.8719625rem;top:37.9375rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ik2DsA3LbRrfsPt2TtQvSgsG60M86xlz { width:10.4375rem;height:4.87305rem;top:47.1875rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBOOLE93aNBC9gWstzNQKRmtVpyw6PD2 { width:10.4375rem;height:0.97439375rem;top:52.75rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bFXgdnybzLPX1lo2z5WBrwQSolR3aWvQ { width:10.4375rem;height:2.75rem;top:61.75rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uo0ZBin4Q3fhDVi6Tqwf2ueulLUHkbG3 { width:10.4375rem;height:3.89756875rem;top:65rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C69u4Q34TFnwwsOxKbLa2ZFBxrXXxdg9 { width:3.125rem;height:3.125rem;top:54.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A53kQM9QaNCe4vAg7qkiw3Ur8pd8qg6Q { width:10.4375rem;height:2.75rem;top:74.625rem;left:4.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tJlqRcP9h5eZSXHRE7GNPQ1rRJEFL3N5 { width:10.4375rem;height:4.8719625rem;top:77.875rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GVntpC3USiv36n34folsSZ2ibFOeBcMt { width:10.4375rem;height:4.94791875rem;top:86.9375rem;left:4.8125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nu1cA68egXt3qZsDaRSKcaZavm6OzmMC { width:10.4375rem;height:2.92318125rem;top:92.5625rem;left:4.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe { display:block; }#BRpUe2b6hNNQ09Eo30ndme7Rt1i4FrIe > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GJlb5qKH761l2c1k3n6pV1zb9TPVZTKF { width:16rem;height:2.9375rem;top:2.3125rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRZ0OW9eLKgzJfZ7cULE1WSiTUOG3SKF { display:block; }
 }@media only screen and (max-width: 763px) { #DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 { display:block; }#DBAblWZWBwZqA0B9kFx7uitOqIQoWMu0 > .row .container { width:20rem;height:29.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #srNIrrtGP5CxIzS7xdufXiTtXezXiJrH { width:17.3125rem;height:4.0625rem;top:1.25rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnQwKmNNMfRwnV1bm8PpZ2XGkThgOerP { width:15.875rem;height:0;top:1.25rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Mwoxld0W6nshfVCRx6KdzNnBybvd9w0L { width:16.875rem;height:0;top:8.130859375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #KRCMl6zqsk1h47n1lT2iIMHTVRx3cZv9 { width:15.875rem;height:3.2487rem;top:1.755859375rem;left:2.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #lc2LTuwQRwlDbai0Q3DcVeLaNDDqFEUO { width:12.25rem;height:6.0625rem;top:37.3125rem;left:3.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XZUFt4Hxb7iMG9Kl3TR2gKq37iTaqk5Q { width:16.875rem;height:19.128675rem;top:7.318359375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #pf7O5vwGJSgizJz6431aiEV1kTHbZUdN { display:block; }#pf7O5vwGJSgizJz6431aiEV1kTHbZUdN > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kIyGArHv8ONKCJG5aibFloKUHknFvDiC { width:20rem;height:13.125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7IM1d0WRZHg8wbgpAVzndJzndBVIhuc { width:18.1875rem;height:11.6875rem;top:58.5rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xi5tWcvAOfNdVr7CkVkcRn9uXNQ2BXGA { width:20rem;height:13.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGuIPkowypK6eaZpbWqL5aFhWELydw0G { width:18.1875rem;height:11.6875rem;top:42.1875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ndCp9XRrCuvr2ATlTLvBGGEJ53QsnXf4 { width:18.1875rem;height:11.6875rem;top:3.21875rem;left:0.90625rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #EIPttMBz7sTt8NWSeL2o3fTrg2tqe3s6 { width:18.1875rem;height:11.6875rem;top:18.6875rem;left:0.9375rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD { display:block; }#CbgQwuPayDEBzvTzW7Wz06DxoVnOViRD > .row .container { width:20rem;height:67.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wReJpkTTnzmE7toRBxxpEGftTJEvaR54 { width:15.875rem;height:3.2487rem;top:2.5rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u2fOBoS81gDTlXxs61ptd6Vnn0KiLFiQ { width:17.3125rem;height:4.0625rem;top:2.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VB3hE1BrqhHCCdK1l6g0okDcnA8xIsAM { width:6.5rem;height:15.375rem;top:47.125rem;left:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LqdEwmmdHMvpUzv4xNzTZTmG4kGe8ZX3 { width:16.875rem;height:2.25043125rem;top:8.5625rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT { width:16.875rem;height:7.0638125rem;top:11.9375rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }#Xc817ZRT4Mgt6ws36wsm7f6UwOndIlOT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/066ba2d5-715f-416f-9116-7a37a2fa6e42/Projektbeztytuu321.crop_186x328_153,77.preview.webp); }
 }@media only screen and (max-width: 763px) { #ylhbKAiyNU2FxLrLvDm2PTH184RLmLeD { width:16.875rem;height:22.5043375rem;top:21.5rem;left:1.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yxTIUZZQfFz4H7RrGqnPS70TSCCzp121 { width:8.125rem;height:19.5rem;top:45.75rem;left:5.9375rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #ecFP7Mgv9xmF0bKOOcH9QcHOotxhRbi3 { width:4.4375rem;height:3.3125rem;top:62.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlkqqqV02aHU5aUBfh254dycD0I2nUpO { width:4rem;height:4rem;top:50.25rem;left:8rem;display:none; }
#zlkqqqV02aHU5aUBfh254dycD0I2nUpO > img { max-width: 100%;max-height:100%; width:4rem; height:4rem; } }@media only screen and (max-width: 763px) { #Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat { display:block; }#Ayuw7s9cE9HbxE9zzclOexkGPMqVvwat > .row .container { width:20rem;height:54.557255493164rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kpsdduW7x9cMJMDSRyUlB5rNTmZDF7rx { width:19.3125rem;height:0;top:3.625rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dJmSTJ5WlqyGgMGFX2bl932fSGR1T55c { width:9.75rem;height:0;top:17.3544921875rem;left:9.96875rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;display:none; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-regular-label { display:block;width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-text {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-textarea { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.75rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-select { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-select {padding-top: 0; padding-bottom: 0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:2.25rem;margin-bottom:0.25rem;margin-left:2.0625rem;font-size:0.9375rem;overflow:hidden;height:2.6875rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]:-moz-placeholder { font-family:autentyczni; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]::-moz-placeholder { font-family:autentyczni; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]:-ms-input-placeholder { font-family:autentyczni; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki [class*="-text"]::-webkit-input-placeholder { font-family:autentyczni; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-checkbox-label { width:14.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:justify;text-align-last:initial; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container:first-of-type{padding-top:0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .widget-container:last-of-type{padding-bottom:0;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki  { width:15.875rem;height:auto;top:20.311199188233rem;left:0.81250005960463rem; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki .radio-container { width:15.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki {display:block;}#TkXQheThHLRie4Wq3SnGry4m9V8M07Ki { width:15.875rem;height:auto;top:20.311199188233rem;left:0.81250005960463rem; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #ydiywqDLcTZcKzS72eugAG7vAZTAVAwB {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HMm797qP8GgJ8uD8cEAr9tdiLv7cydBR {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #q2qMpTXHE5b0Etn3qdnNJuVbviDAiTi3 {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #NFiFDOTqpy03u7rU82rgmbtIvy0oOTLN {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #LDWW9QXpHN60IX9QI4QXXIBace8i0alU {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #luTJQ23n6QTyKLop5q55dAGqP1KUyGq4 {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #t4HBvRpEJMmylSbTTgrghTI8TLF3sl7T {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #cQOb2CZFPL8wQqqTE9nbOMTGkcnat7it {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bLBBC7kSw9q1GVSu3orX32howEUISRNz {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #HABwtxeiXvFAkWuvaiOGcWgpuLdNkGbD {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #v3yokOMRnTwzW3CDIpQuGQG4tA4qfpbw {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #bQU0FO95OH6Nh9B1FK5QMlq9xfTFqsGS {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #EFuWnz304Ec8qwFMTTNKMAK7QkIC8CFc {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qCgoTM3zx15Z27J4UszvBeUwGNgOhVW9 { display:block; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #u3eUc8qPymuyZbpUbREeXA5nxu2PQfyn {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #J3TXOnI1slQyvO7Nr11z0w9OctMlvF7l {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #KrvVTmBagOP1gdUVUnX6xn7ZhUXLJVFx {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #Vk0FMTsFobVHlmft54b2cv3892t7TwvF {  }
 }@media only screen and (max-width: 763px) { #vq7h3iPcQ9FoxoihQOTJuFfitwHyReOm { display:block; }
 }@media only screen and (max-width: 763px) { #ozUAIiwe2asr0dqJt816KgXrUVWBk1Ab { display:block; }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #qHf55EABglLvmpvuzwVt7dyvHtf3WzCr {  }
 }@media only screen and (max-width: 763px) { #TkXQheThHLRie4Wq3SnGry4m9V8M07Ki #iViMw07mrlFN87iVeENeKlOB1UGbeTUM {  }
 }@media only screen and (max-width: 763px) { #lUvmDSXmNWtBD33CtNapQ51iWhT7DObN { width:16.25rem;height:4.50086875rem;top:12.8125rem;left:1.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #Uc4cX2rAJn2XqDvqod2UiZGehonFScKy { width:19.3125rem;height:8.12175rem;top:2.75rem;left:0.34375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:15023;display:block; }
 }