.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,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--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:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:112,112,112;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#a5db44;background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { background-color: transparent; background-image: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container > .video-iframe-container { display: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container { display: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .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); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { border-width: 0; border-radius: 0; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { font-size:0.875rem;font-family:arial;height:8.375rem;width:75rem;position:relative;display:block; }#Px5Cu5DTkZikI1vOhW1ymOOJCZdl862K { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3125rem;width:19.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dwvg0ziT3oy2J36ymyLP64NOWasfE32h { background-color:#a5db44;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.7743055820465rem;left:42.250001907349rem;display:block; }
#arNCZRftlRV0TMdPNM7izJz7GMEmIn9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ilgrVQLXMAswrLyHMorSU04yIa1FlmnH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:2.5243055820465rem;left:26.375001907349rem; }
#AgG1WayDNpCaAqKdtPBeWTqgmJtBgggW { background-color:#a5db44;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.7743055820465rem;left:25.180555343628rem;display:block; }
#ke8f7fAngtK6nppNZIbTSfBndlMtOcOB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXbeZRm6qcoUuBlEx1OAFRQUKMGr31Wt { background-color:#a5db44;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.7743055820465rem;left:58.750001907349rem;display:block; }
#Ck8gqBihWXSfKmMoM0FRO6KFrFNEOyot { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h { background-color:rgba(7,20,34,0.36);background-image:url("https://images.assets-landingi.com/uc/eeda5112-c297-4bff-b126-ad1b56739ae2/noroot.crop_1225x776_27,100");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.adaptive-delivery-prevent-bg, #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.lazyload, #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.lazyloading { background-image: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { background-color: transparent; background-image: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container > .video-iframe-container { display: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container { display: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .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); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { border-width: 0; border-radius: 0; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { width:75rem;height:21.25rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#SAOb1U4pSxcu7Z7hPbh7RVd4JISTK23J { display:block;width:43.4375rem;position:absolute;font-family:exo;font-size:3.1875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:14.717014312744rem;left:15.0625rem;height:4.14323125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#JxROokLDcbEh7iskMfDe28fHGDnASvVQ { display:block;width:25.125rem;position:absolute;font-family:exo;font-size:3.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.392360687256rem;left:46.375001907349rem;height:4.7934rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#a5db44;text-align:center;text-align-last:center;display:block; }
#E8J6u6qkmmU2rfwVAH3UqwUlsTByNZEJ { display:block;width:35.9375rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.75rem;left:0rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#ik8Ney7Zx3hBC1Hsaz2cpTO8UAJLbDrH { display:block;width:40.5rem;position:absolute;font-family:exo;font-size:3.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:8.2092018127444rem;left:12.006944656372rem;height:4.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#071422;background-image:none;position:relative;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;display:block; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { background-color: transparent; background-image: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container > .video-iframe-container { display: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container { display: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .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); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { border-width: 0; border-radius: 0; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container { border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { font-size:0.875rem;font-family:arial;height:37rem;width:75rem;position:relative;display:block; }#fTpxmO9xO1ha2UkeV7e1oaATim5rM9Ds { color:rgba(var(--color-tertiary-0),1);display:block;width:33.25rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:1.6562501192093rem;left:38.625001907349rem;height:31.875rem;text-align:left;text-align-last:left;display:block; }
#TouXCx1h4UfVWKU1t5VnKDM74VqNPTya { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15025;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.4375rem;left:12.5rem;display:block; }
#D8FxLXGBrasH6mW1TnJFadOIcfP880ux { color:rgba(var(--color-tertiary-0),1);display:block;width:19.5rem;position:absolute;font-family:exo;font-size:2.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;text-shadow:0.6875rem -0.5rem 1.0625rem rgba(198,235,185,0.79);top:14.375rem;left:9.875rem;height:8.2864375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZSvKRXxyxi7WrKFVoPII77WDsJxuTDw { box-sizing:content-box;height:36.0625rem;width:53.3125rem;position:absolute;display:block;z-index:14999;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.609375rem;left:37.937501907349rem;display:block; }
#UbVeQDTiInd6EIuOXyWNh9cQvs74GP9D { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:20.625rem;width:31.1875rem;top:0.5625rem;left:4rem;overflow:hidden;display:block; }
#dDlv5KASu4BWbQMfARBEq4dHStMzgFC7 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;box-shadow: none;height:20.75rem;width:31.375rem;top:15.6875rem;left:3.9375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:31rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#WoXZxrG7P5xz78CMrISZNAO2fRM9me2M { color:rgba(var(--color-tertiary-0),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;text-shadow:0.8125rem 0.9375rem 0.5rem rgba(132,253,66,0.5);top:10.25rem;left:22.875001907349rem;height:10.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AQpkgb8Ib5Ze5VZTtMfbp2obLNaSS9Tf { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.4375rem;width:17rem;top:0.25rem;left:0rem;display:block; }
#iUgN3I48JV5kAMnUIp6IMxLoKd4NLm2T { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10rem;width:24.3125rem;top:1.6805558204651rem;left:25.343751907349rem;overflow:hidden;display:block; }
#sLhmRD2HLMmGnfRChasFE3CWP6V0IXuB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30.875rem;width:17.3125rem;top:2.3841857910156E-6rem;left:57.687501907349rem;display:block; }
#SEKEoGvzpf0pWWGaBrtIy0MEPX3MKr7x { box-sizing:content-box;height:11.25rem;width:37.125rem;position:absolute;display:block;z-index:15001;background-color:#42993e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.684024810791rem;left:37.687501907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0.25rem;display:none; }
#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { z-index:;position:relative;display:block; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { background-color: transparent; background-image: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container > .video-iframe-container { display: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row > .video-iframe-container { display: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .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); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { border-width: 0; border-radius: 0; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .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; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container { background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:visible;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#kC6nXlkTTf1wWQCCnDw70SyHqblZmSrP { color:rgba(var(--color-tertiary-0),1);display:block;width:46.0625rem;position:absolute;font-family:exo;font-size:3.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9140663146973rem;left:14.46875rem;height:4.224825rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QEL1bUcJ9KqPagXbszNbigeiG5HRH5tH { color:#062a51;display:block;width:39.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.7187538146975rem;left:17.562501907349rem;height:5.69791875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cpAshgu0oLeIGBHbqgDzUzffAdZ8ohI6 { background-color:#071422;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),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:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.3125rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.248268127441rem;left:28.343751907349rem;display:block; }
#SJu5uCTEZnEc7pnrTuChsLdVoMNVJZ5F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DH5ibztUe90ohccbC2qZiic8nPZMy1mJ { box-sizing:content-box;height:20.4375rem;width:58rem;position:absolute;display:block;z-index:15000;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:-0.25rem;left:9.5625rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/479fb66b-204f-4950-a905-6986bd1f6bad/7e1faf6d96d04c21a592c433cdcfd6e9.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.adaptive-delivery-prevent-bg, #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.lazyload, #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.lazyloading { background-image: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { background-color: transparent; background-image: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container > .video-iframe-container { display: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container { display: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .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); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { border-width: 0; border-radius: 0; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-element-container { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-trigger.adaptive-delivery-prevent-bg, #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-trigger.lazyload, #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-trigger.lazyloading { background-image: none; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog { box-sizing:content-box;height:auto;width:22.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15022;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:2.3741316795349rem;left:43.937501907349rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fXtcT9gtV7veQFLpCQBwTRp2RdentcCR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #cZnnzdvwaio1co32opqCHhP7aqokzHBW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #peV6OQJQECPCthRuCfm8V2cvMwyITFXB { display:block;position:relative; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #GEf9T6ffF9DOUWQocGiuuXxJ0I4vv6vT {  }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #ICEtEaNEA8ySKH00cHeLK7NldebXCnIa {  }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #wm5O4gI3zsydiolw4B73uKR4ZJDnd92P { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #yftyeyynkUCit0Nm9cUaBZNohMMODGS5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #LOH8wI79hiKBTpDquxLC3uvqhf1otE59 { display:block;position:relative; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #dRCM6Keg3dKRP6Q0oWz56SvU7lXHUma8 {  }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fcm3TzxIzWbWdUZCiDpLnH8yi90eVW9d { display:none; }
#o8VSOu71MaLq1TcLqxZMuwGfHpK3uTCQ { background-color:#a5db44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:#071422;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:exo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:4.125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:6.1467056274414rem;left:2.8506946563721rem;display:block; }
#kR486ST5AQMDUCSZpz8gwd60FxAd7R1I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XRGwevADuEXbkohXyZzJbQWO5WEBuMEp { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.373263835907rem;left:1.3194446563721rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/38923f54-98d9-4b85-a838-24831b8dd183/3a1e9831a5fd4266af44becf9a7eb764.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.adaptive-delivery-prevent-bg, #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.lazyload, #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.lazyloading { background-image: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { background-color: transparent; background-image: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container > .video-iframe-container { display: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container { display: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .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); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { border-width: 0; border-radius: 0; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#rKp8yMwMgxG9QBRpDdIJgzEOGNmkCO04 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:2.7560806274414rem;left:2.3819446563721rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-element-container { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-trigger.adaptive-delivery-prevent-bg, #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-trigger.lazyload, #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-trigger.lazyloading { background-image: none; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE { box-sizing:content-box;height:auto;width:22.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15023;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.6875rem;left:43.937501907349rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #RlVuzDVwaG8IxmCOBUOLb2nbhnaQU1En { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OxFPPwygZ5CN9JIrcNlUvtsxnCr9ObhC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #TKRcot7dy5pNPTCZRTZNGsuliZ7mCpcB { display:block;position:relative; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #A2LwmRFG4uva73Zu3uBsR5y8urSydwzu {  }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #dzCS9vuzsozMh4STUcJyi3w6PAXe41VP {  }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OtNTyIAPqT5aRekpHoImFGt98baQCWO2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #nFPNK89gccLXCkyo5JNELk9wSUfP5aUX { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #ABGomMpo9AWda0oRfDz7AvLpoW8cdzGL { display:block;position:relative; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #frRypyIAR5PNNXiU5ccKuLDd5IOMTCdF {  }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #HxlKOCMZo02ZzEARNSq2TNmWb5l1lkii { display:none; }
#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3da328f6-3081-4408-ad21-31dd8583d9ad/Stwrz_realnie_wygldajce_zdjcie_Nano_Banana_Pro_50402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.adaptive-delivery-prevent-bg, #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.lazyload, #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.lazyloading { background-image: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { background-color: transparent; background-image: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container > .video-iframe-container { display: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container { display: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .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); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { border-width: 0; border-radius: 0; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { font-size:0.875rem;font-family:arial;height:16.9375rem;width:75rem;position:relative;display:block; }#l7Q3UdwLEobWO6BdpMCcqapFyUzquIGB { color:rgba(var(--color-tertiary-0),1);display:block;width:9.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:1.8055572509766rem;left:1.6875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-element-container { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-trigger.adaptive-delivery-prevent-bg, #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-trigger.lazyload, #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-trigger.lazyloading { background-image: none; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW { box-sizing:content-box;height:auto;width:22rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15024;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.7812504768372rem;left:44.875001907349rem;border-top-right-radius:2.4375rem;border-bottom-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-top-left-radius:2.4375rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #HNF6rAwkwgeixSbWTgoe7rChF3X8RhhB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fbqrZpael4JdoooBhbLmqtcKLrmDdB9z { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #lJ8SzM3gedPTRoZT8Wkipp3rmsrk3tBZ { display:block;position:relative; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #u6rd3DT8rRRXPqTALn34ZKABWak48af9 {  }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #imSr84idh31KvFIBkpWHBVXOoE3GGz2O {  }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dWq9fFMfgUgqtPQEB8O6ARap61X5nxlw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #J7yaThyWpKolx3pxvWftqXkokqdextms { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dExTSPNKB9N46TgvULTaGAtRARgHuUfo { display:block;position:relative; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fTub585vb1TPw1gofrd7b5e5s2nZl1VP {  }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #ES0d9Ls7A7eVgZTkxHGuepHOyyEgNyfy { display:none; }
#PVQmASWSk5Ta7Zips1mC9xQGprlq93I8 { color:rgba(var(--color-secondary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:14.499134063721rem;left:19.711805343628rem;height:0.974825rem;font-style:normal;display:none; }
#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3971e4e0-f0f1-4b4c-bcb9-7df93a37be71/Projektbeznazwy37crop_1071x705_5748.crop_1023x648_16,35.png");background-position:center !important;background-repeat: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; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.adaptive-delivery-prevent-bg, #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.lazyload, #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.lazyloading { background-image: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { background-color: transparent; background-image: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container > .video-iframe-container { display: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container { display: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .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); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { border-width: 0; border-radius: 0; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { font-size:0.875rem;font-family:arial;height:18.5625rem;width:75rem;position:relative;display:block; }#TMSfET8i2cASMr6NO2wUBQWSyvJhVpOA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.3246526718139rem;left:1.1319446563721rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fSQz2ev7cAvHvqmackA1mrUztkL2s1gA { color:rgba(var(--color-secondary-4),1);display:block;width:28.75rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15021;line-height:1.6;letter-spacing:0;top:5.2803821563721rem;left:42.694444656372rem;height:7.999125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aska9le0Le6JQTG65CrN6gXmowXN2Dao { box-sizing:content-box;height:11.0625rem;width:31.875rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.1684026718139rem;left:41.131944656372rem;border-top-right-radius:9.375rem;border-bottom-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-top-left-radius:9.375rem;display:block; }
#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/834842fb-2100-4603-9ad7-dbe56725179c/c3a13ea295c940c784b1f3d3a1a23fc7.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; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.adaptive-delivery-prevent-bg, #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.lazyload, #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.lazyloading { background-image: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { background-color: transparent; background-image: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container > .video-iframe-container { display: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container { display: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .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); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { border-width: 0; border-radius: 0; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:75rem;position:relative;display:block; }#bTkLs7o43lkGtWck1aE9QQiaurRshKE6 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:2.5303821563721rem;left:1.84375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-element-container { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-trigger.adaptive-delivery-prevent-bg, #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-trigger.lazyload, #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-trigger.lazyloading { background-image: none; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN { box-sizing:content-box;height:auto;width:21.9375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.625rem;left:44.593751907349rem;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #CHNJtaemc79t4bETyPIBx2TLWR45hBvX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #d0WlT4FX7uqSluTzKfvbQAuMEipfBA2D { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #K4E0d1w8u21HxbhX9qCbBJxXhNhndlF5 { display:block;position:relative; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #gD2gaSn7D5z8ypFnELtahCFavF9gqmLW {  }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #bTirLPyE0L15BNM7EupNvXFOGI6rbrhx {  }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #vpeXAHoNFM2cI9nFhVw8dRuZ4zpLMhZq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #JPcTUsvnRSwJ3SRTmV6mF4HLV0KZisM2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #UXOx2uP1vkxTJ8rikcCbHUfkJyeTRBp9 { display:block;position:relative; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #pFeFPgiZzTMXMi7cKDFekW5Jg3hZ9w8O {  }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #MWfPallqI0Sly0sOJwbN9xxdfDmwOBQR { display:none; }
#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/90faa1a6-bd8e-4894-a7fd-8ebefe379a3a/noroot.crop_1467x933_27,31");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.adaptive-delivery-prevent-bg, #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.lazyload, #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.lazyloading { background-image: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { background-color: transparent; background-image: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container > .video-iframe-container { display: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container { display: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .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); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { border-width: 0; border-radius: 0; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#SIXddexhvkTc0NZkR1kAlbkfOU08RTTG { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:1.5920124053955rem;left:2.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-element-container { border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.25rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:var(--paragraphs-font-family); }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_97f48dd097e8e820134264230979930d.svg");background-size:contain !important; }#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-trigger.adaptive-delivery-prevent-bg, #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-trigger.lazyload, #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-trigger.lazyloading { background-image: none; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw { box-sizing:content-box;height:auto;width:22.1875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15023;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:4.6875rem;left:43.906251907349rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #qbROFNvPJST8yIrHFCE1FO72nDBSS68q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #fUiadytZxlbMHUVMhXToQKnrWD8E7r0d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #W467qc3dlIiKKto1ggrEizBdUwaBGdGM { display:block;position:relative; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #sQwmP2nalZGKElHucFs7SqWrzET3Cmw0 {  }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #AKBbZovy8xeI9INCQI8u7dTkXTM7rSZQ {  }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #tg5qWUnkEV4a3gC28BmOaT8X39C7tozb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #QWuBxdI0gkkdg8ga6mbmt7FziU25fxr7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #cg8XBiHaNlToNfvo5AHyFvAsiEv6CQHh { display:block;position:relative; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #mnPGVgepVtJQBHTi5QigvFQBpHf8Xyos {  }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #dJKfM1kRA8ulxlI6qoo64woT9sXWRigB { display:none; }
#AqJ9lgxQig37NCeDHL5QMNRB55SmyThU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:17.25rem;left:8.25rem;display:none; }
#R7RSqOn8bXLJtm1z06uh0Q1BUttrfDbD { color:rgba(var(--color-tertiary-4),1);display:block;width:6.3125rem;position:absolute;font-family:exo;font-size:1.3125rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:6.91232585907rem;left:2.75rem;height:3.6736125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fq9T4hbs5kZu4z3tV7D30ePaJl8piElp { box-sizing:content-box;height:8.125rem;width:7.9375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.6875009536743rem;left:1.9375rem;display:block; }
#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { position:relative;display:block; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { background-color: transparent; background-image: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container > .video-iframe-container { display: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row > .video-iframe-container { display: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .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); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { border-width: 0; border-radius: 0; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .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; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eBTXiBTVKMdJA1lg1fFav7IBeMTd0314 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:9.0407986640931rem;left:0.4375rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XQRMRWkT7gtap500tICZuep6tEDfuwVJ { color:#071422;display:block;width:29.3125rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:18.796875rem;left:0.875rem;height:8.90625rem;display:block; }
#r6fPJR3o828eS0gIchcT7PX3WxsbNzXi { color:#071422;display:block;width:31.25rem;position:absolute;font-family:exo;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:1.5477433204651rem;left:0.875rem;height:6.01215rem;font-style:normal;display:block; }
#DQvXV7DS9fFfPMOZivrCJeEoEQeW3ENR { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0.25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:35.5625rem;width:53.4375rem;top:0.16579914093018rem;left:37.687501907349rem;overflow:hidden;display:block; }
#zB0T4T6vA9JK3Q964GiSD7q8BrVqHs64 { box-sizing:content-box;height:37.1875rem;width:52.0625rem;position:absolute;display:block;z-index:15004;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-15rem;border-top-right-radius:0.25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { position:relative;display:block; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { background-color: transparent; background-image: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container > .video-iframe-container { display: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row > .video-iframe-container { display: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .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); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { border-width: 0; border-radius: 0; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .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; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#U0Q9tgcuzG5DFoP8kNmoMvWytGR5GKTU { box-sizing:content-box;height:12.5rem;width:53.75rem;position:absolute;display:block;z-index:15002;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.430557250976rem;left:37.375001907349rem;border-top-left-radius:9.375rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }
#fUTIdhIoB0iVISfL9TkTUuzqvtupuCaT { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.4366321563721rem;left:1.6944446563721rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PArJw3RhNGQNAOaPfzrkNrEddVMnKSg9 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:2.9687480926514rem;left:40.836805343628rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RD9TLaTTBMRt8kNcIBlMqK6cWigHrzNW { color:rgba(var(--color-tertiary-0),1);display:block;width:31.9375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:14.825519561767rem;left:40.281251907349rem;height:4.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#COLTicqCO7X8AaJ7hve1JwJRTAdet1u6 { color:rgba(var(--color-tertiary-4),1);display:block;width:34.75rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:24.336803436279rem;left:40.250001907349rem;height:4.6875rem;display:block; }
#fVRrfXnobsCnHNMS9SUlzU5EudP5uNuB { color:rgba(var(--color-tertiary-0),1);display:block;width:32.9375rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:35.283854484558rem;left:39.781251907349rem;height:4.6875rem;display:block; }
#vMM9AU5DhOWOWEO722edaETDTZerVsJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:5.6996550559997rem;left:58.625001907349rem; }
#ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK { box-sizing:content-box;height:27.3125rem;width:37.3125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/95341c71-7865-432f-b5c8-ad4151f425f9/Projektbeznazwy10.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:initial !important;top:15.937500596046rem;left:0rem;border-top-right-radius:15.625rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }#ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.adaptive-delivery-prevent-bg, #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.lazyload, #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.lazyloading { background-image: none; }
#qXiVQC19geO3Hat5y9gDIgUqwUEU2lNt { box-sizing:content-box;height:11.25rem;width:53.6875rem;position:absolute;display:block;z-index:15001;background-color:#42993e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.68315887451175rem;left:37.687501907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:0.25rem;display:block; }
#ysw5OhcEhCIpN3FMAGwZDGEsKWtBZBV1 { box-sizing:content-box;height:15.1875rem;width:52.0625rem;position:absolute;display:block;z-index:14999;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.73871612548825rem;left:-14.8125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;display:block; }
#AmxSVtJxQoJVbvc0y55989Ray7Uk5CSU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { position:relative;display:block; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { background-color: transparent; background-image: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container > .video-iframe-container { display: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row > .video-iframe-container { display: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .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); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { border-width: 0; border-radius: 0; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .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; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cK1ZRk6umrwiKXS1Is6LdWu70TihC74u { box-sizing:content-box;height:28.9375rem;width:53.3125rem;position:absolute;display:block;z-index:15002;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.1875rem;left:37.937501907349rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:25rem;border-bottom-right-radius:0rem;display:block; }
#Hmgz6IbJiQIXyu4HXEr1pSr03X9guDrs { color:#ffffff;display:block;width:34.5625rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:2.3255157470703rem;left:34.812501907349rem;height:3.75rem;font-style:normal;text-align:right;text-align-last:right;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; }
#emqPMBT9mBzPaIacsa3BeMSPoTv2cbnM { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:5.3524308204651rem;left:4.25rem;height:20.064225rem;font-style:normal;display:block; }
#A7UlpML1uuTs1QUKnXfg0xpqGhCTgUzT { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:exo;font-size:2.0625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:2.6727428436279rem;left:1.6944446563721rem;height:2.68055625rem;display:block; }
#eeFJaFidTuZvcqwrNkMdCsZKMzWgv9fq { color:#071422;display:block;width:31.8125rem;position:absolute;font-family:exo;font-size:1.1875rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:3.6875197887421rem;left:42.312501907349rem;height:19.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ytbyLvglPVvE2zSMC6Q4liCouoDxOx08 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:8.125rem;left:1.125rem; }
#rdBbpqo3LHonB5ThdiCzwns4VAVp5aNd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:17.499998092651rem;left:0.625rem; }
#HDBW5wEabUS3WXTgTBTpLXCussxHRPu0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:22.437499046326rem;left:0.5625rem; }
#b1pcQEEX9UU4oN9P7KDCamulRcfNcZQI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:12.812498092651rem;left:0.6875rem; }
#tpNe7gMUDxsNnBUTggDrKsvtGyzsCJlz { box-sizing:content-box;height:29.375rem;width:52.375rem;position:absolute;display:block;z-index:15002;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:-15rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#kgLOHhwPxptxyzJyhgOicR81VULHUqx5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.1875rem;width:8.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:16.49999935925rem;left:54.125001907349rem; }
#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { position:relative;display:block; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { background-color: transparent; background-image: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container > .video-iframe-container { display: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row > .video-iframe-container { display: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .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); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { border-width: 0; border-radius: 0; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .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; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:29.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Xts9XiyZ9per2xrMhNyPiEZ0KT8081ZR { color:rgba(var(--color-tertiary-0),1);display:block;width:35.75rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:1.4375rem;left:0.875rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ytPcg9kUNsa0uDPG8TsnFy980MeHR69y { position:absolute;display:block;z-index:15008;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:8.6875rem;width:17.625rem;top:11.789048552513rem;left:0rem;overflow:hidden;display:block; }
#fhZzJiAdfpE0ZKiH6MIFOX08POC6wKQr { box-sizing:content-box;height:28.625rem;width:53.9375rem;position:absolute;display:block;z-index:15003;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.8125rem;left:37.500001907349rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
#tmE64WgzxvRDkbNNiN0bTxwOmfZqD9MI { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:exo;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.4375057220459rem;left:38.819444656372rem;height:20.25rem;font-style:normal;display:block; }
#aTq8SzWSsQvIiNWZCZr8OtW4H7mkuV84 { position:absolute;display:block;z-index:15010;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:6rem;width:12.4375rem;top:20.422742366791rem;left:1.4375rem;overflow:hidden;display:block; }
#X7FdfUQqzN4znhwUP564FkStkkzGeEes { box-sizing:content-box;height:29.25rem;width:49.75rem;position:absolute;display:block;z-index:15005;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.28125rem;left:-15.0625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { background-color: transparent; background-image: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container > .video-iframe-container { display: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row > .video-iframe-container { display: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .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); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { border-width: 0; border-radius: 0; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#GNAIpv9mDt1Uby9vKkcTziI18p9PxMc0 { color:#a5db44;display:block;width:31.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:14.780383110046rem;left:42.625001907349rem;height:7.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1RFbg56CutPo9GsI2rR6ilTIHhwCc6s { color:#4c4c4c;display:block;width:13.125rem;position:absolute;font-family:raleway;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.3993086814881rem;left:11.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gw6fiEaPfMoiT89WLHRtk0tBw68CJxOO { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:10.686632156372rem;left:14.672742843628rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGzMnVtKQ2SZgSAJDu2qHy9lNXs5fTIy { color:rgba(var(--color-tertiary-3),1);display:block;width:19.9375rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:39.375rem;left:16.875rem;height:4.78125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p0E6rLBdRT77NVBQrvIDrdJcrQddTsTv { 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:17.75rem;width:13.3125rem;top:30.0625rem;left:0rem;overflow:hidden;display:block; }
#bdznINU797ROkBXAlebEadogI8BHLIFN { 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:17.625rem;width:11.25rem;top:1.5156083106994rem;left:2.1180553436279rem;overflow:hidden;display:block; }
#PHsFKXg6DKgvPUV2N4BdutaNpLWNpdyC { color:#a5db44;display:block;width:24.25rem;position:absolute;font-family:exo;font-size:3.75rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:2.7013874053955rem;left:42.625001907349rem;height:11.25rem;text-align:left;text-align-last:left;display:block; }
#QW3Q2pscV07pxiCAezahIuTw18OeCzNp { 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:13.6875rem;width:12.125rem;top:18.75rem;left:19.9375rem;overflow:hidden;display:block; }
#kV7e657lSNmc2R3XwyAvugClyaGFGJSw { box-sizing:content-box;height:15rem;width:52.75rem;position:absolute;display:block;z-index:15002;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5234375rem;left:-15.3125rem;border-top-left-radius:0rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;display:block; }
#OklFQgqoBE7LWAmQi4c24S9ksHfDQ6KW { box-sizing:content-box;height:13.6875rem;width:52.75rem;position:absolute;display:block;z-index:15001;background-color:#a5db44;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.5rem;left:-15.3125rem;border-top-right-radius:12.5rem;border-bottom-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#HLvBEJzgfiOTOx6VJtxH2ivq6VynpbS5 { box-sizing:content-box;height:15rem;width:52.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.5rem;left:-15.0625rem;border-top-left-radius:0.25rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;display:block; }
#Os4fEk67AatMbJM64HAQxkulmSpCmNx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:exo;font-size:1.0625rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:23.5rem;left:2.125rem;height:6.375rem;font-style:normal;display:block; }
#p8FflopXV0bBFzUboDnfzLIad6fkZlRQ { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:20.5rem;left:2.125rem;height:2.34375rem;display:block; }
#Z9F6CDO8BOWo5uNPWRsfEQC989IDQHiT { color:#071422;display:block;width:20rem;position:absolute;font-family:exo;font-size:1.5625rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:36.4375rem;left:16.8125rem;height:2.03125rem;display:block; }
#Xnwziu25ignI2TwNpydTGvC1a5hc2cLd { box-sizing:content-box;height:32.875rem;width:52.625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.95052814483644rem;left:37.77841516147rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:25rem;border-top-left-radius:0.25rem;display:block; }
#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { position:relative;display:block; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { background-color: transparent; background-image: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container > .video-iframe-container { display: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row > .video-iframe-container { display: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .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); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { border-width: 0; border-radius: 0; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .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; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-form-header {  }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:32.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-text {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .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:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.1875rem solid #d6d4d4;border-left:0.1875rem solid #d6d4d4;border-right:0.1875rem solid #d6d4d4;border-bottom:0.1875rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.75rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-button { border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;background-color:#a5db44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:32.75rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]:-moz-placeholder { color:#071422;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]::-moz-placeholder { color:#071422;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]:-ms-input-placeholder { color:#071422;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]::-webkit-input-placeholder { color:#071422;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:31.375rem;overflow:hidden;font-style:normal; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .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; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-container:first-of-type{padding-top:0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-container:last-of-type{padding-bottom:0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4375004768372rem;left:38.881944656372rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.75rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO {display:block;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:5.4375004768372rem;left:38.881944656372rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #f3FHSdfU3HDedTxKaVrnuKzF20hchOAl { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #iKnq5AxmwudhOuxgnSDp1CvDILahckTv { position:relative;display:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ynwq3r5TCmRiqoM3qcDqth8dAIXty7Za { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #KT3Gy8TJvv0o6IXUOOTdDu92TnwQVbLM { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #IAp9S4VmZ8eOervQhBiUtiQQ5ldAkfru { position:relative;display:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #sdmrTLJ30vOlBtGrQJv9bIaTSWlJlMgo { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #dPOvuTlEsxGsKqn8tccBcEdODLANeUTn { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #rbho0O322GC9Qfw01EdveuWWTonnlpeI { position:relative;display:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TIlQGP5piJZKLgWNT32LaQrTPQS2K0Da { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TMEb8qbP7DIB9odlLXUqPl1MszTQFp9J { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #q2Up9Or7cbifCHDEXydOAk1osT9F8zgw { position:relative;display:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ByylGpvo2a3HydkTgoPkB7p42ZFviayb { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #vHQpyeqpXpz7AsDJ1Kn8oMNne1PLk7kO { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #XVwsF24a35I3Tie6JL1Snxr0PFOsPUsV { position:relative;display:none; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #BD383vRh6ITqM8CnBUrLWLVegKBFGhyF { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #s2stzshs12rIJmCq596q24LTr1bCxNVX { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TV8imrWAx2rn0L5gbg1PlsiaW66mTFkb { position:relative;display:block; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #g1lSWqDXJReewpxGM3s59CMzBpSveAS4 { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #M0Ae4rs1WizRQG2tTigQs7m94gFrWTsp { position:relative; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #aEJzq5VpLbHNCTh5Hh2mnhFXF1UekI0R { position:relative; }
#frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt { box-sizing:content-box;height:35.6875rem;width:52.125rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe9c1960-6dd7-451f-bc81-5e8db099c5f2/9c480d89ff16452e972d2a5dcf241363.png");background-position:center left !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;top:0.4921875rem;left:-15rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;display:block; }#frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.adaptive-delivery-prevent-bg, #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.lazyload, #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.lazyloading { background-image: none; }
#ry07RWkvDqFecFckScnSoZwlveeMaMBU { color:rgba(var(--color-tertiary-0),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9366321563721rem;left:1.0625rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPHvE7MC0T0DxlmaTzhCSWaBPiSOhhQQ { color:rgba(var(--color-tertiary-0),1);display:block;width:33.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:1.1440868377686rem;left:39.756944656372rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hwzZzW0PUT7MnQMno6GTgtTKzhI2QvuP { box-sizing:content-box;height:3.75rem;width:35.0625rem;position:absolute;display:block;z-index:14999;background-color:#071422;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.861111164093rem;left:38.881944656372rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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;z-index:auto;display:block; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { background-color: transparent; background-image: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container > .video-iframe-container { display: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row > .video-iframe-container { display: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .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); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { border-width: 0; border-radius: 0; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:75rem;position:relative;display:block; }#FAfPr1NwuwIcxg1O9JiP7vB5nfCqvUH5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:2.8801956176758rem;left:22.986112594604rem;height:4.5989625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:11.6875rem;left:8.625rem; }
#Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:11.6875rem;left:6.125rem; }
#vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#DVcIhq6Qx3N1LQU6n5fn8HvlWk0DqTS5 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:2.8802089691162rem;left:43.555555343628rem;height:2.29948125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iM2X6MqQzK0sMiGQp74VbD7wxL4TV5xX { color:rgba(var(--color-tertiary-0),1);display:block;width:62.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15037;line-height:1.6;letter-spacing:0;top:7.875rem;left:6.4375rem;height:3.19965rem;text-align:center;text-align-last:center;display:block; }
#LJ9MFStN8h3TQMC4poSt4xzMC78VNKOr { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:11.6875rem;left:3.3125rem; }
#SXXZlVcetk8ZJV3PrzPkg8V2A3on0Z0m { color:rgba(var(--color-tertiary-0),1);display:block;width:23.3125rem;position:absolute;font-family:exo;font-size:1rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:12.505207061767rem;left:29.319444656372rem;height:1.29948125rem;font-style:normal;display:block; }
#sP5b6c2evSkrlQZH689TxAnF0uoyNFwF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:16.625rem;top:0.56076812744141rem;left:0.5625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg { display:block; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px5Cu5DTkZikI1vOhW1ymOOJCZdl862K { top:0rem;left:0rem;width:19.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvg0ziT3oy2J36ymyLP64NOWasfE32h { width:15.625rem;height:3.125rem;top:1.75rem;left:28.625001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #arNCZRftlRV0TMdPNM7izJz7GMEmIn9Z { display:block; }
 }@media only screen and (max-width: 763px) { #ilgrVQLXMAswrLyHMorSU04yIa1FlmnH { top:2.5rem;left:12.750001907349rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgG1WayDNpCaAqKdtPBeWTqgmJtBgggW { width:15.625rem;height:3.125rem;top:1.75rem;left:11.555555343628rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke8f7fAngtK6nppNZIbTSfBndlMtOcOB { display:block; }
 }@media only screen and (max-width: 763px) { #AXbeZRm6qcoUuBlEx1OAFRQUKMGr31Wt { width:15.625rem;height:3.125rem;top:1.75rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck8gqBihWXSfKmMoM0FRO6KFrFNEOyot { display:block; }
 }@media only screen and (max-width: 763px) { #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h { display:block; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAOb1U4pSxcu7Z7hPbh7RVd4JISTK23J { width:43.4375rem;height:4.125rem;top:14.6875rem;left:1.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxROokLDcbEh7iskMfDe28fHGDnASvVQ { width:25.125rem;height:4.75rem;top:14.375rem;left:22.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8J6u6qkmmU2rfwVAH3UqwUlsTByNZEJ { width:35.9375rem;height:4.0625rem;top:1.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik8Ney7Zx3hBC1Hsaz2cpTO8UAJLbDrH { width:40.5rem;height:4.0625rem;top:8.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a { display:block; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTpxmO9xO1ha2UkeV7e1oaATim5rM9Ds { top:1.625rem;left:14.5rem;width:33.25rem;height:31.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TouXCx1h4UfVWKU1t5VnKDM74VqNPTya { top:11.4375rem;left:5.6875rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8FxLXGBrasH6mW1TnJFadOIcfP880ux { top:14.375rem;left:3.0625rem;width:19.5rem;height:8.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZSvKRXxyxi7WrKFVoPII77WDsJxuTDw { top:0.5625rem;left:0rem;width:47.75rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbVeQDTiInd6EIuOXyWNh9cQvs74GP9D { top:0.5625rem;left:0rem;width:31.1875rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDlv5KASu4BWbQMfARBEq4dHStMzgFC7 { top:15.6875rem;left:0rem;width:31.375rem;height:20.75rem;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) { #WoXZxrG7P5xz78CMrISZNAO2fRM9me2M { top:10.25rem;left:9.2500019073488rem;width:29.25rem;height:10.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQpkgb8Ib5Ze5VZTtMfbp2obLNaSS9Tf { top:0.25rem;left:0rem;width:17rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgN3I48JV5kAMnUIp6IMxLoKd4NLm2T { top:1.625rem;left:11.718751907349rem;width:24.3125rem;height:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhmRD2HLMmGnfRChasFE3CWP6V0IXuB { top:0rem;left:30.4375rem;width:17.3125rem;height:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKEoGvzpf0pWWGaBrtIy0MEPX3MKr7x { top:0.625rem;left:10.625rem;width:37.125rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { display:block; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kC6nXlkTTf1wWQCCnDw70SyHqblZmSrP { width:46.0625rem;height:4.1875rem;top:1.875rem;left:0.84375rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEL1bUcJ9KqPagXbszNbigeiG5HRH5tH { width:39.875rem;height:5.6875rem;top:6.6875rem;left:3.9375019073486rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAshgu0oLeIGBHbqgDzUzffAdZ8ohI6 { width:18.3125rem;height:3.75rem;top:14.1875rem;left:14.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJu5uCTEZnEc7pnrTuChsLdVoMNVJZ5F { display:block; }
 }@media only screen and (max-width: 763px) { #DH5ibztUe90ohccbC2qZiic8nPZMy1mJ { top:-0.25rem;left:0rem;width:47.75rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP { display:block; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog { display:flex;height:auto;width:27.8125rem;top:14.1875rem;left:0rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fXtcT9gtV7veQFLpCQBwTRp2RdentcCR {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #cZnnzdvwaio1co32opqCHhP7aqokzHBW {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #peV6OQJQECPCthRuCfm8V2cvMwyITFXB {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #GEf9T6ffF9DOUWQocGiuuXxJ0I4vv6vT {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #ICEtEaNEA8ySKH00cHeLK7NldebXCnIa {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #wm5O4gI3zsydiolw4B73uKR4ZJDnd92P {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #yftyeyynkUCit0Nm9cUaBZNohMMODGS5 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #LOH8wI79hiKBTpDquxLC3uvqhf1otE59 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #dRCM6Keg3dKRP6Q0oWz56SvU7lXHUma8 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fcm3TzxIzWbWdUZCiDpLnH8yi90eVW9d {  }
 }@media only screen and (max-width: 763px) { #o8VSOu71MaLq1TcLqxZMuwGfHpK3uTCQ { width:13.8125rem;height:4.125rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kR486ST5AQMDUCSZpz8gwd60FxAd7R1I { display:block; }
 }@media only screen and (max-width: 763px) { #XRGwevADuEXbkohXyZzJbQWO5WEBuMEp { width:16.875rem;height:2rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX { display:block; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKp8yMwMgxG9QBRpDdIJgzEOGNmkCO04 { width:16.875rem;height:2rem;top:2.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE { display:flex;height:auto;width:27.8125rem;top:14.1875rem;left:0rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #RlVuzDVwaG8IxmCOBUOLb2nbhnaQU1En {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OxFPPwygZ5CN9JIrcNlUvtsxnCr9ObhC {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #TKRcot7dy5pNPTCZRTZNGsuliZ7mCpcB {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #A2LwmRFG4uva73Zu3uBsR5y8urSydwzu {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #dzCS9vuzsozMh4STUcJyi3w6PAXe41VP {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OtNTyIAPqT5aRekpHoImFGt98baQCWO2 {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #nFPNK89gccLXCkyo5JNELk9wSUfP5aUX {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #ABGomMpo9AWda0oRfDz7AvLpoW8cdzGL {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #frRypyIAR5PNNXiU5ccKuLDd5IOMTCdF {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #HxlKOCMZo02ZzEARNSq2TNmWb5l1lkii {  }
 }@media only screen and (max-width: 763px) { #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU { display:block; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7Q3UdwLEobWO6BdpMCcqapFyUzquIGB { width:9.9375rem;height:2rem;top:1.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW { display:flex;height:auto;width:27.8125rem;top:14.1875rem;left:0rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #HNF6rAwkwgeixSbWTgoe7rChF3X8RhhB {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fbqrZpael4JdoooBhbLmqtcKLrmDdB9z {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #lJ8SzM3gedPTRoZT8Wkipp3rmsrk3tBZ {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #u6rd3DT8rRRXPqTALn34ZKABWak48af9 {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #imSr84idh31KvFIBkpWHBVXOoE3GGz2O {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dWq9fFMfgUgqtPQEB8O6ARap61X5nxlw {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #J7yaThyWpKolx3pxvWftqXkokqdextms {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dExTSPNKB9N46TgvULTaGAtRARgHuUfo {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fTub585vb1TPw1gofrd7b5e5s2nZl1VP {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #ES0d9Ls7A7eVgZTkxHGuepHOyyEgNyfy {  }
 }@media only screen and (max-width: 763px) { #PVQmASWSk5Ta7Zips1mC9xQGprlq93I8 { top:14.4375rem;left:11.375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 { display:block; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMSfET8i2cASMr6NO2wUBQWSyvJhVpOA { width:13.875rem;height:2.0625rem;top:2.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSQz2ev7cAvHvqmackA1mrUztkL2s1gA { top:5.25rem;left:19rem;width:28.75rem;height:7.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aska9le0Le6JQTG65CrN6gXmowXN2Dao { top:3.125rem;left:15.875rem;width:31.875rem;height:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N { display:block; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTkLs7o43lkGtWck1aE9QQiaurRshKE6 { top:2.5rem;left:0rem;width:19.1875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN { display:flex;height:auto;width:27.8125rem;top:14.1875rem;left:0rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #CHNJtaemc79t4bETyPIBx2TLWR45hBvX {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #d0WlT4FX7uqSluTzKfvbQAuMEipfBA2D {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #K4E0d1w8u21HxbhX9qCbBJxXhNhndlF5 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #gD2gaSn7D5z8ypFnELtahCFavF9gqmLW {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #bTirLPyE0L15BNM7EupNvXFOGI6rbrhx {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #vpeXAHoNFM2cI9nFhVw8dRuZ4zpLMhZq {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #JPcTUsvnRSwJ3SRTmV6mF4HLV0KZisM2 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #UXOx2uP1vkxTJ8rikcCbHUfkJyeTRBp9 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #pFeFPgiZzTMXMi7cKDFekW5Jg3hZ9w8O {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #MWfPallqI0Sly0sOJwbN9xxdfDmwOBQR {  }
 }@media only screen and (max-width: 763px) { #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme { display:block; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIXddexhvkTc0NZkR1kAlbkfOU08RTTG { width:21.5625rem;height:2.0625rem;top:1.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw { display:flex;height:auto;width:27.8125rem;top:14.1875rem;left:0rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #qbROFNvPJST8yIrHFCE1FO72nDBSS68q {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #fUiadytZxlbMHUVMhXToQKnrWD8E7r0d {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #W467qc3dlIiKKto1ggrEizBdUwaBGdGM {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #sQwmP2nalZGKElHucFs7SqWrzET3Cmw0 {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #AKBbZovy8xeI9INCQI8u7dTkXTM7rSZQ {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #tg5qWUnkEV4a3gC28BmOaT8X39C7tozb {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #QWuBxdI0gkkdg8ga6mbmt7FziU25fxr7 {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #cg8XBiHaNlToNfvo5AHyFvAsiEv6CQHh {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #mnPGVgepVtJQBHTi5QigvFQBpHf8Xyos {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #dJKfM1kRA8ulxlI6qoo64woT9sXWRigB {  }
 }@media only screen and (max-width: 763px) { #AqJ9lgxQig37NCeDHL5QMNRB55SmyThU { top:17.25rem;left:1.4965277910232rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #R7RSqOn8bXLJtm1z06uh0Q1BUttrfDbD { top:6.875rem;left:0rem;width:6.3125rem;height:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9T4hbs5kZu4z3tV7D30ePaJl8piElp { top:4.6875rem;left:0rem;width:7.9375rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { display:block; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eBTXiBTVKMdJA1lg1fFav7IBeMTd0314 { top:9rem;left:0rem;width:35.75rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQRMRWkT7gtap500tICZuep6tEDfuwVJ { top:18.75rem;left:0rem;width:29.3125rem;height:8.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6fPJR3o828eS0gIchcT7PX3WxsbNzXi { top:1.5rem;left:0rem;width:31.25rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQvXV7DS9fFfPMOZivrCJeEoEQeW3ENR { top:0.125rem;left:0rem;width:47.75rem;height:31.777485380117rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB0T4T6vA9JK3Q964GiSD7q8BrVqHs64 { top:0rem;left:0rem;width:47.75rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { display:block; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U0Q9tgcuzG5DFoP8kNmoMvWytGR5GKTU { top:20.375rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTIdhIoB0iVISfL9TkTUuzqvtupuCaT { top:3.375rem;left:0rem;width:31.9375rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PArJw3RhNGQNAOaPfzrkNrEddVMnKSg9 { top:2.9375rem;left:15.8125rem;width:31.9375rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD9TLaTTBMRt8kNcIBlMqK6cWigHrzNW { top:14.8125rem;left:15.8125rem;width:31.9375rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #COLTicqCO7X8AaJ7hve1JwJRTAdet1u6 { top:24.3125rem;left:13rem;width:34.75rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fVRrfXnobsCnHNMS9SUlzU5EudP5uNuB { top:35.25rem;left:14.8125rem;width:32.9375rem;height:4.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMM9AU5DhOWOWEO722edaETDTZerVsJp { top:5.6875rem;left:38.187501907349rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK { top:15.9375rem;left:0rem;width:37.3125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXiVQC19geO3Hat5y9gDIgUqwUEU2lNt { top:0.625rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysw5OhcEhCIpN3FMAGwZDGEsKWtBZBV1 { top:0.6875rem;left:0rem;width:47.75rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxSVtJxQoJVbvc0y55989Ray7Uk5CSU { display:none; }
 }@media only screen and (max-width: 763px) { #fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { display:block; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cK1ZRk6umrwiKXS1Is6LdWu70TihC74u { top:0.1875rem;left:0rem;width:47.75rem;height:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmgz6IbJiQIXyu4HXEr1pSr03X9guDrs { top:2.3125rem;left:13.1875rem;width:34.5625rem;height:3.75rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #emqPMBT9mBzPaIacsa3BeMSPoTv2cbnM { top:5.3125rem;left:0rem;width:32.875rem;height:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7UlpML1uuTs1QUKnXfg0xpqGhCTgUzT { top:2.625rem;left:0rem;width:28.25rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eeFJaFidTuZvcqwrNkMdCsZKMzWgv9fq { top:3.6875rem;left:15.9375rem;width:31.8125rem;height:19.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytbyLvglPVvE2zSMC6Q4liCouoDxOx08 { top:8.125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdBbpqo3LHonB5ThdiCzwns4VAVp5aNd { top:17.4375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDBW5wEabUS3WXTgTBTpLXCussxHRPu0 { top:22.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1pcQEEX9UU4oN9P7KDCamulRcfNcZQI { top:12.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpNe7gMUDxsNnBUTggDrKsvtGyzsCJlz { top:0rem;left:0rem;width:47.75rem;height:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgLOHhwPxptxyzJyhgOicR81VULHUqx5 { top:16.4375rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { display:block; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xts9XiyZ9per2xrMhNyPiEZ0KT8081ZR { top:1.4375rem;left:0rem;width:35.75rem;height:;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytPcg9kUNsa0uDPG8TsnFy980MeHR69y { top:11.75rem;left:0rem;width:17.625rem;height:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZzJiAdfpE0ZKiH6MIFOX08POC6wKQr { top:0.8125rem;left:0rem;width:47.75rem;height:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmE64WgzxvRDkbNNiN0bTxwOmfZqD9MI { top:1.4375rem;left:15.25rem;width:32.5rem;height:20.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq8SzWSsQvIiNWZCZr8OtW4H7mkuV84 { top:20.375rem;left:0rem;width:12.4375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7FdfUQqzN4znhwUP564FkStkkzGeEes { top:0.25rem;left:0rem;width:47.75rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 { display:block; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNAIpv9mDt1Uby9vKkcTziI18p9PxMc0 { width:31.6875rem;height:7.125rem;top:14.75rem;left:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RFbg56CutPo9GsI2rR6ilTIHhwCc6s { width:13.125rem;height:2rem;top:7.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw6fiEaPfMoiT89WLHRtk0tBw68CJxOO { width:19.9375rem;height:4.75rem;top:10.625rem;left:1.0477428436279rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGzMnVtKQ2SZgSAJDu2qHy9lNXs5fTIy { width:19.9375rem;height:4.75rem;top:39.375rem;left:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p0E6rLBdRT77NVBQrvIDrdJcrQddTsTv { top:30.0625rem;left:0rem;width:13.3125rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdznINU797ROkBXAlebEadogI8BHLIFN { top:1.5rem;left:0rem;width:11.25rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHsFKXg6DKgvPUV2N4BdutaNpLWNpdyC { top:2.6875rem;left:23.5rem;width:24.25rem;height:11.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QW3Q2pscV07pxiCAezahIuTw18OeCzNp { top:18.75rem;left:6.3125rem;width:12.125rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV7e657lSNmc2R3XwyAvugClyaGFGJSw { top:3.5rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklFQgqoBE7LWAmQi4c24S9ksHfDQ6KW { top:33.5rem;left:0rem;width:47.75rem;height:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvBEJzgfiOTOx6VJtxH2ivq6VynpbS5 { top:18.5rem;left:0rem;width:47.75rem;height:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4fEk67AatMbJM64HAQxkulmSpCmNx9 { top:23.5rem;left:0rem;width:17.8125rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8FflopXV0bBFzUboDnfzLIad6fkZlRQ { top:20.5rem;left:0rem;width:20rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9F6CDO8BOWo5uNPWRsfEQC989IDQHiT { top:36.4375rem;left:3.1875rem;width:20rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnwziu25ignI2TwNpydTGvC1a5hc2cLd { top:0.9375rem;left:0rem;width:47.75rem;height:32.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { display:block; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-regular-label { width:32.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-text { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-text {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-textarea { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-button { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-checkbox-label { width:31.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO  { width:32.75rem;height:29.8125rem;top:5.4375rem;left:12.5rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .radio-container { width:32.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO {display:block;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO { width:32.75rem;height:29.8125rem;top:5.4375rem;left:12.5rem; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #f3FHSdfU3HDedTxKaVrnuKzF20hchOAl {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #iKnq5AxmwudhOuxgnSDp1CvDILahckTv {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ynwq3r5TCmRiqoM3qcDqth8dAIXty7Za {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #KT3Gy8TJvv0o6IXUOOTdDu92TnwQVbLM {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #IAp9S4VmZ8eOervQhBiUtiQQ5ldAkfru {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #sdmrTLJ30vOlBtGrQJv9bIaTSWlJlMgo {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #dPOvuTlEsxGsKqn8tccBcEdODLANeUTn {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #rbho0O322GC9Qfw01EdveuWWTonnlpeI {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TIlQGP5piJZKLgWNT32LaQrTPQS2K0Da {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TMEb8qbP7DIB9odlLXUqPl1MszTQFp9J {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #q2Up9Or7cbifCHDEXydOAk1osT9F8zgw {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ByylGpvo2a3HydkTgoPkB7p42ZFviayb {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #vHQpyeqpXpz7AsDJ1Kn8oMNne1PLk7kO {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #XVwsF24a35I3Tie6JL1Snxr0PFOsPUsV {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #BD383vRh6ITqM8CnBUrLWLVegKBFGhyF {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #s2stzshs12rIJmCq596q24LTr1bCxNVX {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TV8imrWAx2rn0L5gbg1PlsiaW66mTFkb {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #g1lSWqDXJReewpxGM3s59CMzBpSveAS4 {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #M0Ae4rs1WizRQG2tTigQs7m94gFrWTsp {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #aEJzq5VpLbHNCTh5Hh2mnhFXF1UekI0R {  }
 }@media only screen and (max-width: 763px) { #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt { top:0.4375rem;left:0rem;width:47.75rem;height:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ry07RWkvDqFecFckScnSoZwlveeMaMBU { top:1.875rem;left:0rem;width:35.125rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPHvE7MC0T0DxlmaTzhCSWaBPiSOhhQQ { top:1.125rem;left:14.25rem;width:33.5rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwzZzW0PUT7MnQMno6GTgtTKzhI2QvuP { top:0.8125rem;left:12.6875rem;width:35.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P { display:block; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAfPr1NwuwIcxg1O9JiP7vB5nfCqvUH5 { top:2.875rem;left:9.3611125946044rem;width:23.0625rem;height:4.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG { top:11.6875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
#Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; } }@media only screen and (max-width: 763px) { #vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 { top:11.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
#vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #DVcIhq6Qx3N1LQU6n5fn8HvlWk0DqTS5 { top:2.875rem;left:24.6875rem;width:23.0625rem;height:2.25rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM2X6MqQzK0sMiGQp74VbD7wxL4TV5xX { top:7.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9MFStN8h3TQMC4poSt4xzMC78VNKOr { top:11.6875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXXZlVcetk8ZJV3PrzPkg8V2A3on0Z0m { top:12.5rem;left:15.694444656372rem;width:23.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP5b6c2evSkrlQZH689TxAnF0uoyNFwF { top:0.5rem;left:0rem;width:16.625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg.adaptive-delivery-prevent-bg, #P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg.lazyload, #P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg.lazyloading { background-image: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { background-color: transparent; background-image: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container > .video-iframe-container { display: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container { display: none; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .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); }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { border-width: 0; border-radius: 0; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P9cxis38MuGg9lsC6GhKXPxzP1mTSnvg > .row .container { width:20rem;height:17.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Px5Cu5DTkZikI1vOhW1ymOOJCZdl862K { width:11.9375rem;height:4.9375rem;top:0.6875rem;left:4.0312501192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwvg0ziT3oy2J36ymyLP64NOWasfE32h { width:11.0625rem;height:2.1875rem;top:6.4375rem;left:4.4687501192093rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #arNCZRftlRV0TMdPNM7izJz7GMEmIn9Z { display:block; }
 }@media only screen and (max-width: 763px) { #ilgrVQLXMAswrLyHMorSU04yIa1FlmnH { display:flex;width:1.3125rem;height:1.3125rem;top:10.40625rem;left:5.3888889551162rem; }
 }@media only screen and (max-width: 763px) { #AgG1WayDNpCaAqKdtPBeWTqgmJtBgggW { width:10.6875rem;height:2.1875rem;top:9.96875rem;left:4.8437501192093rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ke8f7fAngtK6nppNZIbTSfBndlMtOcOB { display:block; }
 }@media only screen and (max-width: 763px) { #AXbeZRm6qcoUuBlEx1OAFRQUKMGr31Wt { width:10.375rem;height:2.0625rem;top:14rem;left:4.8750001192093rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ck8gqBihWXSfKmMoM0FRO6KFrFNEOyot { display:block; }
 }@media only screen and (max-width: 763px) { #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/75488db0-898f-4508-b380-e209662c8b26/1b999ed9d881464f82dd8172c6cbfc70.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.adaptive-delivery-prevent-bg, #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.lazyload, #Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h.lazyloading { background-image: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { background-color: transparent; background-image: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container > .video-iframe-container { display: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container { display: none; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .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); }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { border-width: 0; border-radius: 0; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tlhh4U0k6FrAFSJ8xoGysePb24ERRC1h > .row .container { width:20rem;height:20.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SAOb1U4pSxcu7Z7hPbh7RVd4JISTK23J { width:20rem;height:2.3559rem;top:12.452256679535rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxROokLDcbEh7iskMfDe28fHGDnASvVQ { width:20rem;height:2.4375rem;top:15.858506679535rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8J6u6qkmmU2rfwVAH3UqwUlsTByNZEJ { width:20rem;height:2.4375rem;top:1.907986164093rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ik8Ney7Zx3hBC1Hsaz2cpTO8UAJLbDrH { width:20rem;height:4.875rem;top:5.881076335907rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a { background-color:#071422;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { background-color: transparent; background-image: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container > .video-iframe-container { display: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container { display: none; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .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); }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { border-width: 0; border-radius: 0; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#QAco6HmEEiQdkZXwLvG3KK7tHzR7WK6a > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fTpxmO9xO1ha2UkeV7e1oaATim5rM9Ds { width:18rem;height:28.03125rem;top:1.5260415077209rem;left:1rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TouXCx1h4UfVWKU1t5VnKDM74VqNPTya { width:8.375rem;height:8.375rem;top:36.163194656372rem;left:5.8125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8FxLXGBrasH6mW1TnJFadOIcfP880ux { width:12.4375rem;height:4.875rem;top:37.912326812744rem;left:3.7812501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZSvKRXxyxi7WrKFVoPII77WDsJxuTDw { width:9.8125rem;height:9.5rem;top:17.871524095535rem;left:5.0937501192093rem;background-color:#071422;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UbVeQDTiInd6EIuOXyWNh9cQvs74GP9D { width:20rem;height:13.125rem;top:28.565979003906rem;left:0.029513895511627rem;border-top-left-radius:25rem;border-top-right-radius:25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDlv5KASu4BWbQMfARBEq4dHStMzgFC7 { width:20rem;height:13.2265625rem;top:40.565956115722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95341c71-7865-432f-b5c8-ad4151f425f9/Projektbeznazwy10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WoXZxrG7P5xz78CMrISZNAO2fRM9me2M { width:17.4375rem;height:6.75rem;top:15.999128341675rem;left:1.2812501192093rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQpkgb8Ib5Ze5VZTtMfbp2obLNaSS9Tf { width:8.375rem;height:15.125rem;top:0.87413549423219rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUgN3I48JV5kAMnUIp6IMxLoKd4NLm2T { width:11.875rem;height:4.875rem;top:22.748264312744rem;left:4.0625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLhmRD2HLMmGnfRChasFE3CWP6V0IXuB { width:8.375rem;height:15.125rem;top:0.87413215637206rem;left:10.826389431953rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEKEoGvzpf0pWWGaBrtIy0MEPX3MKr7x { width:20rem;height:14.0625rem;top:15.982643127441rem;left:-0.125rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;z-index:14999;background-color:rgba(7,20,34,0.79);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { display:block; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { background-color: transparent; background-image: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container > .video-iframe-container { display: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row > .video-iframe-container { display: none; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .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); }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN { border-width: 0; border-radius: 0; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .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; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container { width:20rem;height:20.8125rem;background-color:rgba(0,0,0,0.3);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container.adaptive-delivery-prevent-bg, #qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container.lazyload, #qIt0pZ4rtaf9vuL62t0VS5LNNbUIzznN > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #kC6nXlkTTf1wWQCCnDw70SyHqblZmSrP { width:14.25rem;height:4.875rem;top:1.7178840637207rem;left:2.8750001192093rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEL1bUcJ9KqPagXbszNbigeiG5HRH5tH { width:20rem;height:6.9965rem;top:7.2630214691163rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpAshgu0oLeIGBHbqgDzUzffAdZ8ohI6 { width:13.0625rem;height:3.0625rem;top:15.720485687256rem;left:3.4687501192093rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJu5uCTEZnEc7pnrTuChsLdVoMNVJZ5F { display:block; }
 }@media only screen and (max-width: 763px) { #DH5ibztUe90ohccbC2qZiic8nPZMy1mJ { width:20rem;height:19.75rem;top:0.77951812744138rem;left:-0.125rem;background-color:#a5db44;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#DH5ibztUe90ohccbC2qZiic8nPZMy1mJ.adaptive-delivery-prevent-bg, #DH5ibztUe90ohccbC2qZiic8nPZMy1mJ.lazyload, #DH5ibztUe90ohccbC2qZiic8nPZMy1mJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/479fb66b-204f-4950-a905-6986bd1f6bad/7e1faf6d96d04c21a592c433cdcfd6e9.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.adaptive-delivery-prevent-bg, #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.lazyload, #oqBaqPHO99TK4uxpztyQam1ltCJX0WXP.lazyloading { background-image: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { background-color: transparent; background-image: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container > .video-iframe-container { display: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container { display: none; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .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); }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { border-width: 0; border-radius: 0; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oqBaqPHO99TK4uxpztyQam1ltCJX0WXP > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog { display:flex;height:auto;width:16.0625rem;top:8.7491340637206rem;left:0.5625rem; }
#TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fXtcT9gtV7veQFLpCQBwTRp2RdentcCR {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #cZnnzdvwaio1co32opqCHhP7aqokzHBW {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #peV6OQJQECPCthRuCfm8V2cvMwyITFXB {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #GEf9T6ffF9DOUWQocGiuuXxJ0I4vv6vT {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #ICEtEaNEA8ySKH00cHeLK7NldebXCnIa {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #wm5O4gI3zsydiolw4B73uKR4ZJDnd92P {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #yftyeyynkUCit0Nm9cUaBZNohMMODGS5 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #LOH8wI79hiKBTpDquxLC3uvqhf1otE59 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #dRCM6Keg3dKRP6Q0oWz56SvU7lXHUma8 {  }
 }@media only screen and (max-width: 763px) { #TWoCVhXfrvc0186GfLv7a9hP1TOK9Eog #fcm3TzxIzWbWdUZCiDpLnH8yi90eVW9d {  }
 }@media only screen and (max-width: 763px) { #o8VSOu71MaLq1TcLqxZMuwGfHpK3uTCQ { width:13.5rem;height:3.1875rem;top:4.4366316795349rem;left:2.9062501192093rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kR486ST5AQMDUCSZpz8gwd60FxAd7R1I { display:block; }
 }@media only screen and (max-width: 763px) { #XRGwevADuEXbkohXyZzJbQWO5WEBuMEp { width:16.875rem;height:1.625rem;top:1.3732700347901rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/8a5818df-8ece-4d89-86b0-0b6930d5c0f9/fd634ce938c0439f87ef29b80d29b479.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.adaptive-delivery-prevent-bg, #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.lazyload, #FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX.lazyloading { background-image: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { background-color: transparent; background-image: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container > .video-iframe-container { display: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container { display: none; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .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); }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { border-width: 0; border-radius: 0; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FLRuT2aZ6oI2PannXANxpHMMfZbPEcgX > .row .container { width:20rem;height:16.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rKp8yMwMgxG9QBRpDdIJgzEOGNmkCO04 { width:16.875rem;height:1.625rem;top:1.5000009536743rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE { display:flex;height:auto;width:16.25rem;top:5.0625rem;left:1.3125rem;gap:0.3125rem;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem; }
#fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #RlVuzDVwaG8IxmCOBUOLb2nbhnaQU1En {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OxFPPwygZ5CN9JIrcNlUvtsxnCr9ObhC {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #TKRcot7dy5pNPTCZRTZNGsuliZ7mCpcB {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #A2LwmRFG4uva73Zu3uBsR5y8urSydwzu {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #dzCS9vuzsozMh4STUcJyi3w6PAXe41VP {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #OtNTyIAPqT5aRekpHoImFGt98baQCWO2 {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #nFPNK89gccLXCkyo5JNELk9wSUfP5aUX {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #ABGomMpo9AWda0oRfDz7AvLpoW8cdzGL {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #frRypyIAR5PNNXiU5ccKuLDd5IOMTCdF {  }
 }@media only screen and (max-width: 763px) { #fxAwCz6AqT7NRN9mlmycSnQu8CoIdhZE #HxlKOCMZo02ZzEARNSq2TNmWb5l1lkii {  }
 }@media only screen and (max-width: 763px) { #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3da328f6-3081-4408-ad21-31dd8583d9ad/Stwrz_realnie_wygldajce_zdjcie_Nano_Banana_Pro_50402.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.adaptive-delivery-prevent-bg, #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.lazyload, #cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU.lazyloading { background-image: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { background-color: transparent; background-image: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container > .video-iframe-container { display: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container { display: none; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .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); }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { border-width: 0; border-radius: 0; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cl90TT0BT7Vh0GWg65O6bQbmIThPlyNU > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l7Q3UdwLEobWO6BdpMCcqapFyUzquIGB { width:16.875rem;height:1.625rem;top:1.1354229450226rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW { display:flex;height:auto;width:16.25rem;top:3.4375028610229rem;left:0.625rem; }
#Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #HNF6rAwkwgeixSbWTgoe7rChF3X8RhhB {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fbqrZpael4JdoooBhbLmqtcKLrmDdB9z {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #lJ8SzM3gedPTRoZT8Wkipp3rmsrk3tBZ {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #u6rd3DT8rRRXPqTALn34ZKABWak48af9 {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #imSr84idh31KvFIBkpWHBVXOoE3GGz2O {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dWq9fFMfgUgqtPQEB8O6ARap61X5nxlw {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #J7yaThyWpKolx3pxvWftqXkokqdextms {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #dExTSPNKB9N46TgvULTaGAtRARgHuUfo {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #fTub585vb1TPw1gofrd7b5e5s2nZl1VP {  }
 }@media only screen and (max-width: 763px) { #Dv7WliepWlSRAP9lRfS5ps7Bd8s9kcvW #ES0d9Ls7A7eVgZTkxHGuepHOyyEgNyfy {  }
 }@media only screen and (max-width: 763px) { #PVQmASWSk5Ta7Zips1mC9xQGprlq93I8 { width:12.5rem;height:0;top:29.59375rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/3971e4e0-f0f1-4b4c-bcb9-7df93a37be71/Projektbeznazwy37crop_1071x705_5748.crop_1023x648_16,35.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.adaptive-delivery-prevent-bg, #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.lazyload, #lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3.lazyloading { background-image: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { background-color: transparent; background-image: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container > .video-iframe-container { display: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container { display: none; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .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); }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { border-width: 0; border-radius: 0; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lUzTuTEyGV18vL2pVhKUu2cttBAnmkk3 > .row .container { width:20rem;height:17.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TMSfET8i2cASMr6NO2wUBQWSyvJhVpOA { width:13.875rem;height:1.625rem;top:1.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSQz2ev7cAvHvqmackA1mrUztkL2s1gA { width:20rem;height:7.796875rem;top:5.7595510009766rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aska9le0Le6JQTG65CrN6gXmowXN2Dao { width:20rem;height:11.0625rem;top:3.96180625rem;left:0rem;background-color:rgba(165,219,68,0.74);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/834842fb-2100-4603-9ad7-dbe56725179c/c3a13ea295c940c784b1f3d3a1a23fc7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.adaptive-delivery-prevent-bg, #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.lazyload, #R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N.lazyloading { background-image: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { background-color: transparent; background-image: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container > .video-iframe-container { display: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container { display: none; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .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); }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { border-width: 0; border-radius: 0; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R8LBfrPLyxxtyzaWaTQ5abtsukTDrS2N > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTkLs7o43lkGtWck1aE9QQiaurRshKE6 { width:17.0625rem;height:3.25rem;top:2.1866302490234rem;left:1.4687501192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN { display:flex;height:auto;width:16.625rem;top:6.2699661254881rem;left:0.4375rem; }
#notaWxsvzgCodcMyhuQPaKvIMtMsbGQN .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #CHNJtaemc79t4bETyPIBx2TLWR45hBvX {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #d0WlT4FX7uqSluTzKfvbQAuMEipfBA2D {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #K4E0d1w8u21HxbhX9qCbBJxXhNhndlF5 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #gD2gaSn7D5z8ypFnELtahCFavF9gqmLW {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #bTirLPyE0L15BNM7EupNvXFOGI6rbrhx {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #vpeXAHoNFM2cI9nFhVw8dRuZ4zpLMhZq {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #JPcTUsvnRSwJ3SRTmV6mF4HLV0KZisM2 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #UXOx2uP1vkxTJ8rikcCbHUfkJyeTRBp9 {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #pFeFPgiZzTMXMi7cKDFekW5Jg3hZ9w8O {  }
 }@media only screen and (max-width: 763px) { #notaWxsvzgCodcMyhuQPaKvIMtMsbGQN #MWfPallqI0Sly0sOJwbN9xxdfDmwOBQR {  }
 }@media only screen and (max-width: 763px) { #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/662c3574-6d48-4341-8834-8feb88e5c4eb/agragatkatalog.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.adaptive-delivery-prevent-bg, #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.lazyload, #RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme.lazyloading { background-image: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { background-color: transparent; background-image: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container > .video-iframe-container { display: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container { display: none; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .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); }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { border-width: 0; border-radius: 0; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RyJGeFxp1JQ2R20P7JcQR6LXz01Wilme > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SIXddexhvkTc0NZkR1kAlbkfOU08RTTG { width:16.875rem;height:1.625rem;top:1.3593540191651rem;left:1.5625001192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw { display:flex;height:auto;width:16.625rem;top:7.9210071563719rem;left:0.4375rem; }
#J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #qbROFNvPJST8yIrHFCE1FO72nDBSS68q {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #fUiadytZxlbMHUVMhXToQKnrWD8E7r0d {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #W467qc3dlIiKKto1ggrEizBdUwaBGdGM {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #sQwmP2nalZGKElHucFs7SqWrzET3Cmw0 {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #AKBbZovy8xeI9INCQI8u7dTkXTM7rSZQ {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #tg5qWUnkEV4a3gC28BmOaT8X39C7tozb {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #QWuBxdI0gkkdg8ga6mbmt7FziU25fxr7 {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #cg8XBiHaNlToNfvo5AHyFvAsiEv6CQHh {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #mnPGVgepVtJQBHTi5QigvFQBpHf8Xyos {  }
 }@media only screen and (max-width: 763px) { #J1vHlSDKQGQ2QzAbF4BzIW6y8S19eCkw #dJKfM1kRA8ulxlI6qoo64woT9sXWRigB {  }
 }@media only screen and (max-width: 763px) { #AqJ9lgxQig37NCeDHL5QMNRB55SmyThU { top:15.365463256836rem;left:12.249132275581rem;width:6.75rem;height:0.89323125rem;z-index:15024;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7RSqOn8bXLJtm1z06uh0Q1BUttrfDbD { width:6.3125rem;height:2.44965rem;top:4.2265625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq9T4hbs5kZu4z3tV7D30ePaJl8piElp { width:4.8125rem;height:4.9375rem;top:2.9835071563721rem;left:0.87326395511625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { display:block; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV { background-color: transparent; background-image: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container > .video-iframe-container { display: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row > .video-iframe-container { display: none; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .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); }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container { width:20rem;height:30.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container.adaptive-delivery-prevent-bg, #QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container.lazyload, #QeCbWo2QqHdIWHVVdbmJJKGhCa68ByeV > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #eBTXiBTVKMdJA1lg1fFav7IBeMTd0314 { width:20rem;height:1.25rem;top:5.6875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQRMRWkT7gtap500tICZuep6tEDfuwVJ { width:20rem;height:9rem;top:7.940094947815rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #r6fPJR3o828eS0gIchcT7PX3WxsbNzXi { width:16.125rem;height:3.25rem;top:1.5616316795349rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;color:#a5db44;display:block; }
 }@media only screen and (max-width: 763px) { #DQvXV7DS9fFfPMOZivrCJeEoEQeW3ENR { width:20rem;height:13.3645625rem;top:16.885413169861rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zB0T4T6vA9JK3Q964GiSD7q8BrVqHs64 { width:20rem;height:19.3125rem;top:0.1796875rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;background-color:#071422;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { display:block; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ { background-color: transparent; background-image: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container > .video-iframe-container { display: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row > .video-iframe-container { display: none; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .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); }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container { width:20rem;height:30.6875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container.adaptive-delivery-prevent-bg, #PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container.lazyload, #PnerXLFUueN7VwflEvrLif8GiH5RJxEZ > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #U0Q9tgcuzG5DFoP8kNmoMvWytGR5GKTU { width:20rem;height:6.25rem;top:11.453125953674rem;left:0rem;border-top-left-radius:9.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUTIdhIoB0iVISfL9TkTUuzqvtupuCaT { width:12.25rem;height:2rem;top:0.98524284362794rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PArJw3RhNGQNAOaPfzrkNrEddVMnKSg9 { width:14.25rem;height:3.1875rem;top:12.984375953674rem;left:2.8750001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RD9TLaTTBMRt8kNcIBlMqK6cWigHrzNW { width:20rem;height:4.78125rem;top:6.7274303436281rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COLTicqCO7X8AaJ7hve1JwJRTAdet1u6 { width:20rem;height:3.1875rem;top:18.718750953674rem;left:0rem;font-size:1.0625rem;color:rgba(var(--color-secondary-0),1);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fVRrfXnobsCnHNMS9SUlzU5EudP5uNuB { width:15.375rem;height:3.1875rem;top:24.406250953674rem;left:2.3125001192093rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vMM9AU5DhOWOWEO722edaETDTZerVsJp { display:flex;width:2.25rem;height:2.25rem;top:14.664062142372rem;left:1.4913195371627rem; }
 }@media only screen and (max-width: 763px) { #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK { width:20rem;height:37.6875rem;top:3.8975737392902rem;left:0rem;border-top-right-radius:8.6875rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95341c71-7865-432f-b5c8-ad4151f425f9/Projektbeznazwy10.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;z-index:14999;display:none; }#ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.adaptive-delivery-prevent-bg, #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.lazyload, #ltCX5tcOhx2Pu2SovMTqBFtGn9kM7mdK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qXiVQC19geO3Hat5y9gDIgUqwUEU2lNt { width:20rem;height:5.9375rem;top:23.031250953674rem;left:0rem;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysw5OhcEhCIpN3FMAGwZDGEsKWtBZBV1 { width:20rem;height:6.1875rem;top:0rem;left:-0.125rem;border-top-left-radius:0rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmxSVtJxQoJVbvc0y55989Ray7Uk5CSU { display:flex;top:0.640625rem;left:11.618055462837rem;width:2.6875rem;height:2.6875rem;z-index:15010; }
 }@media only screen and (max-width: 763px) { #fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { display:block; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg { background-color: transparent; background-image: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container > .video-iframe-container { display: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row > .video-iframe-container { display: none; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .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); }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container { width:20rem;height:47.75rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container.adaptive-delivery-prevent-bg, #fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container.lazyload, #fPu4OuowRe6eeWAkFQBvnAaTQkiLyQmg > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #cK1ZRk6umrwiKXS1Is6LdWu70TihC74u { width:20rem;height:16.875rem;top:0.62239074707031rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmgz6IbJiQIXyu4HXEr1pSr03X9guDrs { width:20rem;height:2rem;top:1.9357872009277rem;left:0rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #emqPMBT9mBzPaIacsa3BeMSPoTv2cbnM { width:20rem;height:25.59721875rem;top:20.535583496094rem;left:-0.125rem;font-size:1rem;line-height:1.6;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #A7UlpML1uuTs1QUKnXfg0xpqGhCTgUzT { width:20rem;height:2.599825rem;top:18.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eeFJaFidTuZvcqwrNkMdCsZKMzWgv9fq { width:20rem;height:19.5rem;top:1.9357643127441rem;left:0rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ytbyLvglPVvE2zSMC6Q4liCouoDxOx08 { display:flex;width:2.1875rem;height:2.1875rem;top:21.285573959351rem;left:8.0312501192094rem; }
 }@media only screen and (max-width: 763px) { #rdBbpqo3LHonB5ThdiCzwns4VAVp5aNd { display:flex;width:1.9375rem;height:1.9375rem;top:32.364583969116rem;left:8.1562501192094rem; }
 }@media only screen and (max-width: 763px) { #HDBW5wEabUS3WXTgTBTpLXCussxHRPu0 { display:flex;width:2.25rem;height:2.25rem;top:39.1875rem;left:8.0000001192094rem; }
 }@media only screen and (max-width: 763px) { #b1pcQEEX9UU4oN9P7KDCamulRcfNcZQI { display:flex;width:2.125rem;height:2.125rem;top:27.625000953674rem;left:8.0625001192094rem; }
 }@media only screen and (max-width: 763px) { #tpNe7gMUDxsNnBUTggDrKsvtGyzsCJlz { width:20rem;height:29.9375rem;top:17.5rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgLOHhwPxptxyzJyhgOicR81VULHUqx5 { display:flex;width:3.875rem;height:3.875rem;top:12.615451812744rem;left:10.934027791023rem; }
 }@media only screen and (max-width: 763px) { #zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { display:block; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb { background-color: transparent; background-image: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container > .video-iframe-container { display: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row > .video-iframe-container { display: none; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .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); }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container { width:20rem;height:42.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container.adaptive-delivery-prevent-bg, #zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container.lazyload, #zsuiemWCeOqh8fiUIXVC8LoMhHFJiQMb > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #Xts9XiyZ9per2xrMhNyPiEZ0KT8081ZR { width:20rem;height:4rem;top:1.734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ytPcg9kUNsa0uDPG8TsnFy980MeHR69y { width:8.8125rem;height:4.25rem;top:6.5477437973025rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhZzJiAdfpE0ZKiH6MIFOX08POC6wKQr { width:20rem;height:26.1875rem;top:14.810764312744rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:12.5rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmE64WgzxvRDkbNNiN0bTxwOmfZqD9MI { width:20rem;height:21.09375rem;top:18.513888835907rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTq8SzWSsQvIiNWZCZr8OtW4H7mkuV84 { width:11.125rem;height:5.25rem;top:10.179688453674rem;left:1.15625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #X7FdfUQqzN4znhwUP564FkStkkzGeEes { width:20rem;height:16.25rem;top:0.54688930511474rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4.adaptive-delivery-prevent-bg, #VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4.lazyload, #VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4.lazyloading { background-image: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { background-color: transparent; background-image: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container > .video-iframe-container { display: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row > .video-iframe-container { display: none; }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .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); }#VFxlhw8LHblsWHHBLqz3OvyPMUPEstv4 > .row .container { width:20rem;height:54.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GNAIpv9mDt1Uby9vKkcTziI18p9PxMc0 { width:20rem;height:7.03125rem;top:7.7960071563719rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1RFbg56CutPo9GsI2rR6ilTIHhwCc6s { width:13.1875rem;height:1.625rem;top:19.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gw6fiEaPfMoiT89WLHRtk0tBw68CJxOO { width:13.375rem;height:6rem;top:22.07030916214rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fGzMnVtKQ2SZgSAJDu2qHy9lNXs5fTIy { width:12.5rem;height:6rem;top:46rem;left:6.6597224473956rem;text-align:right;text-align-last:right;font-size:1rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p0E6rLBdRT77NVBQrvIDrdJcrQddTsTv { width:8.75rem;height:11.75rem;top:42.875rem;left:-0.73417563725556rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bdznINU797ROkBXAlebEadogI8BHLIFN { width:8.0625rem;height:13rem;top:17.888885498047rem;left:12.811632275581rem;display:block; }
 }@media only screen and (max-width: 763px) { #PHsFKXg6DKgvPUV2N4BdutaNpLWNpdyC { width:10.375rem;height:6rem;top:1.1640796661377rem;left:8.8402777910231rem;font-size:2rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #QW3Q2pscV07pxiCAezahIuTw18OeCzNp { width:8.6875rem;height:9.8125rem;top:32.062483787537rem;left:10.527777791023rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV7e657lSNmc2R3XwyAvugClyaGFGJSw { width:20rem;height:13.25rem;top:17.014757156372rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OklFQgqoBE7LWAmQi4c24S9ksHfDQ6KW { width:20rem;height:10.75rem;top:42.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLvBEJzgfiOTOx6VJtxH2ivq6VynpbS5 { width:20rem;height:12.125rem;top:30.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Os4fEk67AatMbJM64HAQxkulmSpCmNx9 { width:14.625rem;height:7.5rem;top:33.656250953674rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8FflopXV0bBFzUboDnfzLIad6fkZlRQ { width:10.4375rem;height:1.875rem;top:30.937500953674rem;left:3.6250001192093rem;font-size:1.25rem;color:#a5db44;display:block; }
 }@media only screen and (max-width: 763px) { #Z9F6CDO8BOWo5uNPWRsfEQC989IDQHiT { width:7.25rem;height:1.625rem;top:43.624132156372rem;left:10.180555462837rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xnwziu25ignI2TwNpydTGvC1a5hc2cLd { width:20rem;height:15.625rem;top:0.37500107288361rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { display:block; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th { background-color: transparent; background-image: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container > .video-iframe-container { display: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row > .video-iframe-container { display: none; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .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); }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container { width:20rem;height:55.625rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container.adaptive-delivery-prevent-bg, #Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container.lazyload, #Qh6OZb1IJNHBLaAOXyS0pHfwZMrXE8th > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.9375rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-text {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:5.5rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-select {padding-top: 0; padding-bottom: 0;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO  { width:17.5rem;height:auto;top:22.434873580932rem;left:0rem;z-index:15006; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO {display:block;}#pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO { width:17.5rem;height:auto;top:22.434873580932rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #f3FHSdfU3HDedTxKaVrnuKzF20hchOAl {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #iKnq5AxmwudhOuxgnSDp1CvDILahckTv { display:none; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ynwq3r5TCmRiqoM3qcDqth8dAIXty7Za {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #KT3Gy8TJvv0o6IXUOOTdDu92TnwQVbLM {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #IAp9S4VmZ8eOervQhBiUtiQQ5ldAkfru { display:none; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #sdmrTLJ30vOlBtGrQJv9bIaTSWlJlMgo {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #dPOvuTlEsxGsKqn8tccBcEdODLANeUTn {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #rbho0O322GC9Qfw01EdveuWWTonnlpeI { display:none; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TIlQGP5piJZKLgWNT32LaQrTPQS2K0Da {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TMEb8qbP7DIB9odlLXUqPl1MszTQFp9J {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #q2Up9Or7cbifCHDEXydOAk1osT9F8zgw { display:none; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #ByylGpvo2a3HydkTgoPkB7p42ZFviayb {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #vHQpyeqpXpz7AsDJ1Kn8oMNne1PLk7kO {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #XVwsF24a35I3Tie6JL1Snxr0PFOsPUsV { display:none; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #BD383vRh6ITqM8CnBUrLWLVegKBFGhyF {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #s2stzshs12rIJmCq596q24LTr1bCxNVX {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #TV8imrWAx2rn0L5gbg1PlsiaW66mTFkb { display:block; }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #g1lSWqDXJReewpxGM3s59CMzBpSveAS4 {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #M0Ae4rs1WizRQG2tTigQs7m94gFrWTsp {  }
 }@media only screen and (max-width: 763px) { #pcwnJhgW1VkHiSlbJ3PLONeDTvEVpELO #aEJzq5VpLbHNCTh5Hh2mnhFXF1UekI0R {  }
 }@media only screen and (max-width: 763px) { #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt { width:20rem;height:20.1875rem;top:0.6875rem;left:-0.125rem;border-top-left-radius:0.25rem;border-top-right-radius:8.6875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:6.25rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fe9c1960-6dd7-451f-bc81-5e8db099c5f2/9c480d89ff16452e972d2a5dcf241363.png");background-position:bottom right !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:cover !important;display:block; }#frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.adaptive-delivery-prevent-bg, #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.lazyload, #frb8iuBZCqmH6FVtTVgtW9HsD5nQmQlt.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ry07RWkvDqFecFckScnSoZwlveeMaMBU { width:20rem;height:7.7995rem;top:1.3125038146973rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fPHvE7MC0T0DxlmaTzhCSWaBPiSOhhQQ { width:18.0625rem;height:5.625rem;top:15.993056297303rem;left:0.96875rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15005;font-family:exo;display:block; }
 }@media only screen and (max-width: 763px) { #hwzZzW0PUT7MnQMno6GTgtTKzhI2QvuP { width:20rem;height:13.5625rem;top:15.368056297303rem;left:0rem;z-index:15004;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/6b25740b-4ec9-417a-a3a6-70a45f5a3355/Broszurasafetypack.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P.adaptive-delivery-prevent-bg, #EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P.lazyload, #EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P.lazyloading { background-image: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { background-color: transparent; background-image: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container > .video-iframe-container { display: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row > .video-iframe-container { display: none; }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .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); }#EsSGT4UUFGdATnnR3GIEOgG78WD1gu7P > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FAfPr1NwuwIcxg1O9JiP7vB5nfCqvUH5 { width:20rem;height:3.19965rem;top:8.1875133514406rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#a5db44;display:block; }
 }@media only screen and (max-width: 763px) { #Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG { width:1.875rem;height:1.875rem;top:22.369791030884rem;left:13.000000119209rem;display:block; }
#Wq9h9ETHzCaPe9UbwDToPlWuXeEzqCgG > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 { width:2.1875rem;height:2.1875rem;top:22.213541030884rem;left:8.9062501192094rem;display:block; }
#vK7qAc3q0gD4t3e6gWD69M7FpFfmUlB5 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #DVcIhq6Qx3N1LQU6n5fn8HvlWk0DqTS5 { width:20rem;height:1.599825rem;top:10.696180343628rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iM2X6MqQzK0sMiGQp74VbD7wxL4TV5xX { width:16.625rem;height:7.5rem;top:13.422742843628rem;left:1.6875001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LJ9MFStN8h3TQMC4poSt4xzMC78VNKOr { width:2.1875rem;height:2.1875rem;top:22.213541030884rem;left:4.1250001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXXZlVcetk8ZJV3PrzPkg8V2A3on0Z0m { width:20rem;height:1.29948125rem;top:25.384548187256rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#a5db44;display:block; }
 }@media only screen and (max-width: 763px) { #sP5b6c2evSkrlQZH689TxAnF0uoyNFwF { width:16.625rem;height:6.9375rem;top:1.25rem;left:1.6875rem;display:block; }
 }