.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:228,229,231;--color-primary-1:175,178,182;--color-primary-2:121,126,133;--color-primary-3:73,76,80;--color-primary-4:31,40,51;--color-secondary-0:231,231,231;--color-secondary-1:227,227,227;--color-secondary-2:136,136,136;--color-secondary-3:82,82,82;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"lato";--paragraphs-font-family:"lato"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/4aadc8b7-86e9-4252-af40-3d2efb04fa6c/Clipboard_09172025_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { position:relative;display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:"open sans";height:45.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { color:rgba(var(--color-tertiary-4),1);display:block;width:30.2480625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:8.1875rem;left:0rem;height:3.59985625rem;font-style:normal;display:block; }
#VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0605625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:2;letter-spacing:0;top:17.717506408691rem;left:1.1248226165771rem;height:17.995625rem;font-style:normal;display:block; }
#RQ6IENtdTafraBd7JZUSqSA4CH8S676t { color:rgba(var(--color-tertiary-4),1);display:block;width:13.3123125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:4.2320666313171rem;left:1.123046875rem;height:1.29964375rem;display:block; }
#m7yrS3S9I4caIuGkzgT4TAWqlziiuWIp { position:absolute;display:block;z-index:15008;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.5625rem;width:29.1868125rem;top:5.4740762710571rem;left:0rem;overflow:hidden;display:block; }
#cVzSJ1zRUlRbgUf2AHUDguoIHBFUWseX { box-sizing:content-box;height:41.3125rem;width:29.3125rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-1),0.52);background-image:none;top:3.0628547668457rem;left:0rem;display:block; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-form-header { font-size:0.75rem; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.75rem;font-weight:bold;color:#ffffff;width:16.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.3; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;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:16.875rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);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:16.875rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .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; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:0rem 0rem !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:1.6875rem;margin-bottom:0.25rem;margin-left:1.6875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#706e6d;width:13.5rem;height:3.75rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button.adaptive-delivery-prevent-bg, #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button.lazyload, #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button.lazyloading { background-image: none; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.75rem;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:montserrat;font-size:0.75rem;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.75rem;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:montserrat;font-size:0.75rem;text-align:center;text-align-last:center; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.625rem;overflow:hidden;font-style:normal;float:none; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .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; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-container:first-of-type{padding-top:0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-container:last-of-type{padding-bottom:0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -moz-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -ms-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -o-linear-gradient(180deg, #6d6d70, #6d6d70);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d70', endColorstr='#6d6d70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d70', endColorstr='#6d6d70' );";background-image: linear-gradient(180deg, #6d6d70, #6d6d70);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.624109268189rem;top:17.248756408691rem;z-index:15009;position:absolute; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.875rem;display:block;vertical-align:top; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo {display:block;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -moz-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -ms-linear-gradient(180deg, #6d6d70, #6d6d70);background-image: -o-linear-gradient(180deg, #6d6d70, #6d6d70);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d70', endColorstr='#6d6d70' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d70', endColorstr='#6d6d70' );";background-image: linear-gradient(180deg, #6d6d70, #6d6d70);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:35.624109268189rem;top:17.248756408691rem;z-index:15009;position:absolute; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #OPdMkbye7WR9x8Tgdw17paKWaIJinafp { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #SXHpTFrZ32LGT4McocNmTQlsdeFSIsdt { position:relative;display:block; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #eriztFRyoJSuyuyTCQClk18DUdC2S7l6 { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EuWOTfyGVgw7XqkGJitI03XTsqnW0xOK { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #bow3eHWUwv94nITVAi7VdIIgTaG1R4pO { position:relative;display:block; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #lKccLSDE10JE8pNBPxVFbohG4kA1XNUt { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #rXGncQ9xCSR7c6Ey2fMmM5fuCfmuXoOH { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #sOz5Fr7aMzSBgueFnZbOcECzbahdKQfa { position:relative;display:block; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #ylBhb0D8bbEZu4gEVV75yNqAQC0bIwuP { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #VXHe2gX1CP4v5MoTT7m1mgxXl61a0Wsp { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Ts18ZRNTk0TdxaOvsAUR9k0ce4aqfIJs { position:relative;display:block; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #LkJlb8knIEFig1X6LAiShBiwD9oWWG1V { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #XaoLha4522bgPeNVWIQiJ8HQNRqHflDZ { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #wlbGnC7QC3lBBVAQr2hwgeBHt9K3mtID { position:relative;z-index:2; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #GP4A8yIM3Di4qRlIwCBXmt7r3d8pfpOa { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #zeDssNsBSS1xXld3EOu0asLfbOgVmsVf { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Trs4Tro5ZJCQWpBhwnMXrSplncDLz5lL { position:relative;z-index:2; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #BJONtIm1hq8izQzDxMxJwln2WvxLBMWZ { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EUf7n1zLCXQtk3hMDQadoEPAIlXm5zfk { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #TDr4s996sfOaGXpVqAUWKnpi3c9ybi71 { position:relative;z-index:2; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #RkHbDckNpyXVmuRxALX26eQfKQqkzc7k { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #AdvivS2IRlyKCNNrB7XcwWFJlB8aFONs { position:relative; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Nhxkh4Z7MCdrcUhqTOE2ly5DsMrI2Rwo { position:relative; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b02a30;background-image:none;color:#ffffff;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:arial;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-label { background-color:;background-image:none;color:#ff004c;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:13.5rem;height:5.0625rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:6.4375rem;left:38.5rem;z-index:15010; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Eey7rs3i1dAZRq2uQP3kgiQdkJTtyLKo { display:flex;position:relative;top:0rem;left:0rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #z88zF6w9D993JbCkGZW9SIHZaZOeRwJn { width:auto; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #H6Jx0cd6TkH2eapXzOuHo3l2Wvv75cN0 {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #FyEFmwKJOF4mOCSQd00ytuRXp0n1oE4a { display:flex;position:relative;top:0rem;left:0rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #MHpB8Qlxqt2bK2kSbsAs6auURq8wZFfM {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Kn7ISRSgupcA5t6Q5E1JrFNCamqsUwtX {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fTArIIpw94szFxG1gLzgnIrZNFXh6le6 { display:flex;position:relative;top:0rem;left:0rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #JtgJzIlWrpnntBhn7iQFNhs14yayQAH4 {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #pqhFQTsvJnL8y3tyIwC8fLD248MlsFV7 {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fOrq3dpeuXK6C9L3SJR6Gm7cTe5s7D2Q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DuZhED9h1uBQZ2fNQbRglEQVNlCBOrEg {  }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DA0NeRpdAlXRrSPmBsDLGRRamX2lfwyh {  }
#PMIIPxHcbRB2PbKFfaUXAOIcRfwAtb7T { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.8125rem;left:36.375rem;height:2.03125rem;display:block; }
#UTy52iHBTqpaklE52Nxy44vpei7eg1NA { color:#ffffff;display:block;width:13.81125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:12.874640464782rem;left:38.40553855896rem;height:3.898925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4NXGXmCq50ETXD0Td0hy5ORrgLhNElh { box-sizing:content-box;height:3.18625625rem;width:19.375rem;position:absolute;display:block;z-index:15011;background-color:#6d6d70;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.119318008423rem;left:35.624998092651rem;display:block; }
#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4aadc8b7-86e9-4252-af40-3d2efb04fa6c/Clipboard_09172025_01.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.79); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.79); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { border-width: 0; border-radius: 0; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { font-size:0.875rem;font-family:arial;height:47.625rem;width:60rem;position:relative;display:block; }#oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { color:#060292;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:2.9375rem;left:1.9375rem;height:5.39795rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { color:#060292;display:block;width:23.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9375rem;left:33.5625rem;height:2.70019375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:9.6875rem;left:1.9375rem;height:3.1494125rem;font-style:normal;display:block; }
#w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.7;letter-spacing:0;top:13.9375rem;left:1.9375rem;height:5.09765625rem;font-style:normal;display:block; }
#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:7.25rem;left:33.5625rem;height:9.9975625rem;font-style:normal;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:not(:first-child){ padding-top:1.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
#HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-4),0.19);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: 0.0625rem 0.0625rem 1.8125rem rgba(var(--color-secondary-4),0.02) ;height:42.0625rem;width:60rem;top:1.625rem;left:0rem;display:block; }
#iKIqgayuWZcq8yDw7c1DE27AepgkrbKZ { color:#060292;display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:22.625rem;left:1.9375rem;height:2.70019375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LB4OAiLCURH2h4w3lND5Tev0KvrfFsb4 { color:#3b3b3b;display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.7;letter-spacing:0;top:26.6875rem;left:1.9375rem;height:15.29296875rem;font-style:normal;display:block; }
#dRl0OHGg7yxZTKpDOSyA1P8fmJ84kArD { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:8.1875rem;top:45.0625rem;left:31.15625rem;overflow:hidden;display:block; }
#Be3qppG0AZeR2aydD9g9TCiHXcc4ldRI { 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:1.3125rem;width:5.6875rem;top:45.15625rem;left:22.15625rem;overflow:hidden;display:block; }
#nA9sgWXZEHcvWVcTZVzHikZxHe2V0Fov { position:absolute;display:block;z-index:15011;border-top:0.0625rem solid #6d6d70;border-left:0.0625rem solid #6d6d70;border-right:0.0625rem solid #6d6d70;border-bottom:0.0625rem solid #6d6d70;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.5) ;height:20.4375rem;width:15.3125rem;top:21.480279991577rem;left:36.171686933101rem;overflow:hidden;display:block; }
#WwDR8uK1aAUaTwrL4igRSekrOPzC4LZm { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.2492875rem;width:14.0625rem;top:18.28835105896rem;left:37.651805877686rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:30.1875rem;height:3.5625rem;top:8.1875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:27rem;height:17.9375rem;top:17.6875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6IENtdTafraBd7JZUSqSA4CH8S676t { top:4.1875rem;left:0rem;width:13.25rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7yrS3S9I4caIuGkzgT4TAWqlziiuWIp { top:5.4375rem;left:0rem;width:29.125rem;height:11.538012672675rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVzSJ1zRUlRbgUf2AHUDguoIHBFUWseX { top:3.0625rem;left:0rem;width:29.3125rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo  { width:16.875rem;height:auto;top:17.1875rem;left:28.375rem; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo {display:block;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo { width:16.875rem;height:auto;top:17.1875rem;left:28.375rem; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #OPdMkbye7WR9x8Tgdw17paKWaIJinafp {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #SXHpTFrZ32LGT4McocNmTQlsdeFSIsdt { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #eriztFRyoJSuyuyTCQClk18DUdC2S7l6 {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EuWOTfyGVgw7XqkGJitI03XTsqnW0xOK {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #bow3eHWUwv94nITVAi7VdIIgTaG1R4pO { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #lKccLSDE10JE8pNBPxVFbohG4kA1XNUt {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #rXGncQ9xCSR7c6Ey2fMmM5fuCfmuXoOH {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #sOz5Fr7aMzSBgueFnZbOcECzbahdKQfa { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #ylBhb0D8bbEZu4gEVV75yNqAQC0bIwuP {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #VXHe2gX1CP4v5MoTT7m1mgxXl61a0Wsp {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Ts18ZRNTk0TdxaOvsAUR9k0ce4aqfIJs { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #LkJlb8knIEFig1X6LAiShBiwD9oWWG1V {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #XaoLha4522bgPeNVWIQiJ8HQNRqHflDZ {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #wlbGnC7QC3lBBVAQr2hwgeBHt9K3mtID { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #GP4A8yIM3Di4qRlIwCBXmt7r3d8pfpOa {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #zeDssNsBSS1xXld3EOu0asLfbOgVmsVf {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Trs4Tro5ZJCQWpBhwnMXrSplncDLz5lL { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #BJONtIm1hq8izQzDxMxJwln2WvxLBMWZ {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EUf7n1zLCXQtk3hMDQadoEPAIlXm5zfk {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #TDr4s996sfOaGXpVqAUWKnpi3c9ybi71 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #RkHbDckNpyXVmuRxALX26eQfKQqkzc7k {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #AdvivS2IRlyKCNNrB7XcwWFJlB8aFONs {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Nhxkh4Z7MCdrcUhqTOE2ly5DsMrI2Rwo {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD { width:13.5rem;height:5.0625rem;display:flex;top:13.3125rem;left:30.56622505188rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Eey7rs3i1dAZRq2uQP3kgiQdkJTtyLKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #z88zF6w9D993JbCkGZW9SIHZaZOeRwJn {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #H6Jx0cd6TkH2eapXzOuHo3l2Wvv75cN0 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #FyEFmwKJOF4mOCSQd00ytuRXp0n1oE4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #MHpB8Qlxqt2bK2kSbsAs6auURq8wZFfM {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Kn7ISRSgupcA5t6Q5E1JrFNCamqsUwtX {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fTArIIpw94szFxG1gLzgnIrZNFXh6le6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #JtgJzIlWrpnntBhn7iQFNhs14yayQAH4 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #pqhFQTsvJnL8y3tyIwC8fLD248MlsFV7 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fOrq3dpeuXK6C9L3SJR6Gm7cTe5s7D2Q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DuZhED9h1uBQZ2fNQbRglEQVNlCBOrEg {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DA0NeRpdAlXRrSPmBsDLGRRamX2lfwyh {  }
 }@media only screen and (max-width: 763px) { #PMIIPxHcbRB2PbKFfaUXAOIcRfwAtb7T { top:3.8125rem;left:29.9375rem;width:17.8125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy52iHBTqpaklE52Nxy44vpei7eg1NA { top:12.8125rem;left:32.28053855896rem;width:13.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4NXGXmCq50ETXD0Td0hy5ORrgLhNElh { top:14.0625rem;left:28.375rem;width:19.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:5.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:23.6875rem;height:2.6875rem;top:2.9375rem;left:24.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:27.375rem;height:3.125rem;top:9.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { width:27.375rem;height:5.0625rem;top:13.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:20.3125rem;height:;top:7.1875rem;left:24.374286651611rem;font-size:1rem;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { top:1.625rem;left:0rem;width:47.75rem;height:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIqgayuWZcq8yDw7c1DE27AepgkrbKZ { width:17.1875rem;height:2.6875rem;top:22.625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LB4OAiLCURH2h4w3lND5Tev0KvrfFsb4 { width:27.3125rem;height:15.25rem;top:26.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRl0OHGg7yxZTKpDOSyA1P8fmJ84kArD { top:45.0625rem;left:23.875rem;width:8.1875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be3qppG0AZeR2aydD9g9TCiHXcc4ldRI { top:45.125rem;left:17.25rem;width:5.6875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9sgWXZEHcvWVcTZVzHikZxHe2V0Fov { top:21.4375rem;left:26.984186933101rem;width:15.3125rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDR8uK1aAUaTwrL4igRSekrOPzC4LZm { top:18.25rem;left:28.464305877686rem;width:14.0625rem;height:3.2492875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dad8dafa-7e23-4a48-be9b-41f3fece41ed/NIADAVNIEwSzumiezaproszenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.37); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { display:block; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { background-color: transparent; background-image: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row > .video-iframe-container { display: none; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .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); }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b { border-width: 0; border-radius: 0; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zRDqxHTeUJtsfLIFWXNuruABhVzdB52b > .row .container { width:20rem;height:73rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxF3zxENWTRnvx47SlZ2Vym1szkMWm4c { width:19.2489375rem;height:2.54971875rem;top:8.875rem;left:0.375rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsIxQnOW1Kv4xOqx73stSfL1WkomUUma { width:18.3730625rem;height:15.00353125rem;top:11.6875rem;left:0.8125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RQ6IENtdTafraBd7JZUSqSA4CH8S676t { width:10.625rem;height:0.9747875rem;top:2.6136362552643rem;left:1.2491122484207rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7yrS3S9I4caIuGkzgT4TAWqlziiuWIp { width:17.5rem;height:6.8119375rem;top:3.5884232521057rem;left:1.2491122484207rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVzSJ1zRUlRbgUf2AHUDguoIHBFUWseX { width:20rem;height:16.0625rem;top:11.3125rem;left:0rem;background-color:rgba(227,227,227,0.61);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-regular-label { display:block;width:16.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-text {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-textarea { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-select {padding-top: 0; padding-bottom: 0;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.6875rem; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .widget-checkbox-label { width:15.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo  { width:16.875rem;height:auto;top:36.498578071594rem;left:0.3125rem; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo .radio-container { width:16.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo {display:block;}#mTHgxDiilITyzxnCLAeahQTTGvFDyTpo { width:16.875rem;height:auto;top:36.498578071594rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #OPdMkbye7WR9x8Tgdw17paKWaIJinafp {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #SXHpTFrZ32LGT4McocNmTQlsdeFSIsdt { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #eriztFRyoJSuyuyTCQClk18DUdC2S7l6 {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EuWOTfyGVgw7XqkGJitI03XTsqnW0xOK {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #bow3eHWUwv94nITVAi7VdIIgTaG1R4pO { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #lKccLSDE10JE8pNBPxVFbohG4kA1XNUt {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #rXGncQ9xCSR7c6Ey2fMmM5fuCfmuXoOH {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #sOz5Fr7aMzSBgueFnZbOcECzbahdKQfa { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #ylBhb0D8bbEZu4gEVV75yNqAQC0bIwuP {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #VXHe2gX1CP4v5MoTT7m1mgxXl61a0Wsp {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Ts18ZRNTk0TdxaOvsAUR9k0ce4aqfIJs { display:block; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #LkJlb8knIEFig1X6LAiShBiwD9oWWG1V {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #XaoLha4522bgPeNVWIQiJ8HQNRqHflDZ {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #wlbGnC7QC3lBBVAQr2hwgeBHt9K3mtID { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #GP4A8yIM3Di4qRlIwCBXmt7r3d8pfpOa {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #zeDssNsBSS1xXld3EOu0asLfbOgVmsVf {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Trs4Tro5ZJCQWpBhwnMXrSplncDLz5lL { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #BJONtIm1hq8izQzDxMxJwln2WvxLBMWZ {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #EUf7n1zLCXQtk3hMDQadoEPAIlXm5zfk {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #TDr4s996sfOaGXpVqAUWKnpi3c9ybi71 { z-index:2; }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #RkHbDckNpyXVmuRxALX26eQfKQqkzc7k {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #AdvivS2IRlyKCNNrB7XcwWFJlB8aFONs {  }
 }@media only screen and (max-width: 763px) { #mTHgxDiilITyzxnCLAeahQTTGvFDyTpo #Nhxkh4Z7MCdrcUhqTOE2ly5DsMrI2Rwo {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-number { padding-top:0.351875rem;padding-right:0.3075rem;padding-bottom:0.351875rem;padding-left:0.3075rem;width:1.845rem;min-width:1.845rem;height:1.89125rem;font-size:1.4075rem;line-height:30.26px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.46rem;height:0.7475rem;font-size:0.5275rem;line-height:11.96px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#gkaGWsybM6dC4S8VNaOEsT6szDknJfsD { width:10.375rem;height:3.5625rem;display:flex;top:67.4375rem;left:5.25rem;z-index:15010;padding-top:0.04375rem;padding-right:0.04375rem;padding-bottom:0.04375rem;padding-left:0.04375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Eey7rs3i1dAZRq2uQP3kgiQdkJTtyLKo { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #z88zF6w9D993JbCkGZW9SIHZaZOeRwJn {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #H6Jx0cd6TkH2eapXzOuHo3l2Wvv75cN0 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #FyEFmwKJOF4mOCSQd00ytuRXp0n1oE4a { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #MHpB8Qlxqt2bK2kSbsAs6auURq8wZFfM {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #Kn7ISRSgupcA5t6Q5E1JrFNCamqsUwtX {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fTArIIpw94szFxG1gLzgnIrZNFXh6le6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #JtgJzIlWrpnntBhn7iQFNhs14yayQAH4 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #pqhFQTsvJnL8y3tyIwC8fLD248MlsFV7 {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #fOrq3dpeuXK6C9L3SJR6Gm7cTe5s7D2Q { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DuZhED9h1uBQZ2fNQbRglEQVNlCBOrEg {  }
 }@media only screen and (max-width: 763px) { #gkaGWsybM6dC4S8VNaOEsT6szDknJfsD #DA0NeRpdAlXRrSPmBsDLGRRamX2lfwyh {  }
 }@media only screen and (max-width: 763px) { #PMIIPxHcbRB2PbKFfaUXAOIcRfwAtb7T { width:15.1243125rem;height:1.62464375rem;top:65.1875rem;left:2.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTy52iHBTqpaklE52Nxy44vpei7eg1NA { width:13.75rem;height:3.900925rem;top:32.653587341309rem;left:3.1249998807907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4NXGXmCq50ETXD0Td0hy5ORrgLhNElh { width:19.375rem;height:3.125rem;top:33.430397033691rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dad8dafa-7e23-4a48-be9b-41f3fece41ed/NIADAVNIEwSzumiezaproszenie.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.adaptive-delivery-prevent-bg, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyload, #sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0.lazyloading { background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { background-color: transparent; background-image: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.79); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(109,109,112,0.79); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row > .video-iframe-container { display: none; }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .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); }#sfkdCepOW6f1tCTXD1cPnBQCR3XoFkV0 > .row .container { width:20rem;height:92.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oZsOzw0BJyDN1SCXs0n0tshlnVdvq7Ue { width:17.1875rem;height:1.800425rem;top:17.25rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJDdsvpIszgCfv0qkyt857PsJ9eh2wfR { width:20rem;height:1.800425rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IfteQZDkEa1AZLlwKcvT5CGn2fMg1Jgr { width:18.9365rem;height:2.6242875rem;top:19.8125rem;left:0.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2SHwa1oufda2xwuy7V8Lc4KT2q4xm0w { width:18.75rem;height:7.439625rem;top:23.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc { width:18.625rem;height:9.1193125rem;top:4.25rem;left:0.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wBF3k3vNmDgcCc6bdJFDNTEy5UPkJ7Dc li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tbf4e81f/bullet.png); }
 }@media only screen and (max-width: 763px) { #HTpynNonuI3LLvvuaWXOBZ1tNOcyBGDO { width:20rem;height:53.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKIqgayuWZcq8yDw7c1DE27AepgkrbKZ { width:17.1875rem;height:1.800425rem;top:34.625rem;left:1.4375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LB4OAiLCURH2h4w3lND5Tev0KvrfFsb4 { width:18.5rem;height:17.8551rem;top:36.875rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRl0OHGg7yxZTKpDOSyA1P8fmJ84kArD { width:8.1875rem;height:1.6875rem;top:87.5625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Be3qppG0AZeR2aydD9g9TCiHXcc4ldRI { width:5.6875rem;height:1.3125rem;top:85.375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nA9sgWXZEHcvWVcTZVzHikZxHe2V0Fov { width:16.875rem;height:22.5rem;top:61.436431884766rem;left:1.5047940015793rem;display:block; }
 }@media only screen and (max-width: 763px) { #WwDR8uK1aAUaTwrL4igRSekrOPzC4LZm { width:14.0625rem;height:3.2492875rem;top:56.868783950806rem;left:2.9687498807907rem;display:block; }
 }